/***********************************************************
Remove browser style interference
***********************************************************/

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
a {
	text-decoration:none;
}

/***********************************************************
Some pre-made styles from Dreamweaver
***********************************************************/

ul {
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-size: 12px;
}

ol {
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-size: .75em;
}

.big {
	font-size: 1.2em;
}
.bigger {
	font-size: 1.6em;
	font-weight: bold;
}

.box1 {
	padding: 5px;
	margin: 5px;
	width: 100%;
	border-width: thin;
	border-style: solid;
	border-color: #CCC #666 #666 #CCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}


/***********************************************************
----------  Specific styles for David Coyle -------------
------------------------ General ------------------------
***********************************************************/

body,td,th {
	font-family: Century Gothic, Lucida Sans, sans-serif;
	font-size: .85em;
	color: #7E7E7E;
}
body {
	background-color: #151515;
	margin: 0 auto;
}
h1 {
	font-size: 38px;
	font-style:normal;
	color: #ccc;
}
h2 {
	font-size: 30px;
	font-style:normal;
	color:#FF0000;
}
h3 {
	font-size: 24px;
	font-style:normal;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
p {
	font-size:14px;
	margin: 0;
	padding: .5em 0;
}
a {
	color: #7E7E7E;
	text-decoration: none;
}
a:link {
	color: #7E7E7E;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/***********************************************************
----------  Specific styles for David Coyle ----------------
---------------------- Layout styles -----------------------
***********************************************************/

#main {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
}
#contentBelow {
	padding:10px;
	clear: both;
}
#contentSide {
	padding: 10px;
	float:left;
	width: 460px;
	margin-top: 5px;
}
#rightNav {
	padding: 10px;
	float:left;
	width: 180px;
	margin-top: 5px;
}
#nav {
	float: left;
	width: 110px;
	padding: 10px 10px 60px 10px;
	margin: 10px 1px 2px 15px;
	background-color:#151515;
	display:block;
	line-height: 2em;
	/*border:1px solid #262626;	
	border-bottom:0;*/
}
#buyNow a:hover{
	margin-left:0;
}
#description {
	background-color: #151515;
	padding: 5px 10px;
	margin: -2px 8px 2px 8px;
	color:#333;
	font-size: 1.2em;
	font-weight: bold;
	border-style:solid;
	border-width: 1px;
	border-color:#262626;
	text-align:center;
}
#footer {
	clear:both;
	color: #333333;
	padding: 5px 0;
	border-top: 1px #333333 solid;
	font-size: .8em;
}

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

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

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

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

/***********************************************************
----------  Specific styles for David Coyle ----------------
------------------------ Class styles ----------------------
***********************************************************/

.headVerse {
	padding: 100px 10px 10px 30px;
}
.headImage {
	padding: 5px;
	margin:20px 30px 10px 10px;
	float:left;
}
.headName {
	clear:both;
	padding-left: .5em;
}
.headRedName{
	font-size:.75em;
	color:#FF0000;
	padding-left:2em;
}
.stationaryLink a:link{
	margin-left:0;
}
.thumbDisplay {
	margin: 10px 1px 10px 15px;
	padding-top: 10px;
	width:140px;	
	float: left;
	text-align:center;
}
.thumbDisplay p {
	padding: .15em 0 .60em;
}
.thumbDisplay img{
	border-style:solid;
	border-width: 2px;
	margin: 3px;
}

/*
.thumbBorder a{
	border-style:solid;
	border-width: 2px;
	border-color:#7e7e7e;
}
.thumbBorder a:hover{
	border-style:solid;
	border-width: 2px;
	border-color:#ee0000;
}
*/

.charityAds {
	margin: 10px 1px 10px 15px;
	padding-top: 10px;
	display:block;
	float: left;
	text-align:center;
}
.charityAds p {
	padding: .15em 0 .60em;
}
.charityAds img{
	border-style:solid;
	border-width: 2px;
	margin: 3px;
}

