/*
Theme Name: VintageGrrl
Theme URI: http://www.vintagegrrl.net
Description: My lovely wifes new Wordpress theme
Version: 0.1
Author: Daniel
Author URI: http://www.thisismywww.com
Tags: vintage
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/* layout element */

body{
	font-family:Verdana,Arial;
	font-size:.9em;
	background: url(images/page_background.png) fixed center repeat-y #000;
	}

#wrapper{
	width:960px;
	margin: 10px auto;
	background: url(images/background.png) repeat-y;
	}

#header{
	float:left;
	width:960px;
	height:150px;
	background: url(images/header.png) no-repeat;
}

#menu_container{
	width:960px;
	height:59px;
	background: url(images/menu.png) no-repeat;
}

#content_container{
	float:left;
	width:960px;
	margin: 10px auto;
	background: url(images/background_content.png) repeat-y;
display:inline;
	}

#sidebar{
	float:left;
	width: 220px;
	margin-left: 35px;
display:inline;
}

#content{
	float:right;
	width:650px;
	margin-right:35px;
display:inline;
}


#footer{
	float:left;
	width:960px;
	height:100px;
	background: url(images/footer.png) no-repeat;
}

/* Setting standard defaults inside the wrapper */

#wrapper a{
	color:#773E22;
	text-decoration:none;
}

#wrapper a:hover{
	color:#333;
	text-decoration:underline;
}	


/* Header content */
#header h1, #header p {
	display:none;
}

#header_image {
	background-image:url(images/vintagegrrl.png);
	width:800px;
	height:74px;
	margin: 50px auto auto auto;
}
	
/* Header Menu */
#menu{
	width:890px;
	margin: auto;
	text-transform: uppercase;
}

#menu ul {
	margin:auto;
	list-style: none;
	line-height: 59px;
	font-size:.8em;
}

#menu li {
	float:left;
	padding: 0 15px 0 0;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: none;
	color: #333;
	}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

/* Sidebar */
.sidebar_top{
	background: url(images/sidebar_top.png) no-repeat;
	height:13px;
	width:220px;
}

.sidebar_bottom{
	background: url(images/sidebar_bottom.png) no-repeat;
	height:13px;
	width:220px;
	margin-bottom:10px;
}


#sidebar h2 {
	text-transform: uppercase;
	text-align: center;
	background: url(images/sidebar_background.png) repeat-y;
}



#sidebar ul, #sidebar .textwidget, #sidebar .widget_categories{
	margin-bottom:10px;
	}

#sidebar li{
	margin-bottom:5px;
}


/* Navigation  */

#navigation{
width:650px;
height:2em;
}
	
/* Posts */

#content .post{
	width:650px;
	margin-bottom:20px;
	background: url(images/post_background.png) repeat-y #faedd0;
}

#content .post_top{
	height:13px;
	width:650px;
	background: url(images/post_top.png) no-repeat;
}

#content .post_header{
	height:60px;
}
	
#content .post_content {
	width:630px;
	margin: 0 auto;
}

#content .post_content p{
	padding-bottom:1em;
	
}


#content .post_content ol{
padding-left:40px;
padding-bottom:1em;
}

#content .post_content ul{
padding-left:40px;
padding-bottom:1em;
}

#content .post_content ol li{
list-style: decimal;
}

#content .post_content ul li{
list-style: disc;
}

#content .post_data{
	margin-top:15px;
	font-size:.9em;
	font-style:italic;
}
	
#content .post_bottom{
	height:13px;
	width:650px;
	background: url(images/post_bottom.png) no-repeat;
	padding-bottom:0;
	margin-bottom:0;
	line-height:.1em;
}
	
#content .post_header h1{
	width:630px;
	font-size:1.4em;
	}

#content .title a{
	color:#333;
	}
	
#content .post_header p{
	font-style:italic;
}	

#content img{
	background:#333;
	padding:2px;
	border: 1px solid #333;
	margin:5px;
}

#content img.avatar{
	border: 0px;
	padding: 0px;
	margin:0 5px 0 0;
}

#content .wp-smiley{
background-color:transparent;
	border: none;
	padding:0;
	margin:0;
}

#content .edit_info{
	width:550px;
	border: 1px solid #333;
	margin: 20px auto;
}

/* Comment */

.comment-body{
	margin-top: 5px;
	border-left: 1px solid #333;
	padding-left:5px;
}

#content .post_content .post_data ul li{
list-style-type:none;
list-style-position: inside;
}

/* Footer */

#footer {
	text-align:center;
	font-size:.8em;
	font-style:italic;
}
#footer p {
	padding-top: 30px;
}

/* Calendar */
##wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-style: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align:center;
	}

#wp-calendar thead, #wp-calendar tbody{
border-bottom: 1px solid #000;
}	
	
	/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	font-weight: bold;
}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
hr {
	display: none;
	}



/* End Various Tags & Classes*/




/* Captions */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */

