@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GLOBAL RESETS																							 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		WRAPPER STYLES																						 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#mainContentWrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#contentWrapper {
	width: 990px;
	margin: 0 auto;
}

#footerWrapper {
	width: 100%;
	margin-top: 40px;
	height: 120px;
	background: #000000 url(images/img-footer-watermark.gif) top center no-repeat;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		GENERAL STYLES																						 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background: url(images/body-bg-tile.gif) top left repeat-x;
}

body, td {
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

a {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #252525;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #EF0200;
}

a:hover {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #EF0200;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

.content ul {
	padding: 0 0 20px 30px;
	margin: 0;
	list-style: none;
}

.content li {
	background: none;
	/*background: url(images/icon-list-bullet.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
	color: #FF4300;*/
}

.cleared {
	clear: both;
	overflow: hidden;
	line-height: 1px;
	height: 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		TYPOGRAPHICAL																							 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


h1 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 28px;
	color: #EF0200;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 23px 0;
}

h2 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	line-height: 26px;
	margin: 0 0 23px 0;
}

h3 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 23px;
	margin: 0 0 15px 0;
}

h3 a {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 23px;
	margin: 0 0 15px 0;
	border: none;
}

h3 a:hover {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #EF0200;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 23px;
	margin: 0 0 15px 0;
}

h4 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
}

h5 {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #710000;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-transform: capitalize;
}

h6 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin: 0 0 15px 0;
}

.blackh1 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 28px;
	color: #252525;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-transform: capitalize;
}

.quoteh1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FF4300;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin: 0 0 10px 0;
	line-height: normal;
}

.posth2 {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	color: #FF4300;
	font-weight: normal;
	font-style: italic;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		HEADER STYLES																							 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#headerContainer {
	width: 100%;
	height: 170px;
}

.headerLogo {
	float: left;
	margin: 45px 0 0 15px;
}

.headerLogo a {
	border: none;
}

.headerLogo a:hover {
	border: none;
}

.headerSearch {
	float: right;
	margin: 72px 30px 0 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		SEARCH STYLES																							 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.searchField {
	float: left;
	width: 209px;
	height: 20px;
	padding: 5px 0 0 13px;	
	border-top: 1px dotted #EF0200;
	border-right: 1px dotted #EF0200;
	border-bottom: 1px dotted #EF0200;
	border-left: 1px dotted #EF0200;
	background: url(images/search-bg-tile.gif) top left no-repeat #FFFFFF;
}

.search {
	background: url(images/search-button.jpg) no-repeat transparent;
	height: 27px;
	width: 27px;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		NAVIGATION STYLES																					 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Top Left Navigation */

.topNavBar {
	width: 100%;
	height: 35px;
	background-color: #000000;
	border-top: 1px solid #EF0200;
}

.topNavWrapper {
	width: 990px;
	height: 27px;
	margin: 0 auto;
	padding: 9px 0 0 30px;
	color: #838383;
}

.topNavigation {
	overflow: hidden;
	width: 100%;
	float: left;
}

.topNavigation ul {
	margin: 0;
	padding-left: 8px; /*offset of tabs relative to browser left edge*/
	list-style: none;
	text-align: center;
}

.topNavigation li {
	display: inline;
	margin: 0;
}

.topNavigation li a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #838383;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 25px 0 0;
	border-bottom: none;
}

.topNavigation li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

/* Top Right Navigation */

.topRightNavigation {
	overflow: hidden;;
	float: right;
}

.topRightNavigation ul {
	margin: 0;
	padding-right: 8px; /*offset of tabs relative to browser left edge*/
	list-style: none;
	text-align: center;
}

.topRightNavigation li {
	display: inline;
	margin: 0;
}

.topRightNavigation li a {
	float: right;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 25px 0 0;
	border-bottom: none;
}

.topRightNavigation li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #838383;
}

/* Main Navigation */

#navContainer {
	width: 100%;
	height: 40px;
	margin: 0 0 15px 0;
}

.nav {
	overflow: hidden;
	border-bottom: 1px dotted #252525; /*bottom horizontal line that runs beneath tabs*/
	width: 100%;
	float: left;
}

.nav ul {
	margin: 0;
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	list-style: none;
	text-align: center;
}

.nav li {
	display: inline;
	margin: 0;
}

.nav li a {
	float: left;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #252525;
	text-decoration: none;
	text-transform: uppercase;
	padding: 11px 10px 11px 11px;
	margin: 0 1px 0 0;
	border-bottom: none;
}

.nav li a:hover, .navigation li.selected a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #252525;
}

.nav li.current_page_item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #252525;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		CONTENT STYLES																						 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#contentContainer {
	width: 100%;
}

.mainContent {
	float: left;
	width: 681px;
}

.content {
	padding: 0 20px 0 0;
	margin: 15px 0 0 0;
}

.blurbContainer {
	float: left;
	width: 626px;	
	padding: 20px 20px 10px 15px;
	margin-bottom: 20px;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
	background: url(images/img-content-gradient.jpg) top left no-repeat;
}

.blurbImg {
	float: left;
	padding: 1px;
	border: 1px dotted #767676;
	background-color: #FFFFFF;
}

.authorImg {
	float: left;
	padding: 1px;
	border: 1px dotted #767676;
	background-color: #FFFFFF;
}

.blurbContent {
	float: right;
	width: 408px;
}

.blurbHighlight {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: #EF0200;
}

.postHighlight {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: #1C1C1C;
	margin-bottom: 50px;
}

.postContent {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 13px;
	color: #252525;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 30px;
}

.postContent a {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #FF4300;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 22px;
	border: none; 
}

.postContent a:hover {
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	color: #252525;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 22px;
}

