/*
	Theme Name: HYDRA
	Theme URL: http://egthemes.com/hydra/
	Description: A functional CMS Business WordPress Theme
	Author: Chris
	Author URI: http://egthemes.com/hydra/
	Version: 1.0
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/*@import url(http://fonts.googleapis.com/css?family=Oswald);*/

/* Reset CSS
---------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* Default Style
---------------------------------------------------------------- */
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.homelink {color:#295d8e!important; font-size: 15px;}

a.homelink {color:#295d8e; font-size: 15px;}

 homelink a:hover{color:#000!important; font-size: 15px;}


.bottomaero{ border-bottom: #666666 dotted 1px; margin-bottom:10px;}
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}




.buttonlink {

 background-color: #6EBB1D;
    border: 1px solid #3B830D;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 3px 0 #49642F;
    color: #FFFFFF;
    cursor: pointer;
    font: bold 11px/11px Helvetica,Arial,sans-serif;
    padding: 6px 8px 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #457412;
  
  width:60px;
}

.buttonlink a{ color:#FF9900;}


 .buttonlink:hover {
    color: #FFFFFF !important;
}

















h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #383838; line-height: 1em; font-weight: normal; font-family: 'Oswald',arial,serif; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
h1 { font-size: 25px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
p { padding-bottom: 10px; line-height: 20px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
blockquote p { padding-bottom: 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Hyperlinks
---------------------------------------------------------------- */
a,
a:visited {
	color: #367ab9;
	text-decoration: none;
}

a:hover {
	color: #295d8e;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Body
---------------------------------------------------------------- */

body {
	background: #E6E6E6;
	color: #555555;
	font-family: Arial,Helvetica,Tahoma,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}


/* Main
---------------------------------------------------------------- */
.mainwrap {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 3px solid #333333;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}

#main  .fixedwidth{
	width:1004px;
}

/* Header
---------------------------------------------------------------- */
#header .wrap{
	margin: 0 auto;
	min-height: 80px;
	overflow: hidden;
	width: 960px;
}
#logo h1{
	font-size: 40px;
	line-height: 50px;
}	
#logo {
	float:left;
}

 .imgpic{ float:left; list-style:none; position:relative;}
#logo .site-title{
	font-family: 'Oswald',arial,serif;
	color: #fff;
}
#logo .site-title a {
	color: #333333;
	display: block;
	float: left;
	list-style:none;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 15px 0 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 320px;
}
}
#logo .site-title a:hover  {
	text-decoration:none;
}

#description {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	height: 0;
	overflow: hidden;
	width: 0;
}

/* Nav
---------------------------------------------------------------- */
#nav{
	border-bottom-style: inherit;
	float: left;
	padding: 18px 0 0;
	text-transform: uppercase;
}

#nav li a .sf-sub-indicator{
	display: block;
	width: 11px;
	height: 42px;
	top: 18px;
	right: 0px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}
#nav li a:hover .sf-sub-indicator{
}
#nav li li a .sf-sub-indicator {
	top: 12px;
}	
#nav ul {	
	float: left;
	list-style: none;
	margin: 0;
}

#nav li {
	text-transform:uppercase; 
	font-size:14px;
	float: left;
	list-style: none;
	padding: 0;
}
	
#nav li a {
	color: #333;
	display: block;
	font-family: 'Oswald',arial,serif;
	font-size: 15px;
	line-height: 50px;
	margin: 0;
	padding: 6px 20px 6px 19px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	color: #367AB9;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #fff;
	font-size:12px;
	line-height: 20px;
	width: 132px; 
	margin: 0;
	padding:8px 21px 6px 13px;
	text-transform:capitalize;
	position: relative;
}
	
#nav li li a:hover, #nav li li a:active {		 
	background:#f5f5f5;
	color:#367AB9;
}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 166px;
	margin: 0;
	padding: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#nav ul li ul li a.sf-with-ul{background:url("images/arrow.gif") no-repeat scroll 92% center #ffffff;}

#nav ul li ul li a:hover.sf-with-ul{background:url("images/arrow.gif") no-repeat scroll 92% center #f5f5f5;}
#nav li ul ul {
	margin: -34px 0 0 166px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
}

#nav li:hover, #nav li.sfHover { 
	position: static;
}
	
