/* 
Theme Name: whiteboard
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {vertical-align:baseline;margin:0;padding:0;border:0;outline:0;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;margin-left:10px;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}

{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/
body{background:#FFFFFF;}
#container{width:960px;
           background:#f7f7f7;
           margin:10px auto 10px auto;
           -moz-box-shadow:1px 1px 7px #666666;
           -webkit-box-shadow: 1px 1px 7px #666666;
           filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=5);
}
#header {width:960px;
         margin:auto;
         height:133px;
         background:url(images/headerbg.jpg);
         color:#1B2966;
         -moz-box-shadow:0px 1px 5px #666666;
         -webkit-box-shadow: 0px 1px 5px #666666;
         filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=180, Strength=5);
}
#topTitle{margin:0px 0px 0px 380px;width:650px;float:left;}
#topTitle h1 {margin-top:8px;
              font-family:Verdana,Arial,"Trebuchet MS",sans-serif;
              font-size:13px;
              font-weight:bold;
              color:#FFFFFF;
}
#content{width:750px;
         margin:20px 10px 20px 10px;
         float:right;
         background:#ffffff;
         display:inline;
         border:2px solid #ececec;
         color:#333333;
         font-family:Verdana,Arial,"Trebuchet MS",Sans-serif;
         font-size:13px;
         line-height:1.4em;       
}
#content p {margin:10px 10px 10px 10px;}
#content h2 {font-family:Verdana,Georgia,Arial,;
             font-size:13px;
             color:#1B2966;
             margin:10px;
} 
#content a {color:#1B2966;
            text-decoration:none;
}
#content a:hover{color:#1B2966;
                 text-decoration:underline;
}
#content h2 a {color:#1B2966;
                  font-family:Verdana,Georgia,Arial;
                  font-size:13px;
                  font-weight:bold;
                  margin:10px 0px 10px 0px;
                  text-decoration:none;
}
#content h2 a:hover {color:#1B2966;
                     text-decoration:underline;
}
.postpacker {
	margin:0px 10px 10px 10px;
	padding-bottom:10px;
         padding-top:5px;
	background:#FFFFFF;
         color:#333333;
         font-family:Verdana,Arial,"Trebuchet MS",Sans-serif;
         font-size:13px;
         line-height:1.4em;
}
.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{width:170px;
         margin:20px 0px 20px 10px;
         float:left;
         background:#E0DECD;
         display:inline;
         border:1px solid #D2D0C1;
}
#sidebar ul{list-style-type:none;}
#sidebar ul li a {background:#E0DECD;
                  font-family:Verdana,Arial,"Trebuchet MS",sans-serif;
                  font-size:13px;
                  text-decoration:none;
                  padding:10px;
                  color:#1B2966;
                  font-weight:bold;
                  display:block;
                  border-bottom:1px solid #D2D0C1;
                  margin:0px;
                  list-style-type:none;
                  line-height:1;
}
#sidebar ul li a:hover {color:#FFFFFF;
                        text-decoration:none;
                        background:#1B2966;
                        border-bottom:1px solid #D2D0C1;
}
#sidebar .current_page_item li a  {background:#f7f7f7; color:#F1A400;border-bottom:1px solid #ececec;}
#sidebar .current_page_item li a:hover  {background:#f7f7f7; color:#1B2966;border-bottom:1px solid #ececec;}
#sidebar .current_page_ancestor li a {background:#f7f7f7; color:#F1A400;border-bottom:1px solid #ececec;}
#sidebar .current_page_ancestor li a:hover {background:#f7f7f7; color:#1B2966;border-bottom:1px solid #ececec;
}
#footer {
         padding:12px 0px 12px 0px;
         background:#F1A400;
         border-top:10px solid #1B2966;
         color:#FFFFFF;
         font-family:Verdana,Arial,sans-serif;
         font-size:12px;
         text-align:center;
         clear:both;
}
#footer a {color:#FFFFFF;font-weight:700;text-decoration:none;}
#footer a:hover {color:#FFFFFF;text-decoration:underline;}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
img.alignright {float:right; margin:0 0 1em 0.5em;}
img.alignleft {float:left; margin:0 1em 1em 0.5em;border:0px solid #d8d8d8;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom:20px; border:0px solid #d8d8d8;}
a img.alignright {float:right; margin:0 0 1em 1em; }
a img.alignleft {float:left; margin:0 1em 1em 0.5em; border:5px solid #d8d8d8;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;margin-bottom:20px;}
p img { padding: 0; max-width: 100%; }
img.right {  display: inline; }
img.left {  display: inline; }
.right { float: right; }
.left { float: left; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

#dl.image_map {display:block; width:740px; height:417px; background:url(http://localhost/nouris/wp-content/uploads/2010/06/LINE-A.jpg); position:relative; margin:2px auto 2px auto;}
	a.LINK0 {left:593px; top:192px; background:transparent;}
	a.LINK0 {display:block; width:76px; height:0; padding-top:52px; overflow:hidden; position:absolute;}
	a.LINK0:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK1 {left:426px; top:116px; background:transparent;}
	a.LINK1 {display:block; width:93px; height:0; padding-top:52px; overflow:hidden; position:absolute;}
	a.LINK1:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK2 {left:210px; top:87px; background:transparent;}
	a.LINK2 {display:block; width:93px; height:0; padding-top:52px; overflow:hidden; position:absolute;}
	a.LINK2:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK3 {left:171px; top:371px; background:transparent;}
	a.LINK3 {display:block; width:93px; height:0; padding-top:43px; overflow:hidden; position:absolute;}
	a.LINK3:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK4 {left:335px; top:375px; background:transparent;}
	a.LINK4 {display:block; width:100px; height:0; padding-top:39px; overflow:hidden; position:absolute;}
	a.LINK4:hover  {background:transparent; border:1px dashed black; color:black;}
	a.LINK5 {left:22px; top:288px; background:transparent;}
	a.LINK5 {display:block; width:100px; height:0; padding-top:39px; overflow:hidden; position:absolute;}
	a.LINK5:hover  {background:transparent; border:1px dashed black; color:black;}
	a.BLINK {left:738px; top:415px; background:transparent;}
	a.BLINK {display:block; width:202px; height:17px; overflow:hidden; position:absolute; font-size:0px;}
	a.BLINK:hover  {background:black; border:1px dashed white; color:white; font-size:9px;}

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #F1A400;
	padding: 3px 5px;
	float:right;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
         margin:40px 90px 5px;
	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
	box-shadow: 2px 3px 5px rgba(0,0,0,.2);
         background: #F1A400;
}
.searchform input {
	font: normal 12px/100% Arial, Helvetica, sans-serif;
         color:#1B2966;
         background:#f7f7f7;
}
.searchform .searchfield {
	padding: 6px 6px 6px 8px;
	width: 182px;
	border: solid 1px #bcbbbb;
	outline: none;
         -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
         -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
         
}
.searchform .searchbutton {
	color: #FFFFFF;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
         -webkit-border-radius: 2em;
	-moz-border-radius: 2em;
         background: #1B2966;
	background: -webkit-gradient(linear, left top, left bottom, from(#1B2966), to(#1B2966));
	background: -moz-linear-gradient(top,  #1B2966,  #1B2966);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B2966', endColorstr='#1B2966'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B2966', endColorstr='#1B2966'); /* ie8 */
}
