/*
Theme Name: jm (jeff 1.0)
Theme URI: 
Description: 
Version: 1.0
Author: Jeff Mikels
Author URI: http://jeff.mikels.cc
*/


/*- Page Structure */

/* PAGE REGIONS
	body
	#page -- container for contrasting color with background if desired
	#header -- graphical header where menu goes
	#footer -- goes at the bottom of every page
	.primary -- main column for primary content
	.sidebar -- sidebar column for secondary content
	.comments -- container for comment content
*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	/*background: #000 url('images/bg.jpg') repeat-x;*/
	background: #aba;
	color: #121;
	font-size: 10px; /* Resets 1em to 10px */
	font-family: 'Segoe UI', 'Calibri', 'Lucida Grande', 'Helvetica Neue','Helvetica', Arial, Sans-Serif;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Segoe UI', 'Calibri', 'Lucida Grande', 'Helvetica Neue','Helvetica', Arial, Sans-Serif; }

#page-wrapper { width: 100%; min-width: 900px; margin: 0 auto;}

#header {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 198px;
	zoom:1;
	position: relative;
	top:0;
	bottom: 0;
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
	background: #000 url('images/header.jpg') repeat-x;
	border: 0;
	border-bottom: 6px solid #fff;
	font-size: 1.3em;
}

#footer {
	margin: 0;
	width: 100%;
	min-width: 900px;
	text-align: center;
	background: #121;
	border-top: 4px solid white;
	float: left;
}

#footer div.columns {
	margin: 5px auto;
	color: white;
	width: 100%;
	float: left;
	text-align: left;
}

#footer .columns .col-1,
#footer .columns .col-2,
#footer .columns .col-3 {
	width: 33%;
	float: left;
}

#footer .columns .col-1,
#footer .columns .col-2 { }
#footer .columns .col-3 { }

#footer div.pad { padding: 20px 40px; }

#footer .footer-block,
.sidebar_block,
.widget,
li.widget { display: block; margin-bottom: 20px !important;}

#footer a { color: #aba; letter-spacing: 1.5pt;}
#footer a:hover { color: black; }


#comments,
.comments {
	font-size: .9em;
	line-height: 1.2em;
}

#primary-wrap {
	float: left;
	width: 100%;
	background: #aba;
}

#primary,
.primary {
	margin: 20px 340px 0 40px;
	font-size: 1.4em;
	line-height: 1.6em;
	zoom: 1;
	}

div.vertical-gap { margin-top: 3px; }

#secondary {
	float: left;
	width: 270px;
	padding: 0 15px 15px;
	margin-left: -300px;
	background: #898;
	color: #010;
	font-size: 11px;
}



.comments {
	text-align: left;
	padding: 10px 10px 0;
	position: relative;
	background-color: #898;
	}

ul.taglist {
	padding: 0;
	display: block;
	font-size: 8pt;
	width: 100%;
}

ul.taglist li { list-style: none; display: block; float: left; background: #141; color: white; margin: 5px 10px 0 0; border: 1px solid #dfd;}
ul.taglist li a { color: white; display: block; float: left; font-weight: normal; padding: 0px 8px; }

	
/*- Main Menu in Header */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font: 1em;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: #ffa;
	color: #000 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000 !important;
	background: #fff;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 20px;
	bottom: 0;
	line-height: 40px;
	font-weight: bold;
	}
	
/*- Sidebar Subpages Menu */
.sb_pagemenu ul {
	margin-left: 10px;
	}

.sb_pagemenu ul ul {
	margin-top: 2px;
	}

.sb_pagemenu ul ul .page_item {
	margin-left: 10px;
	padding: 0;
	}

.sb_pagemenu .current_page_item {
}


/*- Headings */
h1, h2, h3, h4 {
	color: white;
	font-weight: bold;
	margin: 10px 0 0 0;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3em;
	letter-spacing: -1px;
	padding-top: 55px;
	margin: 0 0 0 40px;
	font-weight: bold;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;
	color: white;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 40px;
	}

#primary h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 30px;
	padding: 8px;
	letter-spacing: -1px;
	text-align: left;
	color: #676;
	/*border-top: 4px solid #565;*/
	border-bottom: 4px solid #565;
	background: #bcb;
}
#primary h2.loop-header { margin: 0 0 15px 0; background: transparent; border:0; padding: 0;}  /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
#primary.home h2 { background: transparent; border: 0; padding: 0; margin: 20px 0; text-align: left; }

.columns h2,
.sidebar h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
	display: inline;
	letter-spacing: 2px;
	text-transform: uppercase;
	}


.item h3, .item h4 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 1.8em;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-family: Corbel, 'Lucida Grande', Helvetica, sans-serif;
	}


	
.primary h4 {
	font-size: 1.8em;
	}

.itemhead {
	margin-top: 10px;
	}

