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

	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;
}
body {
	color: #eee;
	font-family: Georgia, Arial, Verdana, sans-serif; 
	font-size: 62.5%;
	line-height: 1;
}
.clear{
	clear:both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/** Content	**/
.Container {
	width: 920px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#Content {
	width: 650px;
	float: left; 	
	text-align: left;
}

#logo {
	width: 380px;
	height: 56px;
	margin-top: 35px;
}

.SocialMedia {
	position: absolute;
	top: 5px;
	right: 0px;
}
.SocialMedia img {
	padding: 5px;
	border: 0;
}

/**	Main Nav	**/
#Navigation {
	width: 520px;
	padding-top: 65px;
	overflow-y: hidden;
	position: relative;
}
#Navigation ul { 
 	float: right; 
	height:1.6em;
	}
	#Navigation ul li { 
	 	list-style: none;  
		float: left;
		line-height:1.6em;
		display: block;
		padding: 0 6px;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;  
			font-size: 1.6em;
			color: #555;
			font-weight: bold;
			}
			#Navigation ul li a:hover {  
				color: #eee;
				cursor: pointer;
				}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	color: #eee;
				cursor: pointer;
				}

/** Header **/
#HeaderBg { 
 	width: 100%;
	height: 300px; 
	overflow: hidden;
	background: #111 url(../images/header-bg.jpg) repeat-x;
	}
#HeaderImg { 
 	width: 650px;
	height: 300px; 
	overflow: hidden;
	}
	#HeaderImgText {
		position:relative;
		margin-top: -40px;
		height: 40px;
		width: 650px;
		background: url(../images/headerimgtext.png) repeat-x;
	}
	#HeaderImgText p {
		font-size: 1.8em;
		color: #eee;
		line-height: 30px;
		margin: 5px;
	}
#HeaderQuoteText table {
	margin: 0px;
}
	#HeaderQuoteText td {
		border:0;
		padding:0;
		width: 250px;
		height: 300px;
	}
	#HeaderQuoteText p {
		margin: 0 25px;
		color: #eee;
		font-size: 1.7em;
		vertical-align: middle;
	}

/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #ccc;
	text-align: left;
	font-size: 1em; 
	}
	#Breadcrumbs p {
		color: #ccc;
		text-align: left;
		font-size: 1em; 
	}

/** News Formatting **/
#NewsList ul, #NewsList ol, #NewsList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	width: 100%;
}
	#NewsList li.newsDateTitle a {
		font-size:1.4em;
		color: #eee;
		font-weight: bold;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/treeicons/news-file.gif) no-repeat left top;
		border-bottom: 1px solid #111;
	}
		#NewsList li.newsDateTitle a:hover {
			border-bottom:1px dotted #eee;
		}
	#NewsList li.newsDate {
		color:#eee;
		font-size:0.9em;
		margin-bottom: 5px;
	}
	#NewsList li.padding20 {
		padding-bottom: 20px;
		line-height:1.4em;
	}
		#NewsList li.newsSummary a.readMore {
			color:#eee;
			text-decoration:none;
			float: right;
			padding: 0;
			margin-bottom: 5px;
			margin-top: 5px;
			border-bottom: 1px solid #111;
		}
			#NewsList li.newsSummary a.readMore:hover {
				border-bottom:1px dotted #eee;
				text-decoration:none;
			}

div.newsDetails {
	margin:15px 0 25px;
}

div.newsDetails p {
	color:#ccc;
	margin:0;
	font-size:1.1em;
}			

/**  Sidebar  **/
#SidebarContainer {
	float: right;
	width: 250px;
}
#Sidebar { 
 	width: 250px;
	margin-top:15px;
	overflow-y: auto;
	background: #111;
	padding-bottom: 15px;
	}
	#Sidebar ul {
		width:210px;
		margin: 0 15px 15px;	
		list-style:none;
	}
	#Sidebar ul li {
		width: 100%;
		line-height:1.4em;
		padding: 0 0 8px;
		clear:both;
		}
  		#Sidebar ul li a { 
			float: left;
			text-decoration: none;  
			font-size: 1.4em;
			color: #777;
			font-weight: bold;
			display:block;
			}
			#Sidebar ul li a:hover {  
				color: #eee;
				cursor: pointer;
				}
    		#Sidebar ul li a.current,
    		#Sidebar ul li a.section,
    		#Sidebar ul li a.section:hover,
    		#Sidebar ul li a.current:hover { 
			 	color: #eee;
				cursor: pointer;
				}

	
/* Comments
******************************************/

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

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #111 url(../images/commentBgAlt.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom:1px dotted #333;
}

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

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

.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.2em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1.2em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1.1em;
	font-size: 1em;
}


/* 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 { 
	border-top: 1px solid #222;
	width: 920px;
	margin: 15px auto;
	}
	#Footer .content {
		color: #222;
		width: 45%;
		margin-top: 10px;
		font-size: 0.9em;
	}
  	#Footer a { 
	   	color: #555; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		text-decoration: underline;
	}
  