/*
Theme Name: GiftsFromGamers
Theme URI: http://www.thechosenmedia.com
Description: A simple theme for Andrew blog
Version: 1.0
Author: Andrew Lancaster
Author URI: http://www.thechosenmedia.com

*/



html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #999999;
	background: #333333 url(images/main-bg.jpg) no-repeat center top;
	text-align: center;
}

.hidden {
	display: none;
}

#container {
	width: 844px;
	margin: auto;
	text-align: left;
}

#page-container {
	width: 844px;
	margin: auto;
	text-align: left;
	height: auto;
	background: #0d2642;
}

#spacer {
	height: 48px;
}

/* Main Navigation */

#main-nav {
	height: 32px;
	background-repeat: repeat-x;
	background-color: none;
}

#main-nav dl { margin: 0; padding: 0; }

#main-nav .padding {
	padding: 0px;
}

/* IE5 Mac Hack \*/ 
#main-nav { padding-right: 11px; } 
/*/ 
#main-nav { padding-left: 11px; overflow: hidden; } 
/* End Hack */

#main-nav dt { float: right; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:32px; /* IE 5/Win hack */ 
	padding: 32px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -32px;
}

#main-nav dt#home,
#main-nav dt#home a { width: 100px; margin-right: 2px; background-image: url(images/nav/home.gif); }

#main-nav dt#aboutus,
#main-nav dt#aboutus a { width: 100px; margin-right: 2px; background-image: url(images/nav/aboutus.gif); }

#main-nav dt#services,
#main-nav dt#services a { width: 100px; margin-right: 2px; background-image: url(images/nav/services.gif); }

#main-nav dt#jobs,
#main-nav dt#jobs a { width: 100px; margin-right: 2px; background-image: url(images/nav/jobs.gif); }

#main-nav dt#partners,
#main-nav dt#partners a { width: 100px; margin-right: 2px; background-image: url(images/nav/partners.gif); }

#main-nav dt#contactus,
#main-nav dt#contactus a { width: 100px; margin-right: 2px; background-image: url(images/nav/contactus.gif); }

body.home dt#home,
body.home dt#home a,
body.home dt#home a:hover,
body.aboutus dt#aboutus,
body.aboutus dt#aboutus a,
body.aboutus dt#aboutus a:hover,
body.services dt#services,
body.services dt#services a,
body.services dt#services a:hover,
body.jobs dt#jobs,
body.jobs dt#jobs a,
body.jobs dt#jobs a:hover,
body.partners dt#partners,
body.partners dt#partners a,
body.partners dt#partners a:hover,
body.contactus dt#contactus,
body.contactus dt#contactus a,
body.contactus dt#contactus a:hover {
	background-position: 0 -32px;
}

#header {
	margin-top: 96px;
	height: 92px;
	background: none;
}

#sidebar-a ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
}

#sidebar-a li{
	padding: 0px;
	border-bottom: #0c223b 1px dotted;
	line-height: 130%;
}

#sidebar-a ul li ul {
	font-size: 80%;
	margin-left: 15px;
	padding: 0;
}

#sidebar-a li a{
	text-indent: 4px;
	color: #2976cb;
	text-decoration: none;
	padding: 4px 6px 4px 2px;
	display: block;
}
#sidebar-a li a:visited{
	color: #2976cb;
	text-decoration: none;
}
#sidebar-a li a:hover{
	text-decoration: none;
	color: #fec500;
}

#sidebar-a {
	list-style-position: inside;
	list-style:none;
	clear: both;
	background-color: #071321;
	line-height: 18px;
	float: right;
	width: 250px;
}

#sidebar-a h3 {
	margin: 4px 2px 2px 2px;
	border-bottom: 1px dotted #173862;
	color: #173862;
	letter-spacing: -1px;
}

#sidebar-a a {
	color: #1e5491;
	text-decoration: none;
}

#sidebar-a a:hover {
	color: #3292fd;
}

#sidebar-a .padding {
	padding: 14px;
}

#content {
	line-height: 18px;
	margin-right: 250px;
}

#contentbox {
	margin: 3px;
}

.clearboth { clear: both; }

#content .padding {
	padding: 0px 16px 16px;
	margin: 0px;
}

#content h2 {
	color: #4296c5;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #173862;
	letter-spacing: -1px;
	font: normal 180% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 2px;
}
#content h2 a, h2 a:visited{
	color: #4296c5;
	text-decoration:none;
}
#content h2 a:hover {
	color:#fec500;
	text-decoration:none;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content a {
	color: #fec500;
	text-decoration: none;
}

#content a:hover {
	color: #fec500;
	text-decoration: underline;
}

#commentbox {
	margin: 3px;
	background: #132f52;
	border: 1px solid #173862;
}

#footer {
	display: block;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #193d6b;
	border-top: 1px solid #173862;
	padding: 13px 25px;
	line-height: 18px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
	padding-top: 13px;
}

#footer #copyright {
	padding-top: 13px;
}

#footer a {
	color: #193d6b;
	text-decoration: none;
}

#footer a:hover {
	color: #21518d;
}

h1 {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 20px;
	padding-left: 50px;
}

.left {
	float:left;
}
img.left {
	float:left;
	margin: 2px 10px 5px 0px;
}
a img.left {
	border: 1px solid #173862;;
	padding: 4px;
	background: #0d2642;
}
a:hover img.left{
	border-color: #3292fd;
	background: #071321;
}