/*
Theme Name: DPH Advanced
Theme URI: http://www.slicksno.com/
Description: DPH Advanced is an advanced theme compatible with Wordpress 2.3.x and prior versions.
Version: 2.0
Author: Slicksno of slicksno.com
Author URI: http://www.slicksno.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Tahoma, Verdana, "Century Gothic", Helvetica, Arial, sans-serif;
   	font-size: 15px;
	text-align: center;
	vertical-align: top;
	/* background: #76827B; */
	/* background: #8AD0FF; */
	background: #EAF2EE;
	color: #E7F0EC;
}

a{
	font-weight: bold;
	color: #485956;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 10px 0 0;
}

/* Header */

#header{
   	margin: 0px auto 0px auto;
	width: 980px;
   	height: 140px;
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
	/* background-color: rgb(46, 68, 82);
	background: #485956; */
	border-right: 1px solid #2D006B;
	border-left: 1px solid #2D006B;
}

#header h1{
	padding: 32px;
	font-size: 28px;
	font-weight: normal;
}

#header h1 a{
	font-weight: bold;
	text-decoration: none;
	color: #DABFFF;
}

/* Top Menu*/

.topmenu{
	margin: 0px auto 0px auto;
	/* background: gray; */
    font-size: 17px;
	font-variant: small-caps;
	width: 980px;
	vertical-align: top;
	text-align:center;
	background-image:url(images/silver_background.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    border: 1px solid #2D006B;
}

.topmenu ul{
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

.topmenu ul li{
	display: inline;
	margin: 0 10px 0 0;
	/* color: #96A19B; */
	color: #2D006B;
}

.topmenu ul li a{
	/* color: #96A19B; */
	color: #2D006B;
	text-decoration: none;
}

.topmenu ul li a:hover{
	color:#fff;
}


/* Blockquote */

blockquote, code{
	margin: 10px;
	background: #D3E0DC;
	border-top: 4px solid #485956;
	border-bottom: 4px solid #485956;
 }

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 10px;
	background: #EAF2EE;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 10px; }

hr{
	clear: both;
	margin: 10px 10px 5px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #9b9b9b;

}

input, textarea{
	font-size: 14px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

pre{
	width: 90%;
}

small{
	font-size: 12px;
}

#container{
	margin: 0px auto;
	width: 980px;
	text-align: left;
	/* background: #EAF2EE url('images/back.png') top center repeat-x; */
	background: #FFFFFF;
	color: #485956;
	border-right: 1px solid #2D006B;
	border-left: 1px solid #2D006B;
}

#page{
	padding: 10px;
}

/* Sidebar */

.sidebar{
	float: left;
	width: 172px;
	margin: 0 10px 0 0;
	line-height: 20px;
}

.rightcolumn{
	margin: 0;
	float: left;
	width: 172px;
	/* margin: 0 10px 0 0; */
	line-height: 20px;
}

.sidebar ul{
	margin: 0;
	padding: 0;
   	list-style-type: none;
}

.sidebar ul a{
	text-decoration: none;
}

.sidebar ul a:hover{
  	/* color: #AFC81C; */
  	color: #ffa34f;
}

.sidebar ul li{
	/* border: 1px solid #485956; */
	border: 1px solid #2D006B;
	border-top: 3px solid #2D006B;
	margin: 0 0 10px 0;
}

.sidebar #search{
	padding: 10px;
	background: #dabfff;

}

.sidebar #search input{
	margin: 5px;
	background: #EAF2EE;
	width: 140px;
}

.sidebar #searchsubmit input{
	text-align: center;
	
}

