/*
THEME NAME: papersurfer
THEME URI: http://www.papersurfer.com/
DESCRIPTION: papersurfer
VERSION: 1.0
AUTHOR: <a href="http://www.gtzero.com/about/">Penfold</a>
AUTHOR URI: http://www.gtzero.com/
TAGS:two columns, fixed width, widgets, penfold, gtzero, papersurfer
*/

/* core layout elements */

body {
	background: #f4f4f4; 
	color: #444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	}

div#wrapper {
	width: 950px;
	position: relative;
	background: ;
	margin: 0 auto;
	text-align: left;
	}

div#header {
	position: relative;
	height: 200px;
	background: url('images/pagetop.jpg') no-repeat;
	background-position: top left;
	}

div#dmslink {

	}

#blog-title {
	display:none ;
	position: absolute;
	top: 230px;
	left: 30px;
	text-align: left;
	}

#blog-description {
	position: absolute;
	top: 208px;
	right: 30px;
	font-size: 1.2em;
	}

div#container {
	float:left;
	font-size: 1.1em;
	margin:0 -220px 0 0;
	width:100%;
	}

div#content {
	background: ;
	margin:0 260px 0 30px;
	}

div.sidebar {
	background: #FFF url('images/flower.jpg') no-repeat top right;
	float:right;
	font-size: 1.1em;
	overflow:hidden;
	margin-right: 20px;
	width:180px;
	border: solid 1px #CCC
	}

div#primary {
	margin-top: 10px;
	}

div#secondary {
	margin-top: 10px;
	clear:right;
	}

div#draftlist {
	width: 40%;
	background: #fff url('images/flower.jpg') no-repeat bottom right;
	color: #777;
	margin: 10px 0 0 0;
	padding: 5px;
	border: solid 1px #CCC;
	}

div#draftlist li{
	font-size: 0.9em;
	list-style: none;
	}

div#draftlist li ul li {
	list-style: square;
	}

div#footer {
	clear:both;
	width:100%;
	height: 100px;
	background: #FFF url('images/pagebot.jpg') no-repeat bottom right;
	}

div#subscribenow {
	background: #fff url('images/flower.jpg') no-repeat center right;
	width: 445px;
	font-size: 1.1em;
	color: #777;
	margin: 10px 0 0 0;
	padding: 5px 0px 5px 5px;
	border: solid 1px #CCC;
	}

.paypalboxleft {
	display: block;
	float: left;
	width: 190px;
	height: 120px;
	padding-left: 20px;
	padding-top: 15px;
	margin-left: 60px;
	border: 1px #AAA solid;
	}

.paypalboxright {
	display: block;
	float: right;
	width: 190px;
	height: 120px;
	padding-left: 20px;
	padding-top: 15px;
	margin-right: 60px;
	border: 1px #AAA solid;
	}

/* key typography */

/* headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 {
	font-size: 3em;
	}

h2 {
	font-size: 2em;
	line-height: 0.5em;
	margin: 10px 0 10px 0;
	}

h3 {
	font-size: 1.5em;
	}

/* nav menu */

#nav {
	background: url('images/pagemid.jpg') no-repeat top left;
	height: 100px;
	width: 100%;
	}

#nav ul {
	list-style: none;
	}

#nav ul li {
	padding-top: 30px;
	font-size: 1.5em;
	float: left;
	}
	
#nav ul li a, #nav ul li a:visited {
	display: block;
	font-weight: bold;
	margin: 10px 20px 0 10px;
	text-decoration:none;
	}
	
#nav ul li a:hover, #nav ul li a.current:hover {}
		
#nav ul li a.current, #nav ul li a.current:visited { color: #600; text-decoration: underline; }


/* content */

.facebook_button {
	border: solid 1px #9999FF;
	overflow: hidden;
	font: #555;
	background: #DCDCFE;
	width: 450px;
	height: 23px;
	margin-top: 10px;
	}

.entry-content {
	font-size: 1.2em;
	}

.post {
	border-bottom: solid #AAA 2px;
	padding-bottom: 50px;
	}

.hentry {
	background: url('images/minicamper.gif') no-repeat bottom right;
	padding-bottom: 50px;
	}

#container .category-podcast {
	background: url('images/headphone_small.jpg') no-repeat 530px 0px;
	padding-bottom: 40px;
	}

.date_cal {
	float:right;
	display:block;
	width: 60px;
	height: 80px;
	margin: 10px 0 0 0;
	background: url('images/datebutton.gif') no-repeat;
	}

.date_cal .day {
	color: #FFF;
	font-size: 19px;
	margin: 3px 0 0 10px;
	}

.date_cal .date {
	color: #333;
	font-size: 16px;
	margin: 3px 0 0 10px;
	}

.date_cal .month {
	color: #333;
	font-size: 12px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	}

.date_cal .year {
	color: #333;
	font-size: 8px;
	margin: 0 0 0 10px;
	}

 .entry-meta {
	margin-bottom: 10px;
	clear:both;
	}

abbr.published {
	font-size: 0.9em;
	line-height: 1.0em;
	border-bottom: none;
	}

.alignright,img.alignright{
float:right;
margin:0.5em 0 0 1em;
border:solid #CCC 1px;
}

.alignleft,img.alignleft{
float:left;
margin:0.5em 1em 0 0;
border:solid #CCC 1px;
}

.aligncenter,img.aligncenter{
display:block;
margin:0.5em auto;
text-align:center;
border:solid #CCC 1px;
}

.formcontainer {
	margin-bottom: 20px;
	}

/* links */

a {
	color: #02AFAA;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: none;
	}

a:active {
	color: #600;
	text-decoration: none;
	}

#blog-title a {
	margin-left: 10px;
	}

#blog-title a:hover {
	}

div.skip-link {
display:none;
position:absolute;
right:1em;
top:1em;
}

.comments p {
	font-size: 1.2em;
	}

form#commentform .form-label {
	margin:1em 0 0.5em 0;
	font-size:1.2em;
	}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.widget {
	padding: 5px 5px 0 10px;
	}

.xoxo li{
	margin-left: 10px;
	}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
margin-top:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 1em 0 1em;
}

div.sidebar ul ul li {
list-style:square;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}