/* Home Top
---------------------------------------------------------------- */
#home-slide-bg{
	background: none repeat scroll 0 0 #72BF44;
	/*margin: 0 auto;*/
	z-index: 1;
}
#home-slide-bg a{
	color:#fff;
	text-decoration: underline;
}
#home-slide-bg a:hover{
	color:#eee;
	text-decoration: underline;
}
#home-slide{
	background: url("images/slider-bg.png") no-repeat scroll 10% 99% transparent;
	/*margin: 0 auto;*/
	padding: 0;
	width: 999px;
	z-index: 2;
}

#home-slide .wrap{
	
	border-radius: 6px 6px 6px 6px;
	overflow: hidden;
/*	padding: 4px;*/
	width: 1005px;
	z-index: 3;
}
#slider-des{
	background: #72BF44;
	height: 280px;
	width: 320px;
}
#slider-des .page{
	margin: 0;
	padding: 20px;
	clear: both;
	overflow: hidden;
}
.slidetitle{
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dotted #DDD;
	color: #FFFFFF;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0 0 15px;
	text-shadow: 1px 1px #555;
	text-transform: capitalize;
}
.slidecontent p{
	color: #FFFFFF;
}


#top-images{
	height: 280px;
	width: 610px;
}
#top-images img{
	height: 280px;
	width: 610px;
}

#under-bg{
	background: url("images/under-bg.png") no-repeat scroll 50% 50% transparent;
	height: 36px;
	margin: 0 auto;
}

#slogan{
	color: #666666;
	font: 18px/1.5 georgia;
}
#slogan .wrap{
/*	background: url("images/line.png") no-repeat scroll center bottom transparent;*/
	margin: 0 auto;
	padding: 5px 0 10px;
	width: 960px;
}


/* Featured Area
---------------------------------------------------------------- */
#featured{
	overflow: hidden;
	padding: 25px 0 0;
}

#featured .wrap{
	clear: both;
	margin: 0 auto;
	width: 960px;
}

#featured-1{
	float: left;
	padding: 0 44px 0 0;
	width: 292px;
}

#featured-2{
	float: left;
	width: 292px;	
}

#featured-3{
	float: right;
	width: 292px;
}

#featured img{
	border: 1px solid #EBEBEB;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	padding: 5px;
}
#featured .title{
	background: url("images/title-bg.png") no-repeat scroll left center transparent;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
}
#featured .title a{
	color:#333;

}
.featured-page{
	clear: both;
	overflow:hidden;
}

.horizontal-line{
	border-top: 1px solid #EFEFEF;
	margin: 10px auto 0;
	width: 960px;
}

.left{
	float:left;
}

.right{
	float:right;
}
/* Home Bottom
---------------------------------------------------------------- */
#home-bottom{
	padding:0 0 20px;
}

#home-bottom .wrap{
	clear: both;
	margin: 30px auto 0;
	width: 960px;
}

#home-bottom-left{
	float: right;
	width: 292px;
}
#home-blog{
	float: left;
	width: 628px;
}
#home-bottom .title{
	padding:0 0 15px;
	text-transform: uppercase;
}
.quote{
	background: none repeat scroll 0 0 #E9EFF9;
	border-radius: 10px 10px 10px 10px;
	font: italic 14px/20px cambria,georgia,serif;
	margin: 10px 0 0;
	padding: 16px 24px;
}
.quote_bot {
	background: url("images/bg_quote_bot.png") no-repeat scroll right bottom transparent;
	height: 18px;
}
.source {
	color: #555555;
	font-size: 12px;
	padding: 10px 20px 0 0;
	text-align: right;
}
.blog-post{
	border-bottom: 1px solid #EFEFEF;
	margin: 0 0 10px;
}
.blog-meta{
	font-size: 11px;
	text-transform: uppercase;
}
.blog-title{
	padding: 5px 0;
	text-transform: capitalize;
}


/* Footer
---------------------------------------------------------------- */
#footer{
	background: none repeat scroll 0 0 #489619;
	border-top: 3px solid #333333;
	color: #FFFFFF;
}

#footer .wrap{
	background: url("images/slider-bg.png") no-repeat scroll 30% 99% transparent;
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
}

#footer a{
	color: #FFFFFF;
	font-size: 12px;
}

#footer a:hover{
	color: #EEEEEE;
}

#footer h4{
	border-bottom: 1px dotted #DDDDDD;
	color:#FFFFFF;
	margin: 0 0 10px;
	padding: 15px 0;
	text-shadow: 1px 1px #333333;
	text-transform: uppercase;
}

