body{
 	background: url(bgs/rotator.php) fixed left no-repeat;
  /* background: url(imgs/shopbgtemp.jpg) ;*/
	font-family: Georgia, Garamond, serif;
	font-size: 11px;
	color:#333;
	margin-left: 0px;
	margin-top: 0px;
	height:100%; 
}

body.popost{
	background-image:none;
	font-family: Georgia, Garamond, serif;
	font-size: 11px;
	color:#333;
	margin-left: 0px;
	margin-top: 0px;
}
.page{
	position: relative;
	top:155px;
	left:0px;
	width:100%;
	padding: 0px 0px 0px 0px;

	
}
/*--------header---------*/

.header{
	position:fixed;
	z-index:10;
   left: 0px;
	top: 0px;
}
.topright{
	position:fixed;
   right: 0px;
	top: 0px;
	z-index:50;
}
.logo{
	position:fixed;
   left: 28px;
	top: 32px;
	z-index:50;
}

/*--------nav---------*/
.nav{
	position:fixed;
	top:155px;
	width: 240px;
	left:23px;
	line-height: 25px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	
}
/*--------MAIN---------*/
.content{
	position:  absolute;
	left:260px;
	width: 70%;
	 padding: 0px 0px 0px 0px;
	 
	
}
.page_content{
	position:  absolute;
	left:260px;
	width: 55%;
	 padding: 0px 0px 0px 0px;
	 max-width:800px;
	 top:-20px;
/*ie fix*/
width: expression(this.width > 800 ? 800: true);
	
}

/*--------WALL---------*/
.thum{
	position:relative;
	float:left;
	margin:0px 18px 18px 0px;
	width:217px;
	height:217px;

}
.thum img{

max-width:217px;
max-height:217px;
border:1px #f2f2f2 solid;
/*ie fix*/
width: expression(this.width > 217 ? 217: true);
height: expression(this.height > 217 ? 217: true);
}
.thumroll{
	position:absolute;
	text-align:center;
	background: url(imgs/black.png) left top no-repeat;
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-decoration: underline;
	border:1px #f2f2f2 solid;
}

.pagination{
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	text-align:center;
	/*border-top: 1px #DDD dotted;
	border-bottom: 1px #DDD dotted;*/
	width:88%;	
	height:25px;
	padding-top:12px;
}

/*--------SHOP---------*/
.shirt_item{
	position:relative;
	float:left;
	margin:0px 36px 18px 0px;
	width:295px;
	height:473px;
	/* border-top:5px solid #000;
	padding-top:18px;*/ 
	border-bottom:1px solid #ccc;
	
}
.shirt_item_singlepost{
	position:relative;
	float:left;
	margin:0px 36px 0px 0px;
	width:467px;
	height:665px;
	/* border-top:5px solid #000;
	padding-top:18px;*/ 
	border-bottom:1px solid #ccc;
	
}
.shirtdesc{
	position:relative;
	padding:10px 8px 13px 8px;
	color:#999;
	
}
.shirtdesc p{
	margin-top:4px;
	margin-bottom:15px;
	
}
.buybtn {
	position:relative;
	float:right;
	bottom:30px;
	
}
.dropdown {
	position:relative;
	float:left;
	margin:0px 18px 18px 0px;
	
}
.shirt_title{
	font-size: 16px;
	color:#000;
	font-weight:bold;
	
}
.back {
	position:relative;
	float:left;
	width:155px;
	background-color:#fafafa;
	height:27px;
	

}

/*--------THE POST---------*/
#load {
	
	position: absolute;
	left: 50px;
	top: 10px;
	background: url(js/loadingAnimation.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
.post_container{
	width:530px;
	padding:0px 10px 0px 25px;
	top:-10px;
	margin:auto;
	background: none;
}
.post_content{
	/*border:1px #000 solid;*/
	width:530px;
	text-align:center;
	
}
.post_content img{
margin-left:auto;
margin-right:auto;
display:block;
margin-top:20px;
margin-bottom:20px;


	
}
.post_bottom{
margin-top:20px;
height:22px;
border-top:1px #ccc dotted;
border-bottom:1px #999 solid;
padding-top:7px;
text-align:center;
}
.comment_item{
top:-1px;
border-top:1px #e8e8e8 solid;
border-bottom:1px #e8e8e8 solid;
background-color:#fcfcfc;

}
.comment_item li, .comment_item ol{
 list-style: none;
 border-top:1px #e8e8e8 solid;
 padding:10px 0px 15px 15px;
}
.comment_item li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin-right:15px;
	background: #fff;
	
}
.comment_item p{
	color:#333;
width:430px;	
}
.comment_item .commentmetadata{
	font-size: 10px;
	color:#858585;
	font-weight:normal;
}

.comment_item .fn{
	font-size: 11px;
	color:#3335;
	font-weight:bold;
	font-style:normal;
}
textarea#comment{width: 530px; padding: 0; margin: 0; }
img.rightarrw{
	
	right:10px;
	position:relative;
	float:right;
	top: -14px;

}
img.leftarrw{
	margin-bottom:5px;
	left:7px;
	position:relative;
	float:left;
}
.aboutentry{
	width:600px;
	line-height:20px;
}
/*--------footer----------*/
.footer{
	position:absolute;
	color:#ccc;
	font-size:10px;
	font-style:oblique;
	margin-top:120px;
	
	bottom: 30px;
	right:0px;
	
}
.footer a {
	color:#ccc;
	font-size:10px;
	font-style:oblique;
}
/*--------global classes----------*/

h1{
	font-family: Georgia, Garamond, serif;
	font-size: 18px;
	font-weight: bold;
	color:#3f3f3e;
}
h2{
	font-family: Georgia, Garamond, serif;
	font-size: 24px;
	font-weight: bold;
	color:#333;
	line-height: .5em;
}
a, li a{
background-color: none;
color:#000;
 text-decoration: none;
}
a:hover, li a:hover{
background: none;
 color:#000;
 text-decoration: underline;
}
a:visited{
 color:#000;
}
a img{
background:none;
border:none;
}

.bigbody{
	font-size: 18px;
	color:#999;
	line-height: 24px;
	font-style:italic;
}

.clear {
	clear:both;
	
}
.right_top{
	text-align:right;
	right:25px;
	position:absolute;

}

.t1{
	font-size: 12px;
	color:#858585;
	font-weight:normal;
}
.t2{
	font-size: 14px;
	color:#000;
	font-weight:bold;
}
.t3{
	font-size: 12px;
	color:#858585;
	font-weight:normal;
	
	
}

.t4{
	font-size: 17px;
	font-weight: bold;
	color:#333;
	line-height:36px;
}

.left{
	float:left;
	position:relative;
	padding-right:13px;
	padding-bottom:30px;
}


