/*
	Theme Name: Davis
	Theme URI: http://davis.wuolle.com
	Description: Davis Wuolle, based
	Version: 1.0
	Author: Davis Wuolle
	Author URI: http://davis.wuolle.com
*/

p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, blockquote, cite {margin:0; padding:0;}
.hide {display:none;}


/* Font Size 
-----------------------------------------------*/
p, form {font-size: 1.35em;}
li {font-size: 1.35em;}
#sidebar li {font-size: 1.1em;}
h1 {font-size: 4.8em;}
h2 {font-size: 3.6em;}
h3 {font-size: 2.4em;}
h4 {font-size: 2.2em;}
h5 {font-size: 1.8em;}
h6 {font-size: 1.6em;}
.commentlist {font-size: 0.75em;}

/* Font Colour 
-----------------------------------------------*/
a {color: #1C95CC;}
a:hover {color: #999;}
p, form, li {color:#FAFAFA;}
h1, h1 a, h2 a {color:#FFFFFF;}
h1 a:hover, h2 a:hover {color:#1C95CC;}
h2, h3, h4, h5, h6 {color:#FAFAFA;}

/* Font Spacing 
-----------------------------------------------*/
p, form {letter-spacing: 1.2px;}
li {letter-spacing: 1.2px;}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}
.wp-caption {
      text-align:center;  
      font-size:0.9em;
}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	background: #000000 url(images/bkg.jpg) no-repeat scroll center top;
	color: #FAFAFA;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	/* Increase the percentage and the line-height here and it will change them throughout the site.
	   The same can be done for the font-family.
	*/
}

#wrap {
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto; padding:0;
}


/* Header Area 
-----------------------------------------------------------*/
#top {
	width: 100%;
	display: block;
	position: absolute;
	height: 40px;
	background: url(images/transparent.png);
}
	
#header {
	float:left;
	width:940px; height:120px;
	padding:0 0px 10px 0px;
	border-bottom: #FFFFFF solid 2px;
}

#title {
	display: block;
	clear: both;
	vertical-align: bottom;
	float:left;
	margin: 30px 0 0 0;
}

#tagline {
	width:400px;
	float:right; text-align:right;
	font-size: 1.2em;
	color:#5C5C5C;
	padding:130px 40px 0 0;
}


/* Top Navigation 
-----------------------------------------------------------*/

#top_nav {
	float: left;
	width: 700px;
	text-align: left;
	font-size: 1.1em;
	
}
#top_nav ul {
	list-style-type:none;
}
#top_nav ul li {
	float: left;
	margin: 10px 20px 0px 0px;
}
#top_nav ul li a {
	font-weight: lighter;
	color: #1C95CC;
	text-decoration:none;
	text-transform:uppercase;
}

#top_nav ul li a:hover, #top_nav ul li.current_page_item a {color:#FFF;}

/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:940px;
	padding:10px 0;
}

#content {
	float: left; /* Change to right if you want the content to appear on right */
	width: 650px;
	padding: 20px;
}
#contentwide {
	float: left; /* Change to right if you want the content to appear on right */
	width: 940px;

}

/* Main body content formatting
--------------------------------------------------------------*/

.entry {padding:0px 0px 30px 0px;}
.entry p {padding:6px 0;}

.entry ul, .entry ol {
	margin: 5px 20px; padding:5px 20px;
}

h1, h1 a {/* Main headings are h1 for better SEO */
	margin:0 0 8px 0;
	font-weight:bold;
}

h2, h3, h4, h5, h6 { /* Set styles for sub-headings if needed */
	margin: 20px 0 5px 0;
	font-weight:bold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline; }

blockquote{
	color: #CCC;
	border-left:5px solid #CCC;
	padding:10px 20px 10px 20px; margin-left:20px;
}

.entrymeta {
	margin:10px 0; padding:6px;
	color: #999;
	border:solid 0px #CCC;
}
.entrymeta p {padding:3px 0;}

.post-navigation {padding:10px 0;}

.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}

.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}
li { margin-top: 6px;}


/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:right; /* Change to left if you want the sidebar to appear on left */
	width:220px;
	padding: 10px;
}

#sidebar h2 {
	margin: 0px 0 5px 0; padding: 0 0 5px 0;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	font-size: 1.5em;
}
#sidebar ul {list-style: none;}

#sidebar ul ul {margin-bottom:30px;}

#sidebar ul li {padding:5px 10px;}

#sidebar a {
	color: #FAFAFA;
	text-decoration: none;
}

#sidebar a:hover {text-decoration: underline;}

#search {margin: 8px 0 15px 0;}

/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	width:960px;
	border-top: 2px solid #CCCCCC;
	margin:0 auto 0 auto;
}
#footer p {	
	font-size:0.9em; 
	padding:10px;
}
#footer a {
	text-decoration:none;
	color:#999999;
}

#footer a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}


/* Comments													
-----------------------------------------------------*/
h3#comments { margin:30px 0 10px 0; }
		
		
.avatar {
		float: left;
		display:block;
		padding: 0 20px 10px 0px;
	}
			
.commentlist {padding: 20px 0px;}
.commentlist p {padding:6px 0;}
		
.commentmetadata {margin-top: 0;}
ol.commentlist, ol.commentlist li {	list-style: none;}
ol.commentlist li {padding:10px 0; border-bottom:1px solid #e6e6e6;}
#commentform {padding:20px 0;}
#commentform p {margin-bottom:10px;}

#commentform input, #commentform textarea {
		width:147px;
		border:1px solid #e6e6e6;
		background:#f9f9f9;
		font-size:11px;
		padding:2px 3px 3px;
	}

#commentform textarea {width:500px;}
#commentform #submit {
			width:150px;
			border:none;
			background:#1C95CC;
			font-size:11px;
			padding:0;
			color:#000;
			font-size:12px;
			font-weight:bold;
			cursor:pointer;
			padding:2px 0 3px;
			}




/* Calendar 
---------------------------------------------------------*/

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 1.1em;
	text-align: center;
	font-weight:bold;
}

#wp-calendar td {
	color: #ccc;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* Search 
---------------------------------------------------------*/

.search-alert {display: none; background: url(images/search-alert-arrow.png) no-repeat; padding: 20px 15px 10px 15px; float: left; margin-top: 2px; position: absolute; font-size: 10px; cursor: pointer; color: #000; }

.search { float: right; margin: 5px; }

.search .search-text { background: url(images/search-bg.png) no-repeat; width: 157px; padding: 6px 30px 8px 10px;  border: none; }
