/*
Theme Name: Noel Berry
Theme URI: 
Description: My Theme.
Author: Noel Berry
Version: 1.0
Tags: minimilistic, white, green, space
*/


/*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;
	 font-weight: normal;
}
body {
	line-height: 1.4;
}
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;
}

/* set the background to a default color */
body {
	background: #fff;
	height: 100%;

	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}

/* default stuff */
a { color: #8aa941; text-decoration: none; }
a:hover { color: #333; border-bottom: 4px solid #333; }

h1 { font-size: 24px; color: #8aa941; font-weight: bold; }
h2 { font-size: 20px; color: #000; font-weight: normal; }
h3 { font-size: 16px; color: #000; font-weight: bold; }

@font-face {
	font-family: "argh";
	src: url("Aaargh.ttf");
}

/* wrapper, contains all content */
.wrapper {
	background: url(images/tree.png) bottom right no-repeat;

	width: 900px;
	height: 600px;

	margin: 0px auto;
	margin-top: 50px;
}

/* wrapper for every page, except the home page */
.pages { background: none; }

/* banner, contains navigation and title */
.banner {
	margin-top: 200px;

	width: 900px;
	float: left;
	display: block;
}

/* on every page, but the home page, there is no extra margin */
.pages .banner { margin-top: 0px; }

/* title */
.title {
	display: block;
}

/* navigation */
.navigation {
	font-size: 20px;
	font-family: "argh", helvetica;

	display: block;
}

.navigation a { color: #595959; text-decoration: none; }
.navigation a:hover { color: #8aa941; border-bottom: 4px solid #595959; }

/* subtitle, on home page */
.subtitle { margin-top: 40px; }

/* main content goes in here */
.content {
	width: 900px;
	border-top: 4px solid #eee;
	
	padding-top: 10px;
	margin-top: 10px;
	
	float: left;
}

/* the footer content */
.footer {
	width: 900px;
	border-top: 4px solid #eee;
	
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	
	float: left;
}

/* individual items, on display */
.item, .screen {
	width: 260px;
	height: 140px;
	margin: 10px;
	
	border: 10px solid #eee;
	
	float: left;
	display: inline;
}

.item:hover, .screen:hover, .lrgscreen:hover { border: 10px solid #8aa941; }
.lrgscreen {
	margin: 10px;

	border: 10px solid #eee;

	float: left;
	display: inline;
}


/* entry */
.post {
	margin-bottom: 30px;
}

.post table {
	width: 100%;
}

.post tr { border: 1px solid #eee; }
.post td { padding: 10px; vertical-align: top; }

.entry-title { color: #000; }
.entry-meta, .entry-utility { font-size: 12px; color: #555; }
.entry-content { padding: 10px 0px 10px 0px; }
.entry-screenshots { width: 100%; float: left; }

/* other */
.nav-previous { 
	float: left; 
	width: 50%; 
}
.nav-next { 
	float: right; 
	width: 50%;
	text-align: right;
}

#nav-above { display: none; }
#nav-below { float: left; width: 100%; }

.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}



/* Comments (from twenty ten theme) */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form (from twenty ten theme) */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
