/* CSS Document */

html, * html body, body, div, h1, h2, h3, h4, h5, h6,#nav ul,#sidebar ul {
	padding:0;
	margin:0;
}
#header span,#header h1{ display:block; padding:0; margin:0; line-height:28px;	font-weight:bold; line-height:0;
}
#header span a, h1 a {
	font-size:22px;
	line-height:28px;
	color:#000;
}
a {
	color:#0099CC;	text-decoration:none;

}
a:hover {
	border-bottom:solid 3px #999;
}

h2 {
	font-size:16px;
	line-height:26px;
}
h3, h4, h5, h6 {
	font-size:14px;
	line-height:24px;
}
.cb {
	clear:both;
	height:0;
}
small {
	font-size:12px;
	font-weight:normal;
}
.gray {
	color:gray;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #EEF7FF;
}
#wrap {
	width:960px;
	margin:0 auto;
}
#header {
	height:95px;
	text-align:center;
	border-left:solid 5px #0099CC;
	border-right:solid 5px #0099CC;
	background-color:#fff;
}
#nav {
	background-color: #0099CC;
	text-align:center;
	border-left:solid 5px #0099CC;
	border-right:solid 5px #0099CC;
	border-top:solid 2px #ccc;
	border-bottom:solid 2px #ccc;
	float:left;
	width:950px;
}
#main {
	padding:30px;
	line-height:1.8em;
	clear:both;
	float:left;
	width:890px;
	border-left:solid 5px #0099CC;
	border-right:solid 5px #0099CC;
	background-color:#fff;
	padding-bottom:10px;
}
#content {
	width:650px;
	float:left;
}
#sidebar {
	width:220px;
	float:right;
}
#footer {
	background-color:#cccccc;
		border-left:solid 5px #0099CC;
	border-right:solid 5px #0099CC;
	border-top:solid 2px #0099CC;
	border-bottom:solid 5px #0099CC;
	clear:both;
	text-align:center;
	line-height:30px;
	float:left;
	width:950px;
	margin-bottom:20px;
}
#nav li {
	list-style:none;
	margin:0 5px;
	float:left;
	height: 21px;
	padding-top:6px;
	position:relative;
}
#nav a {
	padding:0 15px 1px;
	color:#fff;
	font-weight:bold;
}
#nav a:hover,#nav .current_page_item a {
	border-bottom:solid 3px #000;
}
#nav li ul {
	display:none;
	background-color:#ccc;
}
#nav li:hover ul {
	display:block;
	position:absolute;
	z-index:100;
	top:27px;
	width:100px;
	left:0;
}
#nav li:hover ul li {
	float:none;
	text-align:center;
	margin:0;
}
#nav li:hover ul a {
	padding:0;
}
.post {
	margin-bottom:55px;
	width:100%; float:left;
}
.title2 {
	margin-bottom:15px;
}
.title2 a {
	color:#000;
}
.title2 .littleblock {
	display:inline-block;
	width:5px;
	background-color:#E8E8E8;
	border: solid 1px #ccc;
	height:20px;
	vertical-align: middle;
	margin-right:10px;
}
.title2 a:hover {
	color: #0099cc;
	border:none;
}
.title2 a:hover .littleblock {
	border:solid 1px #0099cc;
}
.title2 a small {
	margin-left:5px;
}
.entry {
	padding:10px 0 10px 30px;
 	clear:both;}
.info{ clear:both;}
#sidebar ul {
	padding:0 10px;
}
#sidebar ul ul {
	margin:5px 0 30px;
}
#sidebar ul ul ul {
	margin:12px 0 12px 12px;
}
#sidebar li {
	list-style:none;
}
#sidebar li li {
	margin:0;
}
#sidebar li a {
	background:url(images/line1.gif) repeat-x bottom;
	display:block;
	color:#646400;
	padding:8px 5px 4px;
	line-height:1.5em;
	border:none;
}
#sidebar li a:hover {
	background:url(images/line2.gif) repeat-x bottom;
	color:#000000;
}
.title3 {
	border: solid 1px #CCCCCC;
	background-color:#E8E8E8;
	text-align:center;
	color:#0099cc;
}
#sidebar #searchform{ text-align:right; margin:20px 0;}
#sidebar #s{ width:120px;}
#sidebar #searchsubmit{ margin-top:5px;}

