/*
Theme Name: Dr Borg Custom Theme
Description: Custom design WordPress theme
Version: 1.0
Author: iLab New Media
Author URI: http://www.ilabmedia.com.com/


*/



/* Begin Typography & Colors */


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */



/* Begin Structure */


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */





/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */




.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */

	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

/* END WORDPRESS DEFAULT STUFF
BEGIN CUSTOM DESIGN */

body{
	background-color: #E0CBAE;
	background-image: url(images/background.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
a{
	color: #A7629C;
	text-decoration: underline;
}
a:hover{
	color: #000;
	text-decoration: none;
}
#shadowHolder{
	width: 998px;
	height: 215px;
	overflow: hidden;
	background-image: url(images/shadowTop.png);
	background-repeat: no-repeat;
}
#topGraphic{
	width: 965px;
	background-color: #fff;
	height: 215px;
	background-repeat: no-repeat;
	background-position: top center;
}
#shadowFill{
	background-image: url(images/shadowFill.png);
	background-repeat: repeat-y;
	width: 998px;
}
#whiteBox{
	width: 952px;
	background-color: #fff;
	padding-left: 13px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header{
	height: 121px;
	width: 998px;
}
#headerText{
	font-size: 27px;
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
	text-align: right;
	font-weight: 100;
	height: 121px;
}
#headerText .smaller{
	font-size: 21px;
	margin-top: 20px;
}
#headertable{
	width: 958px;
	margin-left: 20px;
}
#contentholder{
	width: 938px;
}
#pageBody{
	padding: 0px 20px 20px 10px;
	color: #333;
	font-size: 14px;
	width: 619px;
}
#pageBody h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #A7629C;
	font-size: 27px;
	font-weight: 700;
	background-image: url(images/starfish.jpg);
	background-repeat: no-repeat;
	height: 42px;
	line-height: 40px;
	text-indent: 40px;
}
#pageBody h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #A7629C;
	font-size: 23px;
	font-weight: 700;
}
#pageBody h3 a{
	color: #000;
	text-decoration: none;
}
#pageBody h3 a:hover{
	color: #666;
	text-decoration: none;
}
#pageBody h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #A7629C;
	font-size: 20px;
	font-weight: 700;
}
#pageBody h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #667884;
	font-size: 19px;
	font-weight: 100;
	line-height: 0px;
	margin-top: -8px;
	margin-bottom: 0px;
}
#pageBody h4.faq{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 19px;
	font-weight: 100;
	line-height: 0px;
	margin-top: 20px;
	margin-bottom: -5px;
}
#footer{
	height: 95px;
	font-size: 12px;
	color: #333;
	padding-top: 15px;
	padding-right: 130px;
	text-align: right;
	line-height: 25px;
}
#footer a{
	color: #333;
	text-decoration: none;
}
#footer a:hover{
	color: #000;
	text-decoration: underline;
}

#sidebar{
	width: 296px;
}
.sidebarBox{
	background-color: #ccc;
	padding: 7px;
	font-size: 12px;
	color: #333;
}
.sidebarBox .top{
	background-image: url(images/rightbox_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
}
.head{
	height: 24px;
	background-repeat: no-repeat;
	
}

#mission{
	background-image: url(images/mission_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
}

#mission .head{
	background-image: url(images/header_mission.gif);
}

#smiles{
	background-image: url(images/smiles_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
	height: 130px;
}

#smiles .head{
	background-image: url(images/header_smiles.gif);
}

#contact{
	background-image: url(images/contact_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
}

#contact .head{
	background-image: url(images/header_contact.gif);
}

#news{
	background-image: url(images/mission_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
}

#news .head{
	background-image: url(images/header_news.gif);
}


#home #topGraphic{
	height: 215px;
	background-image: url(images/headergraphic1.jpg);
}
#home #shadowHolder{
	height: 215px;
}
#home #headerText{
	background-image: url(images/headertop1.gif);
	background-repeat: no-repeat;
	background-position: bottom left
}

address{
	font-style: normal;
}

#navholder{
	position: relative; top: 0px; left: 0px;
}
.staff{
	height: 200px;
	border: 1px solid #fff;
}
.staff img{
	margin-right: 10px;
}
#news li a{
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
	color: #000;
}
#news li a:hover{
	color: #A7629C;
}
small.date{
	color: #666;
	font-size: 11px;
	position: relative;
	top: -20px;
	float: left;
}
