/*

Theme Name: GreenFramed Magazine

Author: WPCorner.com

Author URI: http://www.wpcorner.com/

*/



* {

	margin: 0; padding: 0;

}

body {

	text-align: center;

	font-size: 12px;
	
	font-family:"Trebuchet MS";

	color: #5a5a5a;

	background: #f4f1e8 url(images/background.gif) repeat-x 0 0;

}

a {

	color: #000000;
	
	text-decoration: underline;

}

a:hover {

	text-decoration: none;

	color: #000000;

}

img {

	border: 0;

}



.break {

	font-size: 0;

	width: 0; height: 0;

	clear: both;

}

.alignleft {

	float: left;

	margin: 4px 10px 5px 0;

}

.alignright {

	float: right;

	margin: 4px 0 5px 10px;

}

.aligncenter {

	text-align: center;

}

.hidden {

	display: none;

}



/** BEGIN wrapper **/

#wrapper, .wrapper {

	width: 940px;

	margin: auto auto;

	text-align: left;

}

/** END wrapper **/



/** BEGIN header **/

#header {

	height: 200px;

}

	#header ul {

		list-style-type: none;

		clear: both;

	}

		#header ul li {

			float: left;

		}

	#header h1 {

		clear: both;

		float: left;

		padding: 19px 0;

	}

		#header h1 a {

			display: block;

			width: 327px; height: 66px;

			text-indent: -9999px;

			outline: none;

			background: url(images/logo.png) no-repeat 0 0;

		}

	#header img {

		float: right;

		margin-top: 20px;

	}

	#header .pages {

		float: left;
		height: 50px;

	}

		#header .pages li {

			font-size: 1.0em;

			font-weight: bold;

			padding: 18px 40px 19px 0;
			
			letter-spacing:1px;

		}

		#header .pages li a {

			color: #2B2626;

			text-decoration: none;

		}

		#header .pages li a:hover {

			text-decoration: underline;

		}

	#header .rss {

			float:right;
			
			margin-right:5px;

		}
		
		#header .rss img {

			margin-left:5px;

		}
	
	#header .categories {

		float:left;
		
		height: 46px;

		overflow: hidden;

	}

		#header .categories li {

			font-size: 1.1em;

			font-weight: bold;

			padding: 9px 10px 0 0;
			
			color: #E6E6E6;
			
			letter-spacing:1px;

		}

		#header .categories li a {

			text-decoration: none;

			display: block;

			padding: 8px 15px;
			
			color: #E6E6E6;
			
			letter-spacing:1px;

		}

		#header .categories li a:hover {

			background-color: #2B2626;

			color: #5a5a5a;
			
			color: #E6E6E6;
			
			letter-spacing:1px;

		}
		
		
		#header form {

		float:right;
		
		margin-top:9px;
		
		width: 303px; height: 27px;
		
		background: url(images/search2.png) no-repeat 0 0;

		margin-bottom: 15px;

	}

		#header form input {

			float: left;
			
			font-family:"Trebuchet MS";
			
			font-size:1.1em;
			
			color:#666666;

			border: 0;

			width: 263px;

			margin: 7px 0 0 5px;

			background-color: transparent;

		}

		#header form button {

			float: right;

			border: 0;

			width: 24px; height: 24px;

			text-indent: -9999px;

			margin: 15px 15px 0 0;

			background-color: transparent;
			
			cursor:pointer;

		}

		
		

/** END header **/



/** BEGIN content **/

