/*------------
 Global 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: .992em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: White;
	font-size: 87.5%;
	font-family: Arial, Helvetica, Calibri, sans-serif;
   	text-shadow: 0 0 1px #fff;
}
html>body {
	font-size: 14px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
	
/*-------------
 Shared Styles
-------------*/

a:link,a:visited {
	text-decoration: none;
	color: #de4e2a;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

.left { float: left; }
.right { float: right; }

.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }

.clear { clear: both; }

strong { font-weight: bold; }
em { font-style: italic; }

#s {width: 165px; 
	float: left;
} 
.searchbox {
	width: 100%;	
}
	

/*------
 Layout
------*/

 #container {
   width: 982px;
   margin: 0 auto;
   background: #fff;
   padding: 25px 30px 25px 10px;
 }
 
 .col {
   margin-left: 20px;
   float: left;
 }
   .one { width: 78px; }
   .two { width: 176px; float: left }
   .three { width: 176px; float: right }
   .four { width: 392px; margin-left: 10px;}
   .five { width: 470px; }
   .six { width: 560px; }
   .seven { width: 666px; }
   .eight { width: 764px; }
   .nine { width: 862px; }
   .ten { width: 960px; float: none; }
   
 .module {
   margin-bottom: 2em;
 }
 
 .mm-widget {
   margin-bottom: 2em;
 }

/*-------
 Disable the wpstats smiley
-------*/

img#wpstats{display:none}

  
/*-------
 Content
-------*/

.post-content em {
	font-style: italic;
}
.post-content strong {
	font-weight: bold;
}
.post-content p {
	line-height: 1.5;
	margin: 1.35em 0 1em 0;
	//font-size: .857em;
}

.post-content blockquote {
	font-style: italic;
}
.post-content ul,.post-content ol {
	margin: 1.5em 2em;
}
.post-content ol li {
	list-style-type: decimal;
}
.post-content li {
	margin: .75em 0;
	line-height: 1.25;
	list-style-type: circle;
}
.post-content ol ol,.post-content ul ul {
	margin: .75em 2em;
}
.post-content li ol li {
	list-style-type: lower-alpha;
}
.post-content li ul li {
	list-style-type: disc;
}
.post-content blockquote {
	margin: 1.35em 2em;
	font-style: italic;
}
.post-content table {
	width: 100%;
	margin: 1.5em;
}
.post-content th, .post-content td {
	padding: 7px;
}
.post-content th {
	font-weight: bold;
}

.post-content img.alignnone{
	//width: 100%;
	height: auto;	
}

.post-content img.aligncenter{
	//width: 100%;
	height: auto;	
}

.post-content img.size-full{
	//width: 100%;
	height: auto;	
}

#content img {
	margin: 0;
	height: auto;
	max-width: 100%;
}

.post-content img.alignleft {
	margin: 1em 1em 1em 0;
	float: left;
}
.post-content img.alignright {
	margin: 1em 0 1em 1em;
	float: right;
}

#related-posts h2 {
	padding: 1em 0 0 0;
}
  
/*------
 Header
------*/

h1 a {
	position: relative;
	padding: 108px 0 0 0;
	overflow: hidden;
	background: transparent url(images/logo.png) no-repeat top left;
	height: 0px !important;
	display: block;
	/*margin: 0 0 42px 20px;*/
	margin: 0 0 20px 20px;
}
h2 {
	font-size: 1.29;
	font-weight: bold;
	margin-bottom: 1em;
}

#header_searchform {
	float: right;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/header-search-long.png);
	padding: 67px 0 0 0;
	width: 224px;
}

#header_searchbox {
	float: right;
}


/*------
 Ads
------*/

#ad_container_header {
	width: 728px;
	margin-left: 20px;
	/*margin-right:auto;*/
	margin-bottom: 2em;
	float: left;
}

