/*  
Theme Name: Computer Bytes
Theme URI: http://www.comp-bytes.com
Description: A custom WordPress theme for Computer Bytes
Version: 1.0
Author: Matt
Author URI: http://www.comp-bytes.com
*/


body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/layout-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2E3092;
	text-align: center;
	padding: 30px 0 30px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	font-size: 85%;
}

table {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

#bct {
	margin-bottom: 10px;
}

.redtext {
	color: #B80001;
}

a {
	color: #2E3092
}

a:hover {
	color: #B80001;
}

a img {
	border: none;
}

#container-wrap {
	margin: 0 auto 0 auto;
	width: 740px;
	background: #FFFFFF;  
}

#container {
	text-align: left;
	padding: 15px 0 0 0;
/* 	position: relative; */
}

#container-top {
	background-image: url(images/layout-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}

#container-bottom {
	background-image: url(images/layout-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}

#side {
	float: left;
	width: 140px;
	padding: 10px 0 10px 15px;
}

.side-image {
	margin-bottom: 10px;
}

#side-menu {
	background-image: url(images/layout-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 255px;
	padding: 0 3px 5px 1px;
	font-size: 12px;
	letter-spacing: 1px; 
}

#navcontainer { 
	width: 140px; 
}

#navcontainer ul {
	margin-left: 0;
	padding-top: 13px;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 4px 2px 4px 10px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
}

#navcontainer a:link, #navlist a:visited {
	color: #B80001;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #2E3092;
	color: #fff;
} 

#content {
	padding: 25px 0 15px 0;
	line-height: 160%;
	font-size: 90%;
	width: 535px;
	margin-left: 180px; 
}


#content p {
	margin: 0 0 20px 0;
	font-size: 90%; 
}

#content h2, #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

#content h2 {
	color: #2E3092;
	font-size: 95%;
}

#content h3 {
	color: #B80001;
	font-size: 95%;
}

#content h2 a {
	text-decoration: none;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content h3 a {
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
} 

#content ul, #content ol {
	margin-bottom: 20px;
}

#content li {
	margin: 0 0 3px 0;
	font-size: 90%;
	padding: 0;
	line-height: 140%;
}

#content blockquote {
	border-left: 4px solid #D4D4D4;
	padding-left: 10px;
}

.news-entry {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.news-date {
	font-size: 90%;
	font-weight: bold;
	color: #B80001;
}

.img-right {
	float: right;
	margin: 0 0 15px 20px;
}

.img-clear {
	clear: both;
}

#footer1 {
	clear: both; 
	padding: 2px 20px 4px 20px;
	background-color: #F6F6F6;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	text-align: center;
	margin-bottom: 10px;
}

#footer2 {
	text-align: center;
	font-size: 70%;
	color: #666666;
}

.prev-next {
	font-size: 90%;
	font-weight: bold;
}

.pricetable {
	border-left: 8px solid #2E3092; 
	border-right: 8px solid #2E3092; 
	margin: 5px 5px 5px 5px;
	padding: 0 10px 0 10px;
}

table.pricetable td {
	border-bottom: 1px solid #BBBBBB;
	margin: 0;
	padding: 0;
}

.pricetable strong {
	color: #666666;
}
