@charset "utf-8";
/* CSS Document */

/* ShelleWeb CSS Template v1.0 (28/02/2009) */
/* http://shelleweb.holotropik.com */

/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}
html {
	height: 101%;	/* Creates scrollbar in FF */
}
body {
	background-color: #000;
	color: #bfbfbf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 16px;
}
body * {
	font-family: inherit;
	font-size: 100%;
}
/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center;
}
.align_justify {
	text-align: justify;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}
.clear {
	clear: both;
}
div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
}
.float_left {
	display: inline;
	float: left;
	padding-bottom: 5px;
	padding-left: 15px;
}
.float_right {
	display: inline;
	float: right;
}
img, a img {
	zborder: #fff solid 1px;
	border: none;
}
img.float_left {
	margin: 0 1em 0.5em 0;
}
img.float_right {
	margin: 0 0 0.5em 1em;
}
img.float_left_border {
	border: 1px solid #dee8eb;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
img.float_right_border {
	border: 1px solid #dee8eb;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}
.invisible {
	visibility: hidden;
}
.last_node {
	margin-bottom: 0;
}
/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a {
	color: #bfbfbf;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}
a:visited {
}
a img {
	border: none;
}
a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}
#footer a.shelleweb, #footer a:hover.shelleweb, #footer a:focus.shelleweb {
	color: #C0BFC0;
}
/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}
.address {
	overflow: hidden;
	width: 100%;
}
.address p {
	display: inline;
	float: left;
	width: 275px;
}
.address p.label {
	width: 112px;
}
blockquote {
	border-left: 3px solid #376bb9;
	background: #f4f8fb url(/images/bg_blockqoute.gif) no-repeat right top;
	margin-bottom: 1.28em;
	padding: 1em 11px 1px 11px;
}
hr {
	background-color: #dee8eb;
	border: none;
	color: #dee8eb;
	height: 1px;
	margin: -0.6em 0 0.6em 0;
}
html >/**/ body hr {
	margin-bottom: 1.28em;
	margin-top: 0;
}
p {
	font-size: 110%;
	margin-bottom: 1.28em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 0.7em;
}
h1 {
	clear: none;
	display: inline;
	float: left;
	font-size: 158.5%;
	font-weight: normal;
	height: 63px;
	margin: 2px 0 0 18px;
	overflow: hidden;
	position: relative;
	width: 728px; /* 746 - 18 */
}
h2 {
	color: #BFBFBF;
	font-size: 120%; /* 12px */
	font-weight: normal;
	margin-bottom: 1.28em;
	padding: 25px 200px 0 0;
	text-align: right;
	text-transform: lowercase;
}

body.blog h2 {
	color: #3B3B3B;
	font-size: 160%;
	padding-top: 1em;
	text-align: left;
	text-transform: none;
}

h3 {
	color: #fff;
	font-size: 160%; /* 16px */
	font-weight: normal;
}
h4 {
	color: #970a21;
	font-size: 110%; /* 11px */
	font-weight: normal;
}
h5 {
	font-size: 110%; /* 11px */
	font-weight: bold;
	text-decoration: underline;
}
h6 {
	font-size: 110%; /* 11px */
	font-weight: normal;
	text-decoration: underline;
}
/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

ol {
	list-style-type: decimal;
	margin-bottom: 1.28em;
	margin-left: 39px;
}
html >/**/ body ol {
	margin-left: 34px;
}
ol.lower_alpha {
	list-style-type: lower-alpha;
}
ol.upper_alpha {
	list-style-type: upper-alpha;
}
ol.lower_roman {
	list-style-type: lower-roman;
}
ol.upper_roman {
	list-style-type: upper-roman;
}
ol li {
	margin-bottom: 0.5em;
	padding-left: 1px;
}
html >/**/ body ol li {
	padding-left: 6px;
}
html body ul ol li {
	background: none;
	padding-left: 1px;
}
html >/**/ body ul ol li {
	padding-left: 6px;
}
li ul, li ol {
	margin-top: 1.28em;
}
ul {
	color: #4B6767;
	font-size: 110%;
	list-style-type: circle;
	margin-bottom: 1.28em;
	padding-left: 20px;
}
ul ul {
	font-size: 100%;
	margin-top: 0.5em;
	margin-bottom: 0;
}
html body ul li {
	margin-bottom: 0.5em;
	padding-left: 10px;
}
ul.list_next_to_image li {
	height: 1%;
	position: relative;
}
html >/**/ body ul.list_next_to_image li {
	height: auto;
}
/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/

