/*
+---------------------------------------+
|Theme Name: Tan-Com.Com		|
|Description: The Tan-Com.Com CSS Theme	|
|Version: 5.0				|
|Author: Jake Wasdin & Tyler Nienhouse	|
|Author URI: http://tan-com.net/	|
+---------------------------------------+
*/

body {
	background: #8d9cb1;
	font-family: Verdana, Arial, Helvetica, "Liberation Sans", Candara, Optima, "DejaVu Sans", "Bitstream Vera Sans", Candara, "Nimbus Sans L", Arial, "Segoe UI", Segoe, "Luxi Sans", Verdana, "MS Sans Serif", Sans, sans-serif;
	margin: 0px;
}

img {
	border: 0px solid;
}

#header {
	background: #8d9cb1 url('http://tan-com.net/content/images/header.jpg') no-repeat top left;
	color: #404040;
	font-size: 40px;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

#side {
	float: left;
	width: 220px;
	margin-top: 2px;
	margin-left: 0px
}
#side h1 {
	color: #ffffff;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
#sidebar-top {
	background: url('http://tan-com.net/content/images/sidetop.png') repeat-y;
	width: 225px;
	height: 20px;
}
#sidebar {
	background: url('http://tan-com.net/content/images/side-bg.png') repeat-y;
	min-height: 400px;
	width: 225px;
}
#sidebar h1 {
	color: #ffffff;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
#sidebar ul {
	font-size: 20px;
	list-style: none;
}
#sidebar li {
	margin: auto -40px;
}
#sidebar a {
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}
#sidebar a:hover {
	color: #bfbfbf;
	font-size: 20px;
	text-decoration: underline;
}
#sidebar-bottom {
	background: url('http://tan-com.net/content/images/sidebottom.png') repeat-y;
	width: 225px;
	height: 20px;
}

.menu {
	margin: 0px;
	width: 220px; 
	list-style: none;
	text-decoration: none !important;
}
.menu li {
	padding: auto 0px;
	height: 40px;
	display: block;
	text-decoration: none !important;
	width: 215px;
}
.menu li a {
	text-align: left;
	height: 40px;
	padding-top: 7px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: block;
	background: url('http://tan-com.net/content/images/menu/menu.png') no-repeat;
	text-decoration: none !important;
	margin-top: 1px;
	padding-left: 15px;
}
.menu li a:hover {
	background: url('http://tan-com.net/content/images/menu/menu-hover.png') no-repeat; 
	color: #ffffff;
	text-decoration: none !important;
	width: 230px;
}
.menu li a.active, .menu li a.active:hover {
	background: url('http://tan-com.net/content/images/menu/menu-active.png') no-repeat; 
	color: #ffffff;
	text-decoration: none !important;
	width: 240px;
}
.menu li a span {
	line-height: 40px;
 	padding: auto;
	text-decoration: none !important;
}


#linux {
	width: 200px;
	height: 300px;
	float:right;
}

#content {
	background: #e7edf6;
	text-align: justify;
	min-height: 420px;
	margin-left: 225px;
	margin-right: 15px;
	margin-top: 5px;
}
#content h1 {
	color: #005687;
	font-size: 25px;
	text-align: center;
	text-decoration: underline;
}
#content p {
	color: #292929;
	font-size: 15px;
	margin: 10px;
}
#content a {
	color: #005687;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content address {
	color: #5e5e5e;
	font-size: 13px;
	text-decoration: italic;
	margin: 20px;
}
#content blockquote {
	background: #bccfea;
	color: #2b5a9b;
	font-size: 13px;
	text-align: center;
	width: 450px;
	margin: auto;
	padding: 5px;
	border: 1px solid #005687;
}
#news {
	background: #bccfea;
	color: #456200;
	text-align: justify;
	width: 450px;
	margin: auto;
	padding: 5px;
	border: 1px solid #005687;
}
#tl {
	background: url('http://tan-com.net/content/images/tl.png') top left no-repeat;
	min-height: 420px;
}
#tr {
	background: url('http://tan-com.net/content/images/tr.png') top right no-repeat;
	min-height: 420px;
}
#bl {
	background: url('http://tan-com.net/content/images/bl.png') bottom left no-repeat;
	min-height: 420px;
}
#br {
	background: url('http://tan-com.net/content/images/br.png') bottom right no-repeat;
	min-height: 420px;
	padding: 20px;
}

#footer {
	background: url('http://tan-com.net/content/images/footer.png') top left repeat;
	border: 1px dashed #005687;
	margin-left: 225px;
	margin-right: 15px;
	margin-top: 10px;
}
#footer p {
	color: #e8ecd1;
	text-align: center;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
