/*  
Theme Name: Simply Basic
Theme URI: http://www.bballcity.com/download/themes/simply-basic/
Description: A wordpress theme by Ash Haque
Version: 1.6
Author: Ash Haque
Author URI: http://www.bballcity.com

The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by/2.5/
*/


/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.4  Sidebar
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/


/* Universal Selectors
----------------------------------------------------------------------------- */

	ul {
		list-style-type: none;
		}

	
	a img {
		border: none;
		}
	

a {
	color: #00f;
	
	text-decoration: underline;
}

a:visited {
	color: #00f;
	
	text-decoration: underline;
}

a:hover {
	color: #f00;

	text-decoration: underline;
}



/* Structure
----------------------------------------------------------------------------- */

	body {
	margin: 0em;
	padding: 0em;

	color: black;
	background: white;
	
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 0.75em;
	
	line-height: 1.5em;
		}
		
	.top {
		background: #fff;
		width: 100%;
		padding: 0px 0;
		}

	#wrapper {
	margin: 8em auto;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em;
	
	width: 730px;
	}
		
	#header {
		width: 730px;
		}

	#main {
		width: 730px;
		text-align: left;
		}

#content {
	margin: 0em 0em;
	padding: 0em;
	width: 500px;
	
	float: left;
}
		
#sidebar {
	margin: 0px 0px 10px 0px;
	padding: 0em 0em 0em 0.5em;

	width: 200px;
	float: right;
	text-align: left;
	
	border-style: solid;
	border-color: #555;
	border-width: 0px 0px 0px 5px;
}
		
#footer {
	margin: 0em;
	padding: 0em;
	
	width: 730px;
	clear: both;
}

#footer p {
	margin: 0em;
	padding: 0em;
	
	font-size: 0.8em;
	
	text-align: center;
}
		
	.date {
		font-size: 0.8em;
		color: #777;
		}
		
	.date a{
		color: #777;
		}
		
	.date a:hover{
		color: #f00;
		}





	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1em;
			}
					
		ul.mainmenu {
			display: block;
			overflow: auto;
			height: 1%;
			padding: 20px 1px 1px 0;
			border-bottom: 1px solid #ccc;
			}
		
		.mainmenu li {
			float: left;
			position: relative;
			}
			
		.mainmenu li a {
			_width: 1%;
			/* Or else IE6 does a crappy of job of displaying the menu */
			height: 40px;
			display: block;
			padding: 25px 15px 0 15px;
			}
		
		.mainmenu li.home a {
			padding-left: 0;
			}
		
		.mainmenu li a:hover {
			text-decoration: underline;
			}
	
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			margin: 0em;
			padding: 0em;
			color: #00f;
			}
		
		#content h2 a:hover{
			color: #f00;
			text-decoration: underline;
			}
	
		#content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
/*			
		#content .entry {
			padding-left: 25px;
			padding-right: 25px;
			overflow: hidden;
			}
			
		#content .entry_archive {
			padding-left: 25px;
			padding-right: 25px;
			overflow: hidden;
			}
			
*/
			
		.entry_archive p{
			margin: 0em;
			padding: 0em;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 60px;
			}
	
		div.post{
			}
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 10px 0;
			}
			
		#content .commentlist li.comment-item {
			margin: 5px 0;
			padding: 20px 15px 10px 15px;
			list-style-type: none;
			overflow: hidden;
			}
		#content .commentlist li.alt {
			background: #f8f8f8;
			border: 1px solid #ddd;
			padding: 15px 15px 0 15px;
			}
		
		.cmtinfo {
			padding-bottom: 1.0em;
			}
		
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			margin-top: -10px;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.2em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#sidebar ul li a {
			line-height: 1.2em;
			}
		#sidebar ul li a:hover{
			text-decoration: underline;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
			
		div.sidelist, div.next {
		font-size: 1em;
		line-height: 100%;
		color: #000;
		margin-top: 3px;
		}
		
		div.sidelist a, div.next a {
		color: #0000ff;
		text-decoration: none;
		line-height: 110%;
		}
		
		div.sidelist a:hover, div.next a:hover {
		color: #ff0000;
		text-decoration: underline;
		}
		
		div.conlist{
		margin-top: 2px;
		margin-bottom: 3px;
		margin-left: 0px;
		}
	






/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		margin-bottom: 2.0em;
		}
	#content ul li, #content ol li {
		margin: 1.0em 0 1.0em 3.5em;
		}
	#content ul li ul {
		font-size: 1em;
		margin-bottom: 0;
		}
	#content ul li {
		margin-left: 3.0em;
		padding-left: 0.5em;
		list-style-type: circle;
		}
	#content ol li {
		list-style-type: decimal;
		}




/* Headings
----------------------------------------------------------------------------- */


	h1 {
		font-size: 2.2em;
		}

	h2 {
		margin: 0em;
		padding: 0em;
		font-size: 1.1em;
		font-weight: bold;
		}

	h3 {
		font-size: 1em;
		}

	h4 {
		font-size: 1em;
		}
		
		
		
		
/* Images
----------------------------------------------------------------------------- */
  
.cleared, .clear {
  clear: both;
  }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.alignleft {
  float: left;
  }

.alignright {
  float: right;
  }
	
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f0f0f0;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  }

.wp-caption p.wp-caption-text {
  line-height: 1em;
  padding: 0;
  margin: -0.75em 0em -0.75em 0.5em;
  }
	
	
/*
	#content img {
		padding: 10px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}
*/		
		
	#content img.lista{
		padding: 0;
		border: 0;
		margin: 0;
		}
		
		
	#topimg img{
		padding: 0;
		}
	






/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		display: block;
		padding: 0;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		border-left: 5px solid #eee;
		padding-left: 15px;
		}

	pre {
		margin-bottom: 1.5em;
		}
	code {
		font: 1em/1.8em "Courier New", Courier, mono;
		}

	.center {
		text-align: center;
		}

		
		
/* TOP PAGE
-------------------------------------------------------------------------- */
#mc h1{font-size:13px; color:#777; margin-top:0px; margin-bottom:0px;}


#md div{margin-top:0px;}
#md div.midashi{font-size:1em; color:#000099;}
#md img{float:right; margin-left5px; margin-bottom:5px;}

a img{border:0px;}



a.noline:active{text-decoration:underline; color:#0066ff}

div.shanc{margin-bottom:5px;}
div.shanc a{font-weight:bold;}



div.xsmall{font-size:x-small; color:#575757;}
div.mgcr{margin-right:5px; margin-left:5px; color:#ff4500;}
div.mg{margin-right:5px; margin-left:5px;}


/*マージン設定*/
.mgt5{margin-top:5px;}
.mgt10{margin-top:10px;}
.mgt15{margin-top:15px;}
.mgb5{margin-bottom:5px;}
.mgb10{margin-bottom:10px;}
.mgb15{margin-bottom:15px;}

.mgt5r5{margin: 5px 5px 0px 0px;}


/*個別設定*/
/*トップ*/
div.bgg{border:1px solid #0000cc; margin-top:2px; padding:3px; width:240px;}
div.bgb{border:1px solid #0000cc; margin-top:2px; padding:3px; width:240px;}
#md strong{color:#000066;}

.bgg a{display:block; text-decoration:none; color:black;}
.bgg a:hover{display:block; text-decoration:underline; color:black;}
.bgb a{display:block; text-decoration:none; color:black;}
.bgb a:hover{display:block; text-decoration:underline; color:black;}


table.t_t{
width: 500px;
}

img.tspace{
width: 250px;
height: 1px;
}

