/*
Theme Name: greenStripe (beta-1)
Theme URI: http://roobottom.com/greeneStripe/
Description: The greeneStripe theme!
Version: beta-1
Author: Jon Roobottom
Author URI: http://www.roobottom.com
*/


body {
	background: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background:#FFFFCC;
	margin: 0;
	padding: 0;
}

body * {
	text-decoration: none;
	border: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#everything {
  margin: 0 auto;
  width: 900px;
  text-align: left;
}

#wrap { 
  float: left; 
  border-left: 10px solid #727A25;
  border-right: 10px solid #727A25;
  background:#B4C03A;
}

/*  -------------------------------------------->>>>>>> Classes!!  */

.hidden {
	display:none;
}

/*  -------------------------------------------->>>>>>> Header!!  */

#header {
	background:#000;
	height:160px;
	width:900px;
	position:relative;
	margin-bottom:60px;
}

#header h1 {
	font-size:2.8em;
	font-weight:normal;
	padding-top:100px;
	padding-left: 40px;
}

#header h1 a {
	color:#FFFFFF;
}

#header h1 a:hover {
	color:#E05628;
}

#header ul {
	padding-left:40px;
	padding-top: 5px;
}

#header ul li {
	float: left;
	margin-right:30px;
}

#header ul li a {
	font-size:1.4em;
	color:#ccc;
}

#header ul li a:hover {
	color:#E05628;
}

/*  -------------------------------------------->>>>>>> POSTS!!  */


#posts {
	float: right;
	width: 540px;
}

#posts .onePost {
	width: 540px;
	margin-bottom: 60px;
}

#posts p.date {
	display:block;
	width:74px;
	height:75px;
	float:left;
	background:url(images/background_date.gif) top left no-repeat;
	text-align:center;
	padding-top:5px;
	margin:auto 0;
	margin-right:20px;
	font-size:1.4em;
}

#posts p.date strong {
	font-size:1.8em;
	color:#E05628;
}

#posts h2 {
	font-size:2.8em;
	padding-left:20px;
	font-weight:normal;
}

#posts h2.pagetitle {
	font-size:2.4em;
	padding-left:0;
	font-weight:normal;
	color:#FFFFFF;
	margin-bottom:1em;
}

#posts h2 a {
	color:#fff;
}

#posts h2 a:hover {
	color:#E05628;
}

#posts #postBody {
	clear:both;
	margin-top:30px;
}

#posts #postBody a {
	color:#fff;
}

#posts #postBody a:hover {
	color:#E05628;	
}

#posts #postBody p {
	font-size:1.4em;
	color:#333333;
	line-height:1.5em;
	margin-bottom:1em;
}

#posts #postBody p a {
	color:#fff;
}

#posts #postBody p a:hover {
	color:#E05628;
}

#posts #postBody img {
	margin-bottom:1em;
}

#posts #postBody ul, ol {
	font-size:1.4em;
	margin-bottom:1em;
	margin-left:2em;
}

#posts #postBody ul li {
	list-style:disc;
	margin-bottom: 0.25em;
	color:#333333;
}

#posts #postBody ol li {
	list-style:decimal;
	margin-bottom: 0.25em;
}

#posts #postBody blockquote {
	font-size:1.4em;
	margin-left:2em;
	margin-bottom:1em;
	font-style:italic;
}	

#posts #postBody strike {
	text-decoration:line-through;
}

#posts #tagLinks {
	width:500px;
	background:#DAE09D;
	font-size:1.4em;
	padding-left:5px;
	margin-bottom:5px;
}

#posts #tagLinks p {
	padding: 5px 5px 5px 25px;
	background: url(images/icons_post_tag.gif) left center no-repeat;
	color:#333333;
}

#posts #tagLinks p a {
	color:#E05628;
}

#posts #tagLinks p a:hover {
	text-decoration:underline;
}

