/*
Theme Name: Fashion
Theme URI: http://vso-start.com/fashion
Description: Designed by <a href="http://vso-start.com" title=":: VSO-Start.com ::">vicmx</a>.
Version: 1.0
Author: Vicmx
Author URI: http://vso-start.com
*/
/**********************************************
*   Basics & Typography                       *
***********************************************/
body {
	margin: 0;
	padding: 0;
	background: #fef6fa url(./images/bg.gif) repeat-y center top fixed;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #000;
	text-align: left;
	}

.aligncenter{
	text-align: center;
	margin: 0 auto;
}

.aligncenter img{
	border: 1px solid #D979B9;
}

p,ol,ul {line-height: 160%;}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {margin: 0;font-style: normal;font-weight: bold;background: transparent;color: #050d24;}
h1 {font-size: 2.2em;}
h2 {font-size: 1.4em;}
h3, h4, h5, h6 {font-size: 1em;}

a:link {
	color: #ff0084;
	text-decoration: none;
	}
a:visited {
	color: #ff0084;
	text-decoration: none;
	}
a:hover {
	color: #0063dc;
	text-decoration: underline;
	}
a:active {
	color: #ff0084;
	text-decoration: underline;
	}
a:focus { outline: none;-moz-outline-style: none;}
acronym { cursor: help;color: #0063dc;font-weight: bold;border-bottom: 1px solid #FEF6FA;}
blockquote {
	background: url(./images/blockquote.gif) no-repeat;
	color: #63565f;
	padding: 15px 0 0 42px;
}

code { background: #e9f0fa; cursor: text; font-family: "Courier New", Courier, monospace; }
small {font-size: 0.8em;}
input, textarea, select { /* to be styled */ }
form { /* to be styled */ }
img { border: none; }
img.noborder {border: none;	}

.alert {font-weight: bold;color: #f00;}
.left {	float: left;}
.right {float: right;}
.center {text-align: center;}
.alignleft {float: left;margin-right: 10px;}
.alignright {float: right;margin-left: 10px;}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/
#outline {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 1.2em;
	}

/* ********************************
	Page Header
******************************** */
#header {
	height: 200px;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 2px;
	background: url(./images/header.jpg) no-repeat;
}
#intro {
	margin-top: 0px;
}

/*********************************
    Menu
*********************************/
#bgmenu {position:relative; top:0px; left:0; width:760px; height:38px; text-align:center; background: url(./images/nav_0.gif);}
#main_menu {padding:0; margin:0 19px; list-style-type:none; width:730px; height:36px; background:url(./images/nav_0.gif) no-repeat top right;}
#main_menu li {float:left; display:inline; width:120px; background:url(./images/nav_1.gif);}
#main_menu li a, #main_menu li a:visited {display:block; width:120px; height:36px; color:#fff; font-size:1.1em; text-decoration:none; line-height:32px; font-family:arial, verdana, sans-serif; background:url(./images/nav_0.gif);}

#main_menu li a:hover {color:#fff;  background:url(./images/nav_1.gif);}
#main_menu li.current_page_item a, #main_menu li.current_page_item a,  #main_menu li a:active, #main_menu li a:focus {color:#fff;  background:url(./images/nav_2.gif);}

/***********************
*  Wrapper             *
***********************/
#wrapper {
	float: left;
	background: #fff;
	margin: 0 !important;
	margin: -15px 0 0 0; /* Fuck IE */
	padding: 0;
	}

/**********************
*   Content           *
***********************/
#content {
	float: left;
	width: 520px;
	height: 100%;
	background: #fff;
	}

/**********************
*   Blog Entries      *
***********************/
.post {
	padding: 20px 20px;
	background: #fff;
	}