#sidebar li.widget_recent_comments a,#sidebar li.widget_calendar a,#sidebar li.widget_tag_cloud a{ background:none;}
#sidebar li.widget_recent_comments a:hover,#sidebar li.widget_calendar a:hover,,#sidebar li.widget_tag_cloud a:hover{ background:none;}
#sidebar li.widget_tag_cloud a{ display:inline;}
.tagcloud,.textwidget{ margin:10px 0 20px;}
#sidebar #wp-calendar{ width:200px;}
#sidebar #wp-calendar *{ text-align:center;}
/************************/

h1.pagetitle {
	text-align:center;
	margin-bottom:20px;
}
/************************/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 577px; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width:585px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
	float:none;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
.sticky {
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
/************************/
.commentlist {
	margin:0;
	padding:0;
	width:100%; float:left;
}
.commentlist li.comment,.commentlist li.pingback,.commentlist li.trackback { border:solid 1px #ccc; margin-bottom:3px; margin-right:3px;}
.commentlist li.depth-1,.commentlist li.depth-3,.commentlist li.depth-5,.commentlist li.depth-7{ background-color:#F2F0EF; list-style:none;}
.commentlist li.depth-2,.commentlist li.depth-4,.commentlist li.depth-6,.commentlist li.depth-8{ background-color:#ffffff; list-style:none;}



li.comment, li.trackback, li.pingback {
	list-style:none;
}
.commentmetadata {
	font-size:10px;
}
li.trackback .commentmetadata, li.pingback .commentmetadata {
	left:25px;
	top:55px;
}
.comment-body {
	position:relative;
	padding:12px 25px;
}
.comment-author, .fn, .comment-author a {
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#000;
	font-style: normal;
}
.comment-author {
	height:40px;
	vertical-align: bottom;
	margin-top:25px;
}
.reply {
	margin-left:25px;
	margin-bottom:0;
	font-size:11px;
	font-weight:bold;
}
.reply a {
	color:#24BAD5;
}
blockquote {
	padding:10px;
	border-left:solid 3px #736969;
}
img.avatar {
	border:solid 1px #e8e8e8;
	padding:2px;
	background-color:#fff;
}
.required {
	color:#f00;
}
#commentform {
	padding:0 20px;
}
#commentform #author, #commentform #email, #commentform #url {
	position:absolute;
	width:300px;
	height:25px;
	color:#999;
	display:block;
	left:60px;
	top:0;
	border:solid 1px #DAD3CB;
}
p.comment-form-url, p.comment-form-email, p.comment-form-author {
	position:relative;
	padding:5px 0;
}
#comment {
	width:584px;
	height:120px;
	border:solid 1px #DAD3CB;
	color:#999;
	margin-left:6px;
}
#submit {
	border:none;
	padding:8px 10px;
	color:#ffffff;
	background-color:#D2C4BB;
	font-size:16px;
}
.commentlist .bypostauthor {
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
h3.commenttitle {
	margin:15px 0;
	font-family:"Microsoft Sans Serif";
	width:100%;
	float:left;
}
h3.commenttitle a {
	color: #ccc;
	font-size:30px;
}
h3#reply-title {
	border-top: solid 1px #DFDCD0;
	clear:both;
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
	font-weight:normal;
	padding:30px 0 10px 15px;
}
.nocomments {
	font-family:"Microsoft Sans Serif";
	text-align:center;
	width:100%; float:left;
	font-size:30px;
	color:#ccc;
}
.page-title {
	border-bottom: solid 1px #DFDCD0; color:#ccc; font-size:24px;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
/***********************/

table {
	border-collapse: separate;
}
.entry table, .commentlist table {
	border-spacing: 0;
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry th, .commentlist th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry td, .commentlist td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
