/*  
Theme Name: Simply Basic
Theme URI: http://www.bballcity.com/download/themes/simply-basic/
Description: A wordpress theme by Ash Haque
Version: 1.4
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
*/

/*
FARBEN
Magenta: #ff0099
Cyan: #00a5ff
Weiss: #fff
Hellgrau fuer Menues: #2c2829
Hellstes Grau: #f4f4f4
Schriftgrau dunkler: #333
Schriftgrau heller: #2c2829

FARBEN IRINA
Rot: #e00023
Textfarbe Grau: #2c2829
Textfarbe Tuerkis: #1bdeea
(Hintergrund: #fdfdfd)
*/


/* 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: #2c2829;
		padding-bottom: 0px;
		border-bottom: 1px dotted #e00023;
		}
		
	* a:hover {
		color: #fff;
		background-color: #e00023;
		border-bottom: 1px dotted #fff;
		cursor: pointer;
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		border-bottom: none;
		background-color: transparent;
		}
	
	: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: #000;
		}
		
	.top {
		background: #fff;
		width: 100%;
		padding: 10px 0;
		border-bottom: none;
		font-size: 1.1em;
		}

	#wrapper {
		width: 860px;
		margin: 0 auto;
		padding: 30px 0;
		text-align: left;
		font-size: 1.1em;
		}
		
	#header {
		padding: 1px;
		border: none;
		}

	#main {
		padding: 30px 0 0;
		}

	#content {
		float:left;
		width: 620px;
		padding: 1px 0 30px;
		border: none;
		}
		
	#sidebar {
		float: right;
		width: 210px;
		padding: 1px 0 30px;
		border: none;
		}
		
	#footer {
		padding: 0px 0;
		clear: both;
		/*border-top: 1px dotted #1bdeea;*/
		border-bottom: none;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}





	/* Header
	----------------------------------------------------------------------------- */
		#header a {
			border-bottom: none;
			background-color: transparent;
			}
			
	/*	#header a {
			color: #000;
			padding-bottom: 2px;
			background-color: #1bdeea;
			}

		#header a:hover {
			color: #fff;
			background-color: #1bdeea;
			border-bottom: 1px dotted #fff;
			}
			*/
			
		#header h1 a {
			}
			
			
		#header p.description {
			font-size: 1.2em;
			}
			
		#mainmenu {
			display: block;
			overflow: auto;
			height: 1%;
			padding: 1px 1px 1px 0;
			border-bottom: 1px dotted #e00023;
			border-top: 1px dotted #e00023;
			color: #fff;
			background: url(images/littlebird.gif) center right no-repeat;	
			}
		
		#mainmenu li {
			float: left;
			position: relative;
			color: #fff;
			background-color: #fff;
			}
			
		#mainmenu li a {
			color: #e00023;
			_width: 1%;
			height: 25px;
			display: block;
			padding: 15px 15px 0 15px;
			border-right: 1px solid #fff;
			border-bottom: none;
			}
		
		#mainmenu li.home a {
			padding-left: 15px;
			}
		
		#mainmenu li a:hover {
			background-color: #e00023;
			color: #fff;
			}
			

	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			display: block;
			color: #1bdeea;
			border-top: 1px dotted #1bdeea;
			border-bottom: 1px dotted #1bdeea;
			padding: 5px 0px 5px 0px;
			}
		
		#content h2 a:hover {
			color: #fff;
			background-color: #1bdeea;
			}
	
		#content p a, #content .metadata a {
			color: #2c2829;
			padding-bottom: 2px;
			border-bottom: 1px dotted #e00023;
			}
	
		#content p a:hover, #content .metadata a:hover {
			color: #fff;
			background-color: #e00023;
			border-bottom: 1px dotted #fff;
			}
			
		#content p a:visited, #content .metadata a:visited {
			border-bottom: 1px dotted #e00023;
			}
	
		#content p {
			font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 13px 0;
			color: #333;
			text-align: justify;
			}
	
		#content h3 {
			border-bottom: 1px solid #333;
			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: 5px 0 5px;
			color: #999;
			font-size: 0.9em;
			line-height:1.6em;
			border-bottom: 1px dotted #1bdeea;
			background-color: #fff;
			}
		
		#content .comment {
			display: block;
			padding: 5px 0 9px 0;
			border-top: 1px dotted #1bdeea;
			}
		
		#content .date {
			color: #ccc;
			}
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			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: #000;
			}
			
		.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.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#sidebar ul li a {
			line-height: 1.9em;
			display: block;
			}
			
		#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 {
		line-height: 2em;
		padding: 15px 0 15px;
		}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}

	#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: #000;
		font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		border-bottom: none;
		background-color: transparent;
		}

	h1 {
		font-size: 2.0em;
		display: block;
		padding: 5px 0 5px;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		}

	h2 {
		font-size: 2.0em;
		}

	h3 {
		font-size: 1.8em;
		}

	h4 {
		font-size: 1.6em;
		}

		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 0px;
		border: none;
		max-width: 90%;
		/*display: block;*/
		margin: 0;
		border-bottom: none;
		background-color: transparent;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0;
		border-bottom: none;
		background-color: transparent;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		}




/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(images/quote.gif) top left no-repeat;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
		display: none;
		}