/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* hide for this template */
.content_linkrow, .content_date {
	display:none;
	visibility:hidden;
	}

img.left {
	float: left;
	margin-right: 15px;
	}

img.right {
	float: right;
	margin-left: 15px;
	}

/* Form */

form {
	margin: 0;
	padding: 0;
	}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

legend {
	display: none;
	}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	}

#wrapper {
	margin: 0;
	padding: 0;
	}

/* Header */

#header {
	margin: 0 auto;
	}

/* Menu */

/* =================
#menu {
	float: left;
	width: 840px;
	height: 60px;
	background: url(/images/img02.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	}

#menu li {
	display: block;
	float: left;
	}

#menu a {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #283386;
	}

#menu a:hover {
	background: #8bd2ef;
	color: #fff;
	}

#menu .current_page_item a {
	background: #8bd2ef;
	color: #fff;
	}

================= */

/** LOGO */

#logo {
	width: 840px;
	height: 80px;
	margin: 0 auto;
	}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
	}

#logo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	}

#logo h1 a {
	text-decoration: none;
	color: #fff;
	}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 45px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #efce58;
	}

#logo p a {
	text-decoration: none;
	color: #efce58;
	}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 820px;
	margin: 0 auto;
	}

/* Content */

#content {
	float: left;
	}

/* Post */

.post {
	clear: both;
	padding: 0px;
	margin: 10px 0 30px;
	}
.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	}
.post h1 {
	padding: 0;
	font-size: 24px;
	background: #000fff important!;
	}
.post h2 {
	border: 0 !important;
	border-left: 1px dashed #ccc !important;
	float: left;
	font-size: 22px;
	margin: 0;
	min-height: 60px;
	padding: 0 0 0 10px;
	width: 580px;
	}
.post .entry {
	border: 1px #ccc dashed;
	border-width: 1px 0 0 1px;
	float: left;
	padding: 5px 0 5px 10px;
	width: 580px;
	}
.post .entry img {
	border: 0;
	padding: 0;
	}
.post .meta {
	display: block;
	font-size: 11px;
	padding: 5px 0 0 0;
	}
.post h2 .meta {
	color: #f26c4f;
	font-family: Arial, sans-serif;
	padding-bottom: 10px;
	}
.post .entry .meta {
	border-top: 1px #ccc dashed;
	}
.post .meta b {
	display: none;
	}
.post .links {
	float: right;
	color:#f26c4f;
	}
.d_blog img.blogProfileImg {
	border: 0;
	border-top: 1px dashed #ccc;
	clear: both;
	float: left;
	margin: 0;
	padding: 10px;
	width: 60px;
	}

.postdate {
	position: relative;
	width: 80px;
	height: 60px;
	float: left;
	}
.postdate .month, .postdate .day, .postdate .year {
	position: absolute;
	background-image: url(../images/blog_date_sprite.png);
	background-repeat: no-repeat;
	}
.postdate .month span, .postdate .day span, .postdate .year span {
	display: none;
	}
.postdate .month { top: 0; left: 0; width: 43px; height: 23px; }
.postdate .day { top: 25px; left: 5px; width: 38px; height: 28px; }
.postdate .year { top: 4px; right: 13px; width: 18px; height: 49px; }

.m-01 { background-position: -11px -10px; }
.m-02 { background-position: -11px -39px; }
.m-03 { background-position: -11px -70px; }
.m-04 { background-position: -11px -100px; }
.m-05 { background-position: -11px -130px; }
.m-06 { background-position: -11px -160px; }
.m-07 { background-position: -11px -189px; }
.m-08 { background-position: -11px -220px; }
.m-09 { background-position: -11px -250px; }
.m-10 { background-position: -11px -280px; }
.m-11 { background-position: -11px -310px; }
.m-12 { background-position: -11px -340px; }

