/* RESETS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
b, strong {
	font-weight: bold;
}
/* DEFAULTS */
a {
	color: #8a7cc4;
	text-decoration: none;
}
a:hover {
	color: #8a7cc4;
}
.hidden {
	display: none;
}
.fix-1 {
	display: block;
	height: 100%;
	overflow: hidden;
}
.fix-2 {
	display: inline;
	height: 100%;
	overflow: hidden;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
/* LAYOUTS */
body {
	background: url(images/bg.jpg) #d9e1ea no-repeat 50% 0;
	color: #2c2c2c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrap {
	clear: both;
	margin: 10px auto 0;
	width: 990px;
}
#header1 {
	background: url(images/headerbg.png) no-repeat 0 0;
}
#header2 {
	background-color: #fff;
	padding: 0 45px;
}
#content {
	padding: 0 300px 0 0;
}
#contentleft {
	float: left;
	width: 100%;
}
#contentleftwrap {
	padding: 0 20px 0 0;
}
#contentright {
	float: right;
	margin: 0 -300px 0 0;
	width: 300px;
}
#footer {
}
/* STYLE */

/* HEADER */

#header1 h1 a, #header1 h2 a {
	display: block;
	float: left;
	height: 120px;
	text-indent: -9999px;
	width: 480px;
}
#header2 ul#pages {
	background: url(images/pagebg.png) repeat-x 0 100%;
	display: block;
	float: left;
	padding: 10px 0;
	width: 100%;
}
#header2 ul#pages li {
	display: inline;
	float: left;
}
#header2 ul#pages a {
	border-right: 1px solid #666666;
	color: #666666;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 12px;
	text-transform: uppercase;
}
#header2 ul#pages a:hover, #header2 ul#pages a.current_item {
	color: #8a7cc4;
	text-decoration: underline;
}
#header2 ul#pages .last {
	border: none;
}
/* BLOCK */

.block {
	color: #fff;
	margin: 0 0 10px;
	padding: 10px;
}
.block a {
	display: block;
	padding: 1px 0;
	text-decoration: underline;
}
.block h3 {
	color: #423f3f;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}
.block .blockcontent {
}
.block ul {
}

.block ul li {
}
.block ul.conn li a {
	color: #423f3f;
	display: block;
	padding: 3px 0 3px 30px;
	text-decoration: none;
}
.block a.con1 {
	background: url(images/conn1.png) no-repeat 0 50%;
}
.block a.con2 {
	background: url(images/conn2.png) no-repeat 0 50%;
}
.block a.con3 {
	background: url(images/conn3.png) no-repeat 0 50%;
}
.block a.con4 {
	background: url(images/conn4.png) no-repeat 0 50%;
}
.block a.con5 {
	background: url(images/conn5.png) no-repeat 0 50%;
}
.block3 {
	background: url(images/featuredbg.png) repeat 0 0;
	height: 113px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 20px 25px;
}
.block3 h3 {
	color: #423f3f;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.block3 ol {
	font-size: 11px;
	list-style: decimal inside;
}
.block3 a.thetitle {
	text-decoration: underline;
}
.block3 .blockcontent {
	color: #423f3f;
}
.block0 {
	padding: 20px 0 0;
}
.block0 h3 {
	color: #9c9ea1;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.block4 {
	background-color: #f3f4f5;
	margin: 0 0 10px;
	padding: 20px 15px;
	width: 262px;
}
.blockblogs {
	padding: 0 15px;
}
.blockblogs ul li {
	float: left;
	padding: 0 2px 15px;
	position: relative;
	width: 110px;
}
.blockblogs ul li a {
	color: #527cc4;
	font-weight: bold;
	font-size: 11px;
}
.blockblogs ul li .name {
	position: absolute;
	top: 75px;
}
/* BLOCK NNNNNNN */

.block #searchform #searchsubmit {
	display: none;
}
.block #searchform #s {
	background: url(images/searchboxbg.png) no-repeat 0 0;
	border: none;
	height: 18px;
	padding: 2px 5px 0 20px;
	width: 245px;
}


