@charset "utf-8";

/* CSS RESET */

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;
	color: #4A4A4A;
}

/* BASICS */

h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.reply,
.wp-caption-text {
	font-family: Arial, Helvetica, sans-serif;
}


h1 {  color:#282828;
font:30px Georgia, "Times New Roman", Times, serif; }


.entry-title, .page-title  { font:30px Georgia, "Times New Roman", Times, serif; }

h2 { font:20px Georgia, "Times New Roman", Times, serif; }

h3 { font:16px Georgia, "Times New Roman", Times, serif; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {color:#282828;
text-decoration:none;}


p {
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	margin-top:8px;
}

p a, li a {
	border-bottom:1px solid #C9C9C9;
	color:#2fb8da;
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	text-decoration:none;
}

p a:hover, li a:hover {
	border-bottom:1px solid #C9C9C9;
	color:#000;
	text-decoration:none;
}

ul {
	font:14px Arial, Helvetica, sans-serif;
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* HEADER */

#mainWrapper {
	background:url(files/img/navigation_bg.gif) repeat-x;}

#wrapper {
	margin:0 auto;
	width:975px;
}

#header {
	height:230px;
	position:relative;
}

#logo {
	position:absolute;
	left:0;
}

#logo a img {
	border:none;
	vertical-align:middle;
}

/* NAVIGATION */

#access {
	position:absolute;
	top:192px;}
	
#access .menu-header,
div.menu {
	font-size: 13px;
	/*margin-left: 12px;*/
	/*margin:0 auto;
	width: 965px;*/
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #FFF;
	display: block;	
	font:bold 14px Georgia, "Times New Roman", Times, serif;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-color: #3FA9BC;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #49c5db;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #49c5db;
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

#search {
	position:absolute;
	right:175px;
	top:198px;
	
	background-color:#49c5db;
	height:25px;
/*	margin:7px 0 0 292px; */
/* 	margin:7px 0 0 15px; */
	width:142px;}

#s {
	border:1px solid #49c5db;
	height:19px;
	width:111px;
	padding:2px;}

#searchsubmit {
	background:url(files/img/searchsubmit.gif) no-repeat scroll 0 0 #49c5db;
	border:1px solid #49c5db;
	cursor:pointer;
	height:23px;
	text-align:center;
	width:20px;
	text-indent:-9999px;}
	
#tools {
	position:absolute;
	top:198px;
	right:23px;}

#tools ul li {
	margin:0 5px;
	float:left;
	width:25px;
	list-style:none;}

#tools ul li a {
	display:block;
	height:23px;
	width:23px;
	background-color:none;}	


/* CONTENT */



#content { margin-left:15px; }

#content h1 { margin-bottom:15px; }

#content h2 { margin:25px 0 10px 0; }

#content h3 { margin:25px 0 10px 0;}

#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}

.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}


.hentry {
	margin: 0 0 20px 0;
}


/* INDEX */

.feature-post-wrap {
	float:left;
	margin-right:15px;
	margin-bottom:50px;
	width:305px;
}

.feature-post-wrap img {
	background:url(files/img/feature-post-shadow.jpg) 0 100% no-repeat;
	clear:both;
	display:block;
	height:auto;
	padding:0 0 8px 0;
	width:305px;
}

.latest {
	float:left;
	margin-right:15px;
	margin-bottom:25px;
	width:177px;
}

.latest img {
	background:url(files/img/latest-shadow.jpg) 0 100% no-repeat;
	clear:both;
	display:block;
	height:auto;
	padding:0 0 8px 0;
	width:177px;
}

/*.last-latest {
	float:left;
	width:177px;}*/

.metafront {
	color:#666;
	font-size:12px;
	margin:0;
	line-height:16px;
}

/* POST */

.post-wrap {
	float:left;
	margin:20px 15px 50px 0;
	width:617px;
}

#post p img, .wp-caption {
	background:url(files/img/post-shadow.jpg) 0 100% no-repeat;
	border:0;
	clear:both;
	display:block;
	height:auto;
	margin-top:10px;
	padding:0 0 8px 0;
	width:500px;
}

#post li {
	margin-top:8px;
}

.wp-caption-text{
	color:#888888;
	font-size:11px;
	font-style:italic;
	margin:0;
	padding-left:5px;}

.entry-meta, .entry-meta p {
	color: #888;
	font:12px Arial, Helvetica, sans-serif;
}

.share { clear: both; margin: 10px 0; }
.share .twitter { float: left; }

	
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
	font-size:12px;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
	
/* COMMENTS */

#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

.fn a {
	color:#888;
	text-decoration:none;}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}




/* SIDEBAR */

#linkcat-2 h2 { display: none; } 

#sidebar {
	background:url(files/img/sidebar-bg.gif) #FFF repeat-y scroll;
	float:left;
	padding-bottom:20px;
	width:328px;
}

#sidebar .ads {
	margin:20px 0 0 15px;
}

#sidebar .ad {
	background-color:#FFF;
	border:1px solid #9f9f9f;
	float:left;
	margin:5px;
	padding:4px;
}

#sidebar ul {
	font:12px Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin-top:5px;
}

#sidebar ul .children {
	font:12px Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin-top:0px;
}

#sidebar h3 a,
#sidebar h3{
	color:#2fb8da;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	text-decoration:none;
	margin-top:0;
}

.categories {
	list-style-type:none;}

.cat-wrap {
	background:url(files/img/sidebar-category.gif) no-repeat;
	padding-left:14px;
	margin:15px 0 0 6px;
}

.cat { 
	float:left;
	width:145px; }
	
.cat ul,.cat ol {margin:0;}

.cat li a {
	color:#000;
	text-decoration:none;}

/* FOOTER */

#wrapper-footer {
	background:url(files/img/footer_bg.gif) repeat-x bottom scroll;
	height:205px;
	padding:0;
	width:100%;
}

#footer {
	background:url(files/img/footer.gif) no-repeat;
	height:80px;
	margin:0 auto;
	padding:105px 0 0 15px;
	text-align:left;
	width:960px;
}

#footer p {
	color:#FFF;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#footer p a {
	color:#FFF;
	border:none;
	font:12px Arial, Helvetica, sans-serif bold;
	text-decoration:none;
}

#copy {
	color:#FFF;
	font-size:12px;
	height:15px;
	margin:0 auto;
	padding-left:15px;
	text-align:left;
	width:960px;
}

/* FOOTER */

/*.widget_search label {
	display: none;
}
*/