.itemhead h3 { display: inline; }

.itemtext {
	margin-top: 10px;
}

.itemtext h3 { /* For use on Pages */
	font-size: 2em;
	display: block !important;
	padding: 15px 0 0;
	}

.itemtext h4 { /* For use on Pages */
	font-size: 1.5em;
	display: block !important;
	padding: 15px 0 0;
	}

.sidebar a { color: #bfb;}
.sidebar a:hover { color: black; }
	
.sidebar > div {
	margin: 20px 0 0;
	padding: 0;
	}

 /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.primary .metalink a,
.primary .metalink a:visited,
.sidebar .metalink a,
.sidebar .metalink a:visited,
.sidebar span a,
.sidebar span a:visited {
	font-size: 1.2em;
	font-weight: bold;
	}

.primary .item .itemhead .metalink,
.comments .primary .metalink {
	letter-spacing: -0px;
	text-transform: uppercase;
	margin-left: 15px;
	}

.comments .primary .metalink {
	margin: 0 15px 0 0;
	float: none;
	}

.sidebar div > .metalink {
	text-align: right;
	}

.sidebar span a {
	margin-left: 10px;
	}

.metalink a span {
	display: none;
	}

.metalink a:hover > span {
	display: inline;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #ffe;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	/* text-decoration: none; */
	}

.metadata { /* Time and category for blog entries */
	display: block;
	font-size: .8em;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 2px solid #9a9;
	}

/*- Primary Contents */
.primary .item {
	margin: 0 0 5px 0;
	padding: 5px 0 10px;
	/* border-top: 1px dotted #aaa; */
	}

.primary .item .itemtext {
	font: 1.3em/1.6em;
	text-align: justify;
	}

.primary ul,
.primary ol {
	margin: 13px 0;
	margin-left: 40px;
}
.primary .item .itemtext p,
.primary .item .itemtext div,
.primary .item .itemtext blockquote {
	margin: 13px 0;
	}

.primary .item .itemtext table td, .primary .item .itemtext table th { margin: 0; padding: 3px; border: 1px solid #353; border-spacing: 0; }
	
.comments .commentlist {
	margin: 20px 0;
	padding: 20px 0 0;
	width: 100%;
	/*background: #787;*/
	}

.comments .commentlist li {
	margin: 10px 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

.comments .commentlist .itemtext ul li {
	list-style: disc;
}

.comments .commentlist ol li {
	list-style: decimal;
}

.comments .commentlist li img {
	padding: 0;
	border: none;
	}

.comments .commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
	}

.comments .commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.comments .commentlist li .counter {
	font: normal 1.5em;
	color: #dfd;
	float: left;
	background: black;
	text-align: center;
	padding: 3px;
	width: 35px;
	margin-right: 10px;
	}

.comments .commentlist li.authorcomment {
	/*background: #222;*/
	background: #9a9;
	}

.comments .pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}

.comments .pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

.comments .pinglist li .commentauthor {
	font-weight: bold;
	display: block;
	}

.comments .pinglist li small {
	font: .8em;
	display: block;
	}

.comments .pinglist li .counter {
	display: none;
	}

.comments .pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

.comments form {
	clear: both;
	padding: 1px 0 30px;
	margin: 0;
	}

input[type=text],
textarea {
	position: relative;
	margin: 15px;
	font: 1em;
	border: 1px #ccc solid;
	padding: 6px;
	color: #ddd;
	background: #9a9;
	}
input[type=text]:hover,
textarea:hover {
	border-color: red;
}

input[type=text]:focus,
textarea:focus {
	background: #9a9;
	color: #121;
	border-color: #999;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments form textarea {
	height: 250px;
	width: 97%;
	margin: auto;
	padding: 5px;
	color: #eee;
	}

.comments form #submit {
	margin: 0;
	float: right;
	}

#footer p {
	}

#footer a {
/*
	color: #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
*/
	}

#footer a:hover {
/* 	border: none;
	text-decoration: none;
	color: black;
 */	}


/*- Links */
a:hover, a:visited:hover {
	/*text-decoration: underline;*/
	background: #eea;
	color:black;
	text-decoration: none;
	}

h2 a:hover, h2 span a:hover {
	color: #252 !important;
	}

a {
	color: #050;
	font-weight: bold;
	/*text-decoration: underline;*/
	text-decoration: none;
	}

h1 a, h2 a, h3 a, h4 a,
#secondary a, .sidebar a,
#footer a, .columns a,
#header a {
	text-decoration: none;
	font-weight: inherit;
}
	
a img {
	border: 0;
}

.itemtext a:visited {
	color: #b41;
	}


/*- Various Tags and Classes */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.primary img {
	padding: 5px;
	margin: 10px;
	/*border: 4px solid #fff;*/
	background: white;
	max-width: 100%;
	}

