/*
Theme Name: GarboMedia Original
Theme URI: http://www.garbomedia.com/
Description: Visit http://www.garbomedia.com - WEB Design & SEO Services
Version: 1.0
Author: GarboMedia.com
License: #200810011 http://garbomedia.com
*/

* {
	margin:0;
	padding:0;
}

html {
	padding-top:5px;
	padding-bottom:5px;
}

body {
	background: url('img/bg.gif');
}

/* ----------- Top Horizontal Menu ---------- */

#menu div {
	background: url('img/nav-menu-bg.gif') repeat-x;
	width:100%;
	height:34px;
	margin: 0px;
	padding: 0px;
}

#menu div div {
	background: url('img/nav-menu-r.gif') no-repeat top right;
}

#menu div div div {
	background: url('img/nav-menu-l.gif') no-repeat top left;
}

#nav {
	margin:0;
	padding:0 10px 0 10px;
	list-style: none;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style: none;
	}

#nav a {
	background: url('img/nav-menu-spacer.gif') no-repeat top right;
	color: #FFF;
	display: block;
    font-weight: bold;
    margin: 0;
	padding: 10px 10px 10px 12px;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #FFF;
	display: block;
	text-decoration: underline;
    margin: 0;
	padding: 10px 10px 10px 12px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #0066CC;
	color: #FFF;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #6699FF;
	border-top:0;
	text-decoration: none;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #003399;
	color: #FFF;
	padding: 4px 8px 4px 8px;
	text-decoration:none;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/* ----------- Footer ---------- */

#footer {
	background: url('img/footer-bg.gif') repeat-x;
	width:100%;
	height:52px;
	font-size: 11px;
	color:#DDD
}

#footer div {
	background: url('img/footer-l.gif') no-repeat left;
	height:52px;
}

#footer div div {
	background: url('img/footer-r.gif') no-repeat right;
	height:52px;
}

#footer div div div {
	background:none;
	padding:0;
}

#footer a, #footer a:visited {
	color: #EEE;
	text-decoration:underline;
	font-weight:bold;
}

#footer a:hover, #footer a:active {
	color: #FFF;
	text-decoration:none;
}

	
p {
	padding:3px;
	margin:0;
}

a, a:visited {
	color: #003366;
	text-decoration:underline;
	font-weight:bold;
}

a:hover, a:active {
	color: #3399CC;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

h1 {
	font-size:16px;
}

h2, h3 {
	font-size:14px
}

h4, h5 {
	font-size:12px;
}

h6 {
	font-size:11px;
}

ul, li {
	list-style-position:inside;
}

#head {
	background: url('img/tab-bg.gif') repeat-x top;
}

#head div {
	background: url('img/tab-left.gif') no-repeat top left;
}

#head div div {
	background: url('img/tab-right.gif') no-repeat top right;
}

#head h1, #head h2 {
	font-size:14px;
	padding:5px 5px 0px 10px;
	margin:0;
}

#rightcolumn #head h2 {
	font-size:12px;
}

#head h2 a, #head h2 a:visited {
	text-decoration:none;
	color:#000;
}

#head h2 a:hover, #head h2 a:active {
	text-decoration:underline;
	color:#000;
}

.post {
	padding:0;
	margin:0 5px;
	margin-bottom:0;
}

#content {
 	border: 1px solid #C0C0C0;
 	border-top:0;
 	padding:0px 4px 5px 4px;
 /*	padding:top right bottom left */
  	background: #FFF;
  	margin-bottom:6px;
}

#in_content {
	overflow:hidden;
	word-wrap: break-word;
}

.clear {
	height:1px;
	font-size:1px;
	clear:both;
}

#spacer_hor {
	height:5px;
	font-size:1px;
	background: #CCC url('img/spacer-hor.gif') repeat-x top;
}

a.more-link, a.more-link:visited {
    padding-right:15px;
    color: #800000;
    text-decoration:none;
    font-size:11px;
    background:transparent url(images/hotarrow.gif) 100% 80% no-repeat
}

