/*
Theme Name: New Medialightbox Theme based on Flexx
Theme URI: http://flexxtheme.com
Author: iThemes
Author URI: http://ithemes.com/
Version: 2.0.3
Description: Flexx is an endlessly extensible, highly configurable blog theme from iThemes.com.
Tags: blog, theme options, multiple layouts, multiple color schemes
All the CSS, XHTML, design, and images are copyrighted. Please don’t steal.

*/
/*CSS Reset*/
@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(css/grid.css);


@font-face {
	font-family: 'ChampagneLimousinesRegular';
	src: url('images/fonts/Champagne_Limousines.eot');
	src: local('Champagne & Limousines Regular'), local('Champagne&Limousines'), url('images/fonts/Champagne_Limousines.woff') format('woff'), url('images/fonts/Champagne_Limousines.ttf') format('truetype');
}

@font-face {
	font-family: 'ChampagneLimousinesBold';
	src: url('images/fonts/Champagne_LimousinesBold.eot');
	src: local('Champagne & Limousines Bold'), local('Champagne&Limousines-Bold'), url('images/fonts/Champagne_LimousinesBold.woff') format('woff'), url('images/fonts/Champagne_LimousinesBold.ttf') format('truetype');
}

body { /* This is where you set many of the universal defaults */
	background: #454545 url(images/body-bg.gif) repeat-x repeat-y; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #5e0303;
	text-decoration: underline;
}
.post li a {
    color: #074C7C;
    font-weight: bold;
	text-decoration: underline;
}
.post li a:hover {
    color: #0B75BF;
    font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	color: #a01616;
	text-decoration: underline;
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 20px 5px 20px; padding: 0px 20px;
	font-style: italic;
	background: #DDD;
	border: 1px solid #555;
	border-left: 3px solid #555;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	/*
	font-family: ;
	font-size: ;
	color: px;
	margin: px; padding: px;
	*/
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
	line-height: 24px;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 18px;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 24px;
	line-height: 24px;
	font-family: Arial,sans-serif;
	color: #3d8a37;
}

h3 a {
	color: #3d8a37;
}
h3 a:hover {
	color: #a01616;
}


h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	padding: 0 0 0 15px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*.post img {border: 2px solid #cfcfcf;}*/

/*********************************************
		Container Div
*********************************************/
#container {
	background: #FFF;
	/*margin-top: 20px;*/
	/*border: 1px solid #FFF;*/
}

/*********************************************
		Header Styles
*********************************************/
#header {
	clear: both;
	background: #fff;
	position: relative;
}

#header #title a {
	display: block;
	overflow: hidden;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#above-header #pagemenu,
#above-header #catmenu {
	/*border-bottom: 1px solid #FFF;*/
}
#below-header #pagemenu,
#below-header #catmenu {
	border-top: 1px solid #FFF;
}
#pagemenu,
#catmenu {
	background: #1d1d1d url(images/menu-bg.gif) repeat-x;
	float: left;
	font-size: 11px;
	/*text-transform: uppercase;*/
	width:995px;
	height: 38px;
	margin: 0px; 
	/*padding: 5px 0px 0 0; */

}
/* This is the style for the first UL (horizontal) */
#pagemenu ul,
#catmenu ul {
	float: left;
	background: transparent;
	height: 30px; 
	line-height: 38px;
	margin: 10px;
	padding: 0px;
}

