/*
Made for Dizorb.com
By Kenneth Lemus
*/


/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

body { line-height: 1; }
ol, ul { 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; }


/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body { text-align: center; line-height: 21px; font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #757575; min-height: 25px; background: #000000 url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/11_background_texture33.jpg) repeat; }

a { text-decoration: none; color: #00b7f3; }
a:hover {text-decoration: underline;  }
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { padding-bottom: 5px; color: #656565; letter-spacing: -1px; line-height: 1em; font-weight: normal; font-family: Arial, sans-serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #404040; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding-bottom: 10px; line-height: 24px; }
strong { font-weight: bold; color: #1c1c1c; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 0.0em; padding: 1em; color: #666666; background: #e2e2e2; font-style: none; border: 1px solid #dcdcdc; }
	blockquote p { padding-bottom: 0px; }

input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

img#about-image { float: left; margin: 3px 8px 8px 0px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

#header-top  { background: #e5cb9a url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/gr-1.png) repeat-x bottom left; height: 50px; }
	div.container { text-align: left; width: 1025px; margin: 0 auto; position: relative; }
#header { height: 138px; }
#bg {background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/11_background_texture.jpg) no-repeat; }
			img#logo { float: left; margin: 6px 0px 0px 0px; }
	#bg2 { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/gr-12.png) repeat-x 50% 86px; }		
		
		#content {background:#fff url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/content-bg.png) repeat-x 665px 0px; padding-bottom: 35px; margin-bottom: 0px; -moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3); -moz-border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;}	
			#main-area {width: 665px; float: left; }
				h4#recent, div#breadcrumbs {font-size: 24px; color: #b54836; text-shadow: 1px 1px 1px #dcaaa1; padding-top: 16px; padding-left: 19px; border-left: 1px solid #ececec; border-top: 1px solid #ececec; border-bottom: 0px solid #ececec; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/recent-bg.png) no-repeat top left; text-transform: uppercase; }
				div#breadcrumbs { padding-top: 12px; padding-bottom: 6px; }
					div#breadcrumbs a { color:#B54836; }
						div#breadcrumbs a:hover { text-decoration: none; }
					span.sep { color: #d9d9d9; margin-right: 3px; font-size: 14px; }
						span.sep span { margin-right: -5px; font-size: 18px; }
				
					div.entry {width: 280px; float: left; border-bottom: 0px solid #ececec; border-right: 1px solid #ececec; border-top: 1px solid #ececec; padding: 24px 26px; }
					div.entry.second {border-right: none;}
						.entry h3.title {font-size: 30px; color: #404040; text-shadow: 1px 1px 1px #e6e6e6; margin-bottom: 15px; }
						h3.title a {text-decoration: none;}
						
						div.thumbnail {position: relative; background-color: #f0f0f0; border: 4px solid #f0f0f0; border-bottom: 1px solid #d0d0d0; margin-bottom: 15px; }
						div.thumbnail img.thumb.alignleft {padding-bottom: 3px;}
							div.thumbnail span.overlay {background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/270x110_postoverlay.png) no-repeat; display:block; position: absolute; height: 110px; width: 270px; top: 0px; left: 0px;}
							p.meta-info {font-style: italic; font-size: 11px; color: #949494; text-shadow: 1px 1px 1px #ffffff; padding-left: 10px; padding-bottom:3px; }
							p.meta-info a {font-weight: bold; color: #757575; }
						
							a.readmore { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/readmore-right.png) no-repeat right bottom; display: block; height: 23px; padding-right: 11px; line-height: 23px; text-shadow: 1px 1px 1px #797979; font-size: 12px; float: right; color: #fff !important; }
								a.readmore span { display: block; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/readmore-left.png) no-repeat; padding:0 6px 0 14px; height:23px;  }
								a.readmore:hover { color: #eee; }
			
		#recent-posts { margin-bottom: 20px; margin-top: 20px; }
			#recent-posts a#left-arrow, #recent-posts a#right-arrow { display: block; text-indent: -9999px; height: 179px; float: left; margin-top: 29px; }
			#recent-posts a#left-arrow { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/arrow-left.png) no-repeat; width: 62px; }
			#recent-posts a#right-arrow { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/arrow-right.png) no-repeat; width: 60px; }
			
			#recent-posts #recent-container { float: left; width: 903px; }
			.slide .cat-entry { float: left; width: 301px; position: relative; height: 208px !important; } 
				.slide h4.cat-title { font-size: 24px; text-transform: uppercase; color: #b54836; }
				.slide h3.title { background: #f0f0f0 url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/recent-block-bg.png) no-repeat; font-size: 24px; padding: 14px 5px 14px 16px; text-shadow: 1px 1px 1px #ffffff; height: 45px; }
				.slide h3.last { border-right: 1px solid #D9D9D9; }
				
				.slide .thumbnail { display: block; position: relative; }
					.slide .thumbnail img { border-top: 1px solid #636363; }
					.slide .metainfo { position: absolute; right: 0px; bottom: 0px; background: #525252; padding: 2px 8px;  font-style: italic; -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; }
						.slide .metainfo, .slide .metainfo a { text-shadow: 1px 1px 1px #3e2c28; color: #ffffff; }
					.slide .thumbnail .overlay { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/cat-overlay.png) repeat-x; position: absolute; top: 1px; left: 0px; width: 301px; height: 29px; }
					
			.post { padding: 30px 35px 38px 20px; }
				.post a { color: #c04531; font-weight: bold; }
			
				.post p.post-meta { font-size: 14px; color: #4d4949; font-style: italic; padding-bottom: 25px; }
					.post p.post-meta a { color: #4d4949; font-weight: bold; }
					.post p.post-meta a:hover { color: #000000; text-decoration: none; }
					
					.post-thumbnail { float: left; display:block; padding: 4px ; background: #e6e6e6; border: 1px solid #999999; margin: 0 10px 10px 0; position: relative; }
						.post-thumbnail span.overlay { position: absolute; top: 0px; left: 0px; background: url() no-repeat; width: 301px; height: 96px; }
						
					.entry ul, .post ul { list-style-type: disc; margin: 10px 0px 10px 20px; }
					.entry ol, .post ol { list-style-type: decimal; list-style-position: inside; margin: 10px 0px 10px 2px; }
						.entry ul li ul, .post ul li ul, .entry ul li ol, .post ul li ol { margin: 2px 0px 2px 20px; }
						.entry ol li ul, .post ol li ul, .entry ol li ol, .post ol li ol  { margin: 2px 0px 2px 35px; }	
						
		
/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
		ul#primary { font-size: 20px; float:right;  }
			ul#primary li a { color:#e3cd9c; text-shadow: 1px 1px 1px #161515; padding: 14px 9px 15px; text-transform: uppercase; }
			ul#primary li a:hover {text-decoration: none;}
				ul#primary > li.current_page_item > a, ul#primary > li.current-menu-ancestor > a {color:#c04531; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/current-page.png) no-repeat bottom center;}
			ul#primary li a:hover { color: #c04531; }
			ul#primary > li.sf-ul.sfHover > a { background: #1a1b1a; }
			
			ul#primary ul { background: #1a1b1a; padding: 10px 0px 15px; }
			ul#primary li:hover ul, ul#primary li.sfHover ul { top: 44px; box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3); -moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3); -moz-border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
				ul#primary ul li { padding: 0px 0px 0px 15px; }
					ul#primary ul li a { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/top-menu-bullet.png) no-repeat 0px 11px; width: 145px; padding: 8px 0px 8px 15px; }
						ul#primary ul li a:hover { background: url(images/top-menu-active-bullet.png) no-repeat 0px 11px; }
			ul#primary ul li:hover ul, ul#primary ul li.sfHover ul { top: -12px; left: 191px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; }
				
			ul#secondary  { font-size: 15px; float:right; margin-top: 35px; text-shadow: 1px 1px 1px #161515; padding: 14px 9px 15px; text-transform: uppercase;  }
				ul#secondary li { padding-right: 15px; }
				ul#secondary li a { color:#000000; padding: 8px 0 20px 12px;  }
				ul#secondary li a:hover {text-decoration: none; color:#c04531;}
					ul#secondary > li.current_page_item > a, ul#primary > li.current-menu-ancestor > a, ul.superfish.nav > li > a:hover {color:#c04531; }
					ul#secondary li ul {box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.2); background: url(images/cat_menu_bg.png) repeat-y; border: 1px solid #cfcfcf; -moz-border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top: none; padding-bottom: 15px; padding-top: 5px; }
						ul#secondary > li.sf-ul.sfHover {background: url(images/active-cat-link.png) no-repeat top right;  }
							ul#secondary > li.sf-ul.sfHover > a {background: url(images/active-cat-link.png) no-repeat top left;}
					ul#secondary li:hover ul, ul#secondary li.sfHover ul { top: 35px; }
					ul#secondary ul li:hover ul, ul#secondary ul li.sfHover ul { top: -6px; }
					
					ul#secondary ul li { padding: 0px; padding-left: 15px; }
						ul#secondary ul li a { padding: 5px 5px 5px 17px; width: 141px; background: url(images/second-menu-bullet.png) no-repeat 2px 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
							ul#secondary ul li a:hover { background: url(images/second-active-bullet.png) no-repeat 2px 15px; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; }
	
		#search-form { float: right; width: 141px; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/search.png) no-repeat; height: 25px; margin-top: 9px; margin-left: 16px;}
		#searchinput { background: none; border: none; font-style: italic; color: #959595; text-shadow: 1px 1px 1px #151515; padding-left: 11px; display: block; margin-top: 4px; float:left; width: 100px; font-size: 11px; }
		#searchsubmit { float:left; margin-top:8px; }

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/

#featured { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/featured-bg.png) no-repeat; height: 310px; margin-bottom: 45px; }
	#featured #description { float: left; width: 575px; }
	#featured .slide { padding: 40px 0px 0px 35px; width:575px; }
		#featured h2.title { font-size: 48px; margin-bottom: 6px; }
			#featured h2.title a {color: #929090;}
			#featured h2.title a:hover { text-decoration: none; }
			#featured p { color: #a29f9; text-shadow: 1px 1px 1px #fff; line-height: 18px; }
			
			#featured p.meta { float: right; font-style: italic; color: #c1c1c1; margin-top: 9px; }
				#featured p.meta a { color: #b4341f; font-weight: bold; }
	#featured #controllers { float: right; width: 363px; margin-top: -11px; background-color: #bfbfbf; }
		#featured #controllers .alignleft { width: 253px; }
		#featured #controllers .alignright { width: 110px; }
		
		#featured #controllers a { display: block; position:relative; }
		#featured #controllers a:hover { text-decoration: none; }
			#featured #controllers img { border: 3px solid transparent; }
			#featured #controllers a.active img { border-color: #be341f; }
			
			span.date { display: block; position:absolute; text-shadow: -1px -1px 1px #8e0601; color: #fff; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/date-small-bg.png) no-repeat; width: 56px; height: 22px; top: -11px; left: -9px; font-size: 17px; padding: 7px 0px 0px 8px; z-index: 5; text-transform: uppercase; }
			
			#featured #controllers .alignleft span.date { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/big-date-bg.png) no-repeat; height:30px; left:-10px; top:-12px; width:76px; padding: 9px 0px 0px 12px; font-size: 24px; text-transform: uppercase; }
	
			#featured a.second { margin-top: -3px; }
			#featured .alignright img { margin-bottom:-3px; margin-left:-1px; }
			
			#featured .alignleft span.overlay { position: absolute; top: 3px; left: 3px; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/feat-big-overlay.png) no-repeat; width: 249px; height: 157px; }
			
			#featured .alignright span.overlay { position: absolute; top: 2px; left: 2px; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/feat-small-overlay.png) no-repeat; width: 104px; height: 104px; }
		
/*------------------------------------------------*/
/*-------------------[COMMENTS]-------------------*/
/*------------------------------------------------*/

#comment-wrap { border-top: 1px solid #ececec; padding-top: 35px; }
	li.depth-1 { padding: 30px 0px 5px 20px; border-bottom: 1px solid #ececec; }

h3#comments { font-size: 36px; padding-bottom:5px; padding-left: 20px; }

.comment-icon { background: url(images/comment-bottom-bg.png) no-repeat bottom left; padding-bottom: 14px; }

.comment-icon .post { padding: 3px 0px 0px; }

div.authordata { width: 100px; }
		div.avatar { float: left; position: relative; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/avatar-bg.png) no-repeat; padding:6px 4px 6px 6px; }
		
	.comment-wrap { float:left; margin-left:14px; }
			
		.reply-container { display:block; float:right; margin-bottom:15px; }
			.reply-container a { color: #000000; text-shadow: none; font-weight: bold; }
			.reply-container a:hover { text-decoration: none; color: #383838; }

	li.depth-1 .comment-wrap { width: 460px; }
	li.depth-2 .comment-wrap { width: 378px; }
	li.depth-3 .comment-wrap { width: 296px; }
	li.depth-4 .comment-wrap { width: 214px; }
		
	ol.commentlist { list-style:none outside none; padding-top:8px; }
		ol.commentlist ul { list-style:none outside none; }
	
		.commentlist li.comment li { background: none; padding: 0px; }
		.commentlist li.comment ul { margin: 8px 0px 8px 82px; }
		
	#respond { padding-top: 30px; padding-left: 20px; padding-bottom: 10px; }
		.comment #respond { padding-left: 0px; padding-top: 5px; }
		#commentform textarea#comment { width: 88%; }
		#commentform input[type=text] { width: 40%; }
		
	
		li.comment #respond textarea { width: 88% !important; }
		li.comment #respond input[type=text] { width: 50% !important; }
		
	#respond h3#comments { background: none; margin: 0px; padding: 0px; } 
	
	.comment-author { color: #d0cfcf; font-size: 24px; }
		.comment-author .comment-meta, .comment-author .comment-meta a { color: #404040; font-size: 24px; text-transform: uppercase; }
			.comment-author .comment-meta a:hover { text-decoration: none; }
		span.fn, span.fn a { color: #b54836; font-size: 24px; text-transform: uppercase; }
			span.fn a:hover { text-decoration: none; }
		
	.comment-content { padding-top:2px; }
		
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer { background: #1c1c1c url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/footer-top-bg.png) repeat-x; }
	.footer-widget { width: 320px; padding-top: 37px; padding-left: 19px; float: left; }
	.footer-widget h4.widgettitle { padding-bottom:30px; font-size: 24px; color: #8c2a1a; text-shadow: 1px 1px 1px #0c0c0c; text-transform: uppercase; }
	#footer a { color: #ababab; text-shadow: 1px 1px 1px #0c0c0c; }
		#footer a:hover { color: #807f7f; text-decoration: none; }
		
	.footer-widget ul { margin-bottom:5px; }
		.footer-widget ul ul { margin-bottom:0; }
		.footer-widget ul li { background:url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/footer-bullet.png) no-repeat scroll 0 8px transparent; padding:0px 0 3px 16px; }
			.footer-widget ul li ul { margin:0 0 -3px; padding:5px 0 0 7px; }
#footer-bottom {background-color: #1c1c1c;}		
		p#copyright {float:right; font-size:11px; padding-bottom:20px; padding-right: 18px; color:#767676;text-shadow: 1px 1px 1px #0c0c0c; padding-top: 45px;}	
		p#copyright a {color:#535353;}

	
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
	#sidebar { float: right; width: 360px; border-left: 0px solid #ececec; }
			#sidebar div#tabbed {width: 360px; }
			#sidebar #one-col ul#tabbed-area {background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/tabbed-right-bg.png) repeat-y top right; border-top: 1px solid #ececec; border-left: 0px solid #ececec; }
				#sidebar #one-col ul#tabbed-area li { text-align: center; padding: 2px 0px 0px 0px; float: left; }
				#sidebar #one-col #tabbed ul li { background: none; }
					#sidebar #one-col ul#tabbed-area li a { font-size: 24px; color: #b54836 !important; text-shadow: 1px 1px 1px #dcaaa1; float: left; text-decoration: none; padding-left: 2px; text-transform: uppercase; }
						#sidebar #one-col ul#tabbed-area li a span { display: block; padding: 12px 0px 9px;  }
							
							#sidebar #one-col ul#tabbed-area li.first a span { width: 116px; }	
							#sidebar #one-col ul#tabbed-area li.second a span { width: 120px; }
							#sidebar #one-col ul#tabbed-area li.last a span { width: 117px; }
							
														
						#sidebar #one-col ul#tabbed-area li.ui-state-active { background: #f0f0f0 url("http://i34.photobucket.com/albums/d150/zixpk/dizorb/tab-top-bg.png") repeat-x; border-right: 1px solid #d1d1d1; padding-top: 3px; margin-top: -1px; }
							#sidebar #one-col ul#tabbed-area li.ui-state-active a { background:url("http://i34.photobucket.com/albums/d150/zixpk/dizorb/tabs-left-bg.png") repeat-y scroll 0 0 transparent; }
						
						#sidebar #one-col ul#tabbed-area li.ui-state-active a  { background-color: #f0f0f0; }
					
					#sidebar #first-col, #sidebar #last-col {width: 179px; float: right; border-right: 1px solid #ececec; border-top: 0px solid #ececec; border-bottom: 0px solid #ececec; border-left: 0px solid #ececec; }
					#sidebar #first-col {border-right: none;}
						#sidebar h4 {font-size: 24px; color: #b54836; text-shadow: 1px 1px 1px #dcaaa1; padding-top: 16px; padding-left: 19px;  border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/recent-bg.png) no-repeat top left; margin-bottom: 20px; text-transform: uppercase; }
							#sidebar #first-col ul li, #sidebar #last-col ul li, #sidebar #one-col ul li { background:url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/sidebar_bullet.png) no-repeat 18px 5px; padding:0px 20px 5px 40px; line-height: 27px;  }
								#sidebar ul li a {color:#727272;}
					
					
					#tabbed .tab { border-right: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1; background: #f0f0f0 url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/tabs-left-bg.png) repeat-y; /*margin-top:-2px;*/ }
					#all_tabs { margin-top: -2px; }
						#sidebar #one-col #tabbed .tab ul li { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/tab-top-bg.png) repeat-x; padding: 2px 0px 0px 2px; }
							#sidebar #one-col #tabbed .tab ul li a { display: block; padding: 8px 17px 7px 16px; }
							#sidebar #one-col #tabbed .tab ul li a:hover { text-decoration: none; background-color: #ececec; }
							
							#sidebar #one-col #tabbed .tab ul span.box{ float: left; margin: 0px 14px 0px 0px; display:block; border: 1px solid #cacaca; background-color: #dddddd; padding: 3px; position: relative; }
								span.box span.overlay { background: url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/box-overlay.png) no-repeat; display:block; position: absolute; height: 59px; width: 59px; top: 3px; left: 3px; }
							#sidebar #one-col #tabbed .tab ul img {border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
							#sidebar #one-col #tabbed span.title { color: #313131; font-size: 20px; display: block; margin-top: 10px; } 
				

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/

div.post .new-post .aligncenter, .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin-bottom: 10px; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:15px; }
img.alignright { display:inline; float:right; margin-left:15px; }

	
/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/

.nav ul { position:absolute; top:-999em; background-position: bottom; background-repeat: no-repeat; z-index: 10; }
.nav li { float:left; position:relative; }
.nav a { display:block; float: left; }
	.nav li:hover ul, ul.nav li.sfHover ul { left:0px; top:50px; }
	.nav li:hover li ul, .nav li.sfHover li ul { top:-999em; }
		.nav li li:hover ul, ul.nav li li.sfHover ul { left:192px; top:0px; }
	.nav li:hover ul, .nav li li:hover ul { top: -999em; }
	.nav li li {	display: block;	padding: 0px; float: left; height: auto !important; }
	.nav li ul { width: 191px; }
		.nav li li a:link, .nav li li a:visited {	display: block; height: auto; float: left; }
		.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
		
/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination { overflow: hidden; padding: 15px 12px 0px; clear:both; }

.wp-pagenavi { position: relative; clear:both; padding:30px 0 5px; font-size: 24px; float: left; padding-left: 14px; }
	.wp-pagenavi a, .wp-pagenavi a:link { padding: 5px 7px !important; margin: 2px; text-decoration: none; border:none !important; color: #413f36; font-weight: normal !important; color: #b9b9b9 !important; }
	.wp-pagenavi a:visited { padding: 5px 7px; margin: 2px; text-decoration: none; border: 1px solid #e9e9e9; color: ##b9b9b9; background-color:none;  }
	.wp-pagenavi span.pages { padding: 5px 7px 5px !important; margin: 2px !important ; border:none !important; color: #b9b9b9 !important; background-color:none; font-size: 14px; text-transform: uppercase; }
	.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover { padding: 5px 7px !important; margin: 2px; font-weight: bold; background-color:none !important; border:none !important; color:#b54836 !important; }

a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a  { text-decoration: none; }

.js #feat-content, .js div#from-blog div.entries {display: none;} 

.bbottom { border-bottom: 1px solid #ececec; }

.foursixeight { margin: 0px 0px 15px 84px;}

.fullwidth { background:#fff url(images/content-bg.png) repeat-x 665px 0px; padding-bottom: 35px; margin-bottom: 35px; -moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3); -moz-border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;}
	.fullwidth #main-area { width: 1025px; }
		.fullwidth div#breadcrumbs { border-right: 1px solid #ECECEC; }
		.fullwidth .post { padding-right: 20px; }
		
	.fullwidth li.depth-1 .comment-wrap { width:840px; }
	.fullwidth li.depth-2 .comment-wrap { width:758px; }
	.fullwidth li.depth-3 .comment-wrap { width:676px; }
	.fullwidth li.depth-4 .comment-wrap { width:594px; }
	.fullwidth li.depth-5 .comment-wrap { width:512px; }

/* AD BLOCK------*/

#side #text-389975171 .textwidget {background: none;}

.lg-adblock a{padding: 6px; margin: 44px 0 20px 0; background: #cccccc; border: 1px solid #868686; overflow:hidden; width 270px; }

.lg-adblock .adblock a:hover {border: 1px solid #333;}

.sm-adblock {width: 330px;}

.sm-adblock .adblock a {padding: 3px; background: #ccc; border: 1px solid #868686; float:left; width: 132px; height: 125px;}

.sm-adblock .adblock a:hover {border: 1px solid #333;}

.sm-adblock .adblock img {width: 125px; height: 125px;}

.sm1-adblock {width: 330px;}

.sm1-adblock a{padding: 3px; background: #cccccc; border: 1px solid #868686; overflow:hidden; width 132px;height: 125px;float:left;}

.sm1-adblock .adblock a:hover {border: 1px solid #333;}

.med1-adblock {width: 330px;}

.med1-adblock a{padding: 8px; background: #cccccc; border: 1px solid #868686; overflow:hidden; width 270px;height: 125px;float:left;}

.med1-adblock .adblock a:hover {border: 1px solid #333;}

.med-adblock {width: 330px;}

.med-adblock .adblock a {padding: 8px; background: #ccc; border: 1px solid #868686; float:left; width: 330px; height: 125px;}

.med-adblock .adblock a:hover {border: 1px solid #333;}

.med-adblock .adblock img {width: 270px; height: 125px;}

.foot-adblock {width: 230px;}

.foot-adblock .adblock a { padding: 3px; background: #ccc; border: 1px solid #868686; float:left; width: 230px; height: 90px;}

.foot-adblock .adblock a:hover {border: 1px solid #333;}

.foot-adblock .adblock img {width: 264px; height: 90px;}

.foot1-adblock {width: 230px;}

.foot1-adblock a{padding: 3px; background: #cccccc; border: 1px solid #868686; overflow:hidden; width 230px;height: 90px;}

.foot1-adblock .adblock a:hover {border: 1px solid #333;}

div#respond #submit, .wpcf7 input.subbut, .subbutt {background: #808080; color:#fff; padding: 8px; border: 1px solid #808080;   -moz-border-radius: 5px;-webkit-border-radius: 5px; padding: 10px; margin-top: 10px; margin-bottom: 10px; cursor: pointer}

.subbutt {padding:4px}

.wpcf7 input.subbut {width: 100px;}

.wpcf7 input, .wpcf7 textarea {border: 1px solid #808080; background:white; -moz-border-radius: 5px;-webkit-border-radius: 5px; padding: 5px; }

.wpcf7 textarea {width: 500px;}


}
.wpsizerbox {
	margin: 0 auto;
}
.wpsizerbox td {
	width: 7em;
	padding: 0.2em 0.5em;
vertical-align: top;
}
.wpsizerbox td.w3 {
	width: 21.6em;
	padding: 0.2em;
}
.wpsizerbox a {
	background-color: #e2e2e2;
	float: left;
	border: 1px solid #e2e2e2;
	margin: 0.1em;
	display: block;
	line-height: 1em;
	text-decoration: none;
	color: #75746b;
	width: 6em;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0.2em 0.4em;
}
.wpsizerbox a.off {
	background-color: #f4f2ed;
	border: 1px solid #e0ddd7 !important;
}
.wpsizerbox a:HOVER, .wpsizerbox a.now {
	background-color: #b14f22;
	color: #fff;
	border: 1px solid #8a3b16;
}

.table_with_data {
	border: 1px solid #e0ddd7;
}

.tbody {
	vertical-align: top;
}

/* ---------------------------------------------------------------------------------------
   dizorb forums
   --------------------------------------------------------------------------------------- */  
   #latest, #forumlist, #favorites                  { width: 1025px; margin: 0 auto; position: relative;  }
   #latest th, #latest td, #forumlist th, #forumlist td, #favorites th, #favorites td
                                                    { padding: 10px; text-align:left; padding-left: 25px; }
   #latest th, #forumlist th, #favorites th         { background: #eee; border-bottom:1px solid #ddd; font-size:11px; text-transform:uppercase;
                                                      color:#545454; letter-spacing:0; font-family:Arial, Helvetica, sans-serif;}
   #latest td, #forumlist td, #favorites td         { border-bottom:1px solid #eee; }
   #latest tr:hover td, #forumlist tr:hover td, #favorites tr:hover td
                                                    { background:#eeeeee; }
   #latest tr.sticky td                             { font-weight bold; }
   #latest td, #latest tr                           { background:none; color:#545454; }
   .alt1                                            { background-color: #ffffff !important; }
   #latest a                                        { color:#c04531; }
   #latest a:hover                                  { color:#545454; }
   #innerpost                                       { width: 1025px; margin: 0 auto; position: relative; background:#fff url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/content-bg.png) repeat-x 665px 0px; padding-bottom: 35px; margin-bottom: 35px; padding-top: 25px; margin-top: -10px; -moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3); -moz-border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; }
   #innerpost h2 a                                  { font-size:28px; color:#1d2a32; background:url(http://i34.photobucket.com/albums/d150/zixpk/dizorb/forums.png) no-repeat left center;
                                                      padding-left:36px; text-decoration:bold;}
   #innerpost h2 a:hover                            { color:#c04531; }

/* ---------- gallery styles start here ----------------------- */
.gallery {
list-style: none!important;
	margin-left: 0px;
	padding: 0;
width:100%;
}
.gallery a {
	margin: 0px 10px 25px 0px;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block; 
	padding:4px;
	float: left;
	position: relative;
	width: 180px;
-moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3); -moz-border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;
}

.gallery a:hover {
	margin: 0px 10px 25px 0px;
	background-color:#ffffff;
	border:1px solid #c04531;
	display:block; 
	padding:4px;
	float: left;
	position: relative;
	width: 180px;
-moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3); -moz-border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;
}


.gallery span {
	background: url(images/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}

.gallery em {
	display: block;
	padding: 0 20px 0 0;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}

.success	{
	padding: 3px; background: #dddddd; border: 1px solid #f0f0f0; overflow:hidden; width 100%;height: 100%; float:left; margin-bottom: 15px; -moz-box-shadow:3px 6px 7px 1px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 3px 6px 7px 1px rgba(0, 0, 0, 0.3); -moz-border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px;
  	}


