/*
Theme Name: Atlantic Computer Services
Version: 1.0
Author: Brandon Johnson
*/

body {
	background: #6ba2c8;
	color: #000000;
	font-family: arial,verdana;
	line-height: 16px;
	font-size: 14px;
	margin: 0; 
	width: 100%;
	height: 100%;
}

div,h1,h2,h3,h4,ul,li,img {
	margin: 0px;
	padding: 0px;
}

a:link,a:visited,a:active {
	text-decoration: none;
	font-weight: none; 
	color: #2678a7;
}
a:hover {
	text-decoration: underline;
	color: #1a5171;
}

img {
	border: 0px;
}

input,text,submit,select,textarea {
	background: #e7f2f8;
	border: 1px solid #a4b8c3;
	padding: 5px;
	color: #000000;
	width: 175px;
}

input:focus, textarea:focus {
	background: #dceaf1;
}

.comments { height: 75px !important; }
.submit { width: 75px !important; }

/*

## TEXT

*/

h1 { font-size: 24px; line-height: 24px; font-weight: none; color: #173c5f; text-shadow: 1px 1px #ffffff; margin: 5px 0px; }
h2 { font-size: 18px; line-height: 18px; font-weight: none; color: #173c5f; text-shadow: 1px 1px #ffffff; margin: 5px 0px; }
h3 { font-size: 16px; line-height: 16px; font-weight: none; color: #b71717; text-shadow: 1px 1px #ffffff; margin: 5px 0px; }
.big { font-family: Georgia, "Times New Roman"; font-size: 28px; line-height: 28px; font-weight: none; color: #25527c; text-shadow: 1px 1px #ffffff; }
.home_block_header { background: url(images/home_block_header.png) top left no-repeat; height: 33px; font-size: 20px; line-height: 33px; padding: 5px 5px 12px 40px; margin: 5px 0px; }
.highlight { font-weight: bold; color: #222222; }
.postdate { font-size: 16px; line-height: 16px; color: #444444; font-style: italic; clear: both; margin: 3px 0px; }
.posttitle { color: #c02929 !important; }
.postbox { width: 680px; margin-bottom: 15px; clear: both; overflow: hidden; }

/*

## STRUCTURE

*/

#table {
	width: 900px;
	margin: 0px auto;
	background: #ffffff;
	overflow: hidden;
}

#wrapper {
	width: 880px;
	margin: 0px auto;
	overflow: hidden;
}

#header { 
	width: 880px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.header_left { float: left; padding-top: 5px; }
.header_right { float: right; padding-top: 10px; padding-right: 10px; }

#navarea {
	position: relative;
	width: 870px;
	height: 30px;
	padding-left: 10px;
	background: url(images/bg_nav.jpg) top left no-repeat;
	clear: both;
	line-height: 30px;
}

#slideshow {
	width: 880px;
	height: 260px;
	margin: 5px 0px 10px 0px;
	clear: both;
	overflow: hidden;
}

#content {
	width: 880px;
	min-height: 350px;
	clear: both;
	overflow: hidden;
	padding: 10px 0px;
	margin-bottom: 10px;
}

#footer {
	width: 880px;
	border-top: 1px solid #bbbbbb;
	padding: 15px 0px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
	line-height: 12px;
}

.footer_left { float: left; }
.footer_left li { display: inline-block; }
.footer_right { float: right; text-align: right; }
.footer_logos { clear: both; padding-top: 15px; text-align: center; }

/*

## CONTENT

*/

#content li { margin-top: 5px; margin-bottom: 5px; }
#content ul { margin: 5px 0px; }

.home_left { float: left; width: 680px; }
.home_left p { padding-right: 15px; text-align: justify; }
.home_right { float: right; width: 200px; }
.home_block { float: left; position: relative; width: 310px; height: 225px; padding: 10px; margin-right: 10px; margin-bottom: 10px; background: url(images/bg_home_block.png) top left no-repeat; }
.home_block_button { position: absolute; bottom: 10px; right: 20px; }
.quote { width: 445px; height: 550px; padding: 80px 70px 0px 35px; color: #444444; text-align: justify; margin: 5px auto; background: url(images/letter.jpg) top center no-repeat; }

#content ul { margin-left: 10px; }
#content li { margin-left: 15px; }

.lefthalf { float: left; width: 430px; overflow: hidden; }
.righthalf { float: right; width: 400px; overflow: hidden; }

.table { background: #cccccc; }
.table td { padding: 10px; }
.row_blue { background: #ddebf5; }
.row_blue img { margin: 10px 0px; }
.row_lblue { background: #f2f7fb; }
.row_white { background: #ffffff; }
.row_header { font-size: 18px; line-height: 18px; font-weight: bold; }
.row_title { width: 250px; color: #333333; }
.row_info { width: 130px; color: #333333; text-align: center; }

.onsite { background: url(images/img_onsite.jpg) top right no-repeat; min-height: 425px; }
.onsite p { padding-right: 300px; }
.hosted { background: url(images/bdn.jpg) bottom right no-repeat; }

.shortp p { padding-right: 150px; }

.howtos h2 { margin: 10px 0px; }
.howtos li a { color: #222222; }

/*

## MENU

*/

#nav, #nav ul { /* all lists */
	float: left; 
	list-style: none;
	line-height: 30px;
}

#nav li a { display: inline-block; font-size: 14px; line-height: 30px; color: #ffffff; text-decoration: none; font-weight: none; margin: 0px 10px; }
#nav li a:hover { color: #103248; }

#nav li { /* all list items */
	float: left; 
	list-style: none;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	border: 1px solid #1a658e;
	border-top: 0px;
	width: 10em;
	z-index: 500;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a { font-size: 12px; line-height: 12px; color: #2f546f; text-decoration: none; font-weight: none; padding: 5px; }

#nav li ul a:hover { color: #244359; text-decoration: underline; }

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}
#wpfooterhide { width: 0px; height: 0px; overflow: hidden; border: none; }none; }