/*
Theme Name: 102Theme
Theme URI: http://wordpress.org/
Description: Custom theme for 102degrees.com
Version: 1.0
Author: Kat Asharya
Author URI: http://katasharya.com/
Tags: custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*//////////////////////////////////////////////////////////////////////////////////
					102 DEGREES STYLESHEET
//////////////////////////////////////////////////////////////////////////////////*/


#content-container
{
	margin: 0 auto;
	width: 800px;
}

#header
{
	width: 800px;
	padding-top: 10px;
	height: 150px;
}

#navigation
{
	position:relative;
	width: 800px;
	background-color:#e3e3e3;
	border-bottom:1px dotted;
}

#content
{
	float: left;
	width: 400px;
	text-align: left;
	padding-right: 10px;
		padding-bottom: 10px;
			padding-top: 10px;

}

#sidebar
{

	float: left;
	width: 375px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
		padding-top: 10px;
	border-left:1px dotted;


}

#bottom
{
	clear: both;
	width: 800px;
	border-bottom:1px dotted;
		border-top:1px dotted;
		text-align: left;
	background-color: black;
	background-image:url('http://www.102degrees.com/wordpress/wp-content/uploads/2010/06/amps-on-stage-color.jpg');
	padding-left:0px;
		padding-bottom:0px;
			padding-top: 0px;

}

#footer
{
	clear: both;
	width: 800px;
		padding-top: 10px;


}

body
{
	text-align: center;
}

p
{
	font-family: Trebuchet MS, Helvetica, sans-serif; 
	font-size: 14px;
}

p.bottom
{
	font-family: Trebuchet MS, Helvetica, sans-serif; 
	font-size: 12px;
	color:white;
}

h1

{
	font-family: "Arial Black", sans-serif;
	font-size: 20px;
		color: red;
	letter-spacing:1.5px;
}

h2

{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	letter-spacing:1px;
}

h3

{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	letter-spacing:1px;
}

h4

{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

h5

{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	color: black;
}


a

{
	color: #666666;
	
}



table.bottom, td.bottom, th.bottom
{
border:0px;
padding:5px;
}



/*//////////////////////////////////////////////////////////////////////////////////
										Navigation
//////////////////////////////////////////////////////////////////////////////////*/

ul.navigation
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
li.navigation
{
float:left;
display:block;
width:120px;
color:#000000;
background-color:#e3e3e3;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
font-family: "Arial Black", sans-serif; 
font-size:10px;
letter-spacing:1px;
}

a.navigation:link,a.navigation:visited
{
display:block;
width:120px;
color:#000000;
background-color:#e3e3e3;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
font-family: "Arial Black", sans-serif; 
font-size:10px;
letter-spacing:1px;
}

a.navigation:hover,a.navigation:active
{
background-color:#e3e3e3;
color:red;
}