#content {

	width: 588px;

	float: left;

	padding-top: 30px;
	
	font-family:"Trebuchet MS";

}

	#content .featured-box {
		margin-bottom: 20px;
		background-color:#FFFFFF;
		border: 1px solid #d6d3c9;
		/* background: url(images/featuredbody.gif) repeat-y 0 0; */
	}
		#content .featured-box .buffer1 {
			/* background: url(images/featuredhead.gif) no-repeat 0 0; */
		}
		#content .featured-box .buffer2 {
			/* background: url(images/featuredfoot.gif) no-repeat 0 bottom; */
		}
		#content .featured-box .main {
			padding: 14px;
		}
		#content .featured-box h3 {

			font-size: 1.1em;
			
			font-weight: normal;

			font-weight: bold;

			color: #5a5a5a;

			text-transform: uppercase;

			padding: 10px;

			border-bottom: 1px solid #d6d3c9;

		}

		#content .featured img {
		width: 561px;
	}
		#content .featured {
			overflow: hidden;
			position: relative;
			width: 561px; 
			height: 200px;	
			overflow: hidden;
		}
		#content .featured .text {
			
		}
		#content .featured-img {
			margin: 0 0 0 0;
		}
		#content .featured-img .text h2 {
			font-size: 1.6em;
			background-image: none;
			margin-bottom: 8px;
			padding: 0;
		}
		#content .featured-img .text h2 a {
			color: #FFFFFF;
			font-weight: bold;
			text-transform: none;
			text-decoration: none;
		}
		#content .featured-img .text h2 a:hover {
			text-decoration: underline;
		}
		#content .featured-img .text p {
			line-height: 1.3em;
			font-size: 1.1em;
			color: #FFFFFF;
			padding-bottom: 10px;
		}
		#content .featured-img .text .next {
			color: #000000;
			font-weight: bold;
			font-size: 1.0em;
			text-transform: uppercase;
			background:#FFFFFF;
			text-decoration:none;
			padding:3px;
			letter-spacing:1px;
			float:left;
		}
			#content .featured-img .text .next:hover {
				text-decoration: none;
				background:#CCCCCC;
			}
		#content .featured .photo {
				list-style-type: none;
			}
				#content .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#content .photo li.first {
					z-index: 2;
				}
			#content .featured .text {
				list-style-type: none;
			}
				#content .featured .text li {
					width: 220px; height: 290px;
					position: absolute;
					top: 0; right: -280px;
					padding: 15px;
					color: #ffffff;
					font-family: "Trebuchet MS";
					background: url(images/shade.png) repeat 0 0;
					z-index: 4;
				}
				#content .featured .text li.first {
					right: 0;
				}

	#content .post {

		width: 286px;

		float: right;
		
		background-color:#FFFFFF;
		
		border: 1px solid #d6d3c9;
		
		/* background: url(images/postbody.gif) repeat-y 0 0 ; */

		margin-bottom: 15px;

		position: relative;

	}

		#content .post .buffer {

			/* background: url(images/postfoot.gif) no-repeat 0 bottom; */

		}

		#content .post .content {

			padding: 10px 15px 10px 16px;

		}

		#content .post h3 {

			font-size: 1.1em;

			font-weight: normal;
			
			color:#5a5a5a;

			text-transform: uppercase;
			
			background-color:#FFFFFF;

			/* background: url(images/posthead.gif) no-repeat 0 0; */

			padding: 10px;

			border-bottom: 1px solid #d6d3c9;

		}

		#content .post .thumb {

			display: block;

			border: 5px solid #d6d3c9;

			overflow: hidden;

			margin-bottom: 10px;

			width: 245px; height: 89px;

		}

			#content .post .thumb img {

				width: 245px;

			}

		#content .post p {

			font-size: 1.0em;
			
			line-height: 1.5em;

			margin-bottom: 10px;

		}

		#content .post .continue {

			font-style: italic;

			text-align: right;

		}

		#content .post .category {

			font-size: 1.0em;

		}

		#content .post .comments a {

			display: block;

			text-decoration: none;

			width: 39px; height: 17px;

			background: url(images/comments.gif) no-repeat 0 0;

			text-align: center;

			font-weight: bold;

			padding: 5px 0;

			position: absolute;

			top: 5px; right: 10px;

		}

		#content .l {

			float: left;

			clear: both;

		}

	#content .postnav {

		clear: both;

		font-weight: bold;

		font-size: 1.2em;

		text-transform: uppercase;

		padding: 20px 0;

	}

		#content .postnav a {

			text-decoration: none;

		}

/** END content **/



/** BEGIN sidebar **/

