/*
Theme Name: daintymag
Theme URI: http://www.themelayouts.com/
Description: Designed by <a href="http://www.themelayouts.com">ThemeLayouts</a>.<br> This work is licensed <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License.</a> This means you may use it and make any changes you like. However, credit links must remain on footer for legal use.
Version: 1
Author: ThemeLayouts/DreamTemplate
Author URI: http://www.dreamtemplate.com/
*/


/* Normal Tags */
body { background: #ffffff url(images/back_gradient.jpg) fixed top left no-repeat; margin: 0; padding: 0; }
a, a:link, a:active, a:visited { color: #242424; text-decoration: none;}
a:hover { color: #999999; text-decoration: none; }
p { padding: 10px 0 10px 0; margin: 0; }
blockquote, blockquote blockquote blockquote  { margin: 0 5px; padding: 10px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; background: #f2f2f2; }
	blockquote blockquote { margin: 0 5px; padding: 10px; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; background: #ffffff; }
img, a img { border:none; padding: 4px; margin: 0; }
input, textarea { font-family: Georgia, "Times New Roman", Times, serif sans-serif; font-size: 11px; color: #585858; margin: 2px; padding: 4px;	}
ul, ol { margin-bottom: 0; padding: 0 15px 0 15px; }
ul { list-style-type: square; }

/* Wordpress Classes */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: none; text-align: center; background-color: #eeeeee; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; font-family: Georgia, "Times New Roman", Times, serif; }
img.centered { 	display: block; margin-left: auto; margin-right: auto; 	}
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
.navigation { display: block; padding: 0 0 20px 0; overflow: hidden; }
.wp-smiley { background: none; border: none; padding: 0; margin: 0; }

/* LAYOUT STYLES  */
.clearer { clear: both; }
#header { margin: 0; padding: 0; }
			
	/* Header Div */
	#headiv { background: #fff url(images/header_fin.jpg) no-repeat top left;  height: 117px; width: 990px; margin: 30px 0 0 0; padding: 0; overflow: hidden; border-bottom: 1px solid #2d2d2d	; }
	
		/* Blog Name */
		#blogname { float: left; font: 36px Georgia, "Times New Roman", Times, serif; text-transform: lowercase; margin: 10px 0 0 0; padding: 0; }
			
			/* Top Nav */
		#topnav { float: right; }
			
				/* Top Nav UL */
				#topnav ul { list-style-type: none; list-style-image: none; margin: 0 ; padding: 0; display: inline-block; float: left; }
				#topnav ul li { float: left; display: inline; margin: 0px 0px 0px 2px; padding: 0; }
				
					/* Top Nav Links */
					#topnav ul li a, #topnav ul li a:link { display: block; float: left; font: 11px Verdana, sans-serif; padding: 3px 3px 7px 3px; text-transform: uppercase; background:url(images/nav_min.png) top left repeat-x; color: #fff;}
					#topnav ul li a:hover { background: url(images/nav.png) repeat-x; color: #fefefe; text-decoration: none; }
					#topnav ul li.current_page_item a, #topnav ul li.current_page_item a:link, #topnav ul li.current_page_item a:active, #topnav ul li.current_page_item a:visited { background:url(images/nav.png) repeat-x; color: #fefefe; font-weight: bold; }	
					#home #topnav ul li.home a {  background:url(images/nav.png) repeat-x; color: #eee; font-weight: bold; }
					#home #topnav ul li.categ a {  background:url(images/nav.png) repeat-x; color: #eee; font-weight: bold; }
					#topnav ul li a.feed { background: url(images/feed.gif) no-repeat top left; padding: 5px 5px 5px 20px; }
					#topnav ul li a.email { background: url(images/email.gif) no-repeat top left; padding: 5px 5px 5px 20px; }
					
	/* Feature Post Carousel */
	#featured { width: 990px; height:260px; overflow: hidden; padding: 20px 0; background: #fff url(images/featured_back.jpg) no-repeat top left; border-bottom: 2px solid #242424; }
	#featureddiv { overflow: hidden; }
		#wrap { height:220px; width:922px; display:block; overflow:hidden; position:relative; float: left; }
		#carousel { width:10000px; margin:0; padding:0; position:absolute; top:0; left:0; }
			#carousel li { 	height:220px; width:305px; margin:0 0 0 0; padding:0; float:left; display:inline; }
				.fpost { background-color: #fefefe; width: 280px; height: 220px; overflow: hidden; }
				.fpostdiv { width: 260px; height: 200px; margin: 10px; padding: 0; text-align: left; }
				#featured h2 { font: 13px Georgia, "Times New Roman", Times, serif; color: #fefefe; margin: 0; padding: 5px; background-color: #242424; filter: alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85; }
				#featured h2 a { color: #fefefe; text-decoration: none; font-weight: bold; }
				#featured h2 a:hover { text-decoration: underline; }
	#previous, #next { cursor:pointer; }
		#previous { display: block; margin: 85px 0 0 0; }
		#next { display: block; margin: 85px 0 0 0; }
	#prevdiv { width: 35px; float: left; }
	#nextdiv { width: 30px; float: left; }
	#previous img, #next img { background: none; border: none; padding: 0; margin: 0; }
	
	#welcome { width: 980px; padding: 10px 0 10px 10px; border-bottom: 1px solid #242424; overflow: hidden;  font: 13px Georgia, "Times New Roman", Times, serif; color: #585858; text-align: left; background:#242424; }
	#nothome #welcome { border-bottom: 1px solid #242424; }
		#netlabel { width: 670px; height:33px; background: url(images/netlabel.gif) top left no-repeat; float: left; padding: 1px 0 0 0;}
		#today { width: 670px; float: left; padding: 5px 0 0 0; }
		#topsearch { width: 280px; float: right; }
			#s { width: 183px; float: left; background: #eee; padding: 5px 8px; margin: 0; border: 1px solid #e3e3e3; }
			#searchsubmit { color: #f3f3f3; float: left; background: #505050; padding: 4px 8px; margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 11px; cursor: pointer; border: 1px solid #5B5B5B; }
				

	/* Wrapper */
	#wrapper { width: 980px; margin: 0px 0 0 0; padding: 20px 0px 0 10px; overflow: hidden; background:#fff;}
	
		/* Content */
		#content { width: 670px; float: left; font: 12px Georgia, "Times New Roman", Times, serif; color: #585858; line-height: 20px; text-align: left; }
		
			/* Content Headlines */
			#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: 4px 0 7px 0; }
			#content h3, #content h4, #content h5, #content h6 { font-weight: bold; }
			#content .entry h2 { font-size: 54px; line-height: 51px;}
			#content .entry h2 a { color: #242424; }
			#content .entry h2 a:hover { color: #33CCFF; text-decoration:none;}
			#content h3.arc { font-weight: normal; color: #aeaeae; margin: 0 0 7px 20px; }
			
			/* Entries */
			.entries { overflow: hidden; }
			.entry { background:#EAFAFF; margin: 0 0 45px 0; padding: 4px 3px 3px 8px; border-right:1px solid #E2F0F4; border-bottom:1px solid #eee;}
				.entryinfo { font: 11px Georgia, "Times New Roman", Times, serif; line-height: 19px; margin: 0 0 10px 0; padding: 1px 2px 1px 2px; color: #999999; border-bottom: 1px dashed #E2F0F4; }
						
			/* Commentlist - comments/replies list */
			ol.commentlist { list-style-type: none; margin: 0; padding: 0; }
			ol.commentlist li { margin: 0 0 25px 0; background: none; border: none; padding: 10px; }
			ol.commentlist li.alt { background: #f0f0f0; border: 1px solid #e5e5e5; }
			ol.commentlist li ul.children { list-style-type: none; list-style-image: none; }
			ol.commentlist li.alt ul.children li, ol.commentlist li ul.children li.alt ul li { background: #ffffff; border: 1px solid #e0e0e0; }
			ol.commentlist li.alt ul.children li ul li { background: #f4f4f4; border: 1px solid #eeeeee; }
			.avatar { float: left; margin-right: 5px; background: none; border: none; }
			
				/* Comment Form */
				input#author, input#email, input#url, textarea#comment { background: #fcfcfc; border: 1px solid #d0d0d0; }

						
		/* Sidebar */
		#sidebar { width: 284px; float: right; font: 11px Georgia, "Times New Roman", Times, serif; color: #585858; line-height: 18px; text-align: left;  }
			.widget, #adspot { padding:0 0 20px 0; margin: 0 0 1px 0; background:#eee url(images/sidebar2.jpg) bottom right no-repeat; }
			
			/* Sidebar Headline */
			#sidebar h2 { font: bold 17px Georgia,"Times New Roman",Times,serif;text-shadow: 0px 1px 0px #fff; margin: 0 0 10px 0; padding: 3px 2px 4px 4px; background:#E7E6E6; color: #242424; text-transform: uppercase; border-bottom:1px solid #DFDFDF; text-align:center;}

			/* Visuals 1 */
			#visuals {padding:0 0 0px 0; margin: 0 0 1px 0;background:#eee url(images/sidebar2.jpg) bottom right no-repeat;}
			p.visuals { padding: 2px 1px 12px 7px; margin: 0; }
			#visuals a img {float:right; padding: 1px 4px 2px 4px; margin: 0; border:none;  background: none; }
			
			/* Visuals 2 */
			#featurealbum {padding:10px 0 20px 0; margin: 0 0 1px 0;background:#eee url(images/sidebar2.jpg) bottom right no-repeat;}
			p.featurealbum { padding: 2px 1px 10px 7px; margin: 0; }
			#featurealbum a img {float:right; padding: 1px 4px 2px 4px; margin: 0; border:none;  background: none; }
			
			p.allvisuals { text-align:center; padding: 4px 0px 11px 0px; margin: 0; text-shadow: 0px 1px 0px #fff; }
						
			/* Ads Spots 125x125 */
			#adspot { overflow: hidden; }
			#adspot a img { padding: 0; margin: 0; border:none; background: none; }
			.adspot2 { overflow: hidden; margin-bottom: 2px; padding: 0 10px 0 10px; }
			.adspot3{ overflow: hidden; padding: 0 10px 0 10px;  }
			.ad1, .ad3 .ad5 .ad7 { float: left; }
			.ad2, .ad4 .ad6 { float: right; }
			
			/* Sidebar UL, OL */
			#sidebar ul, #sidebar ul { list-style-type: square; margin: 0; padding: 0 13px 0 25px; }
			#sidebar ul li, #sidebar ol li, #sidebar ul li, #sidebar ol li { margin: 0 0 5px 0; padding: 0; }
		

		/* Footer */
		#footer { width: 990px; border-top: 1px solid #EFEFEF; padding: 0 margin:0; background:#fff;}
			#footerw { padding: 20px; margin: 0; overflow: hidden; background:#eee; margin-bottom: 16px; border-bottom: 1px solid #DFDFDF; }
		#fl { width: 650px; float: left; }
		
			/* Bottom Nav UL */
			#fl ul { list-style-type: none; list-style-image: none; margin: 13px 0 0 0; padding: 0; display: inline-block; float: left; }
			#fl ul li { float: left; display: inline; margin: 0 15px 0 0; padding: 0; }
			
				/* Top Nav Links */
				#fl ul li a, #fl ul li a:link, #fl ul li a:active, #fl ul li a:visited { display: block; float: left; font: 11px Georgia, "Times New Roman", Times, serif bold; padding: 2px 3px; }
				#fl ul li a:hover { text-decoration: none;background:#333333; color:#fff;}
				#fl ul li.home a { border-left: none; }
				
		#fr { width: 280px; float: right; font: 12px Georgia, "Times New Roman", Times, serif; line-height: 21px; color: #ccc; text-shadow: 0px 1px 0px #fff; text-align: left; margin: 0; }
		#fr  a { color:#ccc; text-decoration: none; }
		#fr  a:hover { color:#BFBFBF; text-decoration: none; }