/*  
Theme Name: Davey
Version: 1.0
Author: David Maron
Author URI: http://davedavey.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */


a {
	color: #18335D;
	border-bottom: 1px dotted #18335D;
	text-decoration: none;
	        }
a:hover {
	color: #9739ca;
	border-bottom: 0px;
	        }
	        
/* STRUCTURE */

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #18335D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-attachment: fixed;
	background-color: #19355d;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 894px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
}
#content .pagination{
	margin-bottom: 150px;
}
#content .pagination a{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	text-align: left;
}
#content .pagination a:hover{
	text-decoration: underline;
}


/* HEADER & NAV */

#header {
	background-color: 6e95a3;
	height: 138px;
	padding-bottom: 50px;

}
.navlogo {
	text-align: left;
	height: 127px;
	width: 278px;
	padding-top: 11px;
	margin-right: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	background-image: url(images/daveylogo_head.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.nav {
	height: 114px;
	width: 552px;
	padding: 12px;
	left: 298px;
	top: 0px;
	float: right;
	margin-right: 20px;
}
.navlink {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
}
.navlink a {
	border-bottom-style: none;
	color: #FFFFFF;
}
.navlink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.nav a {
	border-bottom-style: none;
	color: #FFFFFF;
}
.nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#navAbout, #navShop, #navSubmit, #navLinks {
	position: absolute;
	z-index: 20;
	background-color:#598093;
	height: 114px;
	width: 552px;
	padding: 12px;
	margin-left: 298px;
	}
#navSubmit {
	height: 341px;
}
#navShop {
	height: 341px;
	z-index: 10;
}
#navAbout a, #navShop a, #navSubmit a, #navLinks a {
	border-bottom-style: none;
}
#navAbout a:hover, #navShop a:hover, #navSubmit a:hover, #navLinks a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#submitLink, #submitPhoto, #submitVideo {
	height: 365px;
	width: 278px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 22;
}
.submitTab {
	padding-right: 13px;
	padding-left: 13px;
	height: 17px;
	background-color: #426680;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 12px;
	float: left;
}
.submitTab a {
	display: block;
	position: absolute;
	height: 29px;
	top: 0px;
}
.submitTab:hover {
	background-color: #598093;
}
#submitpost {
	width: 252px;
	padding: 13px;
	z-index: 5;
	color: #99CCCC;
	font-size: 11px;
	line-height: 15px;
	left: 53px;
	top: 57px;
	height: 266px;
}
#submitpost a {
	font-size:12px;
	color: #99CCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCCC;
}
#submitpost a:hover,{
	color: #FFFFFF;
	border-bottom-style: none;
	text-decoration: none;
}
.close {
	position: absolute;
	bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	font-size: 12px;
}
.close a{
	color: #FFFFFF;
	border-bottom-style: none;
}
.close a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.navText{
	width: 252px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	background-position: left;
	position: absolute;
	right: 13px;
	top: 12px;
}
.navText a{
	color: #FFFFFF;
}

a.submitbutton input:hover{
	color: #FFFFFF;
	
}
/* POST - GENERAL */

.post {
	width: 278px;
	height: 325px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	background-color: #99cccc;
}
.post:hover {
	background-color: #83b0b7;
	}
.post:hover .guest, .post:hover .mobileimg {
	background-position: bottom;
}
.regular, .quote, .conversation, .video, .audio, .metabox {
	padding: 13px;
	        }
.link {
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bolder;
	color: #9739ca;
	height: 305px;
	line-height: 40px;
}
.link:hover a {
	margin-bottom: 10px;
	background-image: url(images/ul.gif);
	background-repeat: repeat-x;
	background-position: 0px 40px;
}
.link a {
	color: #9739CA;
	border-bottom-style: none;
}
.link-caption {
	font-size: 0px;
	color: #99CCCC;
}
.link:hover .link-caption {
	font-size: 10px;
	color: #19355D;
	font-size: 11px;
	line-height: 15px;
	color: #19355D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 5px;
}