/* This is the style for the top level list items */
#pagemenu ul li,
#catmenu ul li {
	background: none;
	width: 69px;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px;
	line-height: 10px;
	margin: 0px 10px 30px 10px; 
	padding: 0 0 20px 30px;

}
#pagemenu ul li.home,
#catmenu ul li.home {
	background: none;
}
/* The style for all links */
#pagemenu a,
#catmenu a {
	color: #FFF;
	text-decoration: none;
}
/* The universal hover state colors and background for all LI items and links */
#pagemenu li:hover a,
#pagemenu li.sfhover a,
#pagemenu li a:hover,
#catmenu li:hover a,
#catmenu li.sfhover a,
#catmenu li a:hover {
	color: #FFF;
	text-decoration: none;
	/*background: #767676 url(images/menu-active-bg.gif) repeat-x;*/
}
/* This is the style for the top level links, if different than the universal */
#pagemenu ul li a,
#catmenu ul li a {
	display: block;
	height: 30px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 10px;
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*border: 1px solid #cacaca;
	background: #111 url(images/menu-item-bg.gif) repeat-x;*/
}
/* if you want to set a "current page item" style, do it here */
#pagemenu ul li.current_page_item a,
#catmenu ul li.current_page_item a {
	color: #8db58f;
	/*background: #767676 url(images/button-bg.gif) repeat-x;*/
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#pagemenu li ul,
#catmenu li ul {
	clear: both;
	position: absolute;
	width: 132px; /* the width of the dropdown */
	left: -999em;
}
/* This shows the nested UL when you hover */
#pagemenu li:hover ul, 
#pagemenu li.sfhover ul,
#catmenu li:hover ul, 
#catmenu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#pagemenu li:hover ul,
#pagemenu li.sfhover ul,
#catmenu li:hover ul,
#catmenu li.sfhover ul {
	background: transparent;
	display: block;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#pagemenu li:hover ul li,
#pagemenu li.sfhover ul li,
#catmenu li:hover ul li,
#catmenu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 21px; line-height: 21px;
	overflow: hidden;
	text-align: left;
}
/* This is the style for the links within the LI items within the nested UL */
#pagemenu li:hover ul li a,
#pagemenu li:hover ul li.current_page_item a,
#pagemenu li.sfhover ul li a,
#pagemenu li.sfhover ul li.current_page_item a,
#catmenu li:hover ul li a,
#catmenu li:hover ul li.current_page_item a,
#catmenu li.sfhover ul li a,
#catmenu li.sfhover ul li.current_page_item a {
	width: 120px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
	border: none;
	border: 1px solid #cacaca;
	border-top: none;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#pagemenu li:hover ul li a:hover, 
#pagemenu li.sfhover ul li a:hover,
#catmenu li:hover ul li a:hover, 
#catmenu li.sfhover ul li a:hover {
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 20px; line-height: 20px;
	background: #111 url(images/menu-item-bg.gif) repeat-x;
}

/*********************************************
		Feature-Top Div
		Feature-Bottom Div
*********************************************/
.w260,.w260-,.w390,.w390- {display: inline; float: left; margin: 0px 10px; text-align: left; overflow: hidden;}
.w260 {width: 240px;} .w260- {width: 260px; margin: 0px;}
.w390 {width: 370px;} .w390- {width: 390px; margin: 0px;}
#feature-top,
#feature-bottom {
	width: 100%;
	background: #c8c8c8 url(images/feature-top-bg.gif) bottom center no-repeat;
	float: left;
	margin: 0px; padding: 0px 0px 10px 0px;
	overflow: hidden;
}
#feature-top a {
	text-decoration: none;
}
#feature-top a:hover {
	color: #000;
	text-decoration: underline;
}
#feature-bottom {
	background: #ffffff;
	color: #000000;
	border-top: 1px solid #dddddd;
}
#feature-bottom a {
	color: #000;
	text-decoration: none;
}
#feature-bottom a:hover {
	text-decoration: underline;
}
#feature-top .widget,
#feature-bottom .widget {
	padding: 0px 0px 10px 0px;
}
#feature-top h4,
#feature-bottom h4 {
	background: url(images/feature-top-title.gif) repeat-x;
	margin: 0px; padding: 5px 10px;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #FFF;
	border-left: none; border-right: none;
}
#feature-top h4 a,
#feature-bottom h4 a {
	color: #000;
	text-decoration: none;
}
#feature-top h4 a:hover,
#feature-bottom h4 a:hover {
	color: #000;
	text-decoration: none;
}
#feature-top-left h4,
#feature-top-middle h4,
#feature-bottom-left h4,
#feature-bottom-middle h4 {
	border: 1px solid #FFF;
	border-left: none;
}