.thumbnail-shadow {
	background: url(images/thumbnail-shadow.png) no-repeat bottom right;
	margin: 8px;
	overflow: hidden;
	position: relative;
}
.thumbnail-shadow img {
	margin: -4px 4px 4px -4px;
	position: relative;
}
.center {
	text-align: center;
	}

.clear {clear: both;}

.alignright {
	zoom: 1;
	margin-right: 0;
	float: right;
	}
	
.alignleft {
	zoom: 1;
	margin-left: 0;
	float: left;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
}

img.alignleft {
}
	
img.noborder {
	border: none;
	}

.favorite img {
	padding: 0;
	border: none;
	}

.tags { margin-bottom: 6px; font-size: .7em;}
.tags a {
	padding: 1px 4px;
	background: #bcb;
	color: white;
	font-weight: normal;
	}
.tags a:hover { color: #050; background: ivory; }

small {
	font-size: .9em;
	line-height: 1.5em;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

blockquote {
	margin: 20px 0;
	padding: 3px 20px 3px 20px;
	border: none;
	border-left: 2px dotted #555;
	border-right: 2px dotted #555;
	}

hr { display: none; }

.primary hr, .sidebar hr {
	display: block;
	border: 0;
	border-bottom: 1px dotted #676;
	width: 76%;
	}

.primary hr { width: 100%; border-bottom: 3px dotted #9a9;}

.navigation {
	text-align: center;
	margin: 10px 0 10px;
	padding: 0;
	width: 100%;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	/*color: #121;*/
	}

img.wp-smiley {
	border: none;
	padding: 0 0 0 5px;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}


/*- Begin Lists */
.itemtext ol, .itemtext ul {
	padding: 0 0 0 35px;
	margin: 0;
	}

.itemtext ol li, .itemtext ul li {
	margin: 0 0 3px;
	padding: 0;
	list-style-position: outside;
	}

.columns ul,
.columns ol,
.columns > div > div,
.sidebar ul,
.sidebar ol,
.sidebar > div > div {
	margin: 5px 0 0;
	padding-left: 0px;
	}


.columns ul,
.sidebar ul {
	_margin-left: 0px; /* IE Fix */
	}

.columns ol, .sidebar ol {
	margin-left: 15px;
	}

.columns ul li,
.columns ol li,
.sidebar ul li,
.sidebar ol li {
	margin: 0;
	padding: 1px 0;
	}

.columns li,
.columns ul li,
.sidebar li,
.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

.widget ul li { margin-top: 5px; }
	
.sidebar img {
	border:none;
}

ol li {
	list-style: decimal outside;
	}

ul.children {
	padding-left: 20px;
}

/*- Search Form and Livesearch */

.columns div.sb_search,
.sidebar div.sb_search {
	margin-top: 20px;
	}

.columns div.sb_search h2,
.sidebar div.sb_search h2 {
	display: none;
	}

input[type=text],
input[type=search],
textarea {
	color: #444;
	padding: 2px 0 2px 2px;
	margin: 0;
	border: 1px solid #ccc;
	}


/* Live Search */
.livesearchform input#livesearch {
	width: 98%;
	}

.livesearchform input[type=submit] {
	margin: 0;
	}

#LSResult {
	margin: 0;
	width: 200px;
	z-index: 100;
	position: absolute;
	background: #eee url('images/livesearchbg.jpg') center repeat-y;
	border-bottom: 1px solid #eee; 
	}

#searchcontrols {
	text-align: center;
	padding: 1px;
	background: #ddd url('images/livesearchbgdark.jpg') center repeat-y;
	}

#searchcontrols small {
	margin: 0;
	padding: 0;
	}

.LSRow:hover, #LSHighlight, #LSHighlight:hover {
	background: #ffffcc url('images/livesearchbghilight.jpg') center repeat-y;	}

#LSResult:hover #LSHighlight {
	background: none;
	border: none;
	padding: 5px 2px;
	}

#LSHighlight small, #LSHighlight small span a {
	color: #999;
	}

.LSRow {
	padding: 5px 10px;
	}

.LSRow span a, .LSRow span a:visited {
	word-spacing: -1px;
	line-height: 1.3em;
	font-weight: normal;
	color: #bbb;
	}


/* CSS Beyond this point is for various supported plugins and not the 'core' template */


/*-
	Brian's Latest Comments
	http://meidell.dk/archives/2004/09/12/brians-latest-comments/
*/

.columns div.sb_comments ul li span a,,
.sidebar div.sb_comments ul li span a,
div.sb_comments ul li small a {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
	}

.columns div.sb_comments ul li,
.sidebar div.sb_comments ul li {
	margin-bottom: 6px;
	}

.activityentry {
	font-size: 1.1em;
	}

div.sb_comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	line-height: 1em;
	}

