/***********************************************/
/* meverett.css                             */
/*          */
/***********************************************/

/***********************************************/
/* HTML tag styles      HTML Selectors         */
/***********************************************/ 

.border {
	height: auto;
	width: 800px;
	margin-left: 0px;
	display: block;
	margin-bottom: 10px;
	left: 30px;
	top: 0px;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat;
	background-color: #CCCCCC;
}

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	text-align: left;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #333300;
 margin: 0px;
 padding: 0px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 80%;
	color: #FFFFCC;
	margin: 0px;
	float: inherit;
	width: 100%;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs       #ID Selectors             */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 800px;
	margin-top: 10px;
	background-image: url(http://MarcEverett.com/images/main_head.jpg);
	height: 60px;
}

#navBar{
	float: left;
	width: 160px;
	padding: 5px 0px 5px 9px;
	height: 100%;
	border-right-color: #CCCCCC;
	margin-top: 15px;
}

#navBar2{
	float: left;
	width: 1000%;
	margin: 0px;
	padding: 0px;
	background-color: #DEDEEF;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height: 100%;
}

#headlines{
  float:right;
	width: 139px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
	width: 50%;
	padding: 0px;
	position: static;
}

#mainContent {
	display:block;
	width: 500px;
	float: right;
	background-color: #f0f0f0;
	margin: 15px 9px 15px 9px;
	vertical-align: top;
}

#SectionContent {
	padding:0;
	margin: 0px 0px 15px 0px;
	background-color: #FFFFFF;
	width: 100%;
	vertical-align: top;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 0px;
	background-color: #CCCCCC;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 2px 0px 5px 0px;
	color: #cccccc;
	background-color: #336666;
	width: 100%;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #CCCC66;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 90%;
	padding: 5px 0px 5px 16px;
	text-align: left;
	margin-top: 0px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 2px 0px 2px 0px;
	background-color: #336633;
	margin: 0px 0px 0px 0px;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 65%;
	width: 100px;
	margin-top: 10px;
	border: 0px;
	padding: 0px 5px 5px 5px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	background-color: #CCCCCC;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
	color: #CCCCCC;
	width: 100px;
	left: 3px;
	top: 0px;
	height: 100%;
	right: 5px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 5px;
	font-size: 13px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

/***********************************************/
/*** .content styles   .class Selectors     ****/
/***********************************************/

.content{
	padding: 5px 0px 0px 0px;
	font-size: 80%;
	background-color: #f0f0f0;
}

.content h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

/***********************************************/
/*** .content images   .class Selectors     ****/
/***********************************************/

.ContentImgInsert{
	float: left;
	width: 200px;
	height: 230px;
	margin-right: 10px;
	border-right: 2px;
	border-right-color: #000000;
	background-image: url(images/samples/insert_sample_sm.gif);
}

.ContentImgPrintcvr1{
	float: left;
	width: 200px;
	height: 230px;
	margin-right: 10px;
	border-right: 2px;
	border-right-color: #000000;
	background-image: url(images/samples/thumb/prnt_cvr_01_sm.gif);
}

.ContentImgPrintcvr2{
	float: left;
	width: 200px;
	height: 230px;
	margin-right: 10px;
	border-right: 2px;
	border-right-color: #000000;
	background-image: url(images/samples/thumb/prnt_cvr_02_sm.gif);
}

.ContentImgPrintcvr3{
	float: left;
	width: 200px;
	height: 230px;
	margin-right: 10px;
	border-right: 2px;
	border-right-color: #000000;
	background-image: url(images/samples/thumb/prnt_cvr_03_sm.gif);
}

.ContentImgPrintcvr4{
	float: left;
	width: 200px;
	height: 230px;
	margin-right: 10px;
	border-right: 2px;
	border-right-color: #000000;
	background-image: url(images/samples/thumb/prnt_cvr_04_sm.gif);
}

.ContentImgPrintcvr5{
	float: left;
	width: 200px;
	height: 230px;
	margin-right: 10px;
	border-right: 2px;
	border-right-color: #000000;
	background-image: url(images/samples/thumb/prnt_cvr_05_sm.gif);
}

/************** .story styles *****************/

.story{
	clear: none;
	font-size: 75%;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	border-bottom: 1px dashed #D8D8D8;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.story p{
	padding: 0px 0px 5px 0px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}


/************** #Content styles **************/

.ContentTable {
	margin:0px 0px 0px 0px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.ContentHeader {
	color: #8D8D8D;
	font-size: 12px;
	padding-bottom:0px;
	width: 100%;
}

.ContentInfo{
	color: #8D8D8D;
	font-size: 12px;
	border-bottom:1px dashed #D8D8D8;
	padding-bottom:3px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 5px;
	float: left;
	width: 290px;
	padding-left: 20px;
}

.contentpaneopen {
	margin-left:0px;
	margin-top: 5px;
}






/************** #Content Section Headings **************/


div.SectionHeading1 {
	background-image:url(images/hdgs/section_head.gif);
		background-repeat:no-repeat;
		background-position:15px 0;
		height:22px;
		width:100%;
		font-size:1px;
		padding:0
}

div.SectionHome {
		background-image:url(../images/hdgs/hdg_lifestyle_sml.gif);

}
div.SectionPrint {
	background-image:url(#);
	background-repeat:no-repeat;
	background-position:0px 0;
	height:16px;
	width:100%;
	background-color: #275A57;
	text-align: left;
	color: #FFFFFF;
	text-indent: 5px;
}

div.SectionIdentity {
		background-image:url(../images/hdgs/hdg_music_sml.gif);

}

div.SectionMedia {
		background-image:url(../images/hdgs/hdg_books_sml.gif);

}

div.ContentHeader {
	font-size: 14px;
	text-align: left;
	color: #333333;
	text-indent: 5px;
	margin-top: 5px;
	float: right;
	background-color: #F1EBB3;
}

span.pathway {
	color:#999999;
	background-position:15px 5px;
	background-repeat:no-repeat;
	text-transform:lowercase;
}
