/*  
Theme Name: Simply Basic
Theme URI: http://www.bballcity.com/download/themes/simply-basic/
Description: A wordpress theme by Ash Haque and Bjarke Sølverbæk
Version: 1.5
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
9. Progress Bar
*/


/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:active {
		text-decoration: none;
		color: #58a;
		}
	* a:visited {
		text-decoration: none;
		color: #999;
		}
		
	* a:hover {
		color: #c60;
		text-decoration: none;
		cursor: pointer;
		/* works well for onclick anchors */
		}
	
	: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;
		text-align: center;
		color: #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: 10px;
		margin-left: 50px;
		margin-bottom: 20px;
		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: 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;
		}





	/* Header
	----------------------------------------------------------------------------- */
	
		#header {
			/*background-color: #fff6e5*/
			border-left: 20px #ffbe4e solid;
			}
		#header h1 a {
			color: #666;
			text-decoration: none;
			}
			
		#header p.description {
			color: #999;
			font-size: 1.2em;
			}
					
		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 {
			color: #444;
			}*/

		#content h2 a {
			color: #c60;
			}
	
		#content p a, #content .metadata a {
			color: #58a;
			padding-bottom: 2px;
			border-bottom: 1px solid #ddd;
			}
	
		#content .post .entry a:hover, #content .post .metadata a:hover  {
			color: #c60;
			}

		#content p a:link, #content .metadata a:link, #content p a:visited, #content .metadata a:visited, #content p a:active, #content .metadata a:active {
			text-decoration: none;
			}
			
		#content p a:visited {
			color: #999;
			}

		#content .metadata a:visited {
			color: #58a;
			}
	
		#content p {
			font-family: Georgia, Verdana, Arial, Sans-Serif;
			font-size: 140%;
			line-height: 140%;
			padding: 13px 0;
			color: #444;
			text-align: left;
			}
		#content table {
			font-family: Georgia, Verdana, Arial, Sans-Serif;
			font-size: 140%;
			line-height: 140%;
			color: #444;
			text-align: left;
		}	
		#content table tr td {
			vertical-align: top;
			padding: 5px;
		}
		#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: 10px;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 60px;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
			margin: 10px 0;
			padding: 25px 0 10px 0;
			list-style-type: none;
			width: 100%;
			overflow: auto;
			height: 1%;
			}
			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar {
			line-height: 1.5em;
			}
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		/*#sidebar div a {
			line-height: 1.7em;
			}*/
			
		#sidebar h2 {
border-bottom: 1px solid #999;
font-size: 120%;
color: #999;
			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 {
		font-family: Georgia, Verdana, Arial;
		font-size: 110%;
		color: #444;
		text-align: left;
		line-height: 140%;
		padding: 5px 0 5px;
		}

	#content ul li a, #content ol li a {
		line-height: 140%;
		}

	#content .post ol {
		padding-left: 25px;
		*padding-left: 30px;
		}
		
	#content .post ul li {
		padding-left: 20px;
		/*background: url(images/bullet.gif) center left no-repeat;*/
		}




/* 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: #999;
		font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, 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;
margin: 10px;
		border: 1px solid #ccc;
		max-width: 100%;
		display: block;
		/*margin: 0 auto;*/
		}
#content img.img-no-border {
padding: 0px;
margin: 0px;
		border: none;
		max-width: 100%;
		/*display: block;*/
		/*margin: 0 auto;*/
}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
#content img.inline {
border: 0pt none ; margin: 0pt; padding: 0pt; display: inline
}
		
	#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 {
		display: block;
		padding: 0 0 0 60px;
		width: 350px;
		}
	blockquote:before, blockquote:after {
		color: #ea4;
		display: block;
		font-size: 700%;
		width: 50px;
		font-family: Georgia;
		}
	blockquote:before {
		content: open-quote;
		height: 0;
		margin-left: -0.55em;
		}
	blockquote:after {
		content: close-quote;
		height: 50px;
		margin-top: -50px;   
		margin-left: 360px;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}
/* Progress
----------------------------------------------- */

.prog-border {
  height: 10px;
  width: 200px;
  background: #fff;
  border: 1px solid silver;
  margin: 0px;
  padding: 0px;
}

.prog-bar {
  height: 6px;
  margin: 2px;
  padding: 0px;
  background: #58a;
}
.prog-bar-w {
  height: 6px;
  margin: 2px;
  padding: 0px;
  background: #e97500;
}

.prog-text {
  font-size: 1em;
}
.prog-minitext {
  font-size: 0.8em;
  margin-top: -2px;
  margin-left: 15px;
}
/* daily word count calendar
--------------------------------------------------*/
#gb-calendar td {	
	border: 1px solid #aaa;
}

#gb-calendar .gb_filled {
	background-color: #f0f8ff;
}

#gb-calendar .gb_empty {
	background-color: #f4f4f4;
}

#gb-calendar table {
	border: 1px solid #ccc;
	margin: .5em;
	width: 100%;
	width: 450px;
}
