/*
Theme Name: Ziggyrocks
Description: A Child Theme of Thematic.
Template: thematic
*/

/* Using @import, we can borrow style sheets from the Parent Theme */

/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply default typography */
@import url('../thematic/library/styles/typography.css');

/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');

/* Add a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');


body {
	
	background:url(images/bg.jpg) #CCC no-repeat left top;
	background-attachment:fixed;
	font: 18px "Hoefler Text", "Georgia", Georgia, serif;
	color:#333;
	
}



#branding {
	
	margin:0 auto;
	height:150px;
}
		#blog-title {width:723px;height:72px;margin:0 auto;}
		
				#blog-title a {
					background:url("images/logo.png") repeat scroll 0 0 transparent;
					margin: 0 auto;
					color:#333333;
					float:left;
					font-size:42px;
					height:72px;
					text-decoration:none;
					text-indent:-9999px;
					text-transform:lowercase;
					width:723px;
						}
		#blog-description {
				text-indent:-9999px;
				float:right;
				font-size:20px;
				padding-top:5px;
				clear:right;
				}

#nav-above{
	display:none;
}

.menu {
	display:none;
}

#main {
	margin:0 auto;
	
	

}
		#main a {
			color:#20C0FB;
			text-decoration:none;
			}
				#main a:hover {
						color:#333;
						}
	
.entry-title{
	font-size:46px;
	background:url(images/postbg.png);
	padding:5px 0px;
	text-align:center;
	}
		.entry-title a { color:#20c0fb; text-decoration:none;}
.entry-meta {
	font-size:14px;
	padding:5px 0px;
	text-align:center;
	background:url(images/postbg.png);
	}
	.entry-meta a{
			font-size:14px;
			}
.entry-content{
		background:url(images/postbg.png);
		padding:5px 0px;
	text-align:center;
		}
.entry-utility{
		background:url(images/postbg.png);
		padding:5px 0px;
	text-align:center;
}

#primary ul {
		line-height:18px;
		list-style-type:none;
		font-size:16px;
		color:#333;
		
		
		}
		#primary ul a{ color:#333;padding:5px;}
		
#secondary ul {
		line-height:18px;
		list-style-type:none;
		font-size:16px;
		color:#333;
		
		
		}
		#secondary ul a{ color:#333;padding:5px;}
		#secondary ul a:hover{background:#20c0fb;}

.textwidget {
		font-size:16px;
		line-height:18px;
		color:#20c0fb;
		text-align:center;
		
		
}

.text-6 li:a{background:none;} .text-6 li:hover{ background:none;}

.textwidget img{ margin: 5px 50px;}


#comments { background:url(images/postbg.png); padding:5px 5px;}
#siteinfo {font-size:10px;}
#siteinfo a:visited{color:#333;}