#posts #postFooter {
	float:left;
	width:500px;
	background:#C7D06B;
	padding-left:5px;
}

#posts #postFooter ul li {
	float:left;
	margin-right: 20px;
	font-size:1.4em;
	padding:5px 0;
}

#posts #postFooter ul li a {
	color:#E05628;
}

#posts #postFooter ul li a:hover {
	text-decoration:underline;
}

#posts #postFooter ul li#postComments {
	padding-left:25px;
	background:url(images/icon_post_comments.gif) left center no-repeat;
}

#posts #postFooter ul li#postAuthor {
	padding-left:25px;
	background:url(images/icon_post_author.gif) left center no-repeat;
}

#posts #postFooter ul li#postEdit {
	padding-left:25px;
	background:url(images/icon_post_edit.gif) left center no-repeat;
}


/*  -------------------------------------------->>>>>>> PostNavigation  */

#posts #postNavigation {
	clear:both;
	float:left;
	position:relative;
	width:500px;
	background:#C7D06B;
	margin-top:1em;
}

#posts #postNavigation p {
	font-size: 1.4em;
	padding:5px;
}

#posts #postNavigation p a {
	color:#E05628;
}

#posts #postNavigation p a:hover {
	text-decoration:underline;
}

#posts #postNavigation p#postBack {
	width: 200px;
	float:left;
	padding-left: 15px;
}

#posts #postNavigation p#postNext {
	float:right;
	width:200px;
	text-align:right;
	padding-right: 15px;
}

/*  -------------------------------------------->>>>>>> COMMENTS!!  */

#allComments {
	float: left;
	clear:both;
	margin-top:30px;
	width:500px;
}

#allComments h3 {
	font-size:2.0em;
}

#allComments p#jumpToPost {
	margin-bottom:30px;
}

#allComments p#jumpToPost a {
	font-size:1.4em;
	color:#fff;
	background:url(images/icon_add_comment.gif) left center no-repeat;
	padding-left:20px;
}

#allComments p#jumpToPost a:hover {
	color:#E05628;
}



	#oneComment {
		padding:10px;
		background:#C7D06B;
	}
	
	#allComments .alt {
		background:#DAE09D;
	}
	
	#oneComment p.commentMeta {
		font-size: 1.4em;
		margin-bottom:1em;
	}
	
	#oneComment p.commentMeta a {
		color:#E05628;
	}
	
	#oneComment p.commentMeta a:hover {
		text-decoration:underline;
	}
	
	#oneComment a.commentNumber {
		font-size: 1.8em;
		color:#E05628;
	}
	
	#oneComment a.commentNumber:hover {
		text-decoration:underline;
	}
	
	#oneComment .commentBody {
		font-size:1.4em;
	}
	
	#oneComment .commentBody a {
		color:#E05628;
	}
	
	#oneComment .commentBody a:hover {
		text-decoration:underline;
	}
	
	#oneComment .commentBody p {
		margin-bottom:1em;
		line-height:1.5em;
	}
	
	#oneComment .commentBody blockquote {
		padding-left: 20px;
		font-style:italic;
	}	
	
	
	
#allComments h3#trackbacks {
	margin-top:1em;
	margin-bottom:1em;
}

	#onePing {
		padding:10px;
		background:#C7D06B;
	}
	
	#onePing .alt {
		background:#DAE09D;
	}
	
	#onePing p {
		font-size:1.4em;
		padding-left:25px;
		background:url(images/icon_ping_alt.gif) top left no-repeat;
	}
	
	#onePing p.alt  {
		background:url(images/icon_ping.gif) top left no-repeat;
	}
	
	#onePing p a {
		color:#E05628;
	}

	#onePing p a:hover {
		text-decoration:underline;
	}

#commentsForm {
	border:1px solid #DAE09D;
	clear:both;
	float:left;
	width:458px;
	margin-top:20px;
	padding:20px;
}