#feature-top p,
#feature-top ul,
#feature-top ol,
#feature-top img {
	padding: 10px;
}
#feature-bottom p,
#feature-bottom ul,
#feature-bottom ol,
#feature-bottom img {
	padding: 10px;
}
#feature-top .textwidget,
#feature-bottom .textwidget {
	padding: 10px;
}
#feature-top ul,
#feature-top ol,
#feature-bottom ul,
#feature-bottom ol {
	padding: 10px 0px; margin: 0px 15px 5px 25px;
	list-style-type: square;
}
#feature-top li ul,
#feature-top li ol,
#feature-bottom li ul,
#feature-bottom li ol {
	padding: 0px;
}
#feature-top a.rsswidget img,
#feature-bottom a.rsswidget img {
	display: none;
}
	
/*********************************************
		Content Div
*********************************************/
#content {
	/*background: #FFF url(images/grad.gif) repeat-x;*/
	margin: 17px 0 0 26px;
	width:594px;
}


.single .post {
	border-bottom:none !important;
	height:100% !important;
}

.post {
	border-bottom: 1px solid #dddddd;
	height:225px;
	padding: 30px 0px 23px 0px;
	margin:0;
	overflow:hidden;
	position: relative;
}

.post .title {
	/*width: 620px;*/
	overflow:hidden;position:relative;
}




.page .date {
	display: none;
}
.post .date {
	display: block;
	width: 40px; height: 43px;
	background: url(images/date.png) no-repeat;
	text-align: center;
	color: #FFF;
	float: left;
}
.post .date .month {
	font-size: 8px;
	line-height: 19px;
	text-transform: uppercase;
	/*font-weight: bold;*/
}
.post .date .day {
	font-size: 22px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}

.single .post .post-title {
	width: 500px;
}
.post .post-title {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 15px;
}
.post .post-title a {
	text-decoration: none;
}

.post .post-title a:hover {
	color:#35b502;
	text-decoration: none;
}


/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	margin: 25px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
}

.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}

.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 18px;
}

.photometa {
	margin: 0px 5px 0px 5px; padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px; padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px; padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 10px;
}

/*********************************************
		Sidebar
*********************************************/
#sidebar { /* Wide Sidebar */
	/*background: #FFF url(images/grad.gif) repeat-x;*/
	margin: 47px 26px 23px 23px;
}

#sidebar .sidebar {
	background: none;
}
.sidebar a {
	text-decoration: none;
	color:#142f05;
}
.sidebar a:hover {
	color:#2e6b0b;
	text-decoration: underline;
}
.sidebar h4 {
	clear: both;
	color: #000000;
	font-size: 18px;
	/*padding: 4px 0px 4px 0px;*/
	line-height: 25px;
}
.sidebar h4 img {
	padding: 0px;
}
.sidebar h4 a {
	color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
.sidebar .widget {
	clear: both;
	padding:0;
	background-color: #dbdbdb;
}
.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar img {
	/*padding: 5px 0px;*/
}
.sidebar p {
	padding: 5px 0px;
}
.sidebar img {
	text-align: center;
}
.sidebar ul {
	/*list-style-type:square;*/
	list-style-image: url('images/sidebar-list-image.gif');
	margin:0;
	/*position:relative;
	top:-5px; */
	padding:10px 0 7px 30px;
}
.sidebar ul li {
/*	margin: 10px 0px 0px 0px; */
	padding: 0px 0px 10px 4px;
	line-height: 18px;
	/*background: url(images/arrow.gif) 0px 4px no-repeat;*/
}
.sidebar ul li a {
	text-decoration: none;
}
.sidebar ul li a:hover {
	
}
.sidebar ul li ul {
	margin: 0px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 8px;
}


/*********************************************
		Comment Styles
*********************************************/
#comments {
	font-family: Arial;
	font-size:20px;
	color:#000;
	padding: 0px 10px 10px 0px;
}
#comments h4 {
	padding: 0;
}
#comments .comment {
	margin: 5px 0px 5px 0px; padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments .alt {
	margin: 5px 0px 5px 0px; padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments .gravatar {
	float: left;
	padding: 0 5px 0 0;
}
#comments .commentmeta {
	
}
#comments .commentmeta a {
	text-decoration: none;
}
#comments .commentmeta a:hover {
	text-decoration: underline;
}
#comments .commenttext {
	
}