a.more-link:hover, a.more-link:active {
    padding-right:15px;
    color: #FF0000;
    text-decoration: underline;
    background:transparent url(images/hotarrow.gif) 100% 80% no-repeat
}

#credits {
	font-size:11px;
	color:#999;
	padding-left:3px;
}

#browse {
	font-size:11px;
	color:#999;
	padding-top:5px;
	padding-left:10px;
}

#browse a, #browse a:visited, #credits a, #credits a:visited {
	font-weight:normal;
	color:#999;
}

#browse a:hover, #browse a:active, #credits a:hover, #credits a:active {
	font-weight:normal;
	color:#333;
}

#container {
	margin:0;
	padding:0;
	text-align:left;
	height:100%;
}

#body{
	clear: both;
	background: url('img/body-bg.gif');
	width: 930px;
	margin:0 auto;
	padding:0;
	font-family:Tahoma;
	font-size:12px;
	color:#333;
}

#header div {
	background: url('img/header-bg.gif') repeat-x;
	width:100%;
	height:78px	
}

#header div div {
	background: url('img/header-l.gif') no-repeat top left;
}

#header div div div {
	background: url('img/header-r.gif') no-repeat top right;	
}

#browse_menu div {
	background: url('img/browse-bg.gif') repeat-x;
	width:100%;
	height:23px;
	font-size:10px;
	color:#666;	
}

#browse_menu div div {
	background: url('img/browse-r.gif') no-repeat top right;
}

#browse_menu div div div {
	background: url('img/browse-l.gif') no-repeat top left;
}

#browse_menu div div div div {
	width:100%;
	float:left;
	background:none;
	padding: 4px 0px 0px 0px;
}

#maincolumn {
	float:left;	
	height:inherit;
	width:582px;
	padding:0;
	margin:0 0 0 8px;	
}

*html #maincolumn {
	margin:0 0 0 4px;
}

#maincolumnhome {
	float:left;	
	height:inherit;
	width:100%;
	padding:0;
	margin:0;	
}

#rightcolumn {
	float:right;
	height:inherit;
	width:328px;
	padding:0;
	font-family:Tahoma;
	font-size:11px;
	margin:0 8px 0 0;
}

*html #rightcolumn {
	margin:0 4px 0 0;
}

#rightcolumn0 {
	float:left;
	height:inherit;
	width:100%;		
}

#rightcolumn1 {
	float:left;
	width:50%;		
}

.widgettitle {
	color:#000;
	font-size:12px;
	padding:0px 5px 0px 5px;
}

#box {
	display:block;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#FFF;
}

#box_content {
	padding:5px;
}

#box_b {
	background: transparent url('img/h2-bg-c.gif') 0 100% repeat-x;
}

#box_l {
	background: transparent url('img/h2-bg-c.gif') 0 0 repeat-y;
}

#box_r {
	background: transparent url('img/h2-bg-c.gif') 100% 0 repeat-y;
}

#box_head_bg {
	background: transparent url('img/tab-bg.gif') repeat-x top;
}

#box_head_l {
	background: transparent url('img/tab-left.gif') no-repeat top left;
}

#box_head_r {
	background: transparent url('img/tab-right.gif') no-repeat top right;
}

#rightcolumn0 ul, #rightcolumn1 ul, #maincolumnhome ul {
	display:block;
	list-style:none;
	margin:0 5px 0 5px;
	padding:0;
}

#rightcolumn0 ul li, #rightcolumn1 ul li, #maincolumnhome ul li {
	list-style-position:outside;
	margin:0 0 5px 0;
	padding:0px;
}


#rightcolumn0 ul li ul, #rightcolumn1 ul li ul, #maincolumnhome ul li ul {
	padding:0;
	margin:0;
	background:none;
}

#rightcolumn0 ul li ul li, #rightcolumn1 ul li ul li, #maincolumnhome ul li ul li {
	display: block; 
	margin:0;
	border:0;
	padding-left: 15px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:2px;
	background:url(img/arrow.png) no-repeat 4px 7px
	}