.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 20px 0 1.28em 0;
	width: 822px;
}
html >/**/ body .data {
	margin-left: 1px;
}
.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}
.data td, .data th {
	border: 1px solid #dee8eb;
	padding: 12px 6px;
	vertical-align: top;
}
.data th {
	color: #025744;
	font-weight: bold;
	line-height: 130%;
}
.data tbody th {
	text-align: left;
}
.data td {
}
.data tr.even td {
}
.data ul.last_node {
	margin-bottom: 0;
}
/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      #OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}
legend {
	display: none;
}
input.submit {			/* Ensure buttons behave the same across all browsers */
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;	/* Same as . IE won't inherit the initial value */
	padding: 0 .25em;
	width: 0;  			/* IE width fix */
	overflow: visible;
}
input.submit[class] {	/* IE ignores [class] (attribute selectors) */
	width: auto;  		/* Cancel IE width fix for other browsers */
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}
textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as . IE won't inherit the initial value */
}
option {
	padding-left: 2px;
	padding-right: 1px;
}
/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}
cite {
}
/* --------------------------------------------
	Specific Block-level Elements
----------------------------------------------- */

#wrapper {
	width: 100%;
}
#wrapper_container {
	margin: 0 auto;
	width: 1024px;
}
#header {
	background-color: #383838;
	width: 100%;
}
#header_title {
	background: url(../images/header_title_bg.jpg) no-repeat 0 0;
	height: 100px;
	margin: 0 auto;
	text-indent: -9999em;
	width: 1024px;
}
#header_subtitle {
	background: url(../images/header_subtitle_bg.jpg) no-repeat 0 0;
	height: 40px;
	width: 1024px;
}
#header_content_wrapper {
	height: auto;
	width: 1024px;
}
#header_content_top {
	background: url(../images/header_content_bg_top.jpg) no-repeat 0 0;
	height: 58px;
	width: 1024px;
}
#header_content {
	background: url(../images/header_content_bg.jpg) repeat-y 0 0;
	zheight: 385px;
	height: auto;
	overflow: hidden;
	width: 1024px;
}
#header_content_music {
	display: inline;
	float: left;
	height: auto;
	padding-left: 87px;
	padding-right: 15px;
	width: 243px;
}
body.music #header_content_music {
	width: 730px;
}
body.music .content, body.music .musicPlayer {
	background-color: #fff;
}
body.music .content p {
	padding-top: 0;
}
p.music_link {
	clear: both;
	display: inline;
	float: left;
	padding-bottom: 5px;
	padding-left: 15px;
}
body.music #header_content_music .page {
	background-color: #fff;
	color: #666;
	padding: 2em 2em 1em 2em;
}
body.music #header_content_music .page p {
	font-size: 120%;
	line-height: 1.8em;
}
#header_content_video {
	display: inline;
	float: left;
	height: auto;
	width: 480px;
}
#header_content_links {
	display: inline;
	float: left;
	height: auto;
	padding-left: 25px;
	padding-right: 38px;
	width: 136px; /* w 199px */
}
#header_content_btml {
	background: url(../images/header_content_bg_btm.jpg) no-repeat 0 0;
	height: 58px;
	width: 1024px;
}
#header_footer {
	background: url(../images/header_footer_bg.jpg) no-repeat 0 0;
	height: 36px;
	width: 1024px;
}
#content {
	padding: 30px 50px;
}

body.blog #content {
	padding: 0;
	height: 100%;
	overflow: hidden;
}

#footer {
	/*background: #272727 url(../images/footer_bg.jpg) repeat-x 0 0;*/
	padding: 30px 0;
	text-align: center;
}
#footer, #footer a {
	color: #bfbfbf;
}
/* --------------------------------------------
	Menu
----------------------------------------------- */

#menu {
	background-color: #191919;
	/*border-bottom: 1px solid #373737;*/
	height: 5em;
	font-size: 100%;
}

#menu ul {
	font-size: 120%;
	height: auto;
	left: 0;
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 1.5em 0 0 0;
	width: 1024px;	
}

.double-right-sidebar #menu ul {
	width: 947px;
}

#menu ul li {
	display: inline;
	float: left;
}

#menu .page_item a {
	color: #868686;
	padding-right: 4em;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #fff;
}

