/*   
Theme Name: Cloning the classics
Theme URI: http://cloningtheclassics.com
Description: Default theme
Author: CloningTheClassics.com
Author URI: http://cloningtheclassics.com
*/

/* Main Body */
body
{
	font-family: verdana, sans-serif;
	//font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000000;
}

#container
{
	width: 760px;
	padding: 30px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	margin: 0 auto;
}

/* Header */
#header
{
	width: 500px;
	border-left: 4px solid #ccc;
	border-right: 4px solid #ccc;
	margin: 0 auto;
	margin-bottom: 20px;
	//font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 0.4em;
	text-align: center;
	color: #ffffff;
}

#header a, a:visited
{
	text-decoration: none;
	color: #ffffff;
}

/* Navigation */
#tabnav
{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited
{
	float: left;
	background: #000000;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #000;
	background: #000000;
	color: #ccc;
}

#tabnav a:hover
{
	background: #000000;
	color: #fff;
}

/* Main Content */

.code
{
	color: #999;
	background-color: #ffffff; 
	border: medium double rgb(0,0,0);
}

#content h2
{
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

#content
{
	width: 550px;
	min-height: 550px;
	margin-top: 15px;
	color: #999;//#ffffff;
}
	
#content h2
{
	font-size: 20px;
	color: #999;//#ffffff;
	text-decoration: none;
}

#content p
{
	font-size: 12px;
	color: #999;//#ffffff;
}
	
#content a, a:visited
{
	color: #0000ff;
	text-decoration: underline;
}
	
#content a:hover
{
	color: #0000ff;
}

/* Sidebar */
#sidebar
{
	width: 190px;
	float: right;
	clear: none;
	margin-top: 15px;
	color: #ffffff;
}
	
#sidebar h3
{
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
	
#sidebar ul
{
	font-size: 12px;
	//list-style-type: square;//none;
}
	
#sidebar a, a:visited
{
	color: #666666;
	text-decoration: underline;
}
	
#sidebar a:hover
{
	color: #0000ff;
}

/* footer */
#footer
{
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
}
	
#footer a, a:visited
{
	color: #666666;
	text-decoration: underline;
}
	
#footer a:hover
{
	color: #0000ff;
}