/*  
Theme Name: Coffee and Caffeine
Theme URI: http://www.coffeeandcaffeine.com/
Description: The default Coffee and Caffeine theme.
Version: 1.0
Author: Coffee and Caffeine
*/

*
{
	background-repeat:no-repeat;
	margin:0px;
	outline:none;
	padding:0px;
}

a
{
	color:#0037b3;
}

body
{
	background-image:url(images/body.png);
	background-repeat:repeat-x;
	color:#333333;
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	font-size:15px;
}

#container
{
	margin:0px auto;
	width:960px;
}

#identity
{
	display:inline;
	float:left;
	height:206px;
	width:708px;
}

#identity h1 a
{
	background-image:url(images/identity.png);
	background-position:0px center;
	display:block;
	height:206px;
	text-indent:-9999px;
	width:708px;
}

#navigation
{
	display:inline;
	float:right;
	height:206px;
	text-align:center;
	width:228px;
}

#navigation div
{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	margin:36px 0px 36px 0px;
	text-align:center;
}

#navigation ul
{
	list-style:none;
	margin:24px 0px;
}

#navigation ul li
{
	line-height:24px;
}

#navigation ul li a
{
	color:#ffffff;
}

#content
{
	clear:both;
	overflow:hidden;
	width:960px;
}

#main
{
	display:inline;
	float:left;
	padding:24px 0px;
	width:708px;
}

#main h2
{
	color:#0037b3;
	font-size:21px;
	margin:24px 0px;
}

#main h3
{
	font-size:15px;
	margin:24px 0px;
}

#main p
{
	margin:24px 0px;
	line-height:24px;
	text-align:justify;
}

#main ul
{
	list-style:none;
	margin:24px 0px;
}

#main ul li
{
	line-height:24px;
}

#sidebar
{
	display:inline;
	float:right;
	padding:24px 0px;
	text-align:center;
	width:228px;
}

#sidebar h4
{
	font-size:21px;
	margin:24px 0px;
}

#sidebar div.advertisement a img
{
	border:none;
}

#copyright
{
	border-top:#cccccc solid 1px;
	padding:24px 0px;
	text-align:center;
}