#sidebar {

	width: 330px;

	float: right;

	padding-top: 25px;
	
	font-size:1.1em;

}

	#sidebar .box {

		border: 1px solid #d6d3c9;
		
		background-color:#FFFFFF;

		margin-bottom: 15px;

	}

		#sidebar .box h2 {

			color: #5a5a5a;

			font-size: 0.9em;

			text-transform: uppercase;

			background-color: #FFFFFF;

			padding: 12px;

		}

		#sidebar .box .navigation {

			list-style-type: none;			

			height: 38px;

			margin-bottom: 10px;
			
			border-bottom: 1px solid #d6d3c9;

			background: #FFFFFF url(images/pointer.gif) no-repeat 30px bottom;

		}

			#sidebar .box .navigation li {

				float: left;
				
				text-transform: uppercase;

				padding: 12px;

				font-weight: bold;

			}

			#sidebar .box .navigation a {

				color: #5a5a5a;

				text-decoration: none;

			}

		#sidebar .box .multi {

			list-style-type: none;

			padding: 5px 15px 15px;

		}

			#sidebar .box .multi li {

				line-height: 1.3em;

				padding: 5px 0;

			}

			#sidebar .box .multi li a {

				font-weight: bold;

			}

			#sidebar .box #recent { display: none; }

			#sidebar .box #comments { display: none; }

		
		#sidebar .box .ad1 {

			padding: 10px;

			text-align: center;

		}
		
			#sidebar .box .ad1 img {

				margin: 5px;
				
				border:1px solid #d6d3c9;

			}
		
		#sidebar .box .ad2 {

			padding: 15px;

			text-align: center;

		}

			#sidebar .box .ad2 img {

				margin: 10px;
				
				border:1px solid #d6d3c9;

			}

		#sidebar .box .flickr {

			padding: 10px 10px 15px;

			text-align: center;

		}

			#sidebar .box .flickr img {

				margin: 4px !important;

				width: 80px; height: 80px;

			}

		#sidebar .box .tags {

			padding: 15px;

		}

			#sidebar .box .tags a {

				color: #CEC6C0;

				text-decoration: none;

			}

			#sidebar .box .tags a:hover {

				color: #5a5a5a;

			}

	#sidebar .divided {

		border: 1px solid #d6d3c9;
		
		background-color:#FFFFFF;

		margin-bottom: 15px;

	}

		#sidebar .divided .l {

			float: left;

			width: 120px;

			padding: 20px;

		}

		#sidebar .divided .r {

			float: right;

			width: 120px;

			padding: 20px;

		}

		#sidebar .divided ul {

			list-style-type: none;

			margin-bottom: 20px;

		}

			#sidebar .divided ul li {

				line-height: 1.3em;

				padding: 2px 0;

			}

			#sidebar .divided ul li a {

				text-decoration: none;

				color: #7d7d7d;

			}

			#sidebar .divided ul li a:hover {

				color: #5a5a5a;

				text-decoration: underline;

			}

		#sidebar .divided h2 {

			color: #5a5a5a;

			font-size: 1.1em;

			text-transform: uppercase;

			margin-bottom: 10px;

		}

	#sidebar form {

		width: 327px; height: 55px;
		
		background-color:#FFFFFF;
		
		border: 1px solid #d6d3c9;

		background: url(images/search.png) no-repeat 0 0;

		margin-bottom: 15px;

	}

		#sidebar form input {

			float: left;
			
			font-family:"Trebuchet MS";
			
			font-size:1.0em;
			
			color:#666666;

			border: 0;

			width: 263px;

			margin: 20px 0 0 20px;

			background-color: transparent;

		}

		#sidebar form button {

			float: right;

			border: 0;

			width: 24px; height: 24px;

			text-indent: -9999px;

			margin: 15px 15px 0 0;

			background-color: transparent;
			
			cursor:pointer;

		}

/** END sidebar **/



/** BEGIN footer **/

#footer {

	clear: both;

	background-color: #FFFFFF;

	padding: 10px;

	font-size: 1.0em;

	height: 20px;

	padding: 20px 0 10px;

	border-top: 1px solid #d6d3c9;

}

	#footer .l {

		float: left;

	}

	#footer .r {

		float: right;

	}

	#footer a {

		color: #2B2626;

	}

/** END footer **/



/** BEGIN miscellaneous **/