#respond {
	padding: 10px 0 140px 30px;
}

#respond h4 {
	padding: 0;
}

#respond form#commentform {
}

#respond #author,
#respond #email,
#respond #url {
	border:1px solid #999999;
	background:#fff;
	width:157px;
}

#respond #comment {
	border:1px solid #999999;
	background:#fff;
	width:562px;
}
#respond #submitdiv {
	float:right;
}

#respond #submit {
	font-family: Arial;
	font-size:18px;
	color:#004c78;
	text-decoration:none;
	border:none;
	background:#fff;
	margin:0;
	padding:0;
	text-align:right;
}

#respond #submit:hover {
	cursor:hand;
	cursor:pointer;
}

#respond h3 {
	margin:35px 0 20px 0;
	color:#000;
	font-family:Arial;
	font-size:20px;
}

p.subscribe-to-comments {
	width:300px;
	float:left;
	padding:0;
}

p.subscribe-to-comments #subscribe {
	padding:0;
	margin:0;
	vertical-align:middle;
}

div.respondformitem {
	margin-bottom:5px;
}

div.textarea {
	margin-bottom:10px;
}

#respond small {
	color:#aaaaaa;
	font-family:Arial;
	font-size:11px;
}


/*********************************************
		Footer Styles
*********************************************/
#footer {
	background: #000 url(images/footer-bg.png) no-repeat;
	text-align: left;
	color: #000;
	height:293px;
	/*border-top: 1px solid #dddddd;*/
}

#footer .alignleft,
#footer .alignright {
	padding: 10px;
}
#footer .alignright {
	text-align: right;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*********************************************
		Contact Form Styles
*********************************************/
.ithemes-contact-page {
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.ithemes-contact-page td {
	padding: 5px;
	text-align: left;
}
.ithemes-contact-page td.label {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.ithemes-contact-page input,
.ithemes-contact-page textarea,
.ithemes-contact-page select {
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 3px;
}
.ithemes-contact-page input:hover,
.ithemes-contact-page textarea:hover,
.ithemes-contact-page  select:hover	{
}

.ithemes-contact-page  input:focus,
.ithemes-contact-page  textarea:focus,
.ithemes-contact-page  select:focus	{
}

.ithemes-contact-page textarea,
.ithemes-contact-page input {
}




#toptitle,
#catmenu {
	background: #edebeb url(images/lightgrad.gif) repeat-x;
	text-align: right;
	float: left;
	font-size: 13px;
	color: #fff;
	width: 100%;
	height: 26px;
	margin: 0px; 
	/*padding: 0px 0px;*/
}
/* This is the style for the first UL (horizontal) */
/*#toptitle ul,
#catmenu ul {
	float: left;
	background: transparent;
	height: 22px; line-height: 22px;
	margin: 0px; padding: 0px;
}*/

/* This is the style for the top level list items */
#toptitle ul li,
#catmenu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 26px;
	line-height: 26px;
	margin: 0px;
	padding: 0 0 0 10px;
}
#toptitle ul li.home,
#catmenu ul li.home {
	background: none;
}
/* The style for all links */
#toptitle a,
#catmenu a {
	color: #FFF;
	text-decoration: none;
}
/* The universal hover state colors and background for all LI items and links */
#toptitle li:hover a,
#toptitle li.sfhover a,
#toptitle li a:hover,
#catmenu li:hover a,
#catmenu li.sfhover a,
#catmenu li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #767676 url(images/menu-active-bg.gif) repeat-x;
}


