/*
Theme Name: Noel Berry
Theme URI: http://wordpress.org/
Description: My Design
Version: 1.0
Author: Noel Berry
Author URI: http://www.drazzke.com
Tags:
*/

/*Set everything to nothing!*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	background: url(/images/backgroundsmall.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	color: #444444;
}

a { color: #3399cc; text-decoration: none; }
a:hover { color: #000; }

.clouds {
	width: 100%;
	margin: 0px auto;

	display: block;

	height: 100px;
	background: url(/images/clouds.png) center top repeat-x;
}

.banner {
	width: 980px;
	margin: 0px auto;
}

.logo {
	background: url(/images/logo.png);

	margin-top: 30px;

	width: 292px;
	height: 53px;

	float: left;
	display: inline;
}


.navigation {
	margin-top: 50px;

	float: right;
	display: inline;

	font-size: 24px;
	font-color: #F2F2F2;
}

.navigation a { 
	padding: 10px;
	color: #77a9bc; 
}

.navigation a:hover { color: #F2F2F2; }

.description {
	background: url(/images/description.png) no-repeat;

	width: 980px;
	height: 190px;

	margin-top: 20px;

	float: left;
	display: inline;
}

.content {
	width: 980px;
	margin: 0px auto;
	margin-top: 20px;
}

.left {
	width: 700px;
	float: left;
	display: inline;

}

.right {
	width: 240px;
	float: right;
	display: inline;

	text-align: justify;
}

h1, h2 {

	padding: 10px;
	margin-bottom: 10px;
	text-align: left;

	font-family: Helvetica;
	font-size: 20px;
	font-weight: none;

	background-color: #333333;
	color: #F2F2F2;
	text-shadow: #000000 1px 1px 1px;
}

h2 { font-size: 14px; padding: 5px; padding-left: 10px; }

h3 {
	font-size: 10px;
	color: #333333;
	padding: 4px;
	padding-left: 10px;
	margin-bottom: 10px;
}

h4 {
	text-decoration: none;
	font-size: 14px;
}

.featured {
	width: 305px;
	height: 200px;
	border: 5px solid #D8D8D8;
	margin-top: 5px;

	overflow: hidden;
	float: left;
}

.featured:hover { border: 5px solid #3399cc; }
.featured IMG { border: 0px; }

.marginright { margin-right: 10px; }

ul.nav li {
	font-size: 12px;
	color: #333333;
	background-color: #ddeff6;
	padding: 4px;
	padding-left: 10px;
	margin-bottom: 4px;
}

.postmetadata {
	border: 2px solid #D8D8D8;
	padding: 10px;
	margin: 50px;
}

.comment-body {
	padding: 10px;
	border: 2px solid #D8D8D8;
	margin-bottom: 10px;
}

td.avatar {
	padding: 10px;
	padding-left: 0px;
	padding-top: 0px;
	width: 70px;
}

.photo {
	border: 4px solid #D8D8D8;
	
	float: left;
	display: inline;
}

.entry {
	padding: 10px;
}
.alignleft { float: left; display: inline; }
.alignright { float: right; display: inline; }


.direction { 
	display: block; 
	/*width: 620px;*/
	padding: 4px; 
	padding-left: 10px; 
	padding-right: 10px; 
}

.post {
	/*width: 620px;*/
	padding: 10px;
	padding-top: 0px;
	/*background: url(images/post.png) no-repeat;*/
	/*min-height: 320px;*/


}

.avatar { margin-right: 10px; }