.sb_flickr img
{
	border: 0px;
	padding: 5px;
}

/*-
	Super Archives
*/

#af-ela {
	margin-left: 10px;
	}

#af-ela ul {
	padding: 0;
	}

#af-ela ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	padding: 1px 8px;
	}

#af-ela-menu {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	}

/* The Chronological or Categorical Tabs */
#af-ela-menu li {
	display: inline;
	padding: 2px 10px !important;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: 0;
	}

#af-ela-menu li.selected {
	background: #FFF6BF;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #f3f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	}

#af-ela-year {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	}

#af-ela-year li {
	position: relative;
	font-weight: bold;
	}
	
#af-ela-month, #af-ela-category {
	float: left;
	width: 20%;
	margin: 0;
	border-left: 1px solid #ccc;
	font-weight: bold;
	}

/* Category view only has two columns. So it has more width available */
#af-ela-category {
	width: 40%;
	}


#af-ela-month li {
	position: relative;
	}

#af-ela-post {
	float: left;
	width: 59%;
	margin: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#af-ela-post li {
	position: relative;
	font-weight: bold;
	}

#af-ela ul li span {
	position: absolute;
	right: 8px;
	font-weight: normal;
	color: #aaa;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #FFF6BF;
	border-top: 1px solid #FFD324;
	border-bottom: 1px solid #FFD324;
	padding-top: 0;
	padding-bottom: 0;
	}

.archives span {
	color: #eee;
	}


.random_posts_after_post {
	border: 0;
	background: #898;
	padding:10px;
	font-size:.9em;
	line-height: 1.2em;
	margin-top: 20px;
}

.random_posts_after_post h3 {
	font-size:1.5em;
}

.random_posts_after_post li {
}

.posts_before_posts {
	border: 1px black dotted;
	background: #333;
	padding:10px;
	margin: 15px;
}

.posts_before_posts li {
	margin: 0px 10px;
}
	
/* INLINE IMAGES */
div.itemtext img.left {
	float: left;
	margin: 0 10px 0 0;
}

div.itemtext img.right {
	float:right;
	margin: 0 0 0 10px;
}
div.clear {
	clear: both;
}


/* printlink */
.printlink {float: right; width:200px; text-align:right; font-size: 12px;}
.printlink a {padding:10px;}
.printlink:hover{background: #eea;text-decoration: none;}
.printlink img {vertical-align: middle; border:0; background: transparent;}

/* 4 rounded corners */
.all-four-rounded-corners {
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

/* top-right rounded corner */
.top-right-rounded-corner {
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	}

/* top-left rounded corner */
.top-left-rounded-corner {
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	}

/* bottom-left rounded corner */
.bottom-left-rounded-corner {
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	}

/* bottom-right rounded corner */
.bottom-right-rounded-corner {
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	}

/* HomePage Features */
.home-featured { padding-top: 15px; float: left; width:100%;}
.home-featured h2 { text-transform: lowercase; }
.home-featured .item { border: 4px solid #9a9; padding: 5px 30px; margin: 15px 0; background: #898;}

.home-cols {
	width: 100%;
	text-align: center;
	padding: 0 auto;
	font-size: 9pt;
	line-height: 12pt;
	float:left;
}

.home-cols h3 {
	font-size: 12pt;
	border-bottom: solid 3px #787;
	display: block;
	width: 100%;
}

.home-cols h3 a { display: block; font-size: 12pt; padding-bottom: 3px;}

.home-col-1, .home-col-2 {
	text-align: left;
	width:300px;
	width: 40%;
	height: 200px;
	padding: 10px;
	float: left;
	margin:0;
	overflow: hidden;
}

.home-col-1 { margin: 12px 10px 0 auto; margin: 12px 5% 20px auto;}
.home-col-2 { margin: 12px auto 0 10px; margin: 12px auto 20px 5%;}

.home-cols img.alignleft { margin: 0px 15px 0px 0; }
.home-cols img.alignright { margin: 0px 0px 3px 15px; }
.home-cols ul, .home-cols ol { margin-left: 0px !important; padding-left: 20px !important;}

.home-col-link {font-size: small; position: relative; bottom: 0; right:0; text-align: right; }

div.mouseover:hover { background:#ffa; color:#000; }


/* ---- MULTI LEVEL NAVIGATION PLUGIN -----*/
#suckerfishnav {
    background:transparent repeat-x;
    font-weight:bold;
    width:100%;
	position: absolute;
	bottom: 0;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#white;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:141px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:139px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:120px;
    font-size:12px;
    color:#ddd;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#9C1F1B;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#ddd;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#fff;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#dddddd;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffa;
    }
	
/* GOOGLE ADS */
.adbox-container { width: 100%; text-align: center; margin: 5px 0; }
.adbox { margin: 0 auto; }