/* Custom Computer Solutions style sheet */

/* General Styles */
body { margin: 0; padding: 0; background: #FFFFFF url(images/img01.jpg) repeat-x; color: #333333; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3 {font-family: Arial, Helvetica, sans-serif; color: #000215; }
h2 { text-transform: uppercase; font-size: 1.3em;}
p, blockquote, ul, ol {line-height: 18px;text-align: justify;}
a { color: #FFFFFF; }
a.blank {}
a:hover a:focus a:active{text-decoration: none;}

/* Header */

#header { width: 800px; height: 68px; margin: 0 auto;}
#header img {
	margin-top: 12px;
	margin-left: 60px;
	border-style: none;
}

/* Menu */

#menu { width: 720px; height: 48px; clear: both; margin-top: 0; margin-bottom: 0; margin-left: auto; margin-right: auto; }
#menu ul { padding: 0; list-style: none; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; }
#menu li {display: inline;}
#menu a {
	display: block;
	float: left;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold
}
#menu a:hover, #menu a:focus, #munu a:active { color: #859FEB; }

/* Content */

#content { width: 820px; margin: 0 auto 20px auto; padding: 20px; }

/* Main Content */

#posts { float: right; width: 650px; margin-bottom: 15px; }
.post p { font-size: 0.8em; line-height: 1.5em; }
.post p.quote {
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: italic;
	color: #000033;
	margin-right: 10px;
	margin-left: 10px;
}
.post a { color: #000099; text-decoration: none; border-style: none; font-weight: bolder; }
.post a:hover, .post a:focus, .post a:active { color: #0000FF; text-decoration: underline; }
.post li { margin-left: -10px; line-height: 1.7em; font-size: 0.8em; color: #000033; padding-left: 5px; }
.post img.center { margin-left: 80px; }
.post img.banner { margin-left: 10px; }
.post h1 { font-size: 1.2em; text-transform: uppercase; letter-spacing: 0.2em; color: #000216; }
.post h2 { text-transform: uppercase; font-size: 0.9em; color: #000215; }
.post img.right { float: right; margin: 3px 0 0 15px; border-style: none; }

/* Links */

#links { width: 140px; }
#links ul { margin: 0; padding: 0; list-style: none; }
#links li ul { width: 100%; padding-top: 2px; padding-right: 0; padding-bottom: 5px; padding-left: 0px; }
#links li li { padding-top: 3px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; background-color: #6A6A6A; display: block; color: #630912; margin-bottom: 5px; }
#links li a { text-decoration: none; font-size: 0.75em; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 120%; text-transform: none; font-style: normal; }
#links li a:hover,#links li a:focus, #links li a:active   { color: #859FEB; }
.linkbar a { color: #000215; font-weight: bold; text-decoration: none; font-size: 0.75em; }
#links li h2 { font-size: 0.6em; text-transform: uppercase; }
#links h3 { text-align: left; color: #000217; font-weight: normal; }

/* Footer */

#footer {
	height: 150px;
	width: 100%;
	background-color: #4B494A;
}
#footer p {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-top: 25px;
	font-weight: bold;
	padding-bottom: 20px;
}

.linkbar {
	text-align: center;
}
.linkbar img { border-style: none; border-width: 0px; }
