/*

Theme Name: pinkSimpleScheme Magazine

Author: WPThemeDesigner.com



*/



* {

	margin: 0; padding: 0;

}

body {

	text-align: center;

	font: 10pt Arial,Helvetica,sans-serif;

	color: #333333;

	background: #FFFFFF url(images/background.gif) repeat-x 0 0 ;



}

a {
	text-decoration: none;
	color: #333;

}


a:hover {

	text-decoration: none;

	color: #7FA709;

}

#content .recent a {

		text-decoration:underline;

	}

#content .recent .related a {

		text-decoration:none;

	}
	
img {

	border: 0;

}

.read_more {

	text-decoration:underline;

}



.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 {

	width: 980px;

	margin: auto auto;

	text-align: left;

}

/** END wrapper **/



/** BEGIN header **/

#header {

	height: 170px;

	margin-bottom: 5px;

background: url(images/brd.jpg) no-repeat ;

background-position:240px 43px;



}

	#header .pages {

		list-style-type: none;

		height: 39px;

		padding-top: 3px;

		float: left;

	}

		#header .pages li {

			float: left;

		}

		#header .pages li a {

			display: block;

			font-size: 0.9em;

			font-weight: bold;

			text-transform: uppercase;

			padding: 12px 15px;

			text-decoration: none;

		}

		#header .pages li a:hover {

			text-decoration: underline;

		}

	#header form {

		width: 245px; height: 26px;

		background: url(images/search.gif) no-repeat 0 8px;

		float: right;

		padding: 8px 0px 0 0;

	}

		#header form input {

			border: 0;

			float: left;

			width: 170px;

			margin: 2px;

		}

		#header form button {

			border: 0;

			text-indent: -9999px;

			font-size: 0;

			width: 60px; height: 26px;

			float: right;

			background-color: transparent;

		}

	#header .logo {

		clear: both;

		float: left;

		padding: 0px 0 6px 0px;

	}

		#header .logo h1 {

			font-size: 2em;

			text-transform: uppercase;

		}

			#header .logo h1 a {

				text-decoration: none;

			}

		#header .logo p {

			color: #888888;

			font-weight: bold;

			font-size: 1.2em;

			text-transform: uppercase;

		}

	#header .sponsor {

		float: right;

		padding: 25px 0;

	}

	#header .categories {

		clear: both;

		list-style-type: none;

		height: 23px;

		border-bottom: 2px solid #7fa709;

		
		overflow: hidden;
		

	}

		#header .categories li {

			float: left;
			margin-left: 6px;
			background: #333;
			text-decoration: none;
			-moz-border-radius:5px; /* Firefox */
			-webkit-border-radius:5px; /* Safari, Chrome */
			-khtml-border-radius:5px; /* Konqueror */
			border-radius:5px; /* CSS3 */
			

		}

		#header .categories li a {

			display: block;
			padding: 7px;
			color: #fff;
			text-decoration: none;
			-moz-border-radius:5px; /* Firefox */
			-webkit-border-radius:5px; /* Safari, Chrome */
			-khtml-border-radius:5px; /* Konqueror */
			border-radius:5px; /* CSS3 */

		}

		#header .categories li a:hover {

			background-color: #eeeeee;

			color: #333;
			

		}
		
		
		#header .categories .current-cat {

			background-color: #7fa709;

			color: #333;

		}

		
		


	

/** END header **/



/** BEGIN content **/

#content {

	clear: both;

	width: 650px;

	float: left;

	padding-bottom: 10px;
	padding-top: 0px;

}

#fieldset {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	background: #fff url(images/brd_feature.jpg);
}

