/*
Theme Name: df3
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with right sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#fff url(images/gradient-pink.png) repeat-x;
	/*background:#fff url(images/gradient.png) repeat-x;*/
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:0;
	height: 100%;
	z-index: 1;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}

#wrap{
	height: 100%;
	width: 100%;
	/*background-image:url(images/logo-bg-pink.png);*/
	/*background-image:url(images/logo-bg.png);
	background-repeat:no-repeat;
	background-position: 680px 383px;
	z-index: 3;*/
}


/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0 0 20px 0;
	color:#333;
	}

/* header */

#header {
  	width: 760px; 
  	height: 104px;
	color: #fff;
	background-image:url(images/logo1-pink.jpg); 
	/*background-image:url(images/logo1.jpg);*/
	background-repeat:no-repeat;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:10px 0 0 16px;
	margin:0;
	position: absolute;
	left: -999px;
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	display:none;
	/*font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;*/	
	}

/* main menu */


    #menu {
      float:left;
      width:70%;
      font-size:93%;
      line-height:normal;
      }
    #menu ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #menu li {
      float:left;
      background:url("images/left.gif") no-repeat left top;
      margin:0 0 0 5px;
      padding:0 0 0 9px;
      }
    #menu a {
      display:block;
      background:url("images/right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#eee;
      }
    #menu a:hover {
      color:#fff;
      }
    #menu .current_page_item, #menu .current_page_ancestor {
      background-image:url("images/left_on.gif");
      }
    #menu .current_page_item a, #menu .current_page_ancestor a {
      background-image:url("images/right_on.gif");
      color:#333;
      padding-bottom:5px;
      }
	 #phone {
		 float: right;
		 font:normal 12pt georgia, times;
		 padding-top: 10px;
		 font-weight:bold;
		 color: #000;
		 text-align:right;
	 }
	 #phone p {
		 
	 }

#shoulder{
	 background:url(images/footer.gif);
	 width: 76opx;
	 height: 10px;
	 clear: both;
}

#whiteboard {
	background: #fff;
	background-image:url(images/grey-dfi-logo.jpg);
	background-repeat:no-repeat;
	/*height: 550px;*/
	width: 760px;
	clear: both;
}

/* content */


#content {
	float:left;
	width:510px;
	/*height: 390px;*/
	overflow: auto;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt verdana, arial, tahoma, sans-serif;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px 12px;
	_margin-top: 0;
	_margin-bottom: 0p;
	padding:0;
	}
#sidebar ul li{
	list-style:none;
	}
#sidebar ul li a{
display: block;
color:#FFF;
width: auto;
padding: 6px 0  6px 10px;
margin: 1px 0;
text-decoration: none;
background-color:#CCC;
font-weight:700;
border-left:#999 solid 3px;
/*background-image:url(images/sidebar-menu.jpg);
background-repeat:repeat-x;*/
	}
	
#sidebar ul li a:hover{
	background-color:#999;
	}
	
#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}
#sidebar ul ul li a{
display: block;
color:#FFF;
width: auto;
padding: 6px 0  6px 10px;
margin: 1px 0;
text-decoration: none;
background-color:#aaa;
font-weight:700;
border-left:#999 solid 3px;
/*background-image:url(images/sidebar-menu.jpg);
background-repeat:repeat-x;*/
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:url(images/footer.gif) bottom;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #000; text-align:center;}
#footer a{color: #000;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* homepage boxes */
*.content-box
{
	padding:0;
	margin: 5px;
	width:238px;
	float:left;
	background-image:url(images/box.png);
	background-repeat:no-repeat
}
*.content-box h2
{
	padding: 5px 10px;
	border-bottom:1px solid #ccc;
}

*.content-box p, *.content-box ul
{
	padding: 3px 10px 5px;
	margin-right: 5px;
}

*.content-box ul{
	list-style: none;
}

*.content-box li{
	margin: 0 0 0 8px;
	padding: 1px;
}

#entry p
{
	padding: 15px 0 4px 10px;
}
*.content-box ul
{
	padding: 10px 0 4px 10px;`	
}

#local
{
	margin:0 0 0 20px;
	display:inline; /* For IE6 */
}


