@charset "utf-8";
/*   
Theme Name: McBryde Website Design Custom Temp
Theme URI: http://mcbryde.com
Description: A custom wordpress template by McBryde Website Design.
Author: McBryde Website Design
Author URI: http://mcbryde.com
Version: 1.0
Tags: 
*/

/* Rebuild default browser styles */
@import url('rebuild.css');

/* Basic WordPress Styles */
@import url('wp.css');



body  {
	font-family: Verdana, Geneva, sans-serif;
	background-color:#ffffff;
	background-image:url(http://www.cis-nc.com/images/slices/page-background.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

p  {
	font-size:14px;
	color:#333333;
	margin:8px;
}

h1,h2,h3,h4,h5,h6  {
	font-family: Verdana, Geneva, sans-serif;
	color:#000000;
	margin:10px;
}

a:link, a:visited  {
	color: #333333;
	text-decoration:underline;
}

a:hover  {
	color:#333333;
	text-decoration:none;
}


ul, ol  {
	list-style-type:none;
	font-size:14px;
	color:#333333;
	margin:8px;
	font-style:italic;
}

.imgborder  {
	background-color:#B7B793;
	margin:5px;
	padding:4px;
}

.quote  {
	font-style:italic;
}

.customer-callout  {
	margin:10px;
	padding:2px;
	background:#F3F3F3;
	border: 1px dotted #999;
}

.customer-callout img  {
	padding: 0px 5px 0px 0px;
	margin:0px;
	float:left;
}
.nav1  {
	text-align:right;
	
}

.nav1 p  {
	color:#FFF;
	font-size:12px;
}

.nav1 a:link, .nav1 a:visited  {
	color:#000;
	font-size:12px;
}

/* wordpress custom theme */

.single #nav-above {
    display:none;
}

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	position:absolute;
        left:-9000px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}