/*.block .textwidget {
	padding: 0 0 15px;
	text-align: center;
}*/
/* POST LAYOUT */
#postlist {
	background-color: #fff;
	padding: 0 45px 60px;
}
.postwrap {
	background: url(images/postdivider.png) no-repeat 50% 100%;
	margin: 0 0 20px;
	padding: 20px 0 10px;
}
.postwrappage {
	margin: 0 0 20px;
	padding: 20px 0 10px;
}
.post {
	font-size: 12px;
	padding: 10px 0 0;
}
/* POST TOP */
.posttop {
	background: url(images/titlebg.png) repeat 0 0;
	margin: 0 0 15px;
	padding: 10px;
}
.posttop .info {
	background-color: #fff;
	color: #8a7cc4;
	float: left;
	font-size: 11px;
	padding: 3px;
}
.posttop .postimage {
	background-color: #fff;
	width: 580px;
}
.posttop h1, .posttop h2 {
	clear: both;
	color: #666666;
	float: left;
	font-size: 25px;
}
.posttop h1 a, .posttop h2 a {
	color: #666666;
	font-weight: bold;
}
.posttop h1 a:hover, .posttop h2 a:hover {
	color: #8a7cc4;
}

/* POST BOTTOM */

.postbottom {
	padding: 10px 0 0;
}
.postbottom .comm a {
	color: #fff;
}
.postbottom .more a {
	color: #000;
}
.postbottom .comm {
	background: url(images/commicon.png) no-repeat 0 0;
	display: block;
	float: right;
	font-weight: bold;
	text-align: center;
	width: 95px;
}
.postbottom .more {
	float: left;
	font-weight: bold;
}

/* POST STYLE*/
.post p {
	line-height: 18px;
	margin: 0 0 20px;
}
.post blockquote {
	background-color: #EDEFE2;
	padding: 5px 10px;
	margin: 0 0 10px 30px;
}
.post blockquote p {
	margin: 0;
}
.post h2 {
	color: #003366;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px;
}
.post h3 {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
}
.post h4 {
	color: #252525;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 10px;
}
.post ul {
	list-style: disc inside;
	padding: 5px 0 15px 30px;
}
.post ol {
	list-style: decimal inside;
	padding: 5px 0 15px 30px;
}
.post img {
	padding: 5px;
}
/* COMMENT */
#comments {
}
#comments h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 5px;
}
.commentlist .comment {
	background-color: #d8d9da;
	color: #444;
	margin: 0 0 30px;
	padding: 10px 30px;
	line-height: 16px;
}
.commentlist .comment p {
	padding: 0 0 15px 0;
}
#comment-box h4 {
	padding: 15px 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#comment-box .formlist li {
	color: #666;
	font-weight: bold;
	padding: 5px 0;
	font-size: 12px;
	display: block;
	height: 100%;
	overflow: hidden;
}
#comment-box .formlist textarea {
	border: 1px solid #bbb;
	background-color: #fff;
	float: left;
	width: 400px;
	height: 200px;
}
#comment-box .formlist input {
	height: 20px;
	width: 200px;
}
#comment-box .formlist input#submit {
	height: 30px;
	width: 130px;
}

/* FOOTER */
.navigation {
	padding: 20px 0;
}
#footercopyright {
	background-color: #fff;
	color: #c6c6c6;
	float: left;
	padding: 0 45px 30px;
	width: 580px;
}
#footerpages {
	border-top: 4px solid #c2c7cd;
	color: #b0b4b9;
	float: right;
	width: 290px;
}
#footerpageswrap {
	float: right;
	padding: 15px 0 0;
}
#footerpages a {
	color: #b0b4b9;
}
#footerpages a:hover {
	color: #fff;
}
#footer p {
	border-top: 4px solid #dbdbdb;
	padding: 15px 0 0;
}
ul.share {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
ul.share li {
	display: inline;
	float: left;
	height: 100%;
	overflow: hidden;
	padding: 0 20px 0 0;
}
ul.share li a.facebook, ul.share li a.twitter, ul.share li a.delicious, ul.share li a.digg {
	height: 16px;
	padding: 0 0 0 20px;
}
ul.share li a.facebook {
	background: url(images/facebook.png) no-repeat 0 50%;
}
ul.share li a.twitter {
	background: url(images/twitter.png) no-repeat 0 50%;
}
ul.share li a.delicious {
	background: url(images/delicious.png) no-repeat 0 50%;
}
ul.share li a.digg {
	background: url(images/digg.png) no-repeat 0 50%;
}
#postlist p.credit {font-size:11px;margin:10px 0 10px 0;color:#666;}