/* 
	Theme Name: Porch Swing Media
	Theme URL: http://www.porchswingmedia.com
	Description: Theme customized for PSM
	Author: Kirby Doss
	Author URI: http://www.kirbydoss.com
	Version: 2.0
	
	
*/

body {
	background: #FFFFFF url('images/background.gif') center repeat-y;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}

#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}


#globalnav {
	background: #608563 url('images/globalnavbackground.png') repeat-x left;
        width: 960px;
	height:45px;
        margin:0px auto 0px;
	padding-right:0px;
	color:#FFFFFF;

}
#globalnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#globalnav img {
       	margin-right:5px;
}
#globalnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#globalnav a {
	color: #FFFFFF;
	display: block;
        font-weight: semi-bold;
	font-size:11px;
	line-height:13px;
        margin: 0px 2px 0px 0px;
	padding: 0px 2px 5px 7px;
	}
	
#globalnav a:hover {
	color: #AABAB4;
	display: block;
	text-decoration: none;
        margin: 0px 2px 0px 0px;
	padding: 0px 2px 5px 7px;
	}

#globalnav li {
	float: left;
        background: url('images/globalnavdivider.gif') no-repeat left;
	margin-left: 3px;
	padding: 0px;
	}
	
#globalnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#globalnav li li a, #globalnav li li a:link, #globalnav li li a:visited {
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#globalnav li li a:hover, #globalnav li li a:active {
	background: #1A4E88;
	color: #FFFFFF;
	}

#globalnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#globalnav li:hover ul {
	left: auto;
	display: block;
	}
	
#globalnav li:hover ul, #globalnav li.sfhover ul {
	left: auto;
	}
	

	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #666666;
	text-decoration: none;
	}
	
a:hover {
	color: #888888;
	text-decoration: underline;
	}
	
a img {
	border:none;
	}
a#newPost {
     position: fixed;
     top: 28px;
     right: 40px;
     background: rgba(0,0,0,.25);
     border-bottom-right-radius:10px;
       -moz-border-radius-bottomright:10px;
       -webkit-border-bottom-right-radius:10px;
       border-bottom-left-radius:10px;
       -moz-border-radius-bottomleft:10px;
       -webkit-border-bottm-left-radius:10px;
     font-size: 40px;
     font-weight: bolder;
     line-height: 1;
     color: #fff;
     text-shadow: 0 0 2px rgba(0,0,0,.2);
     padding: 5px 15px 10px;
     -webkit-transition:all .3s ease;
     -moz-transition:all .3s ease;
   }
a#newPost:hover {
   background: rgba(0,0,0,.7);
   text-decoration:none;
   -webkit-box-shadow:0px 0px 5px rgba(0,0,0,.8);
   -moz-box-shadow:0px 0px 5px rgba(0,0,0,.8);
   text-shadow:0px 0px 3px rgba(0,0,0,1) inset;
   -moz-text-shadow:0px 0px 3px (0,0,0,1) inset;
   -webkit-text-shadow:0px 0px 3px (0,0,0,1) inset;
}
a.twittershare {
  background: #87e0fd; /* old browsers */
  background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* firefox */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* webkit */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* ie */
  color:white;
  border: 1px solid #1e9ec1;
  font-family:arial, sans-serif;
  text-transform:lowercase;
  display:inline-block;
  clear:none;
  padding:0px 4px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  text-shadow:0 0 2px #666;
  -webkit-text-shadow: 0 0 2px #666;
  -moz-text-shadow:0 0 2px #666;
  -webkit-box-shadow: 1px 1px 2px #333;
  -moz-box-shadow:1px 1px 2px #333;
  margin-top:3px;
}
a.twittershare img {
  vertical-align:middle;
  margin-right:2px;
}
a.twittershare:hover {
  text-decoration:none;
  color:white;
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
}
a.fbshare {
  background:#7aa3f7;
  background: -moz-linear-gradient(#7aa3f7, #4c72c3 10%, #3b5998);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7aa3f7),color-stop(.10, #4c72c3),color-stop(1, #3b5998));
    border: 1px solid #3b5998;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aa3f7', endColorstr='#3b5998',GradientType=0 ); /* ie */
  color:white;
  font-family:arial, sans-serif;
  text-transform:lowercase;
  display:inline-block;
  clear:none;
  padding:0px 4px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  text-shadow:0 0 2px #666;
  -webkit-text-shadow: 0 0 2px #666;
  -moz-text-shadow:0 0 2px #666;
  -webkit-box-shadow: 1px 1px 2px #333;
  -moz-box-shadow:1px 1px 2px #333;
  margin-right:10px;
  margin-top:3px;
}
a.fbshare img {
  vertical-align:middle;
  margin-right:2px;
}
a.fbshare:hover {
  text-decoration:none;
  color:white;
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
}
.rightsideshare {float:right;}
.rightsidesharehome {float:right;}
a.twittersharehome {
  background: #87e0fd; /* old browsers */
  background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* firefox */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* webkit */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* ie */
  color:white;
  font-size:11px;
  border: 1px solid #1e9ec1;
  font-family:arial, sans-serif;
  text-transform:lowercase;
  display:inline-block;
  clear:both;
  padding:0px 4px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  text-shadow:0 0 2px #666;
  -webkit-text-shadow: 0 0 2px #666;
  -moz-text-shadow:0 0 2px #666;
  -webkit-box-shadow: 1px 1px 2px #333;
  -moz-box-shadow:1px 1px 2px #333;
  margin-top:1px;
}
a.twittersharehome img {
  vertical-align:middle;
  margin-right:2px;
}
a.twittersharehome:hover {
  text-decoration:none;
  color:white;
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
}
a.fbsharehome {
  background:#7aa3f7;
  background: -moz-linear-gradient(#7aa3f7, #4c72c3 10%, #3b5998);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7aa3f7),color-stop(.10, #4c72c3),color-stop(1, #3b5998));
    border: 1px solid #3b5998;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aa3f7', endColorstr='#3b5998',GradientType=0 ); /* ie */
  color:white;
  font-family:arial, sans-serif;
  text-transform:lowercase;
  display:inline-block;
  clear:both;
  font-size:11px;
  padding:0px 4px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  text-shadow:0 0 2px #666;
  -webkit-text-shadow: 0 0 2px #666;
  -moz-text-shadow:0 0 2px #666;
  -webkit-box-shadow: 1px 1px 2px #333;
  -moz-box-shadow:1px 1px 2px #333;
  margin-right:5px;
  margin-top:1px;
}
a.fbsharehome img {
  vertical-align:middle;
  margin-right:2px;
}
a.fbsharehome:hover {
  text-decoration:none;
  color:white;
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
}
a.fbsharehome:visited, a.twittersharehome:visited {
  color:white;
}
/************************************************
*	Header  									*
************************************************/

#header {
        background:#ffffff;
	width: 960px;
	height: 267px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
#header img {
	border:none;
	position:relative;
}
#header img.headerimg {
	position:absolute;
	top:45px;
	margin:0px auto 0px;
}
body.logged-in #header img.headerimg {
  top:28px !important;
}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#header h1 {
	color: #00000;
	font-size: 36px;
	font-family: sans-serif;
	font-weight: normal;
	margin: -990px 10px 0px 0px; 
	padding: 20px 20px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #000000;
	font-size: 36px;
	font-family: sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #00000F;
	text-decoration: none;
	}