.d-01 { background-position: -66px -10px; }
.d-02 { background-position: -66px -45px; }
.d-03 { background-position: -66px -80px; }
.d-04 { background-position: -66px -115px; }
.d-05 { background-position: -66px -150px; }
.d-06 { background-position: -66px -185px; }
.d-07 { background-position: -66px -220px; }
.d-08 { background-position: -66px -255px; }
.d-09 { background-position: -66px -290px; }
.d-10 { background-position: -66px -325px; }
.d-11 { background-position: -66px -360px; }
.d-12 { background-position: -66px -395px; }
.d-13 { background-position: -66px -430px; }
.d-14 { background-position: -66px -465px; }
.d-15 { background-position: -66px -500px; }
.d-16 { background-position: -116px -10px; }
.d-17 { background-position: -116px -45px; }
.d-18 { background-position: -116px -80px; }
.d-19 { background-position: -116px -115px; }
.d-20 { background-position: -116px -150px; }
.d-21 { background-position: -116px -185px; }
.d-22 { background-position: -116px -220px; }
.d-23 { background-position: -116px -255px; }
.d-24 { background-position: -116px -290px; }
.d-25 { background-position: -116px -325px; }
.d-26 { background-position: -116px -360px; }
.d-27 { background-position: -116px -395px; }
.d-28 { background-position: -116px -430px; }
.d-29 { background-position: -116px -465px; }
.d-30 { background-position: -116px -500px; }
.d-31 { background-position: -116px -535px; }

.y-2008 { background-position: -166px -10px; }
.y-2009 { background-position: -166px -66px; }
.y-2010 { background-position: -166px -123px; }
.y-2011 { background-position: -166px -183px; }
.y-2012 { background-position: -166px -236px; }
.y-2013 { background-position: -166px -293px; }
.y-2014 { background-position: -166px -348px; }
.y-2015 { background-position: -166px -406px; }
.y-2016 { background-position: -166px -462px; }
.y-2017 { background-position: -166px -518px; }

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin-bottom: 4px;
	}
#sidebar li ul {
	}
#sidebar li li {
	margin: 0;
	}
#sidebar h2, .c_cHeader {
	width: 250px;
	padding: 8px 0 0 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #fff;
	}

/* Search */

#search {
	}
#search h2 {
	margin-bottom: 20px;
	}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #bed99c;
	}

#x {
	padding: 3px;
	border: none;
	background: #ccc;
	text-transform: lowercase;
	font-size: 11px;
	color: #085b7b;
	}

/* Boxes */

.box1 {
	padding: 20px;
	}
.box2 {
	color: #bababa;
	}
.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
	}
.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
	}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #fff;
	}
#legal a {
	font-weight: normal;
	color: #fff;
	}

/* comments */
.c_contentPerson {
	}
.c_contentTop {
	height:60px;
	width:500px;
	background-image:url(../images/comment_bg1.gif);
	background-repeat:no-repeat;
	}
.c_content {
	background-image:url(../images/comment_bg2.gif);
	background-repeat:repeat-y;
	padding-left:24px;
	padding-right:24px;
	}
.c_contentBottom {
	height:50px;
	width:500px;
	background-image:url(../images/comment_bg3.gif);
	background-repeat:no-repeat;
	}

/* Comments */
.comments-container {
	border-left: 1px dashed #ccc;
	float: left;
	margin: 0 0 10px 80px;
	padding: 15px;
	width: 560px;
	}
.comments-container h3 {
	margin-top: 0;
	padding-top: 0;
	}

.bubble {
	background-color: #fff;
	color: #333;
	margin-top: 5px;
	min-height: 80px;
	}

.bubble p {
	margin: 0;
	padding: 4px 10px 10px 10px;
	}

.blog-comment-footer {
	height: 10px;
	background-image: url(/images/blog-comment-footerX.png);
	}

.seperator {
	margin: 20px 0 15px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}

.commentsForm form {
	margin: 8px;
	padding: 14px;
	padding-top: 2px;
	}

.commentsForm form input, .commentsForm form textarea {
	margin: 5px 0 5px 0;
	padding: 4px;
	border: 1px dotted #bbb;
	}

.commentsForm form input {
	height: 18px;
	}
.commentsForm form textarea {
	width: 96%;
	}

.commentsForm form input.selected,.commentsForm form textarea.selected {
	border: solid 1px #bbb;
	}

.commentsForm form input.btn {
	width: auto;
	height: 26px;
	border: solid 1px #bbb;
	}


.polls-footer {
	text-align: right;
	}


/* error / status boxes */
.box-error-small {
	padding: 10px;
	padding-left: 50px;
	border: solid 1px #000;
	background-color: #da4444;
	color: #fff;
	background-image: url(images/error_icon.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	}

.box-success-small {
	padding:10px;
	padding-left:50px;
	border:solid 1px #000;
	background-color:#bbe1ba;
	color:#000;
	background-image:url(images/success_icon.png);
	background-repeat:no-repeat;
	background-position:4px 4px;
	}

.box-success-small a {
	color:#000;
	}

.error {
	color:red;
	}
