/*  
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
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #ff0033; /* color: #06c; */
		}
		
	* a:hover {
		cursor: pointer;
		/* works well for onclick anchors */
		text-decoration: underline;
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		margin-bottom: 0.1em;
		background: #fff;
		}

	body {
		font-size: 62.5%; /* Sets the page font to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		/* font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif; */
		text-align: center;
		color: #000; /* #444; */
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
		}

	#wrapper {
		width: 746px;
		margin: 0 auto;
		padding: 50px 0;
		text-align: left;
		font-size: 1.1em;
		}
		
	#header {
		padding: 1px;
		border: 1px solid #fff;
		}

	#main {
		padding: 50px 0 0;
		}

	#content {
		float:left;
		width: 500px;
		padding: 1px 0 60px;
		border: 1px solid #fff;
		}
		
	#sidebar {
		float: right;
		width: 150px; /* width: 210px; */
		padding: 1px 0 60px;
		border: 1px solid #fff;
		}
		
	#footer {
		padding: 60px 0;
		*padding: 30px 0;
		/* IE6 and IE7 hack */
		clear: both;
		border-top: 1px solid #ccc;
		border-bottom: 0;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		/* font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif; */
		}





/* Header
----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			margin-top: 5px;
			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;
			}
		
		#header .feed {
			float: right;
			margin-top: -19px;
			}
		
		#header .feed:after {
			clear: both;
			}
	
	
				
/* Content
----------------------------------------------------------------------------- */
	
		#content {
			font-size: 1.1em;
			}
	
		#content h2, #content h2 a {
			color: #ff0033; /* color: #444; */
			}
	
		/* entry title */
		#content .post h2 {
			font-size: 1.5em; /* font-size: 1.8em; */
			}
	
		#content p a, #content .metadata a {
			color: #06c;
			/* padding-bottom: 2px; */
			/* border-bottom: 1px solid #ddd; */
			}
	
		#content p a:hover, #content .metadata a:hover {
			/* border-bottom: 1px solid #06c; */ /* border-bottom: 1px solid #666; */
			}
			
		#content p a:visited, #content .metadata a:visited {
			color: #06c; /* color: #444; */
			}
	
		#content p {
			font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			color: #000; /* #444 */
			text-align: justify;
			line-height: 200%;
			}
	
		#content p, #content h3, #content blockquote {
			margin-bottom: 1.5em;
			}
	
		#content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
			
		#content .entry {
			padding-top: 20px;
			overflow: hidden;
			}
	
		#content .metadata {
			display: block;
			margin: 20px 0 60px;
			}
	
		#content .article_link_bottom {
			display: block;
			margin: -10px 0 30px;
			line-height : 200%;
			}

		#content .date {
			/* font-weight: bold; */
			font-size: 0.9em;
			color: #444;
			}

		#content .asciiart p {
			font-size: 12px;
			font-family:'MS PGothic', 'Osaka', Meiryo, sans-serif;
			line-height: 110%;
			}	
	
	



/* Page
----------------------------------------------------------------------------- */

		#content .page .title {
			font-weight: bold;
			}

		#content .page .title a {
			color: #ff0033;
			}

		#content .page .title a:hover {
			border-bottom: 1px solid #ff0033;
			}
			
		#content .page .title a:visited {
			color: #ff0033;
			}

		#content .page p {
			line-height: 150%;
			}

		#content .page .category_title {
			font-weight: bold;
			}





/* 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; */
			font-size: 1.1em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
/* Sidebar
----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#sidebar ul li a {
			line-height: 1.9em;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
	
	
	
	
	
/* Footer
----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 2.2em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		margin-top: -0.5em;
		margin-bottom: 1.0em;
		}
	#content ul li, #content ol li {
		margin: 1.0em 0 1.0em 3.5em;
		line-height: 150%;
		}
	#content ul li ul {
		font-size: 1.0em;
		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, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #444;
		font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		/* font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif; */
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 2.0em;
		}

	h3 {
		font-size: 1.8em;
		}

	h4 {
		font-size: 1.6em;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 10px;
		border: 1px solid #ccc;
		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 */
		}





/* 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 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		border-left: 5px solid #eee;
		padding-left: 15px;
		}

	
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}






/* Code
----------------------------------------------------------------------------- */

	pre {
		margin-bottom: 2em; /* margin-bottom: 1.5em; */
		padding: 0.5em 0.8em 0.2em 0.8em;
		border: 1px solid #aaaaaa;
		background-color: #fefbfd; /* #fcfcfc; */
		}

	/* Browser specific (not valid) styles to make preformatted text wrap （折り返しにする） */
	pre {
		white-space: pre-wrap;       /* css-3 */
		white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
		white-space: -pre-wrap;      /* Opera 4-6 */
		white-space: -o-pre-wrap;    /* Opera 7 */
		word-wrap: break-word;       /* Internet Explorer 5.5+ */
		}
	
	code {
		/* font: 1.2em/1.8em "Courier New", Courier, mono; */
		line-height: 130%;
		font-size: 12px; /* font-size: 1.3em; */
		}

	.swf {
		padding: 1px;
		background-color: #000000;
		}