#magicbuttons {
	float: right;
	width: 100px;
	height: 20px;
	/*color: #fff;
	background-color: #000;*/
}

#magicbuttons a #last_img {
	margin: 0 20px 0 7px;
}


#global-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	right: 100%;
	bottom: 20px;
	height: 20px;
	clear: both;
}

#global-header-green {
	background-color: green;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	right: 100%;
	bottom: 20px;
	height: 20px;
	clear: both;
	color: green;
}

#global-header-gray {
	background-color: gray;
}

#search-titlebar {
	padding-bottom: 5px;
	float: right;
	width: 300px;
	height: 38px;
	text-align: right;
	vertical-align: bottom;
	background: url(images/search-bar.gif) 75px 8px no-repeat;
}

#search-titlebar input {
	position: relative;
	top: 5px;
	right: 10px;
	border: none;
	padding-bottom: 0px;
	margin-bottom: 5px;
	background: transparent;
	width: 110px;
	height: 15px;
}

#search-titlebar #searchsubmit {
	position: relative;
	top: 8px;
	right: 20px;
	width: 45px;
	height: 19px;
	margin: 0 0 0 30px;
}


#search-titlebar img {
	/*vertical-align: bottom;*/
}

.widget h4 {
	height:39px;
	background-color:#000000;
	padding: 10px 0 0 20px;
	color:#ffffff;
	font-size:20px;
	/*font-weight:bold;*/
	font-family:ChampagneLimousinesBold, Arial, Helvetica, sans-serif;
}

div.w360- .widget h4 {
	background: url(images/sidebar-360-bg.png) no-repeat;
}

div.w180- .widget h4 {
	background: url(images/sidebar-180-bg.png) no-repeat;
}

.post .addthis_container {
    position: relative;
    top: 90px;
    left: 450px;
    width: 100px;
}


.addthis_container img {
	border:none;
}


.dd_after {
	width: 400px;
}


.dd_after iframe {
	margin-right:10px;
}

.post .postimg {
	width:222px;
	height:222px;
	float:left;
	margin-right:20px;
	border:none;
}

.post .postcontent {
	float: left;
	margin-top:10px;
	/*top:100px;
	left:100px;*/
	width: 345px;
	position:relative;
	/*height: 180px;*/
}

.post .postcontent p {
	text-align:justify;
}

input#s {
	margin: 2px 0 0 10px;
	background:transparent;
	border:0px;
	font-size:26px;
	height:30px;
	width:210px;
}

.search-input {
	float:left;
	background: url(images/search-input.png) no-repeat;
	border:none;
	width:230px;
	height:37px;
	vertical-align:middle;

}

.widget #ithemes-billboard-2 {
	background-color: #dbdbdb;
	padding: 21px 0 13px 0;
}

#ithemes-billboard-2 a img {
/*	margin: 0 0 0 -10px; */
	margin-right:6px;
}

.widget ul,
.widget div {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color: #cccccc;
}
/*
.textwidget {
	border-bottom:none !important; 
}
*/
.textwidget div {
	border:none;
	background-color:#ffffff;
}

#sendupdatesform {
	padding:3px 10px 20px 20px;
}

#sendupdatesform #email {
	background: #ffffff;
	border: 1px solid #c3c3c3;
	border-top: 1px solid #7c7c7c;
	width:157px;
	margin: 0 20px 0 0;
	position:relative;
}

#sendupdatesform #subm {
	position:relative;
	bottom:-4px;
}

#sendupdatesform div {
	height:19px;
	background:#cccccc;
}

#footer .footblock {
	margin: 35px 55px 0 0;
	padding: 15px 15px 0 20px;
	background:#000;
	float:right;
	width:220px;
	height:214px;
}

#footer .footblock ul {
	margin:0;
	list-style-image: url('images/footer-list-image.gif');
}

#footer .footblock a {
	color:#509429;
}

#footer .footblock h4 {
	padding:0 0 15px 0;
}

