/*
Theme Name: Basic2Col
Theme URI: http://wangenweb.com/wordpress/themes/basic2col/
Description: A basic, yet flexible minimalistic two column theme for WordPress. Have extendend support for Child Themes for easier customization. See the <a href="http://wangenweb.com/wordpress/themes/basic2col/">Basic2Col's homepage</a> for more info
Version: 3.1.2
Author: Kristin K. Wangen
Author URI: http://wangenweb.com/
Tags: white, two column, basic, minimalistic, elastic width, custom page templates, right sidebar
*/

/*general layout*/
body {
background:#fff;
color : #000000; 
font-family :Helvetica ' ',  'Lucida Sans Unicode','Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
font-style : normal;
padding:2px 2em;
margin:0px;
line-height:1.5em;
font-size:11px;
text-align:center;
}
*html body {
font-size: 10px;
font-family: 'ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;
}

*:first-child+html body {
font-size: 14px;
font-family: 'メイリオ','ＭＳ Ｐゴシック',Verdana, Arial,sans-serif;
}

hr {
border: 1px solid #ccc;
} 
blockquote, code, pre {
color:#333;
}
code, pre {
font-family:Courier,  'Lucida Console','Courier New', Sans-Serif;
}

/*font styles*/
p {
font-size : 1em; 
font-style : normal; 
padding: 0px;
} 

h2 {
font-size : 14px; 
}
.pageBigTitle {
font-size: 18px;
font-weight:normal;
border-bottom: solid 1px #333333;
padding-bottom:10px;
margin-top:35px;
}

h3 {
font-size:1.2em;
}
h4, h5, h6 {
font-size:1em;
}
h2, h3, h1, h4, h5, h6 {
font-family :Georgia,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
color : #000000; 
clear: both;
}

/*linkcolor*/
a:link, a:visited {
color : #000000;
text-decoration : none; 

}
a:hover, a:active {
color : #666; 
text-decoration : none;
border:none;
} 

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited, #content h3 a:link, #content h3 a:visited  {
color:#333;
text-decoration:none;
border:none;
}
#header h1 a:hover, #content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active, #content h3 a:hover, #content h3 a:active {
color:#999;
}


/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 2px 0;
}



/*border-colors*/
.postcontent img {
}

.border {
border-bottom: 1px solid #ccc;
}

/*wrap and header*/
#accessnav {
display:none;
}

#wrap {
width:800px; 
margin:5px auto;
padding:0px;
text-align:left;
}

/*header*/
#header {
}

#header h1{
padding-top:30px;
}

#header p {
text-indent:-9999px;
margin:0;
}

/*content and post settings*/

#content{
padding: 35px 0;
width: 600px;
float: right;
font-size:1.1em;
}

.post h2, .archives h3, .search h3 {
font-weight:bold;
margin-bottom:5px;
font-size:16px;
}

.postNon h2, .archives h3, .search h3 {
padding: 30px 0 0 0;
font-weight:bold;
}
.post {
margin-top: 30px;
margin-bottom: 50px;
}
.postTop {
margin-top: 30px;
margin: 0px;
}
.postNon {
margin: 0px;
}

.post a, .postNon a {
text-decoration:underline;
}
.postmeta {
font-size:11px;
}
div.postmeta p {
margin: 2px 0px;
padding:0px;
margin-bottom:30px;
color:#333333;
}
.postmeta {
}
.postmeta a {
text-decoration:underline;
}

.postcontent {
padding-top:10px;
line-height:1.6em;
}
.postcontentPage {
padding-top:10px;
line-height:1.6em;
}

/*-------postnav-------*/
#postnav {
clear:both;
margin-right:5px;
}
#postnav a {
padding:5px 10px ;
margin:0 5px 0 0;
color: #ffffff;
background-color:#000000;
}
#postnav a:hover {
padding:5px 10px ;
color: #ffffff;
background-color:#999999;
text-decoration : none; 
}
#postnav li {
display:inline;
margin: 2px 0px;
}
#pagenav a {
padding:5px 10px ;
margin:0 5px 0 0;
color: #ffffff;
background-color:#000000;
}
#pagenav a:hover {
padding:5px 10px ;
color: #ffffff;
background-color:#999999;
text-decoration : none; 
}

/*sidebar*/
#sidebar {
background : transparent;
width: 150px;
float:left;
}


#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding:0px;
font-weight:bold;
}
#sidebar li{
margin:0px;
padding: 2px 0px;
}
#sidebar div {
margin: 2px;
padding:0px;
}
#sidebar h2 {
margin: 20px 0px 0px;
padding: 4px 0px;
font-size:12px;
}
#sidebar li a {
border:none;
font-size:14px;
line-height:1.3;
font-family :Helvetica,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
}
#sidebar li li {
font-size:10px;
}
#sidebar li li li {
list-style:none;
border:none;
margin-left:0px;
}
#link a {
font-size:14px;
font-family :Helvetica,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
		}
/*Widgets fixing*/
.widget_rss h2 a {
color:#333;
font-weight:bold;
}
.widget_rss img {
margin:0px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}



/*footer*/
#footer {
width: 800px;
margin-bottom:30px;
clear: both;
text-align:right;
}
*html #footer {
margin-bottom:10px;
clear: both;
}
*:first-child+html #footer p {
}

#footer p {
padding:30px 10px 5px 0px;
}



/*lists*/
#worksIndex ul {
list-style-type:none;
list-style-position:outside;
}


.date {
font-size:11px;
float:right;
}
.title {
float:left;
}
.border {
border-bottom: solid 1px #000000;
}
.credit {
font-size:11px;
line-height: 160%;
margin-top:20px;
}
.viewall a {
float:right; 
font-size:14px;
color: #ffffff;
margin-right:20px;
padding:3px 10px;
text-decoration:none;
background-color:#000000;
}

.viewall a:hover {
float:right; 
font-size:14px;
color: #ffffff;
margin-right:20px;
padding:3px 10px;
text-decoration:none;
background-color:#666666;
}
.viewall2 a {
float:right; 
font-size:14px;
color: #ffffff;
padding:3px 10px;
text-decoration:none;
background-color:#000000;
}

.viewall2 a:hover {
float:right; 
font-size:14px;
color: #ffffff;
padding:3px 10px;
text-decoration:none;
background-color:#666666;
}






#worksIndex {
list-style-position:outside;
display:block;
float:left;
width: 80px;
height: 80px;
	margin: 20px 20px 0px 0;
    text-align: left;
}
#worksIndex img{
list-style-position:outside;
display:inline;
width: 80px;
height: 80px;
    text-align: left;
}
#worksIndex a :hover{
filter:alpha(opacity=75); /*IE*/
-moz-opacity:0.75; /*FF*/
opacity:0.75;
}

#works {
border-bottom:solid 1px #333;
}

.publishDate {
float:left;
}
.worksTag {
float:right;
}
form input.text, form textarea{
	width:100px;
	border:1px #CCC solid;
	color:#666;
	padding: 2px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #F3F3F3;
	}

.shopSeal {
float:right;
text-align:right;
}
.topLeft {
float:left;
widht: 500px;
}
#topPage {
width:700px;
margin-top:40px;
}
.topLeft h2 {
font-size:18px;
font-family : Helvetica,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Serif; 
	}
.topPage p {
font-size:11px;
}
#profile {
padding: 2px 10px 10px 0px;
margin:10px 0;
}
.name {
font-size:11px;
}
.english {
font-size:11px;
color: #999999;
}
.profileRight{
float:right;
width:400px;
}
.profileLeft{
float:left;
}