#ad_container_sidebar {
	
	/*
	width: 300px;
	margin: 0 auto 2em auto;
	padding: 0 0 0 20px; */
	
	border: 0px solid #CCC;
	border-radius: 5px;
	margin: 0 auto 25px auto;
	padding: 0;
	text-align: center;
}
  
/*------
 Metabar
------*/

#metabar h2 {
	font-size: 0.5;
	margin-left: 20px;
	margin-bottom: 0px;
}
#metabar a {
	font-size: 0.75em;
}
  
/*-------------
 Post Listings
-------------*/

.post-listing {
	border-top: 2px solid #333;
	padding-top: 1em;
	margin-bottom: 1em;
}
.post-listing .post-main {
	width: 100%;
	float: left;
	overflow: hidden;   
}
.post-listing .post-top {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}

.post-listing .post-avatar {
	float: right;
	width: 75px;
}
  
.post-listing .post-heading {
	float: left;
	width: 470px;
}
 
.post-listing h3 {
	font-size: 1.71em;
	margin-bottom: 0.5em;
	font-family: Helvetica, Calibri, Arial, sans-serif;
}
.post-listing h3 a {
	color: #333;
}

.post-listing .post-meta strong {
	display: block;
	margin-bottom: .5em;
}

.post-listing .post-meta ul {
	border: 1px solid #333;
	border-left: 0;
	border-right: 0;
	padding: .5em 0;
	margin: 1em 0;
}
.post-listing .post-meta li {
	margin: .5em 0;
	line-height: 1.14;
}

        
/*-------------
 Post metadata
-------------*/        

.post-meta {
	font-size: .80em;
	width: 100%;
	float: left;
	vertical-align: bottom;
	margin-bottom: 1em;
	margin-top: 1em;
	position:relative;
}

.post-meta .post-byline {
	text-align: left;
	margin-bottom: 0.5em;
}
.post-meta .post-labels {
	text-align: left;
	margin-bottom: 0.25em;
}
.post-meta .post-edit-link {
}
.post-meta .comment-link {
	float: right;
	position: absolute;
	width: 150px;
	bottom:0;
	right:0;
	text-align: right;
}
.sharethis-bar {
	width: 350px;
	float: left;
}
        
/*--------
 Author Page
--------*/

#author-profile {
	margin-left: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 2em;
}

#author-profile img {
	margin-bottom: 1em;
}

#author-profile p {
	font-size: .92em;
	line-height: 1.5;
	margin: 0px 0px 1em;
}
#author-profile h2 {
   margin-bottom: 1em;
   font-weight: bold;
   font-size: 0.92em;
   //float: left;
}
#author-profile h3 {
   font-size: 1.71em;
   margin-bottom: .5em;
   font-weight: bold;
}
  
#author-profile .post-meta strong {
   display: block;
   margin-bottom: .5em;
}
#author-profile .post-meta ul {
   border: 1px solid #333;
   border-left: 0;
   border-right: 0;
   padding: .5em 0;
   margin: 1em 0;
}
#author-profile .post-meta li {
   margin: .5em 0;
   line-height: 1.14;
}
        
/*--------
 Comments
--------*/

h3#comments {
	padding: 3em 0 0 0;
	margin-bottom: 0;
}
.post-content .commentlist {
	padding: 0;
	margin: 0;
	text-align: justify;
}
.post-content .commentlist li {
	margin: 15px 0 10px;
	padding: 10px 0;
	list-style: none;
	border-top: 1px solid #ccc;
}
.post-content .commentlist cite {
	font-weight: bold;
}
.post-content .commentlist li .avatar {
	float: right;
	margin-left: 10px;
	border: 1px solid #ccc;
}
.post-content .commentlist li ul {
	margin: 0;
	padding: 0;
}
.post-content .commentlist li ul li { 
	margin-left: 30px;
}
.post-content .commentmetadata {
	margin: 5px 0 0;
	display: block;
	font-size: .857em;
}
.post-content .commentmetadata a {
	font-weight: normal;
}
.post-content .comment-reply-link {
	font-size: .857em;
}
#comment {
	width: 428px;
}
#commentform p {
	margin: 5px 0;
}