.footer-widget-1,.footer-widget-2,.footer-widget-3{
	float: left;
	overflow: hidden;
	padding: 0 26px 0 0;
	width: 196px;
}

.footer-widget-4{
	float: right;
	width: 292px;
}


/* Copyright
---------------------------------------------------------------- */
#copyright{
	background: none repeat scroll 0 0 #333333;
	color: #888888;
}

#copyright .wrap{
	margin: 0 auto;
	padding: 15px;
	width: 960px;
}

	
/* Socialmedia
---------------------------------------------------------------- */	
.subscribe {
	float:right;
}
.subscribe ul li {
	float: left;
}

.socialmedia li {
	display: block;
	height: 24px;
	margin-left: 8px;
	overflow: hidden;
	padding: 0;
	width: 24px;
}
.socialmedia li:first-child {
	margin: 0;
}
.socialmedia li a {
	background: url("images/socialmedia.png") no-repeat scroll 0 0 transparent;
	display: block;
	padding: 1px 0 3px;
	text-indent: 2000px;
}
.socialmedia li a.facebook {
	background-position: 0 0;
}
.socialmedia li a.flickr {
	background-position: -40px 0;
}
.socialmedia li a.twitter {
	background-position: -80px 0;
}
.socialmedia li a.vimeo {
	background-position: -120px 0;
}
.socialmedia li a.youtube {
	background-position: -160px 0;
}
.socialmedia li a.behance {
	background-position: -200px 0;
}
.socialmedia li a.rss_feed {
	background-position: -240px 0;
}
.socialmedia li a.facebook:hover {
	background-position: 0 -24px;
}
.socialmedia li a.flickr:hover {
	background-position: -40px -24px;
}
.socialmedia li a.twitter:hover {
	background-position: -80px -24px;
}
.socialmedia li a.vimeo:hover {
	background-position: -120px -24px;
}
.socialmedia li a.youtube:hover {
	background-position: -160px -24px;
}
.socialmedia li a.behance:hover {
	background-position: -200px -24px;
}
.socialmedia li a.rss_feed:hover {
	background-position: -240px -24px;
}

/* Page Post Top
---------------------------------------------------------------- */
#page-info{
	background: url("images/slider-bg.png") no-repeat scroll 30% 50% #72BF44;
	height: 80px;
}
#page-info .wrap{
	color: #FFFFFF;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 960px;
}
#page-info .title{
	color: #FFFFFF;
	float: left;
	font-size: 25px;
	margin: 0 30px 0 0;
	text-transform: capitalize;
}

#page-info a{
	color:#FFFFFF;
}
#page-info .des{
	font-size: 13px;
	padding: 9px 0 0;
	position: absolute;
	text-transform: capitalize;
}

/* Entry Post
---------------------------------------------------------------- */
#page{
	background: url("images/shadow.png") repeat-x scroll left 0 transparent;
	overflow: hidden;
	padding: 20px 0 20px;
}

#page .wrap{
	margin: 0 auto;
	width: 960px;
}
.breadcrumbs{
	font-size: 11px;
	margin: -25px 0 25px;
	position: relative;
}

#content{
	float: left;
}

.entry{
	width:720px;
}

.post{
	margin: 0 0 30px;
	margin-left:0!important;
	
}

.entry-title {
	border-bottom: 1px dotted #BBBBBB;
	margin: 0 0 8px;
	padding: 0 0 10px;
}


h2 a, h2 a:visited {
	color: #383838;
	font-size: 20px;
}

#page H2 a:hover{
	color:#295d8e;
	text-decoration: none;
}


.post-info, .post-meta{
	color: #888888;
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


.entry-content ol, .entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}
.entry-content ol {
	margin: 0;
}
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}
.entry-content-testi ul li {
	list-style-type: square;
	margin: 0 0 0 4px;
	padding: 0;
}
.entry-content ol li {
	list-style: decimal outside none;
	margin: 0 0 0 25px;
}
.entry-content ol ol, .entry-content ul ul {
	padding: 0;
}

.fullwidth .entry {
	width:960px;
}


.author {
	background: none repeat scroll 0 0 #F9F9F9;
	border: 1px solid #EAEAEA;
	border-radius: 5px 5px 5px 5px;
	margin: 15px 0 0;
	overflow: hidden;
	padding: 10px;
}

