/*  
Theme Name: Poppin Retro
Theme URI: http://www.unodesignstudio.com
Description: Designed and developed by <a href="http://www.unodesignstudio.com">Uno Design Studio</a>
Version: 1.0
Author: UNO Design Studios
Author URI: http://www.unodesignstudio.com

	Poppin Retro
	 http://www.unodesignstudio.com

	This theme is designed by UNO Design Studio

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #000;
	background: #333 url(images/body-bg.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

#wraper
{
	margin: 0px auto 0px auto;
	background: #d8e9b5 url(images/body-bg.jpg) center bottom no-repeat;
	width: 1023px;
}

#header
{
	height: 151px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(images/header-bg.jpg) center top no-repeat;
	width: 1023px;
}

#header-text
{
	margin:0;
	float: right;
	position: relative;
	font-style: italic;
	padding: 50px 50px 0px 0px;
	width:350px;
	font-size: 30px;
	text-align: center;
}

#header-text a
{
	color: #691A06 !important;
}

#header-desc{
	margin: 0px;
	color: #000;
	font-size: 24px;
}

#page
{
	clear: both;
	width: 920px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 20px 0px;
	overflow: hidden;
}

#content
{
	float: left;
	width: 630px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.postheader
{
	width: 626px;
	height: 150px;
	margin: 0px;
	padding-top:  0px;
	background: url(images/post-bg-top.jpg) left top no-repeat;
	overflow: hidden;
}

.postfeed
{
	float: right;
	margin: 0px;
	padding: 15px 20px;
	cursor: pointer;
/*border: 1px solid red;*/
}

.posttitle
{
	margin: 0px;
	padding: 70px 0px 15px 70px;
	color: #671e00;
	font-size: 26px;

}

.posttitle a
{
	color: #F722AF!important;
	font-weight: normal !important;
}

.postmeta
{
	margin: 0px;
	padding: 0px 0px 0px 70px;
	color: #000000;
	font-size: 12px;
}

.postmeta a
{
	color: #6C1401 !important;
	font-weight: bold;
}

.postcontent
{
	width: 530px;
	margin: 0px;
	padding: 0px 50px 20px;
	background: url(images/post-bg.jpg) left top repeat-y;
	overflow: hidden;
}

.postcontent p
{
 
}
.postcontent a
{
	color: #F722AF !important;
}

.postcontent img
{
	display: block;
	margin: 10px 0px;
}

.postfooter
{
	width: 626px;
	height: 97px;
	margin: 0px;
	padding: 0px;
	background: url(images/post-bg-bottom.jpg) left bottom no-repeat;
	overflow: hidden;
}

.postfooter-alt
{
	width: 626px;
	height: 97px;
	margin: 0px;
	padding: 0px;
	background: url(images/post-bg-bottom.jpg) left bottom no-repeat;
	overflow: hidden;
}

.postfootercomment
{
	display: block;
	margin: 0px 300px 0px 0px;
	padding: 20px;
/*border: 1px solid red;*/
}

blockquote
{
	width: 80%;
	margin: 0px auto 10px auto;
	padding: 30px 10px;
	border: 1px solid #691A06;
	background-color: #ddd;
	text-align: center;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 10px 15px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 10px 15px;
}

#page-nav-prev a, #page-nav-next a
{
	color: #F722AF !important;
}

#sidebar
{
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	background: url(images/sidebar-bg.jpg) left top repeat-y;
}

#sidebarheader
{
	background: url(images/sidebar-bg-top.jpg) left top no-repeat;
	padding-bottom: 10px;
}

#sidebarfooter
{
	width: 287px;
	background: url(images/sidebar-bg-bottom.jpg) left bottom no-repeat;
	padding-bottom:50px;
}

.sidebar-header
{
	margin: 0px 0px 10px 10px;
	padding: 15px 0px 0px 15px;
	color: #F722AF;
	font-size: 18px;
}

.sidebar-widget
{
	width: 260px;
}

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

.sidebar-widget li
{
	list-style: none;
	margin: 0px 0px 15px 30px;
	padding: 5px 0px 10px 15px;
	border-bottom: 2px dotted #6D3202;
	color: #6D3202;
	background: url(images/sidebar-li-bg.jpg) 0px 10px no-repeat;
}

#sidebar a:link, #sidebar a:visited
{
	color: #6D3202;
}


#footer
{
	clear: both;
	width: 862px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 50px 0px 0px;
	/*background: url(images/footer-bg.jpg) center top no-repeat;*/
	text-align: center;
	overflow: hidden;
	color: #FFFFFF;
}



a, a:link, a:visited
{
	color: #6C1401;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #F722AF !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #6C1401;
	background: #f5f5f5;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	padding: 2px 5px;
	border: none;
	color: #ffffff;
	background: #6C1401;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

/*#########MENU NAV##############*/
#menu-nav {
	width: 925px;
	height: 60px;
	background: url(images/header-nav-bg.jpg) center top no-repeat;
	margin: 0px auto;
	padding: 0px;
	font-size: 22px;
}

#menu-nav ul{
	margin:0;
	padding:0;
	list-style: none;}

#menu-nav li{
	list-style: none;
	margin: 0;
	padding:0;
	float:left;}

#menu-nav li a{
	padding:15px 10px 0 15px;
	float:left;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#menu-nav li a:hover, #header-navi li.current_page_item{
	color:#fff;
	}

#menu-nav li a.aktiv{
	color:#1a5db6;}

/*######### FEAT #############*/	
#feat {
	width:930px;
	margin: 10px auto;
	height: 220px;
	padding: 0px;
	background: none;
}

#feat h2 {font-size: 24px; font-weight: bold;}

#feat img {border: none;}

#feat a {color: #fff;}

#feat a:hover {text-decoration: none;}

.hair { 
	background: url('images/hair.jpg') no-repeat;
	height: 200px;
	width: 300px;
	float: left;
	position: relative;
	margin: 0px 5px;
	border: none;
}

#text1 {
	height: 200px;
	width: 270px; 
	padding:15px; 
	background: url('images/off.jpg') no-repeat;
	/*background-color: #001C74;*/
	cursor:pointer;
}

.nails { 
	background: url('images/nails.jpg') no-repeat;
	height: 200px;
	width: 300px;
	float: left;
	position: relative;
	margin: 0px 5px;
	border: none;
}

#text2 {
	height: 200px;
	width: 270px;
	padding:15px; 
	background: url('images/off.jpg') no-repeat;
	/*background-color: #001C74;*/
	cursor:pointer;
}

.body { 
	background: url('images/body.jpg') no-repeat;
	height: 200px;
	width: 300px;
	float: left;
	position: relative;
	margin: 0px 5px;
	border: none;
}

#text3 {
	height: 200px;
	width: 270px;
	padding:15px; 
	background: url('images/off.jpg') no-repeat;
	/*background-color: #001C74;*/
	cursor:pointer;
}