.video, .photo, .photolink {
	font-size: 0px;
	height: 274px;
	overflow: hidden;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 38px;
	padding-left: 13px;
	color: #99CCCC;
}
.video-title, .photo-title, .photolink-title{
	display: none;
}
.video-link, .photo-link{
	display: none;
}

.video a, .photo a, .photolink a{
	border-bottom-style: none;
	color: #95C7C7;
}
.video:hover, .photo:hover, .photolink:hover {
	font-size: 10px;
	line-height: 12px;
	color: #19355D;
}
.video:hover a{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #19355D;
	color: #19355D;
}
.photo:hover a, .photolink:hover a{
	border-bottom-style: none;
	color: #19355D;
}
.video:hover a:hover,.photo:hover a:hover {
	border-bottom-style: none;
	color: #9739CA;
}
.info, .poster {
	width: 150px;
	height: 11px;
	position: absolute;
	bottom: 12px;
	font-size: 9px;
	color: #426680;
	z-index: 4;
	        }
.info {
	right: 12px;
	text-align: right;
}
.poster {
	left: 12px;
	text-align: left;

}
.info a, .poster a, .video .info a, .photo .info a, .photolink .info a {
	color: #426680;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #426680;
}
.info a:hover, .poster a:hover {
	color: #9739CA;
	border-bottom-style: none;
}
/*
img {
	width: 100%;
	height: auto;
}
*/


.poplink {
	position: absolute;
	height: 101%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: none;
	cursor: pointer;
}
.poplink a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: block;
	background-image: none;
	z-index: 3;
}
.poplink a:hover {
	background-image: none;
}
.photo-caption a, .photolink-caption a{
	border-bottom-style: none;
	padding: none;
}
.guest{
	height: 58px;
	width: 58px;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	background-image: url(images/guest.png);
}
.mobileimg{
	height: 44px;
	width: 44px;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	background-image: url(images/mobile.png);
}
.link .mobileimg, .video .mobileimg, .photo .mobileimg, .photolink .mobileimg{
display: none;
}
.mobile .mobileimg {
display: block;
}

/* COMMENTS */

#commentview {
	height: 299px;
	width: 252px;
	position: absolute;
	background-color: #598093;
	padding: 13px;
	z-index: 5;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
}
#addcommentview {
	height: 10px;
	width: 278px;
	position: absolute;
	z-index: 5;
	color: #99CCCC;
	font-size: 11px;
	line-height: 15px;
}
#addcommentview .commentcontainer {
	height: 325px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #598093;
	color: #99CCCC;
	font-size: 11px;
	line-height: 15px;
}
.commentcontainer p {
	padding-top: 8px;
	color: #99CCCC;
	font-size: 11px;
	line-height: 15px;
}
#addcommentview a, #commentview a, #submitpost a, #addComment {
	color: #99CCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCCC;
}
#submitpost a{
font-size:12px;
}
#addcommentview a:hover,#commentview a:hover, #submitpost a:hover, #addComment:hover{
	color: #FFFFFF;
	border-bottom-style: none;
	text-decoration: none;
}
#commentForm, .commentForm {
	background-color: #99CCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 15px;
	width: 98%;
	font-size: 12px;
	color: #19355D;
	vertical-align: middle;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 9px;
}
textarea {
	background-color: #99CCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 98%;
	font-size: 12px;
	color: #19355D;
	vertical-align: middle;
	padding: 2px;
	margin-top: 2px;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.commentposter, .commentinfo {
	left: 12px;
	text-align: left;
	color: #99CCCC;
	font-size: 9px;
	height: 11px;
}
.commentinfo {
	position: absolute;
	bottom: 14px;
	right: 12px;
	text-align: right;
	vertical-align: top;
}
.commentposter {
	margin-bottom: 15px;
}
.commentposter a, .commentinfo a {
	color: #99CCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCCC;
}
.commentposter a:hover, .commentinfo a:hover {
	color: #FFFFFF;
	border-bottom-style: none;
}
#addComment {
	font-size: 11px;
	background-color: #598093;
	color: #99CCCC;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.commenterror {
position: absolute;
left:13px;
bottom:60px;
width:249px;
height: 20px;
text-align: center;
line-height: 8px;
vertical-align: bottom;
}