/* --------------------------------------------
	Sound Manager
----------------------------------------------- */

#soundmanager-debug {
	/* SM2 debug container (optional, makes debug more useable) 
*/

	display:none;
	position:absolute;
	position:fixed;
 	*position:absolute;
	bottom:10px;
	right:10px;
	width:50em;
	height:18em;
	overflow:auto;
	background:#fff;
	margin:1em;
	padding:1em;
	border:1px solid #999;
	font-family:"lucida console", verdana, tahoma, "sans serif";
	font-size:x-small;
	line-height:1.5em;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index:99;
}
ul.playlist li a, ul.playlist li {
	font-size:16px !important;
}
ul.playlist.dark li {
	border-bottom: 1px solid #ccc;
	padding: 1em;
	background-color: #fff;
	-moz-border-radius: 6px !important;
	margin-top: 4px;
	margin-right:10px
}
ul.playlist.dark li, ul.playlist.dark li a {
	/*color: #FAD23B;*/
	color: #666;
	padding-bottom: 1.8em;
}
ul.playlist.dark li:hover {
	/*background-color: #666;*/
}
ul.playlist li.haudio a {
	display:block;
	height:28px;
	left: 0px;
	padding: 15px 0 7px 40px;
	position: absolute !important;
	right: 0px;
	top: 0px;
}
body.music ul.playlist li.haudio a {
	padding-top: 11px;
}
ul.playlist.dark li .controls .statusbar .playposition {
	background-color: #FAD23B !important;
	border-right: 3px solid #FAD23B !important;
	height:0.5em;
	left:0px;
	position:absolute;
	top:0px;
}
ul.playlist.dark li.sm2_playing {
	/*border: 1px solid #FFBC00 !important;*/
}
li.haudio {
	background: url(/images/music_player_icon.png) no-repeat 5px 7px;
	padding-left: 40px !important;
}
body.music li.haudio {
	background: url(/images/music_player_icon.png) no-repeat 5px 2px;
}
.transport {
	display:none;
	padding-bottom: 0.8em;
	/*padding-top: 0.8em;*/
}
.sm2_paused .transport, .sm2_playing .transport {
	/*display:block;*/
	display: inline;
	float: left;
}
.sm2_paused .play {
	display: inline;
}
.sm2_playing .play {
	display: none;
}
.sm2_paused .pause {
	display: none;
}
.sm2_playing .pause {
	display: inline;
}

/* --------------------------------------------
	WP Blog - SideBar
----------------------------------------------- */

.sidebar {
	border-left: #BFBFBF 1px solid;
	float: left;
	padding-left: 12px;
	position: relative;
	width: 203px;
}

#sidebarLeft {
	padding-right: 20px;
}

.sidebar h3, .sidebar h3 a {
	color: #3B3B3B;
	font-size: 120%;
	margin: 0 0 0.8em 0;
	padding: 0;
	text-align: left;
}

.sidebar h3 a {
	font-size: 100%;
	text-decoration: none;
}

.sidebar h3 a:hover, .sidebar h3 a:focus, .sidebar h3 a:active {
	text-decoration: underline;
}

.sidebar .widget {
	clear: both;
	margin-bottom: 2em;
	overflow: hidden;
}

.sidebar .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .widget ul li {
	margin: 0 0 0.8em 0;
	padding: 0;
}

.sidebar .widget_links ul li {
	display: inline;
	float: left;
	margin-bottom: 0;
	margin-top: 1em;
	width: 55px;
}

/* --------------------------------------------
	WP Blog - Tag Cloud
----------------------------------------------- */

.sidebar .widget_tag_cloud {
	text-align: center;
}

.sidebar .widget_tag_cloud a {
	padding-bottom: 0.8em;
}

/* --------------------------------------------
	WP Blog - Posts/Content
----------------------------------------------- */

body.blog .hr {
	background-color: #BFBFBF;
}

.post .date {
	float: right;
	height: 75px;
	text-align: center;
	text-transform: uppercase;
	width: 90px;
}

.post .entry {
	color: #3B3B3B;
	font-size: 120%;
	line-height: 1.8em;
	padding: 1em 0;
}

.post .entry a {
	color: #3B3B3B;
}

.post .metadata {
	margin-top: 0;
}

.commentlist li {
	margin: 0 0 0.8em 0;
	padding: 0;
}

.comment-text {
	margin: 10px 10px 0 42px;
}