﻿/*++++++ BODY ++++++++*/
* { 
	margin: 0px; 
	padding: 0px; 
	list-style:none; 
	text-decoration:none; 
}
body { 
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px; 
	color: #333; 
	background: #cccccc repeat-x; 
	letter-spacing:1px; 
}


/*++++++ H1,H2,H3,H4 HYPERLINKS ++++++++*/
h1,h2 { 
	padding:10px 0px 10px 0px; 
	font-size:12px;
	font-weight: bold;
	vertical-align: bottom;
	color: #666; 
	text-align: left;
	width: 100%;
}
h3,h4 { 
	padding:10px 0px 10px 0px; 
	font-size:12px; 
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}


a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	color : #333;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color : #a0a0a0;
}
a:focus { 
	outline: none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


/*++++++ MAIN ++++++++*/
#wrapper {
	width: 800px;
	margin:0px auto 0px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

}
#border { 
	width:800px; 
	padding:0px 0px 0px 0px;
}
#top { 
	width:800px; 
	height:0px;
}
#bottom {
	width:800px;
	height:37px;
	background: #cccccc url(images/bottom.jpg) top center no-repeat;
}


/*++++++ HEADER ++++++++*/
#header {
	width:800px;
	height:160px;
	margin-bottom:0px;
	background: #cccccc url(images/bannerbg.jpg) top center no-repeat;
}
#logo {
	width:400px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 400px;
	padding-top: 25px;
	text-align: center;

}
#navbarright {
	width: 400px;
	height: 30px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
}
#searchdiv {

}
#searchform {
}
#s {
	background: #FFFFFF;
	width: 175px;
	color: #f11387;
	font-size: 10px;
	font-family: Helvetica,Arial,sans-serif;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
#sbutt {
	background: #313131;
	color: #ffffff;
	font-size: 10px;
	font-family: Helvetica,Arial,sans-serif;
	padding: 1px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	}

#header-in .title {
	margin: 0px;
	padding: 15px 10px 5px 10px;
	width:  400px;
	float:  left;
}
#logo .title a {
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #313131;
}
#logo .title a:hover {
}
#logo .description {
	clear:  both;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	color: #313131;
}



/*++++++ NAV ++++++++*/
#navigation {
	height:2.2em;
	line-height:2.2em;
	width:800px;
	margin:0 1px;
	background: #6D6E72;
	color:#ffffff;
}
#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}
#navigation li a {
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

* html #navigation a {
	width:1%;
}
#navigation .selected,#navigation a:hover{
	background: #f11387;
	color:#ffffff;
	text-decoration:none;
}

/*++++++ MISC ++++++++*/
.clear { 
	clear:both; 
}
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 ;
}
img { 
	border:none;
}
.pleft { 
	float:left; 
	width:720px; 
}
.pright { 
	float:right; 
	width:164px;
}


/*++++++ CONTENT ++++++++*/
#container { 
	width: 800px; 
	margin:10px auto 10px; 
}
#content {
	width: 440px;
	float: left;
	padding: 10px 10px 10px 10px;
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	}
#content a {
	color: #f11387;
	text-decoration: none;
	}
#content a:hover {
	color: #f11387;
	text-decoration: none;
	}
#content p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	}
#content h1 {
	color: #f11387;
	font-size: 24px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
#content h1 a  {
	color: #f11387;
	text-decoration: none;
	}
#content h1 a:hover {
	color: #5c5d5f;
	text-decoration: none;
	}
#content h3 {
	color: #2255AA;
	font-size: 24px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
#content h4 {
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	}
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentleft {
	float: left;
	width: 440px;
	margin: 0px 0px 0px 0px;
	}
#contentleft ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
#contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
#contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
#contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.date {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #999999;
	}
.postmeta {
	width: 440px;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	border-top: 1px dotted #999999;
	}
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #4A7EB8;
	}
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}

#right { float:right; width:340px;}


/*++++++ SIDEBAR ++++++++*/
#sidebar {
	width:320px;
	padding:5px;
	border:1px solid #c5d6ad;
	background-color: #999999;
}
#sbg {
	width:310px;
	padding:5px;
}
#sidebarbanner {
	width:320px;
	padding:5px;
	border:1px solid #c5d6ad;
	background-color: #999999;
}
#sbanner { 
	width:320px; 
	padding:5px 5px 5px 6px; 
}
#sbanner img {
        padding:3px; 
        }
#sidebarbottom {
	width:320px;
	padding:5px;
	border:1px solid #c5d6ad;
	margin-bottom:10px;
	background-color: #999999; 
}
#sbottombg { 
	width:310px; 
	padding:5px; 
}
.space { 
	clear:both; 
	height:10px;
}

