/*
* Theme Name: McKernan Live
* Theme URI:www.mckernanlive.com
* Description: The custom built theme of McKernanLive.com
* Author: Kevin McKernan
* Author URI: www.mckernanlive.com
* Version:1.0
*
* License: Copyright 2009 McKernanLive.com
 */
BODY
{
	margin: 0px;
	padding: 0px;
	background-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
}
#outside_container
{
	background: #303030;
}
#container
{
	background: url(images/background.png) no-repeat;
	min-height: 1134px;
	width: 1200px;
	position: relative;
}
#sidebar
{
	position: absolute;
	top: 224px;
	left: 910px;
}
/*
Logo / Menu / Panel Positioning
*/
#logo
{
	position: absolute;
	top: 58px;
	left: 51px;
}
#panel
{
	position: absolute;
	top: 225px;
	left: 102px;
}
UL#menu
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 263px;
	left: 120px;
}
UL#right_menu
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 263px;
	right: 125px;
}
UL#menu LI, UL#right_menu LI
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	display: inline;
}
UL#menu LI A, UL#right_menu LI A
{
	text-decoration: none;
	color: #FFFFFF;
}
UL#menu LI A:hover, UL#right_menu LI A:hover
{
	text-decoration: none;
	color: #999999;
}
/*
Content
*/
#content
{
	padding-top: 325px;
	padding-left: 120px;
	width: 815px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}
.column1
{
	float: left;
	width: 230px;
	margin-right: 30px;
}
.column2
{
	float: left;
	width: 230px;
	margin-right: 30px;
}
.column3
{
	float: left;
	width: 270px;
}
#h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #DBAA70;
	margin: 0px 0px 20px;
	font-weight: normal;
}
UL.work
{
	margin: 0px;
	padding: 0px;
}
UL.work LI
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
UL.work LI A
{
	color: #E0B882;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 10px;
}
UL.work LI A IMG
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
UL.work LI A H4
{
	color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	font-size: 13px;
}
UL.work LI A:hover, UL.work LI A:hover H4
{
	color: #FFFFFF;
}
/*
Footer
*/
#footer
{
	padding: 20px 40px 70px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
}
#footer IMG
{
	float: left;
	margin-right: 10px;
}
#footer SPAN
{
	display: block;
	float: left;
	width: 250px;
}
#footer A
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer A:hover
{
	color: #FFFFFF;
}
/*
General Styles
*/
A IMG
{
	border: 0px solid #000000;
}
.h2 A
{
	color: #DBAA70;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 20px;
	font-size: 1.5em;
	text-decoration: none;
}
A
{
	font-weight: bold;
}
#content A:link
{
	color: #DBAA70;
}
#content A:visited
{
	color: #DBAA70;
	font-style: italic;
}