.sidebar ul li h2{
	padding: 5px 10px;
	padding-left: 30px;
	font-size: 16px;
 	font-weight: bold;
	font-variant: small-caps;
	/* background: #485956;
	background: #0D66A2; */
	background: #dfe4e8;
	/* color: #DABFFF; */
	color:#2D006B;
	border-bottom: 1px solid #2D006B;
	/* background-image:url(images/heading_background.jpg);
	background-repeat:no-repeat;
    background-position:center left; */
    background-image:url(images/silver_background.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    vertical-align: middle;   
}

.sidebar ul ul{
	padding: 5px 10px 10px;
	/* background: #D3E0DC; */
	background: #FFFFFF;

}

.sidebar ul ul li{
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

.sidebar ul ul ul{
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
}

#maincolumn{
	float: left;
	width: 595px;
	margin: 0 10px 0 0;
	line-height: 22px;
}

/* Post and Pages */

.post{
	border: 1px solid #2D006B;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.post h2{
	font-size: 20px;
	padding: 5px 10px;
	background-color: #2D006B;
	color: #EEEEEE;
}

.post h2 a{
	text-decoration: none;
	color: #EEEEEE;
}
.post h2 a:hover{
	color: #ffa34f;
}

.post h3{
	font-size: 16px;
	padding: 5px 10px;
	background-color: #2D006B;
	color: #EEEEEE;
}

.entry{
	padding: 10px 10px 10px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold;
	background-color: transparent;
	color: #485956;
}

.entry h1{
	font-size: 26px;
	}

.entry h2 {
	font-size: 22px;
    }

.entry h3, h4, h5 ,h6{
	font-size: 18px;
}

.entry img{
	border: 3px solid #DABFFF;
	padding: 4px;
	background-color: transparent;
}

.entry img.wp-smiley{
	border: 0;
	padding: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.postmetadata{
	padding: 5px;
	background: #DABFFF;
    font-size: 12px;
}

.postmetadata a{
	color: #485956;
	text-decoration: none;
}
.right{
	float: right;
}
.browse{
	padding: 0 10px 10px;
	margin-bottom: 10px;
}


/* Comments */

.comments-template{
	padding: 10px;
	background: url('images/back.png') top center repeat-x;
	text-decoration: none;
}

.comments-template input, textarea{
    border: 1px solid #2D006B;
}

.comments-template a{
	font-weight: bold;
	text-decoration: none;
}

ol.commentlist{
	list-style-type: decimal;
	margin: 0;
	padding: 0;
	
}

ol.commentlist li{
	margin: 0 0 10px 20px;
}

/* Tag Cloud */

/* Calendar */

table#wp-calendar{
	width: 100%;
	font-size: 14px;
	text-transform: none;
	line-height: 20px;
	background: #D3E0DC;
	padding-left: 5px;
	padding-right: 5px;
}

table#wp-calendar caption{
	padding: 5px 15px;
	font-size: 16px;
	font-weight: bold;
	background: #D3E0DC;
}

table#wp-calendar th{
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background: #EAF2EE;
}

table td#today {
	background: #EEE;
	padding: 0px;
	text-align: center;
}


table#current td{
	background-color: #EAF2EE;
	padding: 0px;
	text-align: center;
}

table#wp-calendar tfoot td{
	text-align: center;
}



/* Footer */

#footer{
	clear: both;
	width: 980px;
	padding: 10px 0 10px 0px;
	line-height: 16px;
  	background-color: #2D006B;
  	color: #EEEEEE;
  	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #EEEEEE;
 }
 
#footer a:hover{
	color: #ffa34f;
 }


#footer ol, #footer ul{
	margin: 0;
	padding: 0;
}

#footer ul{
	list-style-type: none;

}

#footer ul li{
	display: inline;
	margin: 0 0 10px 0;
}


/* Plugins */

#wp-admin-bar {text-align:center; margin:0; padding:5px; background:#374341;  clear:both; text-align:center; color: #EAF2EE;}
#wp-admin-bar a{color: #EAF2EE;}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

.wp-pagenavi a,.wp-pagenavi a:link,.wp-pagenavi a:active{text-decoration:none;color:#485956;background-color:#DABFFF;margin:5px;padding:5px 10px;}
.wp-pagenavi a:hover{color:#AFC81C;}
.wp-pagenavi span.pages{color:#485956;background-color:#DABFFF;margin:2px;padding:5px 10px;}
.wp-pagenavi span.current{font-weight:bold;color:#485956;background-color:#DABFFF;margin:5px;padding:5px 10px;}
.wp-pagenavi span.extend{color:#485956;background-color:#DABFFF;margin:5px;padding:5px 10px;}

#related{padding: 10px;}
#related li{ margin-left: 10px;}
.related_post ul li { margin-left: 10px;}

/**********************************************
My Customs
**********************************************/

#maincolumn h2 {
    font-size: 18px;
}

#header_img {
    float: left;
    height: 110px;
    margin: 15px 0 0 15px;
}

#header img { border:none; float:none; margin:0 0 0 0; padding:0; }

#header_ad { height: 140px; padding-top: 12px; padding-right: 3px; margin-top: 0px; }

.sub_link { padding-right: 15px; padding-left: 15px; background: #FFFFFF; /* background: #D3E0DC; */ }

.sub_link a { font-size: 12px; }
.sub_link img { width: 130px; height: 97px; }

#sidebar_ad { width: 165px; padding: 5px 0 5px 5px; }
#rsidebar_ad {width: 172px; margin: 0 0 10px 0; font-size: 10px; color: #ffffff; text-align: justify; } 
#rsidebar_ad a {color: #ffffff; }
#links { margin: 0; padding: 0; }
#links li { list-style: none; margin: 0; padding: 0; }
#vids td { text-align: center; }
/* #vids img { width: 100px; height: 100px; } */
#event_sidebar ul li { font-size: 11px; line-height: normal; padding-bottom: 7px; }
#audio_sidebar ul li { font-size: 11px; line-height: normal; padding-bottom: 7px; }
.imgalignright { float: right; margin-left: 30px; margin-bottom: 10px;  }
.blogexcerpt { min-height: 170px; margin-bottom: 30px; }
.fullarticle { font-size: .8em; margin: 20px 0 20px 0; }
.pnavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/*	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 */
.attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

.disclaimer {
    padding-top: 20px;
    color: gray;
    font-size: .6em;
}
