/* 
	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: #c0f0ff url('images/background.png') center repeat-y;
	color: #202020;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}


#globalnav {
	background: #287CA1; /* old browsers */
   background: -moz-linear-gradient(top, #287CA1 0%, #16475B 49%, #287CA1 100%); /* firefox */

   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#287CA1), color-stop(49%,#16475B), color-stop(100%,#287CA1)); /* webkit */

   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287CA1', endColorstr='#287CA1',GradientType=0 ); /* ie */
        width: 100%;
	height:45px;
        margin:0px auto 0px;
	padding-right:0px;
	color:#FFFFFF;
	-webkit-box-shadow:0px 0px 10px black;
	-moz-box-shadow:0px 0px 10px black;
	box-shadow:0px 0px 10px black;
	z-index:9999;

}
/************************************************
*	Hyperlinks									*
************************************************/

a {
	color: #287CA1;
	text-decoration: none;
	font-weight:bold;
	}
a:visited {
   color:#16475B;
}
a:hover {
	color: #49019b;
	text-decoration: underline;
	}
	
a img {
	border:none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
        background:#ffffff;
	width: 960px;
	height: 274px;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
#header img {
	border:none;
	position:relative;
	z-index:1;
}
#header img.headerimg {
	position:absolute;
	top:45px;
	margin:0px auto 0px;
	z-index:1;
}

	
#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:137px;
	left:3px;
	overflow:hidden;
	float:right;

}
#rss img {-webkit-transition: all .3s ease;
transition: all .3s ease;
-moz-transition:all .3s ease;}
#rss img:hover {
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   -moz-transform: scale(1.1);
}
.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;
	font-size:12px;
	width: 960px;
	height: 40px;
	color: #111111;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	}
	
#navbarleft {
   background: #287CA1; /* old browsers */
   background: -moz-linear-gradient(top, #287CA1 0%, #16475B 49%, #287CA1 100%); /* firefox */

   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#287CA1), color-stop(49%,#16475B), color-stop(100%,#287CA1)); /* webkit */

   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287CA1', endColorstr='#287CA1',GradientType=0 ); /* ie */
	width: 660px;
	height: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-bottom:1px solid #777;
	}
	
#navbarright {
   background: #287CA1; /* old browsers */
   background: -moz-linear-gradient(top, #287CA1 0%, #16475B 49%, #287CA1 100%); /* firefox */

   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#287CA1), color-stop(49%,#16475B), color-stop(100%,#287CA1)); /* webkit */

   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287CA1', endColorstr='#287CA1',GradientType=0 ); /* ie */
	width: 300px;
	height: 40px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-bottom:1px solid #777;
	}
	
#nav {
	margin: 0px;
	padding: 5px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #fff;
	display: block;
   font-weight: bold;
   font-size:1.2em;
   margin: 0px 20px 0px 0px;
	padding: 0px
	-webkit-transition: all .3s linear;
   transition: all .3s linear;
   -moz-transition:all .3s linear;
   text-shadow:1px 1px 3px #333;
   -webkit-text-shadow: 1px 1px 3px #333;
	}
	
#nav a:hover {
	color: #fff;
	background:none;
   transform:scale(1.1);
   -webkit-transform:scale(1.1);
   -moz-transform:scale(1.1);
	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 {
	color: #000;
	width: 140px;
	float: none;
	margin-top:-1px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	}
	
#nav li li a:hover, #nav li li a:active {
	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 					     		    * 
************************************************/
#contentleft{
}
#contentwrap{
   background:#c0c0c0;
   width:960px;
	margin: 0px auto 0px;
}
#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
#homepagepost {
	background: #fff;
	padding:10px;
	border-radius:10px;
	line-height:1.5em;
	-moz-box-shadow: 2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
   box-shadow:2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
   overflow:hidden;
   -moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
}
#homepagepost h1 {line-height:24px;}
.homepageimage {
    border-radius:10px;
    width:250px;
    height:250px;
 	-moz-border-radius:10px;
 	-webkit-border-radius:10px;
 	-o-border-radius:10px;
 	-moz-box-shadow: 2px 2px 10px black;
 	-webkit-box-shadow: 2px 2px 10px black;
}

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

