/*
Theme Name: Fashionista
Theme URI: 
Description: Theme for www.FashionistaOsseo.com, derived loosely from <a href="http://www.switchroyale.com/?page_id=21">Azul</a>.
Version: 1.0
Author: Michael Phenow
Author URI: http://mnphenow.com
Tags: custom, pink, fixed-width
*/

body {
	background: #ad464f;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	text-align: left;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
	border: none;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	height: 385px;
	width: 800px;
	background: url(images/header_background.png) #ad464f;
	background-repeat: no-repeat;
	background-position: -2px 0;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	position: relative;
}

#header h1 {
	margin: .5em 0 .2em 0;
	font-size: 36px;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header a:hover {
	color: #333333;
}

#header #fashionista_logo {
	position: absolute;
	top: 50px;
	left: 57px;
	width: 400px;
	height: 145px;
}

#navbar {
	font-family: Arial, sans-serif;
	margin: 0 0 0 400px;
	width: 220px;
}

#navbar ul { margin: 0 0 0 120px; padding: 100px 0 0 0; text-align: right; }

#nav { height: 200px; }
 
#nav li { list-style: none; margin-right: 0px; text-align: right; width: 190px; }
 
#nav a, #nav a:visited { display: block; height: 22px; text-align: right; 
	padding: 0 25px 10px 20px; font-size: 20px; color: #63282d;
	text-decoration: none; line-height: 30px; }

#nav a:hover, #nav a:active, 
#nav li.current_page_item a,
#nav li.current_page_item a:visited {
	background: url(images/nav_hover_background.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000; }

#nav li.current_page_item a,
#nav li.current_page_item a:visited {
	background: url(images/nav_current_background.png);
	background-repeat: no-repeat;
	background-position: right center; }
 
#posts {
	background: url(images/content_background.png);
	background-repeat: repeat-y;
	width: 800px;
	padding: 0 0 20px 100px;
	margin: 0 0 0 0;
	float: left;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 30px 0;
	padding-right: 190px;
}

div.newsletter {
	width: 560px;
	margin: 40px 0 30px 0;
	padding: 0 20px 20px 20px;
	border: 1px solid #ddd;
	background-color: #fafafa;
}

div.newsletter h2 {
	font-size: 16px;
}

div.newsletter input.button {
	margin-top: 20px;
}

table.newsletter { margin: 0; padding: 0; }

table.newsletter td { padding: 0 10px 5px 0; }

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.post h2 { /* page / post titles */
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 1.5em 0 0 0;
}

.post h3 { /* UNUSED */
	font-size: 14px;
	font-weight: bold;
	line-height: .2em;
	margin-bottom: 0;
}

.post h4 { /* menu items */
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 1.5em 0 0 0;
}

.post h5 { /* menu preamble */
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 2em 0 2em 0;
	padding: 0 0 1em 0;
	border-bottom: 2px solid #a48862;
}
.post h6 { /* menu footnotes */
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 2px solid #a48862;
}

.post div.googlemap {
	float: left;
	text-align: left;
	margin: 20px 0 0 0;
	background-color: #fff;
	border: 6px solid #fff;
}

.post a, .navigation a {
	color: #b80011;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.post img.alignleft {
	float: left;
	margin: -30px 0 20px -40px;
	padding: 40px;
	background: url(images/picture_frame.png);
	background-repeat: no-repeat;
	background-position: center;
}

.post img.alignright {
	float: right;
	margin: -30px -40px 0 0;
	padding: 40px;
	background: url(images/picture_frame.png);
	background-repeat: no-repeat;
	background-position: center;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	margin: 20px 0 0 610px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #666666;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar p {
	margin: 0 0 5px 0;
	width: 200px;
}

.sidebar a {
	color: #831818;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 325px;
	background: url(images/footer_background.png) #ad464f;
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
	padding: 30px 0 0 120px;
}

#footer table.footer {
	width: 580px;
}

#footer table.footer td.hours {
	padding: 90px 0 0 120px;
	font-size: 12px;
}

#footer table.footer td.hours table.hours td {
	padding: 0 0 0 10px;
	font-size: 12px;
}

#footer table.footer td.contact {
	vertical-align: top;
	font-size: 16px;
	padding: 10px 0 0 0;
	width: 200px;
}

#footer table.footer td.contact strong {
	font-size: 22px;
	display: block;
}

#footer table.footer td.contact em {
	font-size: 14px;
	margin-top: 20px;
	display: block;
}

#footer div.credits a {
	color: #63282d;
	text-decoration: none;
}

#footer div.credits a:hover {
	color: #63282d;
}

#footer div.credits { text-align: right; font-size: 10px; 
	margin: 90px 100px 0 0; }
#footer p { font-size: 12px; }
#footer a { color: #333; text-decoration: none; }
#footer a:hover { color: #000; }