.lsidebar { float:left; width:140px; padding: 5px; background-color:#e8e8e8;}
.rsidebar { float:right; width:140px; padding:5px; background-color:#e8e8e8;}

.lsidebar h2{margin:0px;font-size:12px; font-family: Helvetica,Arial,sans-serif; font-weight:bold;color:#e8e8e8;text-transform:uppercase;line-height:10px;background-color:#00a0c6; text-indent:7px;}
.lsidebar a {font-weight:normal;}
.lsidebar ul{list-style-type:none;margin:0;padding:0;padding-top:0px;}
.lsidebar ul li{list-style-type:none;margin:0 0 0px;padding:0;padding-left:0px;}
.lsidebar ul li ul{list-style-type:square;margin:0;padding:0 0px;background-position:0% 100%;padding-bottom:10px;}
.lsidebar ul li ul li{list-style-type:none;border:0px none;margin:0;padding-left:5px;border-bottom:1px dashed #3a3a3a;padding-right:12px;}
.lsidebar ul li ul li a {font-size:12px; font-family:Helvetica,Arial,sans-serif; font-weight:normal;color:#3a3a3b;line-height:24px;}
.lsidebar ul li ul li a:visited {color:#808080;font-weight:normal;}
.lsidebar ul li ul li a:hover {text-decoration:none; color:#fffffd;}
.lsidebar ul li ul li:hover {background-color:#999998;}

.rsidebar h2{margin:0px;font-size:12px; font-family: Helvetica,Arial,sans-serif; font-weight:bold;color:#e8e8e8;text-transform:uppercase;line-height:10px;background-color:#4dac26; text-indent:7px;}
.rsidebar a {font-weight:normal;}
.rsidebar ul{list-style-type:none;margin:0;padding:0;padding-top:0px;}
.rsidebar ul li{list-style-type:none;margin:0 0 0px;padding:0;padding-left:0px;}
.rsidebar ul li ul{list-style-type:square;margin:0;padding:0 0px;background-position:0% 100%;padding-bottom:10px;}
.rsidebar ul li ul li{list-style-type:none;border:0px none;margin:0;padding-left:5px;border-bottom:1px dashed #3a3a3a;padding-right:12px;}
.rsidebar ul li ul li a {font-size:12px; font-family: Helvetica,Arial,sans-serif; font-weight:normal;color:#3a3a3b;line-height:24px;}
.rsidebar ul li ul li a:visited {color:#808080;font-weight:normal;}
.rsidebar ul li ul li a:hover {text-decoration:none; color:#fffffd;}
.rsidebar ul li ul li:hover {background-color:#999998;}

.rssfeed {
	width:140px;
	height:70px;
	font-size:12px;
	font-family: Helvetica,Arial,sans-serif;
	color:#3a3a4a;
	background-image: url(images/rss.jpg);
}


/*+++++++ COMMENTS +++++++*/
.comments-template{
	margin: 10px 10px 0;
	padding: 10px 0 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
}
.comments-template ol{
	margin: 0px;
	padding: 0 0px 20px;
}
.comments-template ol li{
	margin: 20px 0 0 0;
	line-height: 18px;
	padding: 0 15px 10px 15px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	list-style-type: none;
}
.comments-template ol li a{
	color: #333;
	text-decoration: underline;
}
.comments-template ol li a:hover{
	text-decoration: none;
}
.comments-template h2, .comments-template h3{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	text-decoration: underline;
}
.commentmetadata{
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
}
.comments-template .alt {
        background:#f8f8f8;
}
#submit{
	background: #ededed;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}


/*++++++ FOOTER ++++++++*/
#footer { 
	width:800px; padding-top: 0px;  
}
#fb {
	width: 800px;
	margin:0px auto 0px;
	color:#000000;
	text-align:center;
	background-color: #ccccccc;
	padding-bottom: 0px;
}
#fb a:link { color : #333332; }
#fb a:active { color : #010101; }
#fb a:visited { color : #010101;}
#fb a:hover	{ color : #3a3a3f;} 

/**************** Misc *********************/
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 15px 10px; padding-left: 20px;  border-left: 1px solid #003B74;}
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
hr { display: none; }
a img { border: none; }
.alignright{float:right;}
.alignleft{float:left; padding-left:30px; padding-bottom:20px;}
img.centered{display:block;margin-left:auto;margin-right:auto;}
img.alignright{display:inline;margin:0 0 2px 7px;padding:4px;}
img.alignleft{display:inline;margin:0 7px 2px 0;padding:4px;}
pre {border: solid 1px #9a9a9a;color: blue;margin: 10px;padding:10px;background: #f3f2ed}
code {font-size:1.0em;color: #000001}

/**************** Gallery *********************/
.gallery {text-align:center;}
.gallery img {padding:2px; height:100px; width:100px;}
.gallery a:hover {background-color:#ffffff;}
.attachment {text-align:center;}
.attachment img { padding:2px; border:1px solid #999999;}
.attachment a:hover {background-color:#FFFFFF;}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft a:hover {background-color:#FFFFFF;}
.imgleft img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}
.imgright {float:right;}
.imgright a:hover {background-color:#FFFFFF;}
.imgright img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}


/**************** avatar *********************/
.gravs {
	margin-top:20px;
}
.avatar {
	float:left; 
	margin-right:5px; 
	margin-bottom:5px; 
	padding:3px; 
	border:1px solid #999999;
}