#content h1 a:hover {
	color: #49019b;
	text-decoration: underline;
	}
	
#content h3 {
	color: #777777;
	font-size: 24px;
	font-family: Arial, Tahoma, Verdana;
	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;
	}
	
p.contread {
   font-weight:bold;
   text-shadow:1px 1px 2px #333;
   text-align:right;
}
p.contread a {
   color:#fff;
   padding: 4px 7px;
   margin-right:20px;
   font-size:16px;
   background: #6C02E5; /* old browsers */
   background: -moz-linear-gradient(top, #6C02E5 0%, #49019B 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6C02E5), color-stop(100%,#49019B)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6C02E5', endColorstr='#49019B',GradientType=0 ); /* ie */
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border-radius:5px;
   -webkit-box-shadow:1px 1px 2px #333;
   -moz-box-shadow:1px 1px 2px #333;
   -webkit-transition: all 0s ease;
   -moz-transition:all 0s ease;
}
p.contread a:hover {
  text-decoration:none;
  -webkit-box-shadow:1px 1px 10px black;
  -moz-box-shadow:1px 1px 10px black;
}
p.contread a:active {
  -webkit-box-shadow: 0 0 20px black inset;
  -webkit-box-shadow: 0 0 20px black inset;
  text-shadow:none;
}
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	float: left;
	margin:9px 0 0 0;
	padding: 0px;
	border:none;
	}	
.widget {
   background:#fff;
   width:100%;
	margin:20px 0px 10px 0px;
	padding: 0 5px 5px !important;
	line-height: 20px;
	border:none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-moz-box-shadow: 2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
	box-shadow:2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
}
#r_sidebar h2 {
	color: #49019b;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: lowercase;
	text-align:right;
	margin: 10px 0px 5px 0px;
	padding: 3px 5px 3px 10px;
	border-bottom: 2px solid #999999;
	}

#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;
	}
SELECT#cat.postform {
  width:95%;
  margin:0 auto 0;
  display:inline-block;

}
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #287CA1; /* old browsers */
   background: -moz-linear-gradient(top, #287CA1 0%, #16475B 49%, #287CA1 100%); /* firefox */

   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#287CA1), color-stop(49%,#16475B), color-stop(100%,#287CA1)); /* webkit */

   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287CA1', endColorstr='#287CA1',GradientType=0 ); /* ie */
	width:960px;
	margin: 0px auto 0px;
	}
.postmeta {
	width: 590px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 2px dotted #999999;
        border-bottom: 0px solid #999999;
	}
#commentblockfix {
	width: 570px;
	background:#fff;
	-moz-box-shadow: 0px 0px 20px #3333333 inset, 2px 2px 5px black; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 20px #333333 inset, 2px 2px 5px black; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 20px #333333 inset, 2px 2px 5px black; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#333333'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#333333')"; /* IE8 */
	float: left;
	margin-top:20px;
	padding:10px;
	line-height: 20px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;	}
#commentblockfix h3 {
   color:#49019b;
}
#adsensehomepage {
	padding: 0px auto 0px;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom:0px solid #999999;
}
input#s {
   border-bottom-left-radius:10px;
   -moz-border-radius-bottomleft:10px;
   -webkit-border-bottom-left-radius:10px;
   border-top-left-radius:10px;
   -moz-border-radius-topleft:10px;
   -webkit-border-top-left-radius:10px;
   margin-right:0px;
   -webkit-transition: all .5s linear;
   transition: all .5s linear;
}
input#s:hover, input#s:focus, input#s:active {background-color:#b7e6ff; }
input#sbutt {
   border-bottom-right-radius:10px;
   -moz-border-radius-bottomright:10px;
   -webkit-border-bottom-right-radius:10px;
   border-top-right-radius:10px;
   -moz-border-radius-topright:10px;
   -webkit-border-top-right-radius:10px;
   margin-left:-4px;
   padding:4px;
   font-weight:bold;
   border:none;
   background: #4c4c4c; /* old browsers */
   background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* ie */   
   color:white;
   -webkit-transition: all .5s linear;
     transition: all .5s linear;
}
input#sbutt:hover {border:none;
   background: #4c4c4c; /* old browsers */
   background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* firefox */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* webkit */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* ie */
   -webkit-text-shadow: 1px 1px 3px #fff;
   -mox-text-shadow: 1px 1px 3px #fff;
   text-shadow:1px 1px 3px #fff;}