/*----------
 Navigation
----------*/

.page-navigation {
	height: 14px;
	padding: 24px 0;
	border-top: 1px solid #333;
	font-size: .857em;
}
.page-navigation .alignleft{
	width: 40%;
	float: left;
}
.page-navigation .alignright{
	width: 40%;
	float: right;
}
.navigation {
	height: 14px;
	padding: 0 0 8px;
	font-size: .8em;
}
 
/*-------
 Sidebar
-------*/
  
.sidebar h2 {
	align: center;
	//background: #1e9ddc;
	border-width: 3px; 
	border-style: solid;
	border-color: #1e9ddc;
	//color: #ffffff;
	color: #de4e2a;
	//color: #1e9ddc;
	font-size: 1.5em;
	//font-weight: bold;
	padding: .2em 0 .2em 0;
	text-align: center;
	//-webkit-text-stroke-width: 1.5px;
    //-webkit-text-stroke-color: white;
}
.sidebar p {
	margin: .75em 0;
	//font-size: .857em;
	line-height: 1.5;
}
#sidebar-blogroll a {
	color: #1e9ddc;
}
.sidebar li {
	line-height: 1.1;
	margin: .75em 0;
}
#sidebar-search label {
	display: none;
}
  
/*------
 Widgets
------*/
#sidebar li {
	margin-bottom: 2em;
}
.widget_authors h2 {
	position: relative;
	border-width: 0px; 
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-authors.png);
	padding: 82px 0 0 0;
}
.widget_authors img {
	margin: 2px;
}
.widget_pages h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-more.png);
	padding: 99px 0 0 0;
}
.widget_archive h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-archives.png);
	padding: 32px 0 0 0;
}
.widget_categories h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-categories.png);
	padding: 81px 0 0 0;
}
.widget_links h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-blogroll.png);
	padding: 115px 0 0 0;
}
.widget_links a {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	color: #1e9ddc;
}
.widget_recent_comments h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-comments.png);
	padding: 47px 0 0 0;
}
.widget_search h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-search.png);
	padding: 64px 0 0 0;
}
.Social_Widget h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-follow.png);
	padding: 88px 0 0 0;
}
#text-3 h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-about.png);
	padding: 27px 0 0 0;
}
.top_posts h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-top-ten.png);
	padding: 134px 0 0 0;
}

.widget_wppp h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-top-ten.png);
	padding: 134px 0 0 0;
}


#text-5 a {
	width: 32px;
    height: 32px;
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 12px;
}
#text-5 h2 {
	border-width: 0px; 
	position: relative;
	overflow: hidden;
	background:-repeat: no-repeat;
	background-position: top left;
	height: 0px !important;
	background-image: url(images/sidebar-follow.png);
	padding: 88px 0 0 0;
}
#follow-us {
	width: 100%;
	height:32px;
}
a#twitter-button {
    background-image: url(images/social/twitter.png);  
}
a#twitter-button:hover {
    background-image: url(images/social/twitter-hover.png);
}
a#tumblr-button {
    background-image: url(images/social/tumblr.png);
}
a#tumblr-button:hover {
    background-image: url(images/social/tumblr-hover.png);
}
a#facebook-button {
	margin-left: 6px;
    background-image: url(images/social/facebook.png);
}
a#facebook-button:hover {
    background-image: url(images/social/facebook-hover.png);
}
a#rss-button {
	margin-right: 6px;
    background-image: url(images/social/rss.png);
}
a#rss-button:hover {
    background-image: url(images/social/rss-hover.png);
}
     
/*------
 Footer
------*/

#footer {
	padding-top: 24px;
	font-size: .75em;
	font-style: italic;
}
#footer a {
	color: black;
	font-style: italic;
}

/*------
 Author List
------*/
#authorlist img{
	padding-bottom: 5px;
}
.author-box {
	padding-bottom: 20px;
	float: left;
	width: 140px;
	height: 140px;
}