/************

	Website by Bathtub Gin Media.	

************/
 
/**	 Global Reset	**/
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
table {		/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

/**		Misc Stylings	**/
html {
	background: #000 url(../images/bg.jpg) top repeat-x;
}
body {
	color: #eee;
	font-family: Arial, Lucida, sans-serif; 
	line-height: 1;
	font-size: 62.5%;
}
.clear{
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align:right;
}

/** Site Container Box	**/
#Container { 
	width: 960px;
	margin: 60px auto 20px;
	overflow-y: auto;
	}
#Layout {
	width: 436px;
	float: left;
	overflow-x: hidden;
}
#Content {
	width: 390px;
	margin: 30px auto 0;	
	text-align: left;
}

/** Header **/
#Header { 
 	width: 251px;
 	float: left;
	overflow-y: auto;
	}
	#RoDempsey {
		margin-top: 100px;
		width: 250px;
		height: 130px;
		background: url(../images/rodempsey.gif) no-repeat;
	}
	#Header p {
		float: right;
		font-size: 3em;
		color: #620000;
	}

/** Headshot **/
#HeadshotContainer { 
 	width: 270px;
 	float: right;
	overflow-y: auto;
	overflow-x:hidden;
	}
	#RoHeadshot { 
		width: 270px;
		height: 124px;
		background: url(../images/ro-reflect.png) no-repeat;
	}

/**	Main Nav	**/
#NavContainer {
	width: 100%;
	height: 45px;
	background: #111;
}
#Navigation {
	width: 960px;
	margin: 0 auto;
	height: 45px;
	line-height: 4.5em;
	overflow: hidden;
	background: #111 url(../images/nav-bg.png) repeat-x;
	text-align: center;
}
	#NavLeft {
		width: 70px;
		height: 45px;
		float: left;
		background: #111 url(../images/nav-bg-left.png) left no-repeat;
	}
	#NavRight {
		width: 70px;
		height: 45px;
		float: right;
		background: #111 url(../images/nav-bg-right.png) right no-repeat;
		display: inline;
	}
	
#Navigation ul {
	text-align:center;
}
	#Navigation ul li { 
	 	list-style: none; 
		display: inline;
		color: #ccc;
		font-size:1.2em;
		padding-right: 3px;
	}
  		#Navigation ul li a { 
			text-decoration: none;
			color: #ccc;
		}
		#Navigation ul li a:hover { 
			text-decoration: none;
			color: #620000;
		}
		#Navigation ul li a.current,
		#Navigation ul li a.section,
		#Navigation ul li a.section:hover,
		#Navigation ul li a.current:hover { 
			color: #620000;
		}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #666;
	text-align: left;
	font-size: 0.9em; 
	margin: 0 0 3px;
	}

/** Comments **/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}

/** Footer **/
#Footer {   
	width: 940px; 
	margin: 15px auto 5px;
	font-size: 0.9em;
	}
	#Footer .content {
		width: 45%;
		color: #666;
	}
  	#Footer .content a { 
	   	color: #999; 
	   	text-decoration: none;
		}
	#Footer .content a:hover {
		color: #999;
		text-decoration: underline;
	}
  