#commentsForm h3 {
	font-size:2.0em;
}

#commentsForm #commentsNote {
	font-size:1.2em;
	color:#fff;
	margin-bottom:1em;
	color:#E05628;
	font-weight:bold;
}

#commentsForm #allowedTags {
	border:1px solid #DAE09D;
	background:#C7D06B;
	padding:10px;
	font-size:1.2em;
	color:#fff;
	margin-bottom:1em;
}

#commentsForm #commentsLoggedin {
	font-size:1.2em;
	margin-bottom:1em;
}

#commentsForm #commentsLoggedin a {
	color:#fff;
}

#commentsForm #commentsLoggedin a:hover {
	color:#E05628;	
}

#commentsForm label {
	color:#333333;
	font-size:1.4em;
	line-height:1.5em;
}

#commentsForm input,
#commentsForm #comment {
	width:430px;
	font-size:1.4em;
	padding:10px;
	background:#C7D06B;
	border:1px solid #727A25;
	margin-bottom:1em;
}

#commentsForm input:focus,
#commentsForm #comment:focus {
	background:#fff;
}


#commentsForm #submit {
	background:#737B26;
	border:1px solid #DAE09D;
	color:#fff;
	width:450px;
}

/*  ----- --------------------------------------->>>>>>> extended!!  */

#extended {
	padding-left: 20px;
	width:250px;
}


/* standard setting for a box class */

#extended .box {
	margin-bottom: 30px;
}

#extended .box ul li {
	font-size:1.2em;
	color:#333333;
	line-height:1.5em;
	margin-bottom:1em;
	padding-left: 25px;
	background:url(images/icon_bullet.gif) left center no-repeat;
}

#extended .box h3 {
	font-size:2.0em;
	font-weight:normal;
	padding-left: 20px;
	height: 38px;
	padding-top:15px;
	background:#A5AE38;
	margin-bottom:1em;
	color:#333;
}

#extended .box h3 a {
	color:#333;
}

#extended .box h3 a:hover {
	text-decoration:underline;
}

#extended .box ul li a {
	color:#FFFFFF;
	font-size:1.2em;	
}

#extended .box ul li a:hover {
	color:#E05628;
}

#extended .box table {
	margin-left: 20px;
	font-size:1.2em;
	color:#333;
}

#extended .box table tr,
#extended .box table td {
	padding: 2px;
	text-align:center;
}

#extended .box table caption {
	text-align:center;
	font-size:1.4em;
}

#extended .box table a {
	color:#fff;
}

#extended .box table a:hover {
	color:#E05628;
}

/* END: standard setting for a box class */



#extended #recently ul li {
	background:url(images/icon_calendar.gif) left top no-repeat;
}

#extended #tags ul li {
	background:url(images/icon_tag.gif) left center no-repeat;
}

#extended #links ul li {
	background:url(images/icon_globe.gif) left center no-repeat;
}

#extended p {
	font-size:1.4em;
	color:#333;
	line-height:1.5em;
	margin-bottom:1em;
}

#extended p a {
	color:#fff;
}

#extended p a:hover {
	color:#E05628;
}

/*  -------------------------------------------->>>>>>> Footer!!  */

#footer {
	clear:both;
	border-top:10px solid #727A25;
	background:#000000;
	margin-top:20px;
	float:left;
	width:900px;
	position:relative;
}

#footer p {
	color:#ccc;
	padding: 10px;
	font-size:1.2em;
}

#footer p a {
	border-bottom:1px solid #999999;
	color:#ccc;
}

#footer p a:hover {
	background:#262626;
}

#footer p#blogInfo {
	margin-left: 5px;
	padding-left:20px;
	background:url(images/icon_apple.gif) left center no-repeat;
}

#footer p#rss {
	display:block;
	position:absolute;
	top:0;
	right:5px;
	padding-left:25px;
	background:url(images/icon_rss.gif) left center no-repeat;
}