/* ---------------------------------------------------------------------------

	Partisan the Sea Screen Styles
	http://partisanthesea.com
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
	fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
	fieldset, img, abbr, acronym { border: 0; }

body {
	font: small/1.6em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background: #070828 url(../img/bg.jpg) repeat-x 0 0;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	background: #fff url(../img/bg_container.gif) repeat-y 0 0;
}

.pad { padding: 20px 50px; }

#header { 
	width: 960px;
	/* height: 455px; */
	height: 300px;
	/* padding: 455px 0 10px 0; */
	background: #f9f5ea url(../img/pts-2.jpg) no-repeat center 0;
}

#header_inside {
	position: absolute;
	/* top: 395px; */
	top: 250px;
	width: 960px;
	padding-top: 5px;
	background: #000 url(../img/bg_nav.jpg) repeat-y center 0;
	overflow: hidden;
}

#content {
	padding-top: 100px;
}

#content_main {
	float: left;
	margin: 0;
	width: 65%;
}

body.full #content_main {
	float: none;
	width: auto;
}

#sidebar {
	float: right;
	margin: 0;
	width: 30%;
}

#foot {
	clear: both;
	margin: 0;
	padding: 20px;
	border-top: 1px solid #000;
	font-size: 90%;
	color: #777;
	background-color: #f9f5ea;
}

a:link, a:visited { color: #2686d0; }

a:hover { 
	color: #fff; 
	background-color: #2686d0;
	text-decoration: none;
}

h1 {
	margin: 0 auto;
	margin-top: 10px;
	width: 665px;
	height: 99px;
	padding: 0;
	background: transparent url(../img/title.gif) no-repeat 0 0;
	text-indent: -9999px;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: none;
	background: transparent url(../img/title.gif) no-repeat 0 0;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	border: none;
	background-color: transparent;
}

h1 a:hover {
	background-position: 0 -99px;
}

h2 {
	margin-bottom: 20px;
	font-size: 200%; 
	line-height: 1.2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 15px;
	font-size: 170%; 
	font-weight: normal;
	line-height: 1.2em;
	font-style: italic;
}

h4 {
	margin-bottom: 15px;
	font-size: 130%; 
}

#sidebar h4 { font-size: 110%; }

h5, h6 {
	margin-bottom: 5px;
	font-size: 110%; 
}

p { margin-bottom: 20px; text-align: justify; }

#sidebar p { font-size: 85%; }

#foot p { margin-bottom: 0; text-align: center; text-transform: uppercase; letter-spacing: .3em; font-size: 90%;}

ul { margin: 0 0 25px 20px; }

#sidebar ul {
	margin-bottom: 5px;
	font-size: 90%;
}

blockquote {
	/*font-size: 1em;
	line-height: 1.25em; */
	margin: 0;
	text-align: justify;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	line-height: 2em;
}

blockquote + blockquote {
	text-indent: 2.5em;
}

blockquote:first-letter {
	font-size: 6em;
	line-height: 1em;
	font-weight: 400;
	float: left;
	margin: 0 0.107em 0 0;
}

/* blockquote:first-line {
	font-weight: 800;
} */

blockquote + blockquote:first-letter {
	font-size: 1em;
	line-height: 1.25em;
	float: none;
	margin: 0;
}

/* blockquote + blockquote:first-line {
	font-weight: 400;
} */

strong {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .3em;
}


/* util nav & secondary nav for pages
----------------------------------------------------- */

#nav_util {
	position: absolute;
	top: 10px;
	right: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	font-size: 90%;
}

#nav_util li, #nav_secondary dt, #nav_secondary dd, #nav_secondary li {
	display: inline;
	margin-right: 8px;
}

#nav_util li.here a:link, #nav_util li.here a:visited, #nav_util li.here a:hover,
#nav_secondary dd.here a:link, #nav_secondary dd.here a:visited, #nav_secondary dd.here a:hover,
#nav_secondary li.here a:link, #nav_secondary li.here a:visited, #nav_secondary li.here a:hover {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}


/* nav
----------------------------------------------------- */


#nav {
	margin: 0 auto 5px auto;
	width: 90%;
	text-transform: uppercase;
	letter-spacing: .2em;
	background: url(../img/div_nav.gif) no-repeat center top;
}

#nav_inside {
	margin: 0 auto;
	width: 620px;
	list-style: none;
	font-weight: bold;
	overflow: hidden;
}

#nav li {
	float: left;
	margin: 0;
}

#nav li a {
	display: block;
	padding: 8px 14px;
}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:hover { 
	color: #fff;
	text-decoration: none;
}

#nav li.here a:link, #nav li.here a:visited, #nav li.here a:hover {
	color: #2686d0;
	/* background: #000 url(../img/icon_nav_here.gif) no-repeat bottom center; */
	background-color: transparent;
}

/* tables
----------------------------------------------------- */

table { 
	margin-bottom: 20px;
	width: 100%;
}

td, th {
	padding: 4px 6px;
	border: 1px solid #ccc;
}

th { background-color: #ccc; }


/* items
----------------------------------------------------- */

div.item {
	margin-bottom: 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #dedede;
}

#content_main div.item {
	padding: 30px 0 0 0;
	background: url(../img/div_items.gif) no-repeat top center;
	border: none;
}

div.item_image, div.item_image_more {
	float: left;
	margin-bottom: 20px;
	width: 156px;
}

div.item_image img, div.item_image_more img { border: 3px solid #000; }

div.item_image_more img { margin-bottom: 20px; }

div.item_single {
	clear: both;
	margin-bottom: 20px;
	padding: 20px 0 5px 0;
	background: url(../img/px.gif) repeat-x 0 0;
}

div.item_content {
	float: right;
	margin-bottom: 20px;
	padding: 10px 0;
	width: 400px;
}

div.item_content h4 {
	padding-top: 15px;
	border-top: 3px solid #ccc;
}

body.list div.item_content p, body.list div.item_content ul { margin-bottom: 5px; }

div.item_detail {
	clear: both;
	padding: 20px 0 0 0;
	background: url(../img/px.gif) repeat-x 0 0;
}

div.item_column_left {
	float: left;
	width: 270px;
}

div.item_column_right {
	float: right;
	width: 270px;
}

div.artists ul {
	margin: 0;
	list-style: none;
	text-align: justify;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .05em;
	line-height: 2em;
}

div.artists ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 20px;
	background: url(../img/bullet.gif) no-repeat 0 0;
}

div.artists ul li.first {
	background: none;
	padding-left: 0;
}

/* posts
----------------------------------------------------- */

div.post {
	border-top: 1px solid #dedede;
	padding: 20px 0;
}

div.comments {
	margin-bottom: 15px;
}

/* self-clearing floats
----------------------------------------------------- */

#user_nav_notes:after,
#container:after,
#nav:after,
#content:after,
div.item:after,
div.item_details:after ,
div.sub_item:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* trigger hasLayout and target ie5+6/win only */
* html #user_nav_notes,
* html #container,
* html #nav,
* html #content,
* html div.item,
* html div.item_details,
* html div.sub_item {
	height: 1%;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #user_nav_notes,
*:first-child+html #container,
*:first-child+html #nav,
*:first-child+html #content,
*:first-child+html div.item,
*:first-child+html div.item_details,
*:first-child+html div.sub_item {
	min-height: 1px;
}

	
/* IE fixes
----------------------------------------------------- */

*:first-child+html #foot, 
* html #foot {
	padding-top: 10px;
}

* html #nav_inside {
	width: 680px;
}

*:first-child+html #nav_inside {
	width: 640px;
}

* html #sidebar {
	width: 27%;
}
