/*
Theme Name: Blank E
Theme URI: http://www.WPThemerKit.com
Description: Blank Theme E, 2 Columns, 1 Left Sidebar
Version: 1.1
Author: Cal
Author URI: http://www.WPThemerKit.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/


/*===START SECTION 1 - the main containers===*/
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	color: #555555;
}

#wrapper {
	width: 950px;
	margin: 5px auto 10px auto;
	padding: 0px;
	border:0px solid #000000;/*・ｽ・ｽ・ｽC・ｽA・ｽE・ｽg・ｽp*/
}
#header {
	height: 80px;
	width: 950px;
	margin: 0px;
	border-bottom: 0px solid #000000;
	/*border:0px solid #000000;・ｽ・ｽ・ｽC・ｽA・ｽE・ｽg・ｽp*/
}
#main {
	width: 950px;
	clear: both;
	border:0px solid #000000;/*・ｽ・ｽ・ｽC・ｽA・ｽE・ｽg・ｽp*/
}
#content {
	display:block;
	word-break: break-all; 
	width: 600px;
	margin-top: 15px;
	margin-left: 0px;	
	padding: 0px;
	float: left;
	line-height: 1.5em;
	/*border:0px solid #000000;・ｽ・ｽ・ｽC・ｽA・ｽE・ｽg・ｽp*/
}
#sidebar {
	width: 230px;
	height:100%;
	float: right;
	background-color: #cccccc;
	padding: 10px;
	margin-top: 30px;
	margin-left: 0px;
	text-align: left;
	/*border:1px solid #000000;・ｽ・ｽ・ｽC・ｽA・ｽE・ｽg・ｽp*/
}
#footer {
	height: 50px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	clear: both;
	text-align: center;
	font-size: 0.9em;
	margin-top: 30px;
	padding: 13px 0 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Smoothgallery slideshow
-----------------------------------------------------------------------------------------------*/
#extra{
	height:285px;
	/*background: url(images/headerpicture.jpg) no-repeat left;*/
	margin-left: 0px;
	clear:both;
	margin-right: 7px;}

#myGallery
{
	z-index=5
	text-align: left;
	margin: 0 auto;
	width: 950px !important;
	height: 300px !important;
}

/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 0px 0 0px 0px;
}
.post {
	padding: 5px;
	font-size: 1em;
	clear: both;
	
}
.entry-content, .entry-excerpt {
	clear: left;
	border-top: 1px dotted #000000;
}


.navigation {
  clear: both;
  font-size:1em;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
 font-size:0.8em;
  margin: 0 0 10px 0;
}
.underpost {
	font-size: 0.9em;
}


#content .underpost a {
	text-decoration: underline;
}

/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
    text-decoration: none;
	color: #666666;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0px 0px 0px 0;
	width: 100%;
	font-size: 1.3em;
	background-color:#fff;
	border-bottom:solid 0px #666666;
}
#menu ul {
	display: inline;
	list-style-type: none;
	border-left:solid 2px #666666;
	margin: 0 0 0 0;
}
#menu ul a:link, #menu ul a:visited {
	text-decoration: none;
         font-weight:bold;
	color: #666;
	padding: 3px;
}
#menu ul a:active {
	text-decoration: none;
         font-weight:bold;
	color: #ff3333;
	background-color:#666666;
}
#menu ul a:hover {
	text-decoration: none;
	color: #ff3333;
	font-weight:bold;
	background-color:#ffffff;
}
#menu li {
	display: inline;
	list-style-type: none;
	border-left:solid 2px #666666;
	padding: 3px;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
         font-weight:bold;
	color: #666;
	padding: 3px;
}
#menu li a:active {
	text-decoration: underline;
	color: #ff3333;
	background-color:#ffffff;
}
#menu li a:hover {
	text-decoration: none;
	color: #ff3333;
	font-weight:bold;
	background-color:#ffffff;
}

#breadclumb {
	width: 500px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom:20px;
	text-align: left;
}
	
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 3px;
	color: #000000;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 0px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: 0.9em;
  margin-left: 0px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1.3em;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: none;
}
#logo {
	float:left;
	border:solid 0px #000000;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.1em;
	margin: 15px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}

.post hr {
  height: 1px;
  border-style:dotted;
  color:#000000;
}


/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	/*height: 89px;
	width: 71px;*/
	display: inline;
	float: left;
	margin: 1.5px 0px 2px 0px;
	border-top: 1px solid #000000;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
}
.entry-month {
	font-size: 0.8em;
	width: 71px;
	text-align: left;
	/*height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;*/
}
.entry-day {
	font-size: 0.8em;
	text-align: left;
	/*height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;*/
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: 0.9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/
blockquote {
  font: Helvetica, Arial, sans-serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: Helvetica, Arial, sans-serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	border: none;
	background: none;
	padding: 0;
}
a.image ,img {
	border: none;
}

/*===END SECTION 11===*/

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	float:right;
	width:200px;
	margin:1em 0 0 0;
	-moz-opacity:0.4;
	text-align:right;
	border:solid 0px #000000;
}
#search:hover{
	-moz-opacity:1.0;
}
#search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
#search input{ 
	width:175px; 
	font-size: 0.9em; 
	background:#CCC;
	margin-top:2px;
}
#search input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

#wide {
	clear: both;
         width: 580px;
	height:100%;
	background-color: #ffffff;
	margin-top: 15px;
	padding: 0px;
	text-align: left;
	line-height: 1.5em;
	/*border:1px solid #000000;*/
}

#left {
	width: 200px;
	height:100%;
	float: left;
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
	/*border:1px solid #000000;・ｽ・ｽ・ｽC・ｽA・ｽE・ｽg・ｽp*/
}
#right {
	width: 350px;
	height:100%;
	float: right;
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
	/*border:1px solid #000000;・ｽ・ｽ・ｽC・ｽA・ｽE・ｽg・ｽp*/
}
#galtop {
	width: 580px;
	height:210px;
	float: left;
	background-color: #ffffff;
	text-align: left;
	border:1px solid #666666;
	margin:0px 0px 10px 0px;
}
#galtop img{
	width: 570px;
	height:200px;
	margin:5px;
}
#gal {
	width: 220px;
	height:100%;
	float: right;
	background-color: #ffffff;
	padding: 0px;
}
#gal img{
         	width: 100px;
	height:100px;
	margin:3px;
	float:left;
}
#galtx {
	width: 350px;
	height:100%;
	float: left;
	background-color: #ffffff;
	padding: 0px;
	text-align: left;
	/*border:1px solid #000000;*/
}
#worksindex {
	width: 150px;
	height:180px;
	float: left;
	background-color: #ffffff;
	margin:15px;
	padding: 0px;
}