#footer .footblock h4 a {
	font-family:ChampagneLimousinesBold, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#509429;
	text-decoration:none;
}

#footer .footblock li {
	padding:0 0 10px 0;
	font-weight:bold;
	color:#fcfdfb;
}

#footer .footblock p {
	padding:0 0 20px 0;
	font-weight:bold;
	color:#ffffff;
}

#footer .footblock a
{
	text-decoration: underline;
}

.searchform {
	border:none;
	background:#fff;
}

.search-input {
	border:none;
	background-color:transparent;
}

#searchsubmit {
	float: right;
}

.dd_left {
	padding:2px 15px 0 0 !important;
}

.single .post p a,
.postcontent a {
	color:#074c7c;
    font-weight: bold;
    font-size: 13px;
}

.single .post p a:hover,
.postcontent a:hover {
	color:#0b75bf;
}

p a.more-link {
	font-size:13px;
	font-weight:bold;
}


.authorbio h4 {
	width:575px;
	background: url(images/header-author-bg.png) no-repeat;
}

.authorbio .textwidget {
	padding: 23px 16px 20px 16px;
}

.authorbio .havelink {
	padding: 18px 16px 18px 16px;
	text-align: center;
}

.authorbio .textwidget img {
	float:left;
	padding: 0 10px 3px 0;
}

.authorbio .textwidget p {
	padding: 0;
}

.authorbio .textwidget .link {

	font-size: 20px;
	/*font-weight:bold;*/
	color: #3a7096;
	
}

/*
#commentblock {
	padding: 30px 10px 10px 30px;
	background-color: #dddddd;
	border: 1px solid #7e7e7e;
}

ol.commentlist {
	margin: 0;
}

li.comment {
	margin:30px 0 0 0;
}

.comment-author,
.comment-meta {
	width:80px;
	float:left;
}

.comment-meta {
	clear:both;
}

.comment-body p {
	/*position:relative;
	top:0;
	left:50px;
	width:510px;* /
	padding:10px;
	background:#c7c7c7;
}

.commentlist .depth-1 .comment-body img {
	width:100px;
	height:100px;
}

.mycomment {
	margin-top:32px;
}

.reply {
	position:relative;
	bottom:0;
	right:0;
}

/* greg's comments * /

.commentnumber {
	display:none;
}
*/


ol, ul {
list-style-image:none;
list-style-position:outside;
}

ol.commentlist,
ul.children {
list-style-type:none;
}
div.autosize { display: table; width: 1px; }
div.autosize > div { display: table-cell; }

ol.commentlist {
margin:0;
padding: 0px;
}


.depth-2 .reply {
	padding: 0 3px 0 0 !important;
} 

.reply {
	text-align:right;
	padding: 0 25px 0 0;
    clear: both;
}

.reply a {
	text-decoration:none;
	color:#074c7c;
}

span.says,
div.commentnumber {
    display: none;
}

li.depth-1 {
    width: 530px;
    /*background: url("images/right_bkg.gif") #dddddd repeat-y right top;*/
    background: url("images/right_bkg.gif") #dddddd repeat-y 119px 0px;
    margin-bottom: 30px;
    /*padding: 10px;*/
    overflow:hidden;    clear:left;
}

div#commentblock {
	padding: 30px 10px 10px 30px;
	background-color: #dddddd;
	border: 1px solid #7e7e7e;
    /*width: 574px;*/
}

#commentblock h3 {
	margin:0 0 20px 0;
}


.depth-2 .replytext {
	font-weight:bold;
	display:inline !important;
}

.depth-1 .replytext {
	display:none;
}


.depth-1 div.comment-author {
    float: left;
    width: 80px;
    padding-right: 40px;
    background-position: 79px 0px;
    background-image: url("images/commenttip.gif");
    background-repeat: no-repeat;
}
.depth-2 div.comment-author {
    padding: 0 0 10px 0;
    /*float: right;
    background-image: none;*/
}
.depth-2 {
    background-color: #cfcfcf;
    border: 1px solid #666666;
    padding: 10px 10px 5px 10px;
    margin-left: 98px;
    width: 360px;
    margin-bottom: 10px;
    overflow:hidden;
}
.depth-2 * {
    font-size: 10pt;
    font-family: Arial;
}