.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a {color: #ff0084;}
.postentry a:hover {color: #0099cc;}
.postentry ol { padding: 10px 0px 10px 25px; margin: 0px; }
.postentry ol li { padding: 2px 0px 2px 0px; font-size: 12px; line-height: 15px; color:#63565f; }
.postentry ul { padding: 5px 0px; margin: 0px; }
.postentry ul li { padding: 2px 0px 2px 15px; list-style-type: none; background: url(./images/PostContentLiIco.png) no-repeat left top; font-size: 12px; line-height: 15px; color:#63565f; }
.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}
.posttitle { font-size: 24px; line-height: 24px; letter-spacing: -1px;}
.posttitle a:link,
.posttitle a:visited,
.posttitle a:active {color: #cc3366;}
.posttitle a:hover{color: #ff0084;}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #2f63b3;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(./images/icon_date.gif) no-repeat 0 0;
	font-weight:bold;
	color: #cc9966;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(./images/icon_comments.gif) no-repeat 0 0;
	float:right;
	}
.post-comment a:hover {color: #ff0084;}
.post-filed {
	padding: 0 0 0 20px;
	background: url(./images/icon_filed.gif) no-repeat 0 0;
	}
.post-tag {
	padding: 0 0 0 20px;
	background: url(./images/tag_blue.gif) no-repeat 0 0;
	}

.spacer { margin-bottom: 10px; height: 20px; background: url(images/dotted.gif) repeat-x bottom;}


.archive-nav {
	font-size: 0.8em;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}

.archive-nav li {
	width: 100px;
}

.archive-nav li a {
	display: block;
	width: 100px;
}

.pageback {
	float: left;
}

.pageback a {
	padding-left: 16px;
}

.pagenext {
	float: right;
	text-align: right;
}

.pagenext a {
	padding-right: 16px;
}

.back {
	float: left;
}

.back a {
	padding-left: 16px;
	background: #fff url(images/back.png) no-repeat left center;
}

.next {
	float: right;
	text-align: right;
}

.next a {
	padding-right: 16px;
	background: #fff url(images/next.png) no-repeat right center;
}


/**********************
*   Comments          *
***********************/
.Comments { margin: 20px 0px 0px 0px; width: 455px;}
.Comments h3 { font-size: 16px; font-weight: bold; margin: 0px 0px 5px 0px; padding: 5px 0px; color:#cb0a1c; letter-spacing: -1px; border-bottom: dashed 1px #999;}

.List h3 { font-size: 14px; font-weight: bold; margin: 0px 0px 5px 0px; padding: 5px 0px; color:#cb0a1c; letter-spacing: -1px; border-bottom: dashed 1px #999;}
.List ol { padding: 0px; margin: 0px;}
.List li { position: relative; padding: 65px 5px 10px 5px; margin: 0px 0px 10px 0px; list-style-type: none;}
.List .ComListLi { background: #ccd5f6 url(./images/ComListLiBottom.gif) no-repeat left bottom; }
/**/ * html .List .ComListLiTop { left: -5px;} /**/
.List .ComListLiTop { position: absolute; background: url(./images/ComListLiTop.gif) no-repeat left top; height: 73px; width: 455px; left: 0px; top: 0px; padding: 35px 0px 0px 0px;}

/**/ * html .List .ListNr { right: 25px;} /**/
.List .ListNr { color:#0063dc; position: absolute; top: 35px; font-size: 28px; line-height: 28px; font-family: 'Arial'; font-weight: normal; letter-spacing: -1px; padding: 0px; right: 25px; }

/**/ * html .List .ListGrav { left: 10px;} /* */
.List .ListGrav { position: absolute; top: 35px; left: 15px;}
.List .ListGrav img { border: solid 1px #fff;}

.List big { margin: 0px; padding: 2px 0px 2px 55px; font-size: 14px; line-height: 14px; letter-spacing: -1px; color:#0063dc; font-weight: bold; display: block; font-family: 'Arial';}
.List small { color:#996633; padding: 2px 0px 2px 55px; margin: 0px; font-size: 11px; }
.List small a { color:#3560a6; text-decoration: none;}
.List small a:visited { text-decoration: none;}

.List .ListContent { margin: 15px 0px 0px 0px; padding: 5px 10px; font-size: 11px; line-height: 15px; background: #fff url(./images/ComListContent.gif) no-repeat left top; display: block;}
.List .ListContent blockquote { background: none; padding: 0px 15px; margin: 0px; color:#cc6600; font-family: 'Georgia'; font-style: italic; border-top: dashed 1px #cc6600; border-bottom: dashed 1px #cc6600; }
.List .ListContent blockquote p { font-size: 12px; padding: 5px 0px; margin: 5px 0px; line-height: 16px; color:#cc6600; }
.List .ListContent ul { padding: 0px; margin: 0px; }
.List .ListContent ul li { padding: 0px; list-style-type: none; background: none; font-size: 11px; line-height: 13px; color:#63565f; }

.Form .Email { background: url(./images/FooterEmail.png) no-repeat left top;}

.Form {  padding: 0px 0px 10px 0px; position: relative; margin: 0px; font-family: 'Verdana';}
.Form form { margin: 0px; padding: 0px;}
.Form a { text-decoration: underline;}
.Form p { padding: 0px 0px 2px 0px; margin: 0px; color:#666; }
.Form p small strong { font-weight: bold; color:#FF3300;}
.Form p small { font-size: 11px; display: block; padding: 6px 0px; color:#000;}
.Form .TextField { color:#003366; background: #e5edff; border: solid 1px #b0c5ff; padding: 6px 6px 6px 30px; font-size: 12px; display: block;}
.Form .TextArea { color:#003366; background: #e5edff; border: solid 1px #b0c5ff; padding: 6px; font-size: 12px;}
.Form input {border: 1px solid #b0c5ff;}
.Form input:hover{border: 1px solid #fec02a;}
.Form input#submit {width: auto;height: 25px;padding: 2px 10px 3px 10px;background: #e5edff url(./images/submit.gif) repeat 0 0;}
.Form input#submit:hover {background: #e5edff url(./images/submit_hover.gif) repeat 0 0;}

/*********************************
    Search
*********************************/
.Search {background: url(./images/Search.gif) no-repeat left top; position: relative; top: 5px; right: 0px; width: 195px; padding: 0px 0px 0px 0px; height: 34px; }
.Search form { padding: 2px 0px 0px 0px; margin: 0px;}
.Search input { border: none; color: #330033; font-size: 11px; background: #000066;}
.Search  input.keyword { background: none; border: none; padding: 2px 0px 2px 8px; width: 165px; border: none; color:#fff; }
.Search  input.search { width: 19px; height: 18px; background: url(./images/SearchButton.gif) no-repeat;}
.Search .bt { padding: 0px; margin: 0px 0px 0px 165px; top: 2px; background: none; position: absolute; right: 11px; }

/* ********************************
	sidebar
******************************** */
.sidebar {float: right; width: 240px;height: 100%;margin: 0;padding: 0;}
.sidebar h2 { font-size: 14px; letter-spacing: -1px; font-weight: bold; background: url(./images/SRH3.png) no-repeat left center; color:#666; padding: 5px 0px 5px 20px; margin: 0px;}
.sidebar h3 { font-size: 14px; letter-spacing: -1px; font-weight: bold; background: url(./images/SRH3.png) no-repeat left center; color:#666; padding: 5px 0px 5px 20px; margin: 0px;}
.sidebar ul { margin: 0px; padding: 0px;}
.sidebar li { margin: 0px; padding: 2px 0px 3px 20px; list-style-type: none; background: url(./images/CategLi.png) no-repeat left top; font-size: 11px;}
.sidebar li a { color:#cc3366; }
.sidebar li a:visited { color:#663366; }
.sidebar li a:hover { color:#663366;}
.sidebar .rssfeeds {
		height: 88px;
		margin: 0;
		padding: 0;
		background: transparent url(images/feed-icon.jpg) no-repeat right top;
		}
#sidebar{padding: 10px 10px; }
.Categ {background: #fff url(./images/sidebar.jpg) no-repeat left top;}
.Categ ul { margin: 0px; padding: 0px;}
.Categ ul li { margin: 0px; padding: 1px 0px 2px 20px; list-style-type: none; font-size: 11px; background: url(./images/CategLi.png) no-repeat left top;color:#999;}
.Categ ul li a { color:#cc0066;}
.Categ ul li a:visited { color:#cc0066;}
.Categ ul li a:hover { color:#663366;}

.Categ ul ul { margin: 2px 0px 0px 0px; padding: 0px; list-style-type: none; background: none; border-bottom: none;}
.Categ ul li li { margin: 0px; padding: 1px 0px; list-style-type: none; background: none; border-bottom: none; font-size: 10px; }
.Categ ul li li a { color:#ff6699;}
.Categ ul li li a:visited { color:#ff6699;}
.Categ ul li li a:hover { color:#663366;}
/**********************
*   Footer            *
***********************/
#footer {
	width: 760px;
	height: 30px;
	clear: both;
	background: #FEF6FA;
	border-top: 1px solid #F6E1EA;
	color: #6f6d6c;
	text-align: center;
	}

#footer p {
	margin: 0;
	padding: 12px;
}

#footer p a:link, #footer a:visited {
	font-weight: bold;
	color: #ff0084;
}
#footer p a:hover {
	padding-bottom: 2px;
	border-bottom: 3px solid #858585;
	color: #858585;
	text-decoration:none;
}

.archive_list{
	line-height: normal;
	margin-left: 10px;
}
#content h1{
	color: #44110E;
	padding: 10px;
}