/*   
Theme Name: JEANS-STYLE.COM
Theme URI: http://www.iflex-media-design.de
Description: Theme for fashion blog jeans-style.com
Author: Andreas Schmidt
Author URI: http://www.iflex-media-design.de
Version: 1.0
Tags: fashion, jeans, style, grunge, mode

	JEANS-STYLE by Andreas Schmidt
	http://www.iflex-media-design.de	
	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #534741 url(images/background.png) repeat left top;
	font-family: Tahoma, Arial, Helvetiva, "Georgia", "Baskerville", serif;
	font-size: 12px;
	color: #999;
}

a { color: #534741; }

/****************************
 **   Layout
 ****************************/


#body_content {
	margin: 0;
	padding: 0;
	background: url(images/content_bg.png) repeat-y center 270px;
}

/* Menu */

#menu {
	background-color: #191919;
	height:3.0em;
	border-bottom: 1px solid #373737;
	}
#menu ul {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	bottom: 0;
	left: 0;
	list-style: none;
	}
#menu ul li {
	float: left;
	}
#menu .page_item a {
	display: block;
	padding-right: 40px;
	line-height: 3.0em;
	color: #868686;
	text-decoration: none;
	}
#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
	}

/* Header */

#header {
	width: 820px;
	height: 260px; /* 276 bei navigation */
	background: url(images/jeans_header_alt.jpg) no-repeat center top;
	position: relative;
	margin: 0 auto;
	}
.headerlink {
	width: 540px;
	float: left;
	border: 0px solid #ff6600;
	}
.headerlink img{
	width: 520px;
	height: 150px;
	}
.headsearch {
	width: 175px;
	float: right;
	margin: 122px 33px 0 0px;
	}
.headsearch div input{
	color: #ffffff;
	}
.headsearch div #s{
	width: 115px;
	padding: 5px;
	border: 0px solid #ff6600;
	background-color: transparent;
	color: #ffffff;
	}
.headsearch div #searchsubmit{
	background: url(images/spacer.gif) no-repeat center top;
	width: 42px;
	height: 30px;
	padding: 5px;
	border: 0px solid #ff6600;
	color: #ffffff;
	}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
	}
#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
	}

/* Content */

#content {
	width: 820px;
	margin: 0 auto;
	}
#content_main {
	float: left;
	width: 540px;
	padding: 0 20px 0 20px;
	border: 0px solid #ff6600;
	}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 12px;
	width: 210px;
	padding-right: 20px;
	border: 0px solid #ff6600;
	}

/* Footer */

#footer-wrap-outer {
	margin-top: 0px;
}

#footer {
	background: url(images/jeans_footer.jpg) no-repeat center top;
	height: 112px;
	width: 820px;
	margin: 0 auto;
	padding: 0px 7px 0px 7px;
	border: 0px solid #ff6600;
}


/****************************
 **   Content
 ****************************/

/* General */

.post h2 {
	width: 430px;
	font-size: 17px;
	font-style: normal;
	color: #9b9286;
	margin-top: 5px;
	border: 0px solid #ff6600;
	}
.post h2 a {
	text-decoration: none;
	color: #9b9286;
	}
.post h2 a:hover {
	text-decoration: none;
	color: #ffffff;
	}
.post .date {
	width: 100px;
	font-size: 10px;
	text-align: right;
	color: #ff6600;
	float: right;
	text-transform: uppercase;
	border: 0px solid #ff6600;
	}
.post .entry {
	text-align: justify;
	font-size: 12px;
	line-height: 1.3em;
	clear: both;
	}
.post .entry img {
	max-width: 550px;
	padding: 0 5px 0 5px;
	}.post img {
	max-width: 550px;
	padding: 0 5px 0 5px;
	}
.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
	}
.post .metadata {
	margin: 10px 0 20px 0;
	text-align: left;
	font-size: 10px;
	color: #797979;
	}
.post .metadata a {
	text-decoration: none;
	}
.more-link {
	margin-top: 20px;
	font-size: 0.9em;
	}
.hr {
	clear: both;
	border: 0;
	color: #f8faf7;
	background-color: #f8faf7;
	width: 426px;
	margin: -8px auto 0;
	}
.hr hr {
	display: none;
	}
.navigation {
	width: 400px;
	height: 20px;
	padding: 5px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	border: 0px solid #ff6600;
	}
.navigation a {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0px;
	}
.navigation .previous {
	float: right;
	padding: 5px;
	border: 0px solid #ff6600;
	}
.navigation .next {
	float: left;
	padding: 5px;
	border: 0px solid #ff6600;
	}



/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}
.alignleft {
  	float: left;
	}
.alignright {
   float: right;
	}
.clear {
	clear:both;
	}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
	}
.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;
}


/* Comments */


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


.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
	background: url(images/comment-top.jpg);
	width: 481px;
	height: 21px;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	width: 437px;
	background: url(images/comment-middle.jpg) repeat-y;
	padding-right: 10px;
	width: 451px;
	padding-left: 26px;
}

.comment-text {
	margin-left: 42px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text p {
	margin: 0;
}

.after-comment {
	background: url(images/comment-bottom.jpg);
	width: 481px;
	height: 37px;
	}
.avatar {
	float: left;
	margin:0 10px 0 0!important;
	}

/* Comment Form */

input.text {
	width: 200px;
	padding: 5px;
	border: 1px solid #f2f2f2;
	}
textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
	}

/* Frame */

.frame-outer {
	background: url(images/frame-top-left.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.frame-outer span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0;
	display: block;
}

.frame-outer span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
	display: block;
}

.frame-outer span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	max-width: 450px;
	overflow: hidden;
	display: block;
}

.frame-outer.small {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span {
	background: none;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

#sidebar h2 {
	font-size: 14px;
	color: #676767;
	margin-bottom: 10px;
}

#sidebar .widget {
	margin-bottom: 30px;
}

#sidebar a {
	color: #9b9286;
	text-decoration: none;	
}
#sidebar a:hover{
	color: #ffffff;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 5px 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}



/****************************
 **   Footer
 ****************************/

#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url(images/rss.png);
	width: 149px;
	height: 110px;
	margin: -10px 0 0 -60px;
	text-indent: -2000px;
	overflow: hidden;
	border: 0px solid #ff6600;
	}
#footer .legal, #footer .credit {
	color: #5f5f5f;
	}
#footer .copy {
	float: left;
	margin: 80px 0 0 80px;
	font-size: 11px;
	border: 0px solid #ff6600;
	}
#footer .copy a {
	text-decoration: none;
	}

#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
	}
#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
	}
#footer {
	font-size: 0.8em;
	line-height: 1.1em;
	}
#footer a {
	color: #9b9286;
	}