#legend {
	padding: 4px;
	margin-left: 4px;
	border: 1px solid #333;
	background: #333;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
}

	#featured {

		

		padding: 10px;

		margin-bottom: 0px;

		height: 230px;
		
	}

		#featured .post {

			padding: 15px;

		}

		#featured h2 {

			font-size: 1.3em;

			margin-bottom: 5px;

                        

		}

			#featured h2 a {

				text-decoration: none;

                                color: #333333;

			}

		#featured .details {

			font-size: 0.8em;

			margin-bottom: 15px;

			color: #888888;

		}

			#featured .details a {

				color: #888888;

				text-decoration: none;

			}

			#featured .details a:hover {

				color: #7FA709;

				text-decoration: underline;

			}

		#featured .thumb {

			border: 1px solid #dddddd;

			padding: 5px;

			float: left;

			margin: 0 10px 10px 0;

		}

			#featured .thumb a {

				width: 150px; height: 150px;

				display: block;

				overflow: hidden;

			}

			#featured .thumb a img {

				width: 150px;

			}

		#featured p {

			line-height: 1.4em;

                        font-size: 1.0em;

			margin-bottom: 10px;

		}

		

		#featured .readmore {

			font-size: 0.8em;

		}

	#content .recent {

		border: 1px solid #DDDDDD;

	}

		#content .recent .post {

			padding: 15px;

			clear: both;

                        

		}

			#content .recent .post h2 {

				font-size: 1.4em;

				margin-bottom: 5px;

                               

			}

				#content .recent .post h2 a {

					text-decoration: none;

color: #678807;

				}
				
				#content .recent .post h2 a:hover {

					text-decoration: none;

color: #333;

				}

			#content .recent .post img {

				float: right;

				padding: 5px;

				border: 1px solid #DDDDDD;

				background-color: #FFFFFF;

				margin-left: 20px;

			}

			#content .recent .post p {

				line-height: 1.5em;

                



				margin-bottom: 10px;

			}

			#content .recent .post .readmore {

				font-size: 0.9em;

			}

		#content .recent .o {

			background-color: #EEEEEE;

		}

	#content {

		

	}

/** END content **/



/** BEGIN sidebar **/

#sidebar {

	width: 320px;

	float: right;

}

#sidebar .fieldset {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 0px solid #dddddd;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
	
	padding: 1px;
}

#sidebar .legend {
	padding: 4px;
	margin-left: 4px;
	border: 1px solid #7fa709;
	background: #7fa709;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius:5px; /* Firefox */
	-webkit-border-radius:5px; /* Safari, Chrome */
	-khtml-border-radius:5px; /* Konqueror */
	border-radius:5px; /* CSS3 */
}

	#sidebar .box {

		border: 0px solid #DDDDDD;
		margin-top:0px;
		margin-bottom: 0px;
		font-size:11px;
background:#f9f9f9;

	}
	#sidebar .box ul {
		list-style:none;
		line-height: 25px;
		padding: 5px;
	}
	#sidebar .box a:link,
	#sidebar .box a:active,
	#sidebar .box a:visited {
		
		color:#666;
		text-decoration:none;
	}
	#sidebar .box a:hover {
		
		color:#7fa709;
		text-decoration:none;
	}


		#sidebar .box h2 {

			font-size: 1.3em;

			text-transform: uppercase;

			color: #333;

			background: #f9f9f9;

			padding: 8px;

			border-bottom: 2px solid #7fa709;

		}



		#sidebar .box .video {

			padding: 12px;

		}

		#sidebar .box .flickr {

			padding: 5px;

			text-align: left;

		}

			#sidebar .box .flickr img {

				margin: 6px;

			}

		#sidebar .box .tags {

			padding: 10px;

		}

			#sidebar .box .tags a {

				color: #888888;

				text-decoration: none;

			}

			#sidebar .box .tags a:hover {

				color: #7FA709;

				text-decoration: underline;

			}

		#sidebar .box .popular {

			list-style-type: none;

			list-style-position: outside;

		}

			#sidebar .box .popular li {

				padding: 5px 0;

			}

			#sidebar .box .popular li a {

				color: #7FA709;

				text-decoration: underline;

				font-weight: bold;

			}

			#sidebar .box .popular li p {

				padding-top: 5px;

			}

		#sidebar .box .sponsors {

			padding: 10px 10px 0;

			text-align: center;

		}

			#sidebar .box .sponsors img {

				margin: 6px;

			}

		#sidebar .box .bookmarks {

			list-style-type: none;

			list-style-position: outside;

			padding: 5px 10px 10px;

		}

			#sidebar .box .bookmarks li {

				font-family: Arial;

				border-bottom: 1px dotted #CCCCCB;

				padding: 5px 0 5px 20px;

				background-position: 0 6px;

				background-repeat: no-repeat;

			}

			#sidebar .box .bookmarks li a {

				color: #DA3372;

			}

			#sidebar .box .bookmarks li.rss { background-image: url(images/rss.gif); }

			#sidebar .box .bookmarks li.twt { background-image: url(images/twitter.gif); }

			#sidebar .box .bookmarks li.fcb { background-image: url(images/facebook.gif); }

			#sidebar .box .bookmarks li.ldi { background-image: url(images/linkedin.gif); }

	#sidebar .l {

		float: left;

		width: 155px;

	}

	#sidebar .r {

		float: right;

		width: 155px;

	}