#rss {
	position:relative;
	top:150px;
	overflow:hidden;
	float:right;
}
.headerleft {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	}
	
.headerright {
	width: 490px;
	float: right;
	margin: -9999px;
	padding: 10px 10px 0px 0px;
	text-align: right;
	}
	
.headerright a, .headerright a:visited {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	}
	
.headerright a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}


/************************************************
*	Navbar  									*
************************************************/

#navbar {
	background: #FFFFFF;
	width: 960px;
	height: 30px;
	color: #111111;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:1px solid #999999;
	}
	
#navbarleft {
	width: 660px;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navbarright {
	width: 300px;
	height: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #111111;
	display: block;
   	font-weight: bold;
   	margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 10px;
	}
	
#nav a:hover {
	background: #FFFFFF;
	color: #777777;
	display: block;
	text-decoration: none;
    margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #1A4E88;
	color: #FFFFFF;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
#contentwrap{
        background:#FFFFFF;
        width:960px;
	margin: 0px auto 0px;
}
#content {
	width: 960px;
	font-size:13px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

#content p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 22px;
	}
	
#content h1 {
	color: #111111;
	font-size: 24px;
	font-family: sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h1 a  {
	color: #111111;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #777777;
	text-decoration: none;
	}
	
#content h3 {
	color: #777777;
	font-size: 24px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content h4 {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 610px;
	margin: 20px 20px 20px 10px;
	padding: 0px 0px 0px 0px;
        border-right: 1 px dotted #999999;
        font-family:georgia;
	}
	
#contentleft ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft ul {
	list-style-type: circle;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ul li {
	list-style-type: circle;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.date {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;

}
.postmeta {
	width: 590px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-top: 2px dotted #999999;
        border-bottom: 3px solid #999999;
	}
	
blockquote {
	font-style: normal;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #4A7EB8;
	background:#F4F4F4;
	border: 1px solid #DDDDDD;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	

/************************************************
*	Images  					     		    * 
************************************************/

.aligncenter div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	margin:10px;
	}

.alignleft {
	float: left;
	margin:10px;
	}
	
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	}
	
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
	}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	color:#444444;
	line-height: 17px;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	float: left;
	word-wrap:break-word;
	width: 302px;
	margin:10px 0px 10px 0px;
	padding: 0px;
	font-size:12px;
	line-height: 20px;
	border:2px solid #bebebe;

	}
	
#r_sidebar h2 {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 3px 5px 3px 10px;
	border-bottom: 2px solid #bebebe;
	}

#r_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li li {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #608563 url('images/globalnavbackground.png') repeat-x left;
	width:960px;
	margin: 0px auto 0px;
	}
	