FORM#searchform {
   padding:10px;
}
INPUT#name, INPUT#email, INPUT#url, TEXTAREA#words {
   border-radius:10px;
   -webkit-border-radius:10px;
   -moz-border-radius:10px;
   color:#16475B;
   font-weight:bold;
   -webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
}
INPUT#name:hover, INPUT#email:hover, INPUT#url:hover, TEXTAREA#words:hover, INPUT#name:focus, INPUT#email:focus, INPUT#url:focus, TEXTAREA#words:focus {
   background-color:#c0f0ff !important;
}
input#submit {
   border-radius:10px;
   background-color:#287CA1;
   color:white;
   text-shadow: 0px 0px 2px #444;
   -webkit-text-shadow:0px 0px 2px #444;
   -moz-text-shadow:0px 0px 2px #444;
   padding:10px;
   -webkit-box-shadow:2px 2px 2px #444, 0 0 10px rgba(0, 0, 0, 0.5) inset;
   -moz-box-shadow:2px 2px 2px #444, 0 0 10px rgba(0, 0, 0, 0.5) inset;
   box-shadow:2px 2px 2px #444, 0 0 10px rgba(0, 0, 0, 0.5) inset;
   border:none !important;
   font-weight:bold;
   text-transform:uppercase;
   -webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
   float:right;
   margin-right:120px;
}
input#submit:hover {
   background-color:#287CA1 !important;
   -webkit-box-shadow:2px 2px 2px #444, 0 0 40px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow:2px 2px 2px #444, 0 0 40px rgba(0, 0, 0, 0.6) inset;
    box-shadow:2px 2px 2px #444, 0 0 40px rgba(0, 0, 0, 0.6) inset;
}
.page-navigation {
  background:#fff;
  -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
  border-radius: 10px; /* Opera 10.5, IE 9 */
  padding:5px 5px 3px 5px;
  margin:0;
  -moz-box-shadow: 2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
   box-shadow:2px 2px 10px black, 0 0 60px rgba(0, 0, 0, 0.3) inset;
}
h2.productreviews {
  font-family:Helvetica, Arial, Sans-serif;
  border-bottom:2px dotted black;
  margin-top:0px !important;
}
.productreviewimage {
  display:block;
  width:280px;
  height:280px;
  float:left;
  overflow:hidden;
}
span.ratingtext {
  position:relative;
  background-color: #000000;
  background-color: rgba(000, 000, 000, 0.6);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#99000000',EndColorStr='#99000000'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#99000000',EndColorStr='#99000000')"; /* IE8  */
  color:white;
  padding:4px 8px;
  font-size:1.2em;
  font-weight:bold;
  font-family:helvetica, arial, sans-serif;
  top:-35px;
  margin-right:20px;
  float:right;
  letter-spacing:1px;
  text-align:right;
  -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
  border-radius: 10px; /* Opera 10.5, IE 9 */
  -moz-box-shadow: 0px 0px 10px #000000; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 10px #000000; /* Saf3.0+, Chrome */
  box-shadow: 0px 0px 10px #000000; /* Opera 10.5, IE 9.0 */
  filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000000')"; /* IE8 */
}
#dsq-subscribe li, ul#dsq-footer, #dsq-toolbar-dropdown-wrap, #disqus_thread, #disqus_thread ul, ul#dsq-comments  {list-style:none !important; list-style-type:none !important;}