/** END sidebar **/



/** BEGIN footer **/

#footer {

	clear: both;

	background-color: #333;

	color: #ffffff;

	font-size: 0.9em;
	border-top:3px solid #7FA709;
	padding: 20px 10px;

}

	#footer a {

		color: #ffffff;

	}

	#footer p {

		width: 980px;

		margin: auto auto;

		text-align: left;

	}

/** END footer **/



/** BEGIN miscellaneous **/

#content .postnav {

	clear: both;

	padding: 10px 0;

}

	#content .postnav ul {

		list-style-type: none;

		padding: 10px;

	}

		#content .postnav ul li {

			float: left;

			color: #B5B4BC;

			padding: 4px;

		}

		#content .postnav ul li a {

			color: #636363;

			text-decoration: none;

			display: block;

			padding: 2px 6px;

			border: 1px solid #E2E2E2;

		}

		#content .postnav ul li a:hover {

			border-color: #ffffff;

		}

		#wp_page_numbers ul {

			border-top: 0 !important;

		}

		#wp_page_numbers .page_info {

			padding: 3px 6px !important;

			margin-right: 2px;

			border: 1px solid #e0e0e0 !important;

			margin-top: 4px;

		}

		#wp_page_numbers .active_page a {

			background-color: #ffffff !important;

			border: 0 !important;

		}

#content .single {

	padding: 10px;

        


}

	#content .single h2 {

		font-size: 1.4em;

		margin-bottom: 5px;

        margin-top: 10px;
		color:#7FA709;
	}

	#content .single p {

		line-height: 1.5em;

		margin-bottom: 10px;

	}

	#content .single ul, #content .single ol {

		list-style-position: insight;

		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: #eeeeee;

		border-width: 1px 0;

		border-style: solid;

		border-color: #e0e0e0;

	}

	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {

		font-size: 1.2em;

		margin-bottom: 5px;

	}

#comments {

	padding: 10px;

}

	#comments h2 {

		font-size: 1.5em;

		margin-bottom: 10px;

	}

	#comments a {

		text-decoration: none;

	}

	#comments p {

		margin-bottom: 10px;

		line-height: 1.6em;

	}

	#comments form {

		

	}

	#comments form p {

		margin-bottom: 5px;

	}

		#comments form input {

			margin-right: 5px;

		}

		#comments form input, textarea {

			border: 1px solid #cccccc;

			font-size: 0.9em;

			font-family: Verdana;

			padding: 4px;

			background-position: 4px 4px;

			background-repeat: no-repeat;

		}

		#comments form input {

			width: 240px;

			border: 1px solid #cccccc;

		}

		#comments form textarea {

			width: 350px;

			padding: 4px 4px !important;

			border: 1px solid #cccccc;

		}

		#comments form button {

			border: 1px solid #a0a0a0;

			font-size: 1em;

			font-family: Verdana;

			padding: 2px 6px;

		}

	.commentdetails {

		margin-top: 25px;

	}

	.commentauthor {

		margin-bottom: 5px !important;

		font-weight: bold;

	}

	.commentdate {

		font-size: 0.8em;

		margin-bottom: 5px;

		color: #909090;

	}

	.required {

		color: #ff0000;

	}

h2.title {

	font-size: 1em !important;

	text-transform: uppercase;

	padding: 10px;

	color: #565656;

}

.notfound {

	padding: 40px;

}

	.notfound h2 {

		font-size: 18px;

		font-weight: normal;

		margin-bottom: 10px;

	}



