
/* CSS Document */
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 12px; background-color: #ccc;}

.wrapper {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/wp-content/themes/blogging-experiment/images/bkg_body.png');
}

.wrapper[class] {
	background: url(/wp-content/themes/blogging-experiment/images/bkg_body.png) repeat-y center;
}

/* General Links */
a:link { text-decoration : none; color : #2e67b2; border: 0px;} 
a:active { text-decoration : underline; color : #2e67b2; border: 0px;} 
a:visited { text-decoration : none; color : #2e67b2; border: 0px;} 
a:hover { text-decoration : underline; color : #c62e2b; border: 0px;} 

img { padding: 0px; margin: 0px; border: none;}
hr { color: #999; background-color: #999; height: 1px; border: 0; }

input { font-family: Arial, Helvetica, sans-serif; color: #6a5555; font-size: 10px; }
textarea { font-family: Arial, Helvetica, sans-serif; color: #6a5555; font-size: 10px;  }
select { font-family: Arial, Helvetica, sans-serif; color: #6a5555; font-size: 10px;  }

h1, h2, h3 { font-family: 'Arial';}

.center {text-align: center;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.menuBar {
	width: 955px;
	position: relative;
	padding: 0px;
	background-image: url(images/bg_topmenu.gif);
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.TopMenu { margin: 0px 0px 0px 20px; padding:0px; width: 600px; }
.TopMenu ul { padding: 6px 0px; margin: 0px; font-size: 0px;}
.TopMenu li {
	list-style-type: none;
	display: inline;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #616161;
}
.TopMenu li a { color:#084f74;}
.TopMenu li a:visited { color:#084f74;}
.TopMenu li a:hover { color:#2b6888;}

.Search {
	width: 320px;
	position: absolute;
	top: 4px;
	right: 0px;
	text-align: right;
	margin-top: 1px;
}
.Search  form {margin: 0px 20px 0px 0px;}
.Search  input { color: #036; font-size: 11px; font-family: 'Arial'; border: 1px solid #036;}
.Search  input.keyword { margin-right: 6px; padding: 2px 0px 2px 8px; width: 220px; }
.Search input.btn { background-color:#ccc;}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Header {  background: #FFFFFF; width: 955px; position: relative; margin: 0px auto; padding: 0px; height: 140px;}
.Title { background-image: url(images/bg_header_title.jpg); height: 140px; margin: -32px 0px 0px 0px; }
.Title h1 a, .Title h1 a:visited { font-size: 30px; font-family: Arial; font-weight: bold; color: #ff5a00; margin: 20px 0px 0px 20px; line-height: 30px; padding: 0px;}
.Title h1 a:hover, .Title h1 a:active { color: #039; text-decoration: underline; }


.Tag { font-size: 24px; font-family: Arial; font-weight: bold; letter-spacing: -1px; color:#333; padding: 16px 0px 0px 10px;}
.Count { color: #000021; padding-left: 10px;}
.Logo {margin: 0px;}
.Desc { font-size: 18px; font-family: Arial; font-weight: bold; letter-spacing: -1px; color:#333; margin: 0px 0px 0px 20px;}

.Subscribe {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 320px;
	height: 140px;
	display: inline;
	color:#FFFFFF;
	background-color: #5c959d;
	font-size: 11px;
	font-weight: normal;
}
#subscribe_inner {
	padding: 0px;
	width: 284px;
	background-image: url(images/bg_subscribe.gif);
	background-repeat: no-repeat;
	height: 84px;
	margin-top: -13px;
	margin-left: 21px;
}
#subscribe_inner_header {
	padding: 0px;
	width: 284px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 21px;
}


.Subscribe h3 { text-align: center; font-size: 21px; margin: 9px 18px 3px 18px;}
.Subscribe .RSS {
	text-align: center;
	float: left;
	display: inline;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.Subscribe .Email {
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	padding-top: 6px;
}

.Subscribe .Chiclet { vertical-align: -35%;}

.Subscribe a:link { text-decoration : none; color : #FFFFFF; border: 0px;} 
.Subscribe a:active { text-decoration : underline; color : #CCCCCC; border: 0px;} 
.Subscribe a:visited { text-decoration : none; color : #FFFFFF; border: 0px;} 
.Subscribe a:hover { text-decoration : underline; color : #FFFFFF; border: 0px;} 


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Extra header and Footer */
.triSection {
	width: 955px;
	position: relative;
	background-color: #cdcdcd;
	background-image: url(images/bg_trisection.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c959d;
}
.triSection h3 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color:#064d73;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
.triSection h2 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color:#064d73;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

.widgettitle { padding: 0px; margin: 10px 0px 0px 0px; color:#064d73; font-size: 17px; }

.triSection h3 a, .triSection h3 a:visited { color:#fff;}

.triSection ul {
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.triSection li { color:#064d73; padding: 1px 0px 1px 6px; margin-left: 16px;  font-size: 12px;}
.triSection li a, .triSection p a { color:#064d73; }
.triSection li a:visited, .triSection p a:visited { color:#064d73; }
.triSection li a:hover, .triSection p a:hover { color:#064d73; text-decoration: underline; }
.triSection img { display: inline; padding:  4px 0px 4px 0px; margin: 0px;}
.triSection p { padding:  6px 20px 10px 20px; margin: 0px; color:#064d73; }

.triSection .section {
	width: 317px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-bottom: 5px;
}
.triSection .section02 {
	width: 316px;
	float: left;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 82px;
}

.triSection02 {
	width: 955px;
	position: relative;
	background-color: #054c72;
	background-image: url(images/bg_trisection02.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 8px;
}
.triSection02 h3 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color:#FFFFFF;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}
.triSection02 h2 {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	color:#FFFFFF;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
}

.triSection02 h3 a, .triSection h3 a:visited { color:#fff;}

.triSection02 ul {
	margin: 0px;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.triSection02 li { color:#FFFFFF; padding: 1px 0px 1px 6px; margin-left: 16px;  font-size: 12px;}
.triSection02 li a, .triSection p a { color:#FFFFFF; }
.triSection02 li a:visited, .triSection p a:visited { color:#FFFFFF; }
.triSection02 li a:hover, .triSection p a:hover { color:#CCCCCC; text-decoration: underline; }
.triSection02 img { display: inline; padding:  4px 0px 4px 0px; margin: 0px;}
.triSection02 p { padding:  6px 20px 10px 20px; margin: 0px; color:#064d73; }

.triSection02 .section { width: 317px; float: left;}
.triSection02 .section02 {
	width: 316px;
	float: left;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: auto;
	margin-bottom: -10px;
	padding-bottom: 10px;
}



.widged li {list-style-type: none; margin-left: 0px;}
.widged li ul li {list-style-type: square; margin-left: 0px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Container {
	width: 955px;
	position: relative;
	clear: left;
	margin: 0 auto;
	padding-top: 20px;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* Central Column - Single Pages */
.SC { float: left; width: 640px; }
.SC h1 {
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 7px 0px;
	margin: 0px 0px 7px 0px;
	text-transform: uppercase;
}
.SC h2 { font-size: 20px; line-height: 22px; letter-spacing: -1px; font-weight: normal; padding: 5px 0px; margin: 0px 0px 5px 0px; }
.SC h3 { font-size: 17px; line-height: 19px; letter-spacing: -1px; font-weight: bold; padding: 5px 0px; margin: 0px 0px 5px 0px; }
.SC p { font-size: 12px; line-height: 16px;}
.SC blockquote {padding: 3px 15px; background: #fffde5; margin: 5px 14px; color: #333; border: none;}
.SC blockquote p { font-size: 11px; padding: 5px 0px; margin: 5px 0px; line-height: 15px;}
.SC ul { font-size: 11px; padding-left: 12px; }

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.Post {
	width: 510px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #869c9f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 80px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.Post h1, PagePost h1 {
	font-size: 19px;
	line-height: 20px;
	letter-spacing: 0px;
	font-weight: bold;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	display: block;
	text-transform: uppercase;
	color: #064d73;
}
.Post h1 a, PagePost h1 a { color: #064d73; text-decoration: none;}
.Post h1 a:visited, PagePost h1 a:visited { color: #064d73; text-decoration: none;}
.Post h1 a:hover, PagePost h1 a:hover { color: #096FA6; text-decoration: none;}

.PagePost { width: 570px; margin: 0px 0px 20px 20px; padding: 0px 20px;}

.PostHead { padding-left: 0px; }
.PostInfo { padding: 0px; margin: 0px; font-size: 11px; color: #828282;}
.PostInfo em { font-style: normal;}
.PostInfo em a { text-decoration: underline; color: #828282;}
.PostInfo em a:visited { text-decoration: underline; color: #828282;}
.PostInfo em a:hover { text-decoration: underline; color: #828282; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostDate { text-align: center; margin: 0px 0px 0px 20px ; float: left; display: inline; }
.PostDate .month {
	display: block;
	margin: 3px;
	font-size: 13px;
	font-family: Arial;
	line-height: 13px;
	color: #5c959d;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.PostDate .day { display: block; margin: 3px; font-size: 36px; font-family: 'Arial'; font-weight: bold; line-height: 24px; letter-spacing: -1px; color: #0c5176;}
.PostDate .year {
	display: block;
	margin: 3px;
	font-size: 13px;
	font-family: Arial;
	line-height: 13px;
	color: #0c5176;
	text-transform: uppercase;
	letter-spacing: .1em;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostContent { padding: 5px 0px 0px 0px;  font-size: 12px; line-height: 16px;}
.PostContent p { font-size: 12px; line-height: 16px;}
.PostContent blockquote {padding: 3px 15px; background: #fffde5; margin: 5px 14px; color:#333; border: none;}
.PostContent blockquote p { font-size: 12px; padding: 5px 0px; margin: 5px 0px; line-height: 16px;}
.PostContent ul { font-size: 12px; padding-left: 12px; }

.PostContent img { margin: 0px 12px 9px 0px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.PostDetails { padding: 0px; margin: 0px; font-size: 11px; display: inline; font-weight: bold}
.PostDetails li { list-style-type: none; }


.PostDetails li a:link, .PostDetails li a:visited  { font-weight: normal; font-size: 12px; line-height: 22px; display: block; background: #fff url(images/bx-comment2.gif) no-repeat 0 0; height: 24px; width: 190px; text-align: left; padding: 0px 0px 0px 36px; margin: 0px; }
.PostDetails li a:hover { font-weight: normal; color: #fff; text-decoration: none; display: block; background: #fff url(images/bx-comment2.gif) no-repeat 0 -24px; width: 190px; }
/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

.Comments { width: 510px; margin: 0px 0px 0px 80px; padding: 0px 20px; border-left: solid 1px #000021; }
.Comments .List h3 { font-size: 14px; letter-spacing: -1px; padding: 5px 0px 5px 0px; margin: 0px; }
.Comments .List ol { padding: 10px 0px 0px 0px; margin: 0px;}
.Comments .List li { position: relative; padding: 15px 0px; margin: 0px; list-style-type: none; font-size: 11px; position: relative;}

.alt { background: #eee; border-bottom: solid 10px #fff; }

/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 */

/*\ IE/Win min height hack */ * html .Comments .List .ListNr { left: 0px;} /* */ 
.Comments .List .ListNr { color:#2e67b2; position: absolute; top: 10px; font-size: 18px; line-height: 14px; font-family: "Trebuchet MS"; font-weight: normal; letter-spacing: -1px; width: 15px; height: 15px; padding: 5px; text-align: center;}

.Comments .List .ListUser { margin: 0px; padding: 0px 0px 0px 35px; font-size: 14px; line-height: 14px; font-family: 'Arial'; letter-spacing: -1px;}
.Comments .List .ListUser a { text-decoration: none;}
.Comments .List .ListUser a:visited { text-decoration: none;}
.Comments .List .ListUser a:hover { text-decoration: none;}

.Comments .List .ListDate { color:#8c97a1; padding: 0px 0px 0px 35px; margin: 0px 0px 0px 0px; font-size: 10px; }
.Comments .List .ListDate a { color:#8c97a1; text-decoration: none;}
.Comments .List .ListDate a:visited { text-decoration: none;}

.Comments .List .Warning { color:#c00; padding: 0px 0px 0px 35px; margin: 0px 0px 0px 0px; font-size: 10px; }

.ListHeader { 
	height: 16px;
	margin: 0px 20px 0px 35px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/wp-content/themes/blogging-experiment/images/bx-comment-top.png');
	}
.ListHeader[class] {
	background: url(/wp-content/themes/blogging-experiment/images/bx-comment-top.png) no-repeat;
}

.Comments .List .ListContent { background-color: #fff; padding: 10px; color:#333; font-size: 11px; line-height: 14px;  margin: 0px 20px 0px 35px;}
.Comments .List .ListContent p { padding: 3px 0px; margin: 3px 0px; font-size: 11px; line-height: 14px;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Comments .Form {}
.Comments .Form h3 { font-size: 14px; letter-spacing: -1px; padding: 5px 0px 5px 0px; margin: 0px 0px 10px 0px;}

.FormTop { 
	background-color: #e2ecf1;
	width: 510px; 
	height: 5px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/wp-content/themes/blogging-experiment/images/CommentsFormTopBkg.png');
}

.FormTop[class] {
	background: #e2ecf1 url(/wp-content/themes/blogging-experiment/images/CommentsFormTopBkg.png) no-repeat top;
}

.FormBottom { 
	background-color: #e2ecf1;
	width: 510px; 
	height: 5px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/wp-content/themes/blogging-experiment/images/CommentsFormBottomBkg.png');
}

.FormBottom[class] {
	background: #e2ecf1 url(/wp-content/themes/blogging-experiment/images/CommentsFormBottomBkg.png) no-repeat top;
}

.Comments .Form form { padding: 20px; margin: 0px; background-color: #e2ecf1; width: 470px;}
.Comments .Form p { padding: 3px 0px; margin: 0px; font-size: 11px; color:#000033;}
.Comments .Form p label { padding-bottom: 11px; display: block;}
.Comments .Form p label small { font-size: 11px; color: #000033}

.Comments .Form .Note {  margin: 5px 0px; width: 395px;}
.Comments .Form .Note small { font-size: 10px;}
.Comments .Form .TextField { background: #fff; border: solid 1px #000; padding: 5px; font-size: 11px; margin-right: 20px; color:#40454b;}
.Comments .Form .TextArea { background: #fff; border: solid 1px #000; padding: 5px; font-size: 11px; color:#40454b;}


.Comments .Form .SubmitComment  {  font-size: 10px; display: block; background: #eee; width: 160px; text-align: center; border-top: solid 1px #87909e; border-right: solid 1px #036; border-bottom: solid 1px #036; border-left: solid 1px #87909e; padding: 3px; margin: 0px; }
.Comments .Form .SubmitComment:hover { color: #fff; text-decoration: none; display: block; background: #2e67b2; width: 160px; text-align: center; border-top: solid 1px #036; border-right: solid 1px #87909e; border-bottom: solid 1px #87909e; border-left: solid 1px #036; padding: 3px; margin: 0px; }


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Right Sidebar */
.SideBarRight {width: 296px; margin-left: 660px; padding: 0px 0px 0px 0px;}
.SideBarRight h2 {
	font-size: 16px;
	letter-spacing: 0px;
	margin: 0px;
	color:#064d73;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.SideBarRight ul { padding: 0px; margin: 0px;}
.SideBarRight li { padding: 0px; margin: 0px; list-style-type: none;}
.SideBarRight li a { padding: 2px 0px 3px 8px; color: #003366; text-decoration: none; width: 250px; display: block;}  
.SideBarRight li a:visited { color: #003366; text-decoration: none; } 
.SideBarRight li a:hover { text-decoration: underline; color: #000033; } 
.SideBarRight select { color: #2e67b2; font-size: 12px; font-family: 'Arial'; }
#sidebar_inner {
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
	width: 296px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}.sidebar_10pxleftmarg {
	margin-left: -10px;
}
.sidebar_10pxleftmarg02 {
	margin-left: -10px;
}
.sidebar_10pxleftmarg03 {
	margin-left: -10px;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.Footer {
	width: 955px;
	position: relative;
	clear: left;
	margin: 0 auto;
	background-color: #616161;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
}
.Footer p {
	margin: 0px;
	color:#fff;
	font-size: 10px;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.Footer p a {color: #eee; text-decoration: underline;}