.postContent img {
	padding: 1px;
	border: 1px dotted #838383;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		SIDEBAR STYLES																						 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.mainSidebar {
	float: right;
	width: 299px;
}

.blogRSS {
	width: 243px;
	height: 29px;
	padding: 7px 0 0 56px;
	margin-bottom: 9px;
	background: url(images/img-blog-rss.gif) top left no-repeat;
}

.popularPostContainer {
	padding: 20px;
	margin-bottom: 7px;
	color: #FFFFFF;
	background-color: #EF0200;
}

* html .popularPostContainer {
	padding-bottom: 9px;
}

.popularPostBlurb {
	margin-top: 5px;
}

.popularPostBlurb li {
	line-height: 40px;
	border-bottom: 1px dotted #FFFFFF;
}

.popularPostBlurb a {
	color: #FFFFFF;
	border: none;
}

.popularPostBlurb a:hover {
	color: #000000;
	border: none;	
}

.archiveContainer {
	padding: 20px;
	margin-top: 15px;
	color: #FFFFFF;
	background-color: #FF4300;
}

* html .archiveContainer {
	padding-bottom: 9px;
}

.archiveBlurb {
	margin-top: 5px;
}

.archiveBlurb li {
	line-height: 40px;
	border-bottom: 1px dotted #FFFFFF;
}

.archiveBlurb li a {
	color: #FFFFFF;
	border: none;
}

.archiveBlurb li a:hover {
	color: #000000;
	border: none;
}

.uniSideContent {
	margin-top: 15px;
	padding: 15px;
	border: 1px dotted #252525;
}

.uniBorderless {
	margin-top: 20px;
	padding: 15px;
}

.uniBorderless a {
	border: none;
}

.uniBorderless a:hover {
	border: none;
}

.quoteTop {
	margin: 15px 0 0 0;
	padding: 0 15px 0 50px;
	background: url(images/img-quote-top.gif) top left no-repeat;
}

.quoteBottom {
	height: 33px;
	margin: 2px 0 0 0;
	background: url(images/img-quote-bottom.gif) top left no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		COMMENTS																									 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#respond {
	padding: 15px 0 0 0;
	margin-top: 5px;
}

#author {
	width: 40%;
	border: 1px dotted #838383;
	background-color: #E6E6E6;
	padding: 5px 0 6px 5px;
	color: #252525;
}

#email {
	width: 40%;
	border: 1px dotted #838383;
	background-color: #E6E6E6;
	padding: 5px 0 6px 5px;
	color: #252525;
}

#url {
	width: 40%;
	border: 1px dotted #838383;
	background-color: #E6E6E6;
	padding: 5px 0 6px 5px;
	color: #252525;
}

#comment {
	width: 98%;
	border: 1px dotted #838383;
	background-color: #E6E6E6;
	padding: 10px 5px 10px 5px;
	color: #252525;
}

#submit {
	border: 1px solid #AC0001;
	background-color: #EF0200;
	height: 30px;
	color:#FFFFFF;
}

.commentlist {
	padding: 20px;
	background-color: #E6E6E6;
	border: 1px dotted #838383;
	color: #252525;
}

.commentlist a {
	font-style: normal;
}

.commentlist a:hover {
	font-style: normal;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		FOOTER																										 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#footerContainer {
	height: 120px;
	margin: 0 auto;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		ERROR MESSAGES																						 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.errors ul {
	padding: 3px 0 3px 30px;
	margin: 0 0 15px 0;
	border: 1px solid #EF0200;
	background-color: #FFEEEE;
	color: #EF0200;
	font-weight: bold;
	list-style: disc;
}

.errors li {
	padding: 3px 0 3px 0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		HIGHLIGHTS																								 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.contentHighlight {
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
	background-color: #252525;
	clear: both;
	float: left;
	margin: 10px 0 0 0;
}

.contentHighlightBorder {
	border-bottom: 1px solid #252525;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		SEPARATORS																								 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.blackDotted {
	height: 2px;
	margin-bottom: 15px;
	border-top: 1px dotted #252525;
	border-bottom: 1px dotted #252525;
}

.greyDotted {
	height: 2px;
	margin: 20px 0 20px 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.greyBorder {
	padding: 0 20px 0 20px;
	border-left: 1px dotted #999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*		FLICKR PRESS																							 */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


.flickrpress-container {
   overflow: auto;
}

.flickrpress-container div {
   float: left;
   background: white;
   padding: 2px;
   margin: 4px;
   border: 1px solid #DDD;
}

.flickrpress-container a {
	border-bottom: none;
	text-decoration: none;  
}

.flickrpress-container a:hover {
	border-bottom: none;
	text-decoration: none; 
}

.flickrpress-container div span {
   /* See below */
   display: none;
}

/* Styling from http://www.webdesignerwall.com/tutorials/css-decorative-gallery/
 * Note: This will generally only work with square thumbnails. */

.flickrpress-container div img {
   width: 48px;
   height: 48px;
   position: relative;
}

.flickrpress-container div span {
   z-index: 1;
   width: 48px;
   height: 48px;
   display: block;
   position: absolute;
   background: url(images/flickr-border.png) no-repeat;
}

/* Download iepngfix.htc from http://www.twinhelix.com/css/iepngfix/ then create ie.css with the following,
   and link it in to your template's header.php:
   <!--[if lt IE 7]>
   <link rel="stylesheet" href="/path/to/ie.css" type="text/css" media="screen" />
   <![endif]-->
   */

/*
.flickrpress-container div span {
   behavior: url(iepngfix.htc);
}
*/

.flickr-item a {
	border: none;
}
.flickr_item a:hover {
	border: none;
}