/*  
Theme Name: fashion-blogV4
Theme URI: http://www.modelbehavior.net
Description: Fashion focused theme for my blog.
Version: 2.0
Author: Miia
Author URI: http://www.miiahonkanen.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	font-family: Verdana, Helvetica, Georgia, Sans-serif;
	font-size: 8.5pt;
	text-align: center;
	vertical-align: top;
	color: #666666;
	background: #fff url('images/bg.jpg') repeat;
}

h1
{
	font-family: Courier, Verdana, Georgia, Sans-serif;
	font-size: 26px;
	padding: 203px 0 0 150px;
	text-transform: uppercase;
}


a:link, a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #999999;
}

a:hover
{
	text-decoration: none;
	background: #ffcc99;
	color: #666666;
}

p{
	padding: 10px 0 0 0;
}

#wrapper
{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header
{
	float: left;
	width: 898px;
	height: 255px;
	background: url('images/header.jpg') no-repeat;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	border-right: 1px dotted #333333;
	border-left: 1px dotted #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container
{
	float: left;
	width: 643px;
	margin: 0 0 0 0;
	background: #f0f0f0;
	background: #fff;
	border-top: 1px dotted #333333;
	border-left: 1px dotted #333333;
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.post
{
	padding: 10px 0 8px 10px;
}

.post h2
{
	font-family: Courier, Georgia, Sans-serif;
	font-size: 18px;
}

.entry
{
	line-height: 20px;
}

p.postmetadata
{
	border-top: 1px dotted #ccc;
	margin: 10px 0 50px 0;
	font-family: Courier;
	font-size: 10px;
}

.navigation
{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar
{
	float: left;
	width: 249px;
	margin: 0 0 0 0;
	display: inline;
	background: #ffffff;
	border-top: 1px dotted #333333;
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding-top: 10px;
	padding-bottom: 30px;
}

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

.sidebar ul li
{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2
{
	font-family: Courier, Georgia, Sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

.sidebar ul ul li
{
	padding: 0;
	line-height: 24px;
}

.sidebar ul li a
{
	font-family: Courier, Georgia, Sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
	margin: 2px;
}

.sidebar ul li a:hover
{
	font-family: Courier, Georgia, Sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
	margin: 2px;
	color: #333333;
	text-transform: uppercase;
	background: #ffffff;
}

#footer
{
	clear: both;
	float: left;
	width: 900px;
	padding-top: 10px;
}

#footer p
{
	line-height: 18px;
}

.comments-template
{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol
{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li
{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3
{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata
{
	font-size: 12px;
}

.comments-template p.nocomments
{
	padding: 0;
}

.comments-template textarea
{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/*
table#wp-calendar
{
width: 100%;
}
*/