@charset "UTF-8";
/*
Theme Name: factory-tshirt-blog
Theme URI: http://factory-tshirt.net/
Description: 
Version: 1.0
Author:anonymose
Author URI:
Tags: simple




/* Begin Typography & Colors */
body {
	font-size: 14px;
	color: #666;
	text-align: center;
	font-family:"Lucida Sans", "小塚ゴシック Pro B", 华文黑体;
	}
body.index{
    background: url('images/sky.png');
	text-align: center;
	}
a, a:visited {
    color:#333;
	text-decoration:none;
	}
a:hover{
	color:#999999;
	text-decoration:none;
	}
#page {
	text-align: left;
	}

#content,.widecolumn, .entry, p {
	font-size: 14px;
	}

.narrowcolumn{
    text-align:center;}


#footer {
	border: none;
	}

small {
	font-size: 10px;
	}

h1 {
	font-size: 24px;
	text-align: center;
	}

h2{ font-size: 24px;
    font-weight:600;
	color:#222;
	}
h2,h2 a, h2 a:visited{
    font-weight:600;
    color:#222;
	}
h2 a:hover{
    color:#999999;
	}
h3 {font-weight:200;
   }


h2.pagetitle,h3,{
	font-size: 20px;
	font-weight:600;
	}


h2, h2.sidebar , #wp-caption, cite {
	text-decoration: none;
	font-size: 16px;
	font-weight:400;
	margin-bottom:5px;
}

.entry p a, .entry p a:visited {
	text-decoration:none;
	color:#222;

	}
.entry p a:hover{
    text-decoration:none;
	color:#999;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 12px ;
	}
#sidebar ul,#sidebar ul li, .nocomments, .postmetadata, blockquote, strike {
    list-style: none;
	padding:0;
	margin:10px 0 15px 0;
	}
.sidebar-page{
    font-size:16px;
	font-weight:400;
	line-height:17px;
	margin-bottom:30px;
	}
.sidebar-widget{
    margin-top:50px;}

code {
	font: 12px;
	}

acronym, abbr, span.caps
   { font-size: 12px;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9px;
	}

#wp-calendar a {
	text-decoration: underline;
	}

#wp-calendar caption {
	font: bold 10px;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	}
/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0 auto;
	padding: 0;
	}

#page {
	
	margin:auto;
	padding: 0;
	width:900px;

	}

#header {
   margin:30px auto;
   padding:auto;
   height: 80px;
   width: 850px;
   }

#header2 {
   margin:30px auto;
   padding:auto;
   height: 80px;
   width: 500px;
   }
.narrowcolumn {
	width: 450px;
	float:left;
    margin:10px 30px;
	padding:auto;
	}

.widecolumn {
	padding: auto;
	margin:20px auto;
	width: 600px;
	}
.indexframe{
   margin:40px auto;
   padding: auto;
   width:700px;
   }
.gallery {
	padding: auto;
	margin:60px auto;
	width: 600px;
	}
.post {
	text-align: justify;
	margin:15px 10px 25px 10px;
	}

.post hr {
	display: block;	 
	}

.widecolumn .post {
	margin:0 0 10px 0 ;
	
	}
.narrowcolumn .post {
    margin:0 0 10px 0 ;
    border-bottom:#999999 thin dotted;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: auto;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: right;
	font-size:9px;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
	margin-top: 15px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size:16px;
	}
#link h2{
    margin-left:15px;
	font-size:18px;
	}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Navigation */
#nav { 
    height:30px;
	line-height:30px;  
	margin:0 auto; 
	padding:10px; 
	}
	
ul.nav { 
	list-style:none; 
	font-size:14px;
	float:left;
	}
ul.nav li { 
    float:left !important; 
	list-style-type:none; 
	display:block;
	padding:0 10px 0 10px ;
	}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited
{
	color:#666666;
	float:left;
	display:block;
	padding:0 10px 0 10px ;
}
ul.nav li a:hover,ul.nav li a:active 
{ 
   color:#999; 
   text-decoration:none; 
   }

ul.nav li.current_page_item a,ul.nav li.current-cat a {
	text-decoration:none;
	color:#fff;
	background-color: #666666;
    }
.first {
    font-size:18px;
	}
.last {
    font-size:24px;
	font-weight:bold;
	}
	
#nav2 { 
    height:20px;
	line-height:20px;  
	margin:0 auto; 
	padding:0; 
	}
ul.nav2 { 
	float:right; 
	display:block;
	list-style:none; 
	font-size:10px; 
	}
ul.nav2 li { 
    float:left !important; 
	list-style-type:none; 
	display:block;
	padding:0 10px 0 10px ;
	}
ul.na2v li a,ul.nav2 li a:link,ul.nav2 li a:visited {
	color:#666666;
	padding:0 10px 0 10px ;
}
ul.nav2 li a:hover,ul.nav2 li a:active { 
   color:#999;
   text-decoration:none; 
   }	
   
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	margin:5px;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.video{
	margin-top: 45px;
}

#video{
  float:left;
  margin:10px auto ;
  }
#logo{
  float:right;
  margin:10px auto;
  }
#index_entry{
  float:right;
  margin:10px auto;
  width:450px;
  
  }
#index_lang{
  float:left;
  margin:10px auto;
  }
  
.hidden{
  display:none;
  }
.description {
  margin:20px auto;
  text-align:center;
  }
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*index*/
#recent
{ margin:10px 20px 0 0;
  padding:auto;
  float: right;
  }

p.recent{
 margin-left:150px;
 font-size:18px;
 
 }

ul.recent {
   margin-left:0;
   list-style-type:none;
}

ul.recent li{
   list-style-type:none;
   margin:0;
   list-style-image: none;
   }

ul.recent li a, ul.recent a:visited{
   text-decoration:none;
   color:#666666;
   }
ul.recent a:hover{
   text-decoration:none;
   color:#999999;
   }


html>body .entry ul {
	margin:10px 5px;
	padding: 0 0 0 0px;
	list-style: none;
	padding:auto;
	}

html>body .entry li {
	margin: 7px 0 10px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: none;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin:0;
	}

#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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: 0px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


.thumbnails { /* defined in pb-function.php */
    float:left;
    padding-right:15px; /* adjust this when you change the thumbnail size */
    border: 0px;
    display: inline;
 }
    

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}          
/* End Comments */



/* Begin Sidebar */
#sidebar{   
    padding: 10px 0;
    float:right;
	width: 290px;
	text-align:left;
	}

#sidebar form {
	margin: 0;
	}
	
a.whitetshirt {
	margin-bottom: 10px;
	width:200px;
	height:200px;
    display:block;
	text-indent:-99999px;
    border:none;
    background-image:url("http://www.factory-tshirt.net/images/whiteTshirtbn.gif");
	}
a.whitetshirt:hover{
    background-image:url("../../../../../../../../images/whiteTshirtbn2.gif");
	}

/* End link */
#linklist{   
    margin:10px auto;
    padding: 10px 0;
	width: 550px;
	display: block;
	
	}
ul.link{
    list-style-type: none;
	list-style-image: none;
	}
	
	
.link ul li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

/* end link */


/* End Sidebar */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top:10px;
	}
.array a{
  font-size:14px;
  font-weight:bold;
    }
.moretext{
    text-align:right;
	font-weight:bold;
   }
.tag{
 text-align:right;
 margin:20px auto;
 padding:5px;
 }
.tag a, .tag a:visited{
 text-decoration:underline;
 color:#666666;
 font-size:10px;
 }
#twitter {
  font-size:16px;
  margin-bottom:30px;
  }
  


  
/* End Various Tags & Classes*/
