/* @override http://mozketo.com/wp-content/themes/mozketo/style.css */

/*  
Based on: Starkers (The totally nude WP theme) - http://elliotjaystocks.com
Theme Name: Mozketo
Theme URI: http://mozketo.com
Description: Completely custom CSS for Mozketo.com
Version: 1.0
Author: Ben Clark-Robinson
Author URI: http://mozketo.com
*/

/* @group Global Reset */

/* 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 */

/* @end */

/* @group default */

body, html {
	padding: 0;
	margin: 0;
	background: #e5f1f4 url(images/background.png) repeat-x;
	color: #3f4648;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	line-height: 1.8em;
	text-align: center;
	font-size: 0.85em;
}

p {
 	margin: 0 0 1.6em 0;
	padding: 0;
}

h1 {
	font-size: 1.55em; /* was 1.46em for Georgia */
	line-height: 1.5em;
	font-weight: normal;
	margin: 0em 0px 1.25em 0px;
}

h2 {
	font-size: 1.2em; /* 1 */
	font-weight: normal;
	line-height: 1.8em;
	letter-spacing: .2em;
	margin: 0.75em 0 0em 0;
	text-transform: uppercase;
}

strong {
	font-weight: normal;
	font-size: .91em;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #2e8696;
}

blockquote {
	font-size: 1em;
	margin: 2em 2em 2em 1em;
	padding: 0 .75em 0 1.25em;
	border-left: 1px solid #777;
	border-right: 0px solid #777;
	}

blockquote strong {
	font-weight: bold;
	font-size: 1em;
	letter-spacing: normal;
	text-transform: none;
	}

cite {
	font-weight: normal;
	font-style: italic;
	}

img {
	margin-top: 5px;
	}
	
	pre {
	font-family: "Bitstream Vera Sans Mono", Courier, Monaco, ProFont, "American Typewriter", "Andale Mono", monospace;
	line-height: 1.45em;
	margin: 2em 0 2.5em 0;
	padding: 5px 0 5px 10px;
	}

code {
	font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "American Typewriter", "Andale Mono", monospace;
	font-size: 0.91em; /* 1.09em for Courier */
	}
	
	hr {
	height: 1px;
	margin: 2em 1em 4em 0;
	text-align: center;
	border-color: #777;
	border-width: 0;
	border-style: dotted;
	}

/* @end */

.container {
	width: 685px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
}

.column
{
	float: left;
	width: 255px;
	margin: 0em 0px;
}

.search {
}

#s {
	width: 125px;
}

/* @group Header */

#header {
	background: #433c2a;
	color: rgb(153, 204, 0);
	height: 190px;
	text-align: left;
}

#header .container {
	height: 92%;
	background: transparent url(images/tree.png) bottom right no-repeat;
}

#header img.logo {
	float: left;
	xborder: none;
	margin: 114px 0 0 0;
}

#header div.container ul {
	float: right;
	font-size: 1.5em;
}

#header div.container ul li {
	display: inline;
	padding: .25em 1em;
}

#header div.container ul li a { 
  	display: inline; 
  	text-decoration: none; 
} 

#header div.container ul li a:hover { 
  	color: rgb(153, 204, 0); 
}

#header div.container ul li a:link, a:visited { 
	color: #fff;
} 

/* @end */

/* @group Sidebar */

#sidebar {
	margin-top: 10px;
	width: 160px;
	text-align: right;
}

#sidebar ul {
	padding-bottom: 20px;
}

#sidebar ul form {
	padding: 20px 0 0 0 ;
}

#sidebar img {
	margin: 0;
}

#sidebar p {
	padding: 10px 0 10px 0;
	margin: 0;
	line-height: 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: gray;
}

/* My Comment */

#sidebar h2 {
	margin: 20px 0 0 0;
	padding: 0;
}

/* @end */

/* @group Navigation */

.navigation {
	width: 505px;
	display: block;
	margin: 0 0px 20px 0px;
	float: right;
}

/* @end */

/* @group Comment List */

.commentlist {
	font-size: 0.85em;
	margin: 19px 0 19px 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: gray;
}

.commentlist .commentmetadata {
	font-size: 0.8em;
	padding-bottom: 8px;
}

.commentlist li {
	margin-top: 10px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: gray;
}

.commentlist cite {
	font-weight: bold;
}

/* @end */



/* @group Comment Form */

#commentform {
	margin-top: 10px;
	
}

textarea#comment {
	width: 600px
}

#commentform p {
	padding: 5px 0;
}

#commentform label {
	color: #777;
}

/* @end */



/* @group Post */

.post {
	margin: 0 0px 40px 0px;
	text-align: justify;
	width: 505px;
	float: right;
}

/* .post h2 {
	font-size: 2em;
	font-variant: normal;
	padding: 0 0 10px 0;
	text-align: left;
} */

.post a, a:link, a:visited {
	color: #2e8696;
}

.post .postmetadata {
	font-size: 0.8em;
	margin: 25px 0 25px 0;
	padding: 12px 0;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: gray;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: gray;
}

.post .postdatetime {
	font-size: 0.75em;
}

/* @end */

/* @group Footer */

#footer {
	background: #2e8696 url(images/reeds-back.png) repeat-x left bottom;
	color: #fff;
	text-align: left;
	margin: 0em 0 0 0;
	height: 300px;
	clear: both;
}

#footer .column {
}

#footer .footer-reeds-focus {
	height: 100%;
	background: transparent url(images/reeds-mid.png) repeat-x 15% bottom;
}

#footer .footer-reeds-blur {
	height: 100%;
	background: transparent url(images/reeds-front.png) repeat-x 30% bottom;
}

.footer-container {
	width: 685px;
	min-height: 300px;
	margin: 0 auto;
	text-align: left;
}

#footer p {
	float: right;
	margin: 20px 0px 40px 0px;
	width: 505px;
}

#footer p a {
	color: white;
}

#footer h2 {
	padding: 15px 0 7px 0;
	margin: 0;
	font-size: 1.5em;
	text-decoration: none;
	font-variant: normal;
	font-style: italic;
}

#footer ul {
	font-size: 1.1em;
}

#footer ul li {
	padding: .25em 0em;
}

#footer ul li a { 
  text-decoration: none; 
  color: white;
} 

#footer a:hover { 
  color: rgb(153, 204, 0); 
}

/* @end */

