/*  
Theme Name: Computer Doctors
Theme URI: http://www.sandstonedigital.com
Description: Theme for the Computer Doctors Website
Version: 1.0
Author: Sandstone Digital
Author URI: http://www.sandstonedigital.com/

	Computer Doctors 1.0
	Copyright 2007 Sandstone Digital, All Rights Reserved

*/

/* Menu Styles */
@import 'suckerfish.css';
#nav { width: 780px; }
#nav a { 
	width: 156px; 
	height: 23px; /* Height of 23 due to padding for FF */
	} 
#nav li { 
	width: 156px; 
	height: 30px; 
	}
#nav li ul { 
	width: 156px; 
	height: 30px; 
	}
#nav li ul ul { margin: -31px 0 0 156px; /* -31 px margin to move the element up (extra 1px for the border defined below) */ } 
#nav ul li { 
	border-top: 1px solid black; 
	border-bottom: none;
	}
#nav a { 
	background-color: #c20c0c; 
	color: white; 
	font-size: 12px; 
	padding-top: 7px; 
	text-align: center;
	}
#nav a:hover, #nav li.current_page_item a:hover  { 
	background-color: red; 
	text-decoration: none; 
	}
#nav li.current_page_item a { background-color: #a20202; }
#nav li.current_page_item ul li a { background-color: #c20c0c; } 
/* End Menu Styles */


/* Typographical Styles */
body { font-family: Verdana, Sans-Serif; }
/* End Typographical Styles */

/* Anchor Styles */
a { color: #c20c0c; text-decoration: none; }
a:hover { color: red; text-decoration: underline; }
a:active { color: black; }
/* End Anchor Styles */

/* Layout Styles */
body { text-align: center; }
#page-wrapper { 
	margin: 0 auto; 
	padding: 0; 
	width: 780px; 
	text-align: left;
	}
#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 780px;
	height: 310px;
	background: white url('images/header-bg.gif') repeat-x 0px 80px;
	}
#header h1 {
	width: 325px;
	height: 72px;
	margin: 10px 0 30px 0px;
	padding: 0;
	}
#header h1 a {
	margin: 0;
	padding: 0;
	display: block;
	width: 325px;
	height: 72px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('images/logo.gif');
	}
#header p {
	width: 780px;
	height: 202px;
	overflow: hidden;
	text-indent: -9999px;
	background: white url('images/header.jpg') no-repeat;
	margin: 0;
	padding: 0;
	}
#top-links {
	text-align: right;
	position: absolute;
	top: 15px;
	right: 0px;
	}
#top-links  ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#top-links ul li {
	font-size: 10px;
	margin-bottom: 6px;
	}
/* End Layout Styles */

/* Rounded Box Styles */
.box-container { 
	width: 780px; margin: 0; 
	padding: 0; 
	}
.rounded-box {
	font-size: 14px;
	font-weight: bold;
	width: 220px; 
	height: 63px; 
	margin: 10px; 
	padding: 10px;
	overflow: hidden;
	background: white url('images/63px-rounded-box.jpg') no-repeat;
	float: left; 
	}
.rounded-box p {
	margin: 0;
	padding: 0;
	}
/* End of Rounded Box Styles */

/* Body Styles */
a img { border: none; }
p img { margin: 10px; }
/* End Body Styles */

/* Footer Styles */
#footer  { background-color: #c20c0c; color: white; }
#footer p { text-align: center; padding: 10px; font-size: 10px;}
/* End Footer Styles */