#content .single {

	padding: 20px;

	border: 1px solid #d6d3c9;
	
	background-color:#FFFFFF;
	
	margin-bottom:25px;

}

	#content .single h2 {

		font-size: 2.2em;
		
		color:#525a4e;
		
		font-weight:normal;

		margin-bottom: 6px;

	}

	#content .single p {

		font-size:1.1em;
		
		line-height: 1.5em;

		margin-bottom: 10px;

	}

	#content .single ul, #content .single ol {

		list-style-position: inside;

		margin-bottom: 10px;

	}

	#content .single li {

		line-height: 1.5em;

		padding: 2px 0;

	}

	#content .single blockquote {

		padding: 10px 10px 5px;

		margin-bottom: 10px;

		background-color: #1F1919;

		border-width: 1px 0;

		border-style: solid;

		border-color: #494240;

	}

	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {

		font-size: 1.2em;

		margin-bottom: 5px;

	}
	
	#content .single img { border: 5px solid #d6d3c9; margin-bottom:15px; margin-top:15px; }
	
	#content .single .tags { padding:2px 5px 2px 5px; background:#eaeee7; }

#comments-box {

	padding-top: 40px;

}

	#comments-box a {

		text-decoration: none;

	}

	#comments-box h2 {

		font-size: 1.5em !important;

	}

	#comments-box p {

		margin-bottom: 10px;

		line-height: 1.6em;

	}

	#comments-box .children li {

		padding: 10px;

	}

	#comments-box form {

		

	}

	#comments-box form p {

		margin-bottom: 5px;

	}

		#comments-box form input, textarea {

			border: 1px solid #d6d3c9;

			font-size: 1.2em;

			font-family: "Trebuchet MS";

			padding: 4px;

			background-position: 4px 4px;

			background-repeat: no-repeat;

			background-color: #FFFFFF;

		}

		#comments-box form input {

			width: 240px;

			border: 1px solid #d6d3c9;

		}

		#comments-box form textarea {

			width: 350px;

			padding: 4px 4px !important;

			border: 1px solid #d6d3c9;

		}

		#comments-box form button {

			border: 1px solid #8d9b89;
			
			background-color:#8d9b89;

			font-size: 1.2em;
			
			color:#FFFFFF;

			font-family: "Trebuchet MS";

			padding: 2px 6px;
			
			cursor:pointer;

		}

	.commentdetails {

		margin-top: 25px;

	}

	.commentauthor {

		margin-bottom: 5px !important;

		font-weight: bold;

	}

	.commentdate {

		font-size: 1.0em;

		margin-bottom: 5px;

		color: #909090;

	}

	.required {

		color: #ff0000;

	}

h2.title {

	font-size: 1.3em !important;

	text-transform: uppercase;

	margin-bottom: 15px;

	color: #565656;

}

.notfound {

	padding: 40px;

}

	.notfound h2 {

		font-size: 18px;

		font-weight: normal;

		margin-bottom: 10px;

	}



/** END miscellaneous **/



/** BEGIN wordpress 2.7 comments **/

#comments-box ol {

	list-style-type: none;

	clear: both;

	padding: 0;

	margin: 0;

}

	#comments-box .buffer {

		padding: 10px;

	}

	#comments-box ol li {

		margin-bottom: 10px;

	}

	#comments-box ol li ul li {

		border: 1px solid #494240;

		padding: 10px;

	}

	#comments-box ol li .avatar {

		float: right;

	}

	#comments-box ol li .comment-author {

		

	}

		#comments-box ol li .comment-author .fn {

			font-weight: bold;

			font-size: 1.2em;

		}

	#comments-box ol li .comment-meta {

		font-size: 1.1em;

		color: #999999;

		margin: 5px 0 10px;

	}

	#comments-box ol li .reply {

		font-size: 1.1em;

		font-weight: bold;

		padding-bottom: 10px;

	}

	#comments-box .children {

		list-style-type: none;

	}

#comments-box .navigation {

	padding: 0 0 40px;

	font-size: 1.1em;

}

	#comments-box .navigation a {

		color: #999999;

		padding: 3px 8px;

		border: 1px solid #494240;

	}

	#comments-box .navigation a:hover {

		color: #000000;

		border-color: #000000;

		text-decoration: none;

	}

#comments-box .says {

	display: none;

}

/** END wordpress 2.7 comments **/
