/*   
Theme Name: Fashematics
Theme URI: http://www.fashematics.com
Description: Fashematics Theme
Author: Trust Fun!
Author URI: http://www.trust-fun.com
Version: 1.1
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/).
*/

#archiveNav {
padding-top:20px;
font-size:12px;
}

body {
	font-family:Helvetica Narrow, Helvetica, Arial,sans-serif;
	color:#000;
	background:#fff;
}

tr {
	font-family:Helvetica Narrow, Helvetica, Arial,sans-serif;
	color:#000;
	font-size:13px;
	line-height:16px;
	letter-spacing:-0.05em;
}

.commentlist table {
	font-size:15px;
	line-height:17px;
	letter-spacing:-0.05em;
text-align:left;
}

#wrapper {
	display: block;
	margin:0px;
	padding: 0px;
}

#header {
	margin-top: 50px;
	width: 660px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
}
	

#content {
	width: 660px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
}

#both {
	clear: both;
}

.commentlist {
text-align: left;
margin: 0px;
}

.post {
	position:relative;
	border-top: solid 11px #000;
	padding-bottom: 15px;
	font-size:13px;
	line-height:16px;
	background-color:#fff;
	letter-spacing:-0.05em;
}

.post p {
	padding-bottom:10px;
	text-align:center;
}

.advert {
text-align:center;
padding-bottom:10px;
}

.postTitle {
margin-left: auto;
margin-right: auto;
width: 500px;
text-align:center;
font-size:15px;
	line-height:18px;
font-weight:bold;
}

.ruler {
	border: 1px solid #000;
}

ol {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
	font-style: normal;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing:-0.05em;
	font-size: 13px;
	line-height: 13px;
	color: #000;
	font-style: normal;
}

h3 {
	padding-top: 7px;
	padding-bottom: 10px;
	font-family: Helvetica Narrow, Helvetica, Arial,sans-serif;
	letter-spacing: -0.1em;
	font-size:11px;
	text-align: center;
}

a:link {
	color: #00ff00;
}
a:visited {
	color: #00ff00;
}
a:hover {
	text-decoration: none;
}

ul { 
list-style: none;
	list-style-type: none;
	  padding:0; 
	  margin:0; 
}
li {
	list-style: none;
	list-style-type: none;
	  padding:0; 
	  margin:0; 
}

img {
	border: none;
}

cite {
align: left;
font-size:11px;
}

.commentlist {
color: #808080;
}

.winner {
	position: absolute;
	top: -25px;
	left: 500px;
}


/* ----------------------- Sidebars --------------------------- */

#footer {
	width:660px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	border-top: solid 20px #000;
	padding-top:10px;
	padding-bottom: 100px;
	text-align:center;
}

#sidebar {
	border-top: solid 11px #000;
	width: 200px;
	font-size: 11px;
	text-align:left;	
	padding-bottom:10px;
	border-bottom: solid 2px #000;
}

#sidebar h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	color: #000;
	font-size: 20px;
	text-align:left;
	line-height:13px;
}

.leftAlignRel {
	position: relative;
	float: left;
	margin-left: -220px;
}

.rightAlignRel {
	position: relative;
	float: right;
	margin-right: -220px;
}
.leftAlignFix {
	position:fixed;
	float: left;
	margin-left: -220px;
}

.rightAlignFix {
	position:fixed;
	float: right;
	margin-left: 680px;
}