.author p{font-size:13px;}

.author img{
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 10px 0 0;
	padding: 6px;
}
	
.author-box .avatar {
	border: 4px solid #e5e5e5;
	float: left;
	height: 70px;
	margin: 0 10px 0 0;
	width: 70px;
}

/* Pagination
---------------------------------------------------------------- */

.ct-paginate {
	padding:10px 0; overflow:hidden; clear:both;}
.ct-paginate a {
	border:1px solid #ddd; 
	color:#666; 
	margin-right:5px; 
	padding:4px 8px; 
	text-align:center; 
	text-decoration:none;}
	
.ct-paginate .ct-title {
	color:#555; 
	margin-right:4px;}
.ct-paginate .ct-gap {
	color:#999; 
	margin-right:4px;}
.ct-paginate a:hover, .ct-paginate a:active, .ct-paginate .ct-current {
	color:#fff; 
	background:#367AB9; 
	border:1px solid #EAEAEA; 
	margin-right:5px;
	padding:4px 8px;}
	
/* Sidebar
---------------------------------------------------------------- */
#bg { 
	background-image: url("images/bg.png");
	background-repeat: no-repeat;
	float: left;
	height: 730px;
	width: 40px;
}

#sidebar{
	display: inline;
	float: right;
	line-height: 20px;
	width: 218px;
}

#sidebar .widget-title {
	background: url("images/title-bg.png") no-repeat scroll left 25% transparent;
	border-bottom: 1px dotted #DDDDDD;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 0 10px 15px;
	text-transform: uppercase;
}

.widget{
	margin: 0 0 30px;
}

.widget-area ul li {
	border-bottom: 1px dotted #CCCCCC;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px 5px;
	word-wrap: break-word;
}

.widget-area  li  li, .widget-area li li li{
	border-bottom: 0 none;
	list-style: square outside none;
	margin: 0 0 0 20px;
	padding: 5px 0 0 0;
}
#sidebar .flickr-photos  li{
	float: left;
	background:none;
	list-style-type: none;
	padding:8px;
}
 

#sidebar .twitter h4{
	background: url("images/tt.png") no-repeat scroll left center transparent;
	line-height: 30px;
	padding: 0 0 0 40px;
}
/* Form Style
---------------------------------------------------------------- */
#s{ 
	border: 1px solid #BBBBBB;
	background: url("images/form-bg.png") repeat-x scroll 0 0 transparent;
	color: #999999;
	font-size: 12px;
	padding: 5px;
	width: 138px;
}

#searchsubmit, .searchsubmit {
	background: url("images/submit-bg.png") repeat scroll 0 0 transparent;
	border: 1px solid #367AB9;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial,serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 6px;
	text-decoration: none;
	text-transform: uppercase;
}

.searchform {
	border-radius: 3px 3px 3px 3px;
	margin: 0 0 20px;
	position: relative;
}
.s {
	background: url("images/form-bg.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	color: #837E76;
	font-family: arial;
	font-size: 12px;
	height: 16px;
	padding: 5px 10px;
	width: 175px;
}

input , textarea{
	border: 1px solid #2A2828;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    font-family: arial;
	padding: 5px 10px;
}
/* =Comments
------------------------------------------------------------------ */
#comments {
	margin:30px 0 0;
}

#comments h3,#respond h4{
	line-height:10px;
	margin: 15px 0 10px;
}
#comments a{
	text-decoration:none;
}
#comments a:hover{
	text-decoration:underline;
}
#commentform input {
	background: url("images/form-bg.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	width: 230px;
	padding: 8px;
	margin: 5px 5px 1px 0px;
}
#comments input:hover, #commentstextarea:hover{
	background: #F1f1f1;
}
#commentform {
	margin: 5px 10px 0px 0px;
}
	
#commentform textarea {
	border: 1px solid #CCCCCC;
	border-radius: 1px 1px 1px 1px;
	width: 90%;
	padding: 2px;
}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
	
#commentform p {
	margin: 20px 0;
}
	
#commentform #submit {
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0 transparent;
	border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.4);
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-family: Helvetica;
	font-weight: bold;
	line-height: 1em;
	outline: medium none;
	overflow: visible;
	position: relative;
	white-space: nowrap;
	width: 180px;
}
	
#commentform #submit:hover{
	background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0 transparent;
}

.commentlist {
	margin: 0px;
	padding: 0px;
}