/** END miscellaneous **/



/** BEGIN wordpress 2.7 comments **/

#comments ol {

	list-style-type: none;

	clear: both;

	padding: 0;

	margin: 0;

}

	#comments .buffer {

		padding: 10px;

	}

	#comments ol li {

		margin-bottom: 10px;

	}

	#comments ol li ul li {

		border: 1px solid #e0e0e0;

		padding: 10px;

	}

	#comments ol li .avatar {

		float: right;

	}

	#comments ol li .comment-author {

		

	}

		#comments ol li .comment-author .fn {

			font-weight: bold;

			font-size: 1.2em;

		}

	#comments ol li .comment-meta {

		font-size: 0.9em;

		color: #999999;

		margin: 5px 0 10px;

	}

	#comments ol li .reply {

		font-size: 0.9em;

		font-weight: bold;

		padding-bottom: 10px;

	}

	#comments .children {

		list-style-type: none;

	}

#comments .navigation {

	padding: 0 0 40px;

	font-size: 0.9em;

}

	#comments .navigation a {

		color: #999999;

		padding: 3px 8px;

		border: 1px solid #cccccc;

	}

	#comments .navigation a:hover {

		color: #000000;

		border-color: #000000;

		text-decoration: none;

	}

#comments .says {

	display: none;

}

.metaplace { padding: 9px; }
.metaplace p {color: #fff }

.meta { padding-top: 13px; background: url(images/meta-top.gif) no-repeat 0 0; width:625px; margin-left: 11px; }
.meta { font-size: 10px; font-family: Verdana, Tahoma, Arial, Sans-Serif; color: #444; }
.meta p { padding: 5px 0; line-height: 15px; }
.meta .bg { background: #fafafa url(images/meta-bg.gif) repeat-x 0 bottom; border-left: solid 1px #dedede; border-right: solid 1px #dedede; padding: 0 5px; height: 100%}
.meta .bot { height: 4px; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/meta-bot.gif) no-repeat 0 0; }
.meta .comments-num { float: right; display: inline; font-size: 11px; color: #682815; font-weight: bold; }
.meta .comments-num { padding: 5px 0 5px 30px; margin-left: 10px; background: url(images/meta-comments-num.gif) no-repeat 0 3px; }

/** END wordpress 2.7 comments **/


#tooltip.pretty {
	font-family: Arial;
	text-align:left;
	border: 0px;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url('images/shadow.png');
}


.rsswidget {
	padding: 5px;
	height: 60px;
	list-style:none;
	font-size: 12px;
	line-height: 15px;
	color: #333;
background:#f9f9f9;
	
}
.box .rsswidget li {
	
	padding-bottom:5px;
	
	
}
.rsswidget a:link {
	
	font-size: 13px;
	line-height: normal;
	color: #333;
	
}

.rss-date {
	
	font-size: 11px;
	line-height: normal;
	color: #333;
	border-bottom: 1px dotted #eeeeee;	
}
.rsswidget p
 {
	margin-top: 0px;
	padding-top: 0px;
	color: #7fa709;
	font-size: 11px;	
	margin-bottom: 5px;
	background: #f9f9f9;
}

.related{
	width: 300px;
	font-size: 12px;
}

.related a{
	text-decoration: none;
	font-size:12;
	
	
}
.related ul{
	list-style:none;
}

.related li{
	margin: 5px;
	padding: 2px;
	width: 95%;
	border-bottom: 1px solid #dedede;
	height:45px;
}

.related img{
	width: 35px;
	height: 35px;
	float: left;
	margin: 0px;
	border: 0px solid #dedede;
	padding-right:5px;
}
.related h3 {

			font-size: 1.1em;

			text-transform: uppercase;

			color: #333;

			margin-bottom:3px;

			padding: 5px;

			border-bottom: 2px solid #7fa709;

		}
		
#content_bar {

			
			margin-bottom:10px;
			height:3px;
			

			padding: 5px;

			border-bottom: 2px solid #ccc;

		}
		
.AmazonSimpleAdmin_widget_inner a:hover {
	color:#c32020;

}