/************************************************
*	Footer  									*
************************************************/
#footer {
	width: 960px;
	height: 55px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding-right: 5px;
	padding-left: 5px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
	margin: 0px;	
	padding: 0px;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.footerleft {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	}
	
.footerright {
	width: 250px;
	float: right;
	margin-right:5px;
	padding: 8px 5px 8px 0px;
	text-align: right;
	}
	
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 10px 0px 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 210px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#sbutt {
	background: #eee;
	color: #000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px;
	border: 1px solid #999;
	}
#sbutt:hover, #sbutt:focus {	
	border-color:#333;
	background:#ddd; 
	}

	
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 580px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	}
  #commentblockfix {
  	width: 580px;
  	float: left;
  	margin-top:20px;
  	padding:5px;
  	line-height: 20px;
  	border-radius:10px;
  	-webkit-border-radius:10px;
  	-moz-border-radius:10px;
  	box-shadow:2px 2px 5px black;
  	-moz-box-shadow:2px 2px 5px black;
  	-webkit-box-shadow:2px 2px 5px black;	}
  #commentblockfix h3 {
  }
.commentleft {
	width: 150px;
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.commentright {
	width: 300px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#commentblock ol {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#commentblock ol li {
	margin: 0px;
	padding: 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo {
	clear: both;
	}
	
#name, #email, #url {
	background: #EAEAEA !important;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#words {
	background: #EAEAEA !important;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#submit {
	background: #eee;
	color: #000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 5px;
	margin: 0px;
	border: 1px solid #999;
	}
#submit:hover, #submit:focus {	
	border-color:#333;
	background:#ddd; 
	}
#submit2 {
	background: #eee;
	color: #000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 5px;
	margin: 0px;
	border: 1px solid #999;
	}
#submit2:hover, #submit2:focus {	
	border-color:#333;
	background:#ddd; 
	}
#adsensehomepage {
	margin: 0px auto 0px;
	vertical-align:center;
	padding-bottom:10px;
	padding-left:60px;
	border-bottom:3px solid #999999;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* optional rounded corners for browsers that support it */
   -moz-box-shadow: 2px 2px 5px black; -webkit-box-shadow: 2px 2px 5px black;
}
.alignnone {-khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* optional rounded corners for browsers that support it */
  -moz-box-shadow: 2px 2px 5px black; -webkit-box-shadow: 2px 2px 5px black;}
.alignleft {
	float: left;
   -khtml-border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px; /* optional rounded corners for browsers that support it */
   -moz-box-shadow: 2px 2px 5px black; -webkit-box-shadow: 2px 2px 5px black;
}
.alignright {
	float: right;
   -khtml-border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px; /* optional rounded corners for browsers that support it */
   -moz-box-shadow: 2px 2px 5px black; -webkit-box-shadow: 2px 2px 5px black;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
	-moz-box-shadow: 2px 2px 5px black; -webkit-box-shadow: 2px 2px 5px black;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 5px 5px;
}
img.avatar {
   border-radius:50px;
   -moz-border-radius:50px;
   -o-border-radus:50px;
   -webkit-border-radius:50px;
   margin-left:30px;
   margin-right:3px;
   float:left;
   -moz-box-shadow: 1px 1px 2px black; -webkit-box-shadow: 1px 1px 2px black;
   
}
#commentblock ol {list-style-type:none;padding:none;margin-left:none !important;}
#commentblock ol li p{}
.commentbubble {display:block; position:relative; padding:10px;background:#eee; border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px; -webkit-border-radius:10px; margin-bottom:10px; margin-top:-10px;-moz-box-shadow: 1px 1px 2px black; -webkit-box-shadow: 1px 1px 2px black;}
span.commentDate{font-size:10px; color:#666;clear:both;}
span.authorName {font-size:20px;line-height:12px;font-weight:bold;margin-top:-20px;}
#commentblock ol li {position:relative;}
.bubblein {background:url('images/bubblecomment.png') no-repeat top left; position:absolute; top:-14px;height:15px;width:23px;}
#commentblock li.depth-1 {padding:10px; margin-bottom:10px; background:#dedede;-moz-border-radius: 10px; /* FF1+ */
-webkit-border-radius: 10px; /* Saf3+, Chrome */
border-radius: 10px; /* Opera 10.5, IE 9 */}
#MightAlsoLike ul {list-style-type:none;}
#MightAlsoLike ul li {list-style-type:none;display:block;vertical-align:middle;}
#MightAlsoLike ul li:nth-child(odd) {background:#eee;}
#MightAlsoLike ul li:nth-child(even) {background:#e3e3e3;}
#MightAlsoLike ul li img {border:none;padding:0;}
span.likeText {font-size:18px;line-height:30px;}
.page-navigation {padding:10px 5px;}
#wp_page_numbers {background:none;}
#wp_page_numbers ul { margin:0; }
#wp_page_numbers li { margin:0; }
#wp_page_numbers ul li {margin:0px 0px 0px 3px;}
ul.children, ul.children li {list-style:none; list-style-type:none !important;}
.shareitcustom {margin-bottom:10px; text-align:center;}
.sociable_tagline strong {display:inline-block; margin-bottom:10px;}
