/* Basics */
html, body, div, p, li, ul, ol, form, fieldset, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; list-style: none; }

body 	 { font: normal 62.8%/1.3 Arial, Helvetica, sans-serif; background: #0D0D0D; color: #3e3533; padding: 25px 0; }
a		 { color: #844F0C; }
a:hover  { text-decoration: underline !important; color: #000; }
a img 	 { border: 0; }
img 	 { border: 1px #d5d2d2 solid; }
input
select,
textarea { font-family: Arial, lucida, sans-serif; font-size: 1em; vertical-align: middle; }
input, 
textarea { background: #FFF; padding: 2px 0; margin: 0; border: 1px solid #C1C0B5; }
button	 { background: none; margin: 0; padding: 0; border: none; text-decoration: underline; color: #844F0C; cursor: pointer; }
button:hover { color: #000; }
.submit  { width: auto !important; overflow: visible; background-color: #312b2a; border: 1px solid #000 !important; padding: 0 5px; color: #fff; font-weight: bold; }
.bottom_margin { margin-bottom: 15px; }
label { font-weight: bold; }
.required_field { color: #FF0000; }

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; margin-bottom: 10px; }
h6 { font-size: 1em; }
p  { line-height: 20px; }

h1, h2, h3, h4, h5, h6 { color: #3e3533; }

h2 a, h3 a { color: #3e3533; }
h2, h3 { margin-bottom: 10px; }
h2.margin_top, h3.margin_top, p.margin_top { margin-top: 10px; }

table          { border-collapse: collapse; width: 100%; }
table th       { text-align: center; }
table td.right { padding-left: 5px; }
table th.right { padding-left: 5px; }
table td.left  { padding-right: 5px; }
table th.left  { padding-right: 5px; }

hr { border: none 0; border-top: 1px solid #999; width: 100%; height: 1px; } 

blockquote { margin: 0; padding: 10px 20px; color: #333; line-height: 1.6; font-family: Georgia, serif; }
fieldset   { border: 0 !important; }

/* Icons list */
.ico              { padding-left: 15px; }
.ico-date         { background: url('/images/default_style/ico/ico-date.gif') 0 50% no-repeat; }
.ico_twitter	  { padding: 1px 0px 1px 25px; background: url('/images/twitter_icon.png') 0 50% no-repeat; }

/* User friendly features */
.hidden { display: none; }

/* Basics layout */
#view    { width: 900px; margin: 0 auto; }
#header  { font-size: 1.2em; height: 183px; position: relative; }
#content { font-size: 1.2em; }
#footer  { font-size: 1.2em; clear: both; }

/* Logo constructs */
h1   { font-family: Georgia, "New York CE", utopia, serif; font-size: 3em; font-weight: normal; margin-top: 30px; }
h1 a { text-decoration: none; color: #FFFFCC !important; }
#logo *      { color: #222; text-decoration: none !important; }
#logo h2     { font-weight: normal; font-size: 1.2em; }
#logo .block { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; text-decoration: none; }

/* Main classes */
.fr		    { float: right !important; }
.fl		    { float: left !important; }
.clear    	{ clear: both !important; }
.right	  	{ text-align: right !important; }
.left		{ text-align: left !important; }
.center	  	{ text-align: center !important; }
.last		{ margin-right: 0 !important; margin-bottom: 0 !important; border-bottom: none !important; }
.item     	{ margin-bottom: 1.5em; border-bottom: 1px #d8d8d8 solid; clear: both; }
.post_info  { font-size: 1em; margin: 2px 0 6px !important; color: #47697E; font-weight: bold; border-bottom: 1px solid #DDD; border-top: 1px solid #DDD; }
.col1     	{ width: 49%; float: left; }
.col2     	{ width: 49%; float: right; }
img.left  	{ margin-left: 0 !important; }
img.right 	{ margin-right: 0 !important; }
.right_padding { padding-right: 6px; }
.left_padding { padding-left: 6px; }
.right_margin { margin-right: 6px; }
.errors, .success { background-color: #FFFFE1;  padding: 10px 10px 0 10px; border: 1px solid #D8D8D8; margin-bottom: 10px; }
.success h3 { color: #630; }
.submitButton { padding: 1px 5px; }

/* Layout constructs */
#logo    { position: relative; padding: 0 50px 0 190px; height: 130px; overflow: hidden; background: url('/images/lightbulb_style/lightbulb_header.jpg') 0 0 no-repeat; }
#navigation { height: 46px; padding: 0 14px; background: #312b2a url('/images/default_style/bg-main-menu.gif') repeat-x; border: 1px #8a817e solid; border-width: 1px 0 6px; }
#content { padding: 30px 0 25px; overflow: hidden; height: 100%; background: #fff url('/images/default_style/bg-content.gif') repeat-y; }
#footer  { height: 68px; background: #312b2a url('/images/default_style/bg-foot.jpg') no-repeat; }

/* Main Menu */
#navigation ul             { position: relative; height: 46px; }
#navigation li             { position: relative; float: left; padding-right: 3px; text-transform: uppercase; }
#navigation li a           { display: block; float: left; color: #b59d97; height: 30px; padding: 16px 10px 0 19px; }
#navigation li a span      { position: absolute; left: 8px; top: 20px; width: 6px; height: 8px !important; overflow: hidden; background: url('/images/default_style/ico/ico-menu_item.gif') no-repeat; }
#navigation li.sel         { position: relative; top: 7px; background: url('/images/default_style/bg-main-menu_shadow.gif') 100% 0 no-repeat; font-weight: bold; }
#navigation li.sel a       { padding-top: 9px; text-decoration: none !important; color: #000 !important; background: #fff url('/images/default_style/bg-main-menu_active.gif') repeat-x; border-bottom: 6px #fff solid; }
#navigation li.sel a span  { top: 12px; background-position: 0 -8px; }
#navigation li a:hover     { color: #fff; }

/* Search block */
#search 		{ position: absolute; right: 12px; bottom: 16px; width: 270px; text-align: right; }
#search .button { width: 204px; height: 14px; border: none; background: #999 url('/images/default_style/bg-input.gif') no-repeat; padding: 5px 10px; }
#search .submit { position: relative; width: 26px !important; height: 24px; background: #444 url('/images/default_style/bg-submit.gif') no-repeat; border: none !important; padding: 0; left: -4px; } 

/* Right (submenu) block */
#sidebar                      { width: 285px; float: right; margin-top: 25px; background: url('/images/default_style/bg-right.gif') 100% 0 repeat-y; }
#sidebar .box                 { margin-bottom: 30px; padding-left: 12px; padding-right: 15px; }
#sidebar .firstBox            { position: relative; top: -25px; margin-bottom: 5px; background: url('/images/default_style/bg-right_block.gif') 0 26px no-repeat; }
#sidebar .box h3              { margin-bottom: 11px; padding-left: 15px; color: #444; }
#sidebar .boxText             { padding: 0 27px; }
#sidebar .boxText h3          { padding-left: 0 !important; }
#sidebar .subMenu li a        { margin: 0; border-top: 1px solid #DDD; height: auto; min-height: 25px; display: block; padding: 5px 5px 2px 32px; color: #000; text-decoration: none; background: url('/images/default_style/bg-submenu_arrow.gif') no-repeat; }
#sidebar .subMenu li a:hover,
#sidebar .subMenu li.active a { background-color: #efefef; text-decoration: none !important; }

/* for the shit browser Internet Explorer */
/*\*/
* html #sidebar .subMenu li a {
height: 25px;
}
/**/

/* Left (content) block */
#contentBlock                   { float: left; width: 550px; padding: 0 20px 0 30px; }
#contentBlock img               { margin: 3px; }
#contentBlock p					{ margin-bottom: 1.5em; }
#contentBlock p.back_top 		{ text-align: right; margin-bottom: 0.5em; font-size: 0.9em; }
#contentBlock ul,
#contentBlock ol 				{ margin-bottom: 2em; }
#contentBlock table td,
#contentBlock table th          { border: 1px #d8d8d8 solid; padding: 8px; }
#contentBlock table tr.odd td,
#contentBlock table tr.odd th,
#calendar tr.odd td, #calendar tr.odd th { background: url('/images/default_style/bg-table_line.gif') repeat-x; }

/* Lists */
#contentBlock ul,
#contentBlock ol,
#sidebar .boxText ul,
#sidebar .boxText ol    { padding-left: 10px; }
#contentBlock ol,
#sidebar .boxText ol    { padding-left: 17px; }
#contentBlock ul *,
#contentBlock ol *,
#sidebar .boxText ul *,
#sidebar .boxText ol *  { margin-bottom: 0 !important; }
#contentBlock ul li,
#sidebar .boxText ul li { margin: 3px 0; padding-left: 16px; background: url('/images/default_style/ico/ico-list_item.gif') 0 4px no-repeat; }
#contentBlock ol li,
#sidebar .boxText ol li { margin: 3px 0 3px 10px; padding: 0; background: none; list-style: decimal; }

/* Footer */
#footer p       { padding: 27px 15px 0; }
#footer *       { color: #8a817e; }
#footer a:hover { color: #fff; }

/* Calendar */
#calendar 						{ font-size: 0.9em; margin: 0 auto; width: 235px; }
#calendar a						{ font-weight: bold; }
#calendar td 					{ padding: 2px; text-align: center; }
#calendar .calendar_current_day { background-color: #E1E1E1; font-weight: bold; }

/* Album search results */
.album_result { margin-bottom: 15px; padding: 5px; }
.album_result .information { margin: 0 0 0 90px; }

/* View Album */
.album 				{ padding: 5px 0 10px 10px; }
.album .image 		{ float: left; text-align: center; width: 150px; }
.album .information { margin: 0 0 0 150px; }

/* POST STYLES */
.post 		{ margin-bottom: 1.5em; }
.post_meta  { color: #47697E; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 2px; margin-bottom: 15px; }
.post_text  { padding: 10px 5px; }
.post_text ul, .comment_text ul { margin: 15px 0; }
.bold_red { color: #BA2900; font-size: 1.3em; padding: 0.3em 0; margin: 0.5em 0; }

/* Comments */
.comment { border-bottom: 1px dashed #D6DCC0; padding: 10px; margin-bottom: 15px; }
.comment_text { font-size: 0.95em; margin-bottom: 5px; margin-top: 15px; clear: left; }
.alt_colour { background-color: #F7FBFB; }

/* A-Z letter headings on the TV show select page */
.tv_letters { border-top: 1px solid #C2C2C2; border-bottom: 1px solid #C2C2C2; background-color: #E9E9E9; color: #000; font-size: 1.2em; margin: 15px 0; font-weight: bold; }

/* Episodes watched on the TV show page */
.episodes_watched { margin: 0; padding: 0; line-height: 1.8; font-size: 0.9em; }
a.unwatched_episode { border: 1px solid #C2C2C2; text-decoration: none; padding: 1px 3px; }
a:hover.unwatched_episode { background-color: #555; text-decoration: none !important; color: #FFF; }
.watched_episode { background-color: #888; text-decoration: none; color: #FFF; border: 1px solid #C2C2C2; padding: 1px 3px; }
.tv_show_checkbox { margin-right: 20px; display: inline; }

/* Container for links and feeds in the header */
#headerboxright { float: right; margin-top: 45px; margin-bottom: 0; }

/* RSS Feeds and header links */
#linkBox { text-align: right; margin-bottom: 15px; padding: 0; }
#linkBox a { margin: 0 0.3em; padding: 2px; text-decoration: underline !important; }
#feeds { margin: 0; padding: 0; text-align: right; }
#feeds ul, #linkBox ul { margin: 0; padding: 0; }
#feeds li, #linkBox li { display: inline; list-style-type: none; padding: 4px 0; margin: 0; }
#feeds a { padding: 0 5px; margin: 0; text-decoration: none; font-weight: bold; }

#albums_icon, .albums_icon { background: #FFF url('/images/albumsicon2.png') no-repeat; padding: 8px 0 8px 40px; }
#enigma_icon { background: #FFF url('/images/enigmaicon2.png') no-repeat; padding: 8px 0 8px 40px; }
#life_icon, .icon_life { background: #FFF url('/images/lifeicon2.png') no-repeat; padding: 8px 0 8px 40px; }
#movies_icon { background: #FFF url('/images/moviesicon2.png') no-repeat; padding: 8px 0 8px 40px; }
#tv_icon { background: #FFF url('/images/tvicon.png') no-repeat; padding: 8px 0 8px 40px; }
#subrosa_icon { background: #FFF url('/images/subrosaicon2.png') no-repeat; padding: 8px 0 8px 40px; }

/* Enigma answered and confirmed, plus event logs */
.green { color: #090; }
.red { color: #F00; }
.blue { color: #00F; }

.quoted_text { width: 90%; background-color: #f6f6f6; color: #CC0000; padding: 10px; margin: 10px 0; border: 1px solid #D5D5D5; }
.php_text, .code_text { width: 90%; background-color: #f6f6f6; color: #264779; padding: 10px; margin: 10px 0; border: 1px solid #D5D5D5; font-family: "Courier New", Courier, monospace; }

/* Pagination */
.pagination { text-align: right; margin: 10px 0; }
.pagination a, .pagination span { margin-right: 3px; }

.linksBox { float: left; margin-right: 9px; width: 128px; }

.inline_list { margin-bottom: 15px; }
.inline_list ul { display: inline; } 
.inline_list ul li { padding: 2px 10px 5px; list-style: none; display: inline; background: none !important; }

#homeHead, .comment_user_info { padding-left: 65px; }
#homeHead .userImage, .comment_user_image { display: inline; float: left; margin-left: -65px; border: 1px solid #d5d2d2; }

/* External links */
.external { background: url('/images/external.png') 100% 60% no-repeat; padding:  0 15px 0 0; }

/* Override or set any jQuery UI styles */
.ui-dialog-content h4, .ui-dialog-content ul { margin-bottom: 6px; }

