/*
Theme Name: Carolina Computer Network Solutions
Description: Custom WordPress theme for CCNSTeam.com
Version: 1.0
Author: <a href="http://www.triplemoonsdesign.com" target="_blank">Stephanie Kunder, Triple Moons Design</a>
*/

body {
	background: #CCC url(images/content-bckgrnd.png);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
}

img {
	border: none;
}

p {
	margin: 0px;
	font-size: 12px;
	padding: 0px 0px 15px 15px;
	margin-right: 250px;
}

p.sidebar {
	font-size: 12px;
	text-align: center;
	padding: 0px 25px;
	margin-right: 0px;
}

h1 {
	padding: 10px 0px 0px 0px;
	margin: 0px 250px 0px 15px;
	font-size: 20px;
}

h1.page {
	margin-bottom: 10px;
}

h1 a {
	color: #333;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h3 {
	padding: 10px 0px 0px 0px;
	margin: 0px 250px 0px 15px;
	font-size: 17px;
}

h4 {
	padding: 10px 0px 0px 0px;
	margin: 0px 250px 0px 15px;
	font-size: 12px;
}

div#widget {
	width: 228px;
	overflow: hidden;
}

.widgettitle {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
	font-size: 13px;
}

#recent-posts-3 {
	font-size: 12px;
}

.xoxo {
	font-size: 12px;
}

div#sidebar li {
	margin-left: 20px;
	list-style-type: none;
	color: #666;
}

div#sidebar ul {
	padding-left: 10px;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

div#wrapper {
	width: 800px;
	margin: 0px auto;
}

div#header {
	width: 800px;
	height: 115px;
	background: url(images/carolina-computer-network-solutions.png);
}

div#navigation {
	width: 800px;
	background: url(images/navigation-bckgrnd.png);
	overflow: hidden;
}

div#navigation ul {
	margin: 0px 25px;
	padding:0;
	list-style-type:none;
	width:auto;
}

div#navigation ul li {
	display:block;
	float:left;
	margin:0px;
	border-right: 2px solid #9595ff;
}

div#navigation ul li a {
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:15px;
	font-weight: bold;
	font-size: 11px;
}

div#navigation ul li a:hover, div#navigation ul li a current {
	background: url(images/navigation-hover.png);
}

div#content {
	width: 750px;
	margin: 0px auto;
}

div#sidebar {
	width: 228px;
	background: url(images/sidebar-center.png);
	float: right;
}

div#form {
	width: 181px;
	margin: 10px auto 0px auto;
}

div#postdate {
	background: #dbdada;
	padding: 3px;
	margin: 0px 250px 0px 15px;
	font-size: 12px;
}

div#postcomments {
	background: #eae9e9;
	padding: 3px;
	margin: 0px 250px 15px 15px;
	font-size: 12px;
}

div#footer {
	width: 800px;
	margin: 0px auto;
	clear: both;
	background: #CCC;
	padding-bottom: 15px;
}

div#subnavigation {
	width: 800px;
	height: 56px;
	background: url(images/sub-navigation-bckgrnd.png);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 13px;
}

div#subnavigation a:link, div#subnavigation a:active, div#subnavigation a:visited {
	color: #FFF;
}

div#subnavigation a:hover {
	text-decoration: none;
}

div#secondarynav {
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
	color: #666;
}

div#secondarynav a:link, div#secondarynav a:active, div#secondarynav a:visited {
	color: #333;
}

div#secondarynav a:hover {
	text-decoration: none;
}

div#copyright {
	height: 34px;
	width: 330px;
	margin: 0px auto;
	background: url(images/copyright-center.png);
	font-size: 13px;
	color: #999;
	clear: both;
}

.copyright {
	padding-top: 6px;
}

input.yessubmit {
	width: 189px;
	height: 103px;
	background: url(images/send-information-now.png);
	border: none;
}

textarea.commentarea {
	width: 400px;
}

ul.commentlist {
	list-style-type: none;
padding-left: 0px;
margin-left: 15px;
}

.comment-meta {
font-size: 13px;
padding: 5px;
}

.comment-author {
font-size: 14px;
background: #CCC;
padding: 5px 0px 3px 5px;
margin-left: 0px;
}

.comment-body {
border: 2px solid #CCC;
margin-right: 250px;
}

.commentlist p {
padding: 5px;
margin: 0px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   padding-left: 15px;
}

.alignright {
   float: right;
   margin-right: 250px;
}