.children .vcard {
	width:350px !important;
	background-image:none !important;
	clear:both;
}

.children .vcard img {
	width:30px;
	height:30px;
	float:left;
	margin-right:5px;
}

cite.fn {
	font-style:normal;
}

.comment p {
	padding: 18px 18px 10px 14px;
	width:378px;
	float:right;
}

.depth-2 p {
	padding: 0px 7px 10px 0px;
	width:354px;
	float:right;
}


/* social icons bar */
.soc-icon-bar {
	margin:30px 0 45px 0;
	width:100%;
}


.soc-icon-bar td {
	font-size:18px;
}

.soc-icon-bar img {
	vertical-align:middle;
}

.soc-icon-bar a.deli {
	color:#2651a0;
}

.soc-icon-bar a.stum {
	color:#56b147;
}

.soc-icon-bar a.twit {
	color:#4a9fc6;
}

.soc-icon-bar a.faceb {
	color:#3150a2;
}


#ithemes_billboard-2 h4 {
	background:transparent url(images/sidebar-360-follow-us.png) no-repeat;
	color:transparent;
}

#text-4 h4 {
	background:transparent url(images/sidebar-360-get-email-updates.png) no-repeat;
	color:transparent;
}

#recent-posts-3 h4 {
	background:transparent url(images/sidebar-360-most-recent-posts.png) no-repeat;
	color:transparent;
}

#most-popular-posts-1 h4 {
	background:transparent url(images/sidebar-360-most-popular-posts.png) no-repeat;
	color:transparent;
}

#categories-3 h4 {
	background:transparent url(images/sidebar-180-categories.png) no-repeat;
	color:transparent;
}

#archives-2 h4 {
	background:transparent url(images/sidebar-180-archives.png) no-repeat;
	color:transparent;
}

.follow-us-div {
	text-align:right;
	vertical-align:middle;
}

.follow-us-div img {
	vertical-align:middle;
}

.follow-us-link {
	vertical-align:middle;
	font-weight:bold;
	color:#65a4d1 !important;
}

#author-andrew {
	height:34px;
	background: url(images/authors/header-author-andrew.png) no-repeat;
}

#author-ben {
	height:34px;
	background: url(images/authors/header-author-ben.png) no-repeat;
}

#author-shane-meehan {
	height:34px;
	background: url(images/authors/header-author-shane-meehan.png) no-repeat;
}

#author-anthony {
	height:34px;
	background: url(images/authors/header-author-anthony.png) no-repeat;
}
#author-stephen {
	height:34px;
	background: url(images/authors/header-author-stephen.png) no-repeat;
}
#author-daniel {
	height:34px;
	background: url(images/authors/header-author-daniel.png) no-repeat;
}

a.btnSharethis {
    backgournd-color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    vertical-align: bottom;
}
a.btnSharethis:hover {
    cursor: pointer;
    text-decoration: none;
}

#text-5 {
 margin-top:5px;
 background-color: transparent;
}
#text-5 .textwidget {
    background-color: transparent;
    border-style: none;
}
#linkcat-93 {
/*    display: none;*/
}
#linkcat-93 h4 {
    text-align: right;
    color: transparent;
    background:transparent url(images/sidebar-180-links.jpg) no-repeat scroll 0 0;
}
#linkcat-93 ul {
    list-style: none;
}
#linkcat-93 li {
    margin-left: -25px;
    line-height: 25px;
}
#linkcat-93 img {
    position: relative;
    top: 4px;
    left: -4px;
}
#linkcat-93 ul {
    height: 202px;
}

#text-6 {
    margin-top: 5px;
    width: 154px;
    height: 264px;
    background: none;
}
#text-6 .textwidget {
    border-style: none;
}