#maincolumnhome ul li ul li, #content ul li {
	list-style:none;
	padding-left:18px;
	background:url(img/bullet.gif) no-repeat 6px 5px
}

#content ul {
	padding:5px;
}

#content ol {
	padding:5px 10px 5px 10px;
}


#comment {
	font-size:12px;
	margin: 5px;
 	border: 1px solid #E2E2E2; 
  	padding:5px; 
	background: #FAFAFA no-repeat 5px 5px
}

#comment ul {
	list-style:none;
	margin:0;
	padding:0;
}
#comment li{
	margin:0;
	padding:0px;  
}

img.alignright {
    float: right;
    clear: right;
    margin: 0 0 5px 10px;
    padding: 2px;
    border: 2px solid #ccc;
    background:#FFF;
        }

img.alignleft {
    float: left;
    clear: left;
    margin: 0 10px 5px 0px;
    padding: 2px;
    border: 2px solid #ccc;
    background:#FFF;
        }

img.centered { 
    display: block; 
    padding: 2px; 
    margin: 0 auto 20px auto; 
    border: 2px solid #ccc; 
    float: none; 
    clear: both;
    background:#FFF;
        }

blockquote {
	margin: 10px ;
 	border: 3px solid #e2e2e2; 
  	background: #FAFAFA no-repeat 5px 5px;; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px    
}
        
#adtop {
	position: absolute;
	top:25px;
	margin-left:500px;
	width: 468px;
	height: 60px;
	overflow:hidden;
}

.nextpost {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.nextpost a, .nextpost a:visited {text-decoration: none; color:#333 }

.nextpost a:hover, .nextpost a:active {text-decoration: none; color:#666}

.alignright {float: right; padding:0 15px 0 0 }

.alignleft {float: left; padding:0 0 0 15px }


.featuredslider {
	padding:5px;
	padding-top:0;
	margin:0;
}

#slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width:560px;
    overflow: auto;
    position: relative;
    clear: left;
    background:#FFF;
    border: 1px solid #C0C0C0;
    border-top:0;
    overflow-x: hidden;
}

.panel h2 {
	font-size:14px;
	padding:0;
	margin:0;
}

.panel h2 a, .panel h2 a:visited {
	color: #000;
	text-decoration:none;
}

.panel h2 a:hover, .panel h2 a:active {
	color: #333;
	text-decoration:underline;
}

.scrollContainer div.panel {
    padding: 4px 5px 6px 10px;
    width: 540px;
}

ul.navigation {
    display:block;
	height:26px;
	line-height:24px;
	overflow:hidden;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background: url('images/tabspacer.gif') repeat-x bottom;
	list-style:none;
}

ul.navigation li {
    	float:left;
			padding:0px;
			padding-right:2px;
			background: url('images/tab.gif') no-repeat top left;
			text-align:center;
}

ul.navigation a:link, ul.navigation a:visited {
			display:block;
			height:26px;
			width:110px;
			color:#333;	
			font-weight:bold;
			text-decoration:none;
		}
		
ul.navigation a:hover {
	color:#800000;
}

ul.navigation a.selected, ul.navigation a:active {
	color:#CC0000;
    background: url('images/tabactive.gif') no-repeat top left;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}

.redbold {
	font-weight:bold;
	color:#FF0000;
}

.redblue {
	font-weight:bold;
	color:#003366;
}

a.green, a.green:visited {
	color: #339933;
	font-weight: bold;
	text-decoration: underline;
	font-size:11px;
}

a.green:hover, a.green:active {
	color: #339966;
	font-weight: bold;
	text-decoration: none;
	font-size:11px;
}

.featuredtitle {
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

#spacer {
	height:15px;
    display: block; 
    margin: 0 auto 5px auto; 
    float: none; 
    clear: both;
	background: url('images/spacer.gif') no-repeat center;
}

pre {
	padding:5px;
}