.commentlist ol {
	margin: 0px;
	padding: 10px;
}

.commentlist li {
	margin: 15px 0;
	padding:15px;
	list-style: none;
}
.commentlist li ul li { 
	margin: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}

.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	background: #FFFFFF;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	float: left;
	border:1px solid #CCCCCC;
	margin: 0px 10px 0px 0px;
	padding: 3px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.commentlist p {
	color:#333;
	font-weight: normal;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
	padding:5px 0 0 0;
}

.alt {
	margin: 0px;
	padding: 10px;
}
.children { 
	margin: 0px;
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.commentmetadata {
	font-size: 11px;
	margin: 0px;
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
	
	
.thread-alt {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
}
	
.thread-even {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
	
.depth-1 {
	border: 1px solid #BBBBBB;
	margin: 0px;
	padding: 0px;
}

.even, .alt {
	border:1px solid #E6E6E6;
	border-radius: 5px 5px 5px 5px;
}
em.date, .comment strong {
	font-weight:normal;
	color:#999;
	line-height:24px;
	display:block;
	font-style: normal;
} 

.comment-meta a{
	color: #999;
}
.reply {
	background: none repeat scroll 0 0 #333333;
	border-radius: 3px 3px 3px 3px;
	font-size: 11px;
	text-align: center;
	width: 60px;
}

.reply a{
	color:#FFFFFF;
	display: block;
	padding: 2px 0;
}

#comments .reply  a:hover {
	border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0 0 #888888;
	padding: 2px 0;
	text-decoration: none;
}
/* Images
---------------------------------------------------------------- */
.entry-content img{
	height: auto;
	max-width: 100%;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
	height:auto;
}
img.alignnone {
	display: inline;

}
img.alignleft {
	display: inline;

}
img.alignright {
	display: inline;

}

img.wp-smiley, img.wp-wink {
	border: medium none;
	float: none;
}

.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: none repeat scroll 0 0 #383838;
	margin-bottom: 1em;
	max-width: 100%;

}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height:auto!important;
	width: 100% !important;
}
.wp-caption .wp-caption-text, .gallery-caption {
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	padding: 10px 0 10px 20px;
}

#main .gallery img{
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}

/* Calendar
---------------------------------------------------------------- */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	border-bottom: 2px solid #DDDDDD;
	color: #222222;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: center;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 5px 0;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
 
/* Social Links
---------------------------------------------------------------- */
.social{
	line-height:32px;
}
.social li {
	float:left;
	padding:0 10px 0 0;
}
/* Related Posts
---------------------------------------------------------------- */
.related img,.popular img,.latestposts img{
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #FFFFFF;
	outline: 1px solid #EAEAEA;
	padding: 4px;
}
.related li{
	float:left;
	padding:0 32px 0 0;
	width:136px;
}

/* Popular Posts
---------------------------------------------------------------- */
.popular li{
	float:left;
	padding:0 32px 0 0;
	width:136px;
}
.popular h3{
	padding:10px 0;
}

/* Latest Posts
---------------------------------------------------------------- */
.date{
	font-size:11px;
	text-transform: uppercase;
}
.small_frame {
	float:left;
	padding: 5px 10px 0 0;
}

/* Tabs
---------------------------------------------------------------- */
.popular .last_child,.related .last_child{padding:0;}


.tab-content {
	overflow: hidden;
	padding: 16px 16px 0;
}
.tabs-wrapper {
	margin: 30px 0 0;
    overflow: hidden;
    width: 100%;
}
.tabs-wrapper .tab-content {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #D7D7D7;
	border-style: solid;
	border-width: 0 1px 1px;
}
ul.tabs {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 0 !important;
	padding: 0 10px 0 0;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0 40px 0 0;
	position: relative;
}
ul.tabs li a {
	color: #666666;
	font-size: 11px;
	line-height: 30px;
	outline: medium none;
	text-decoration: none;
	text-shadow: 1px 1px 1px #EEEEEE;
	text-transform: uppercase;
}
ul.tabs li a:hover {
	color:#333;
}

.tabs_container {
	border-top: medium none;
	clear: both;
	float: left;
	overflow: hidden;
}
.tab_content {
	padding: 25px 0 0;
}
.tabs .active a{
	border-top: 3px solid;
	color: #333;
	cursor: default;
	padding: 7px 1px 4px 0;
}
