/*FONT FAMILY===========================================================================================*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif; /*Arial & Helvetica are almost undistinguishable*/
}

/*-------uncomment and ustomize if you want to use different fonts for different page elements
h2 { font-family: Times }
h3 { font-family: Courier }
h4 { font-family: Trebuchet }
p { font-family: Helvetica }
---------*/
 


/*FONT SIZE=============================================================================================*/

h1 { font-size: 225%; } /* - header or special effects */
h2 { font-size: 160%; } /* content headings */
h3 { font-size: 130%; font-weight:lighter } /* content sub-headings */
h4 { font-size: 100%; } /* list headings, same size as (p) */
h5 { font-size: 100%; } /* list headings 2, same size as (p) */


p, ul, ol, td {font-size: 100%; padding: 5px;}
ul ul { font-size: 100%; } /*- actually only necessary if the ul size is not 100%  */
td p { font-size: 100%; }

/*WIDGETBOX=============================================================================================*/

#widgetbox {margin-left:20px; margin-right:10px; width:270px; padding:0px}
#widgetbox p {margin: 0px 0px 0px 0px;}
#widgetbox ul {list-style: none; margin: 0 ;padding: 0 ;}
#widgetbox ul li {padding: 0px; border: solid #7f1f00 1px; margin-top:0px; background-color: #f2f2f2; background-image: url(images/side_smile.jpg);
background-repeat: no-repeat; background-position: right bottom; } /*overall box*/
#widgetbox ul li ul li {padding-left: 5px ; border:none; margin:0px; background: none;} /*listed item*/

#widgetbox li {margin-bottom:10px;}
#widgetbox h2 { background-image:url(images/menuovr.jpg); margin: 0 0 20px 0px; padding-top: 5px; border-bottom: 1px solid #7f1f00; color: #fff;} /*top box*/
#widgetbox h2 {font-size: 130%; margin-left: 0px; text-indent: 10px; }
.textwidget {margin: 5px;}
.img125 {margin: 7px;}

/*FONT COLORS=============================================================================================*/
/*--------------------
below is the color scheme used - it's for info only, if you want to change you need to change below (after the body tag)
lead  color: 		#0066cc  	blue		h1, h2, h3
second color:		#88bb22		green		seperaton lines, some links
highlight 1:		#9966cc		purple		not used but matching color - if you want to highlight something
highlight 2:		#990000		red			not used but matching color - if you want to highlight something

background 1:		#eeeeff		light 	 	lead elements
background 2:		#f7f7ff		light 		lightest bg
box underline:		#cccccc		light grey
---------------------*/


body {color: black}
a:active {color: red}

h1, h2, h3, h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {color: #AA0000}
ul li a:link, ul li a:visited {color: #AA0000}
p a:link, p a:visited {color: #AA0000}
a:link, a:visited {color: #AA0000}

p.postmetadata a:link, p.postmetadata a:visited {color: #88bb22}

#footer p a:link, #footer p a:visited {color:#FFFFAA}

/*-------uncomment and customize below example if you want to add colors 
h2, h2 a:link, h2 a:visited { #990000 }
h3, h3 a:link, h3 a:visited { #9966cc }
---------*/



/*LINK STYLE other than color=============================================================================*/

a:link, a:visited {text-decoration:none }
p a:link, p a:visited {text-decoration:underline } /* orphan text remains undecorated */

a:hover {text-decoration:underline }
h1 a:hover {text-decoration:none }

#footer p a:link, #footer p a:visited {text-decoration: none}
#footer p a:hover {text-decoration: underline}

/*MARGINS, BORDERS AND PADDING for elements (not for containers)===========================================*/

body {margin:0px; padding: 0px;}
ul, ol {list-style: outside}
#sidebar ul, #sidebar ol {margin-left: 0;	padding-left: 0; list-style-type: none; padding-right:7px;	}



h1, h1 a:link, h1 a:visited, h1 a:hover {margin-top:0}
h2, h2 a:link, h2 a:visited, h2 a:hover {margin-top:0}
h3, h3 a:link, h3 a:visited, h3 a:hover {margin-top:0}
h4, h4 a:link, h4 a:visited, h4 a:hover {margin-top:0}


a img {border: none}


/*MULTI-USE TAGS==========================================================================================*/

.center {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.imgcenter  {vertical-align: middle;}

.left {float:left;}

.bg1 {background: #eeeeff}
.bg2 {background: #f7f7ff}

.border1 {border: solid 1px #0066cc;}


/*IMAGE TAGS==========================================================================================*/


/*the below will make images float left if they have no other tags (like 'right')*/
img {/*float: left;*/ margin:0px 5px 0px 0px}
/*the below will make images float right but you have to add 'class="right" inside the image tag)*/
img.right {float: right; margin: 0px 0px 0px 5px}

#header img {border: none}


/*=========================================================================================
===========================================================================================
===========================================================================================
*/




/* DIV FRAMING =============================================================
un-comment the next few lines and you will see colored borders around the main elements on your site - this helps you to identify which DIV you need to change if you want to change the layount (e.g. make the page or the sidebar wider)==========================================================================*/


/*#page {border: 3px solid green;}
#header {border: 3px solid red;}
#content {border: 3px solid brown;}
#sidebar{border: 3px solid aqua;}
.post {border: 3px solid #0066cc;}
#comments {border: 3px solid black;}
.commentlist {border: 3px solid yellow;}*/



/* change the color or the width of the line below the header and left of the sidebar*/
#header {border-bottom: 3px solid #7F1F00; background-image:url(images/header-bg.jpg)}
#sidebar {border-left: 3px solid #7F1F00;}



/* not much in the boddy tag================================================
==========================================================================*/

body {
	text-align:center; background-color: #AA0000;
	}


/* BEGIN DIVS and other layout stuff========================================
this is the tricky bit - here you change your layout - make sure you back-up before changing ==========================================================================*/

#page {margin:auto;	margin-top:0px; width: 850px; text-align:left; background-color: #fff; background-image: url(images/content-top.jpg); background-repeat: no-repeat; background-position: top;}

#header {position:relative;	width: 100%; margin-top:10px; margin:auto;}

/* menu bar in header section*/
/*NAVIGATION BAR */
.widthlimiter_nav {	min-width:800px; max-width:1000px; width:90%; margin:0 auto;} /*menu width*/
#menu {	width:100%;	height:2em;	background-color: #7f1f00;	background-image: url(images/menuovr.jpg);} /*menu bckground*/

/*suckerfish BAR - for an easy way to restyle this, visit ... http://ryanhellyer.net/dropdowns/ */
#suckerfish {background:#202225 repeat-x;font-size:18px;font-family:helvetica,sans-serif;font-weight:bold} /*font family*/
#suckerfishnav, #suckerfishnav ul {font-weight:bold;float:left;list-style:none;line-height:2em;padding:0;border:0px solid #aaa;margin:0 0 0 0;width:100%}
#suckerfishnav a {display:block;color: #FFFBF0;text-decoration:none;padding:0px 10px} /*font color*/
#suckerfishnav li {	float:left; padding:0; position: relative; } /*menu pos*/
#suckerfishnav li ul {position:absolute;left:-999em;height:auto;width:150px;font-weight:normal;margin:0;line-height:1}
#suckerfishnav li li {padding-right:1px;width:150px;border-left:1px solid #aaa;border-right:1px solid #aaa;border-bottom:1px solid #aaa; background: #FFDFAA;} /*dropdown background*/
#suckerfishnav li li a {padding:4px 10px;width:150px} /*dropdown background width*/
#suckerfishnav li ul li {font-weight:normal; font-family:helvetica,sans-serif}
#suckerfishnav li ul li a {font-size:12px; color:#202225} /*Dropdown fonts*/
#suckerfishnav li:hover ul li a {color:#202225; font-weight: bold;} /*second level font color*/
#suckerfishnav li ul ul {margin:-20px 0 0 150px}
#suckerfishnav li ul li:hover {background: #FFBF55} /*dropdown hover background*/
#suckerfishnav li ul li:hover a {color:#202225} /*dropdown hover font color*/
#suckerfishnav li ul li:hover li a {color:#202225; font-weight: bold;} /*third level font color*/
#suckerfishnav li ul li li:hover a {color: #000000} /*third level font hover color*/
#suckerfishnav li ul li ul li:hover ul li a {color:#202225} 
#suckerfishnav li ul li ul li:hover ul li:hover a {color:#202225}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {left:-999em}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {left:auto;background:#fff}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {background-color:#FFBF55; background-position: 50% center;} /*hover font background*/
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {color:#770000} /*hover font color*/
#nav{position:relative; display:block; height:24px; font-size:11px; font-weight:bold; background:transparent url(images/bgOFF.gif) repeat-x top left;}
		#nav ul{margin:0; padding:0; list-style-type:none; width:auto;}
		#nav ul li{display:block; float:left;}
		#nav ul li a{display:block; float:left;color:#000; text-decoration:none; padding:6px 20px 0 20px;height:24px;}
		#nav ul li a:hover,#nav ul li a.current{color:#fff;	background:transparent url(images/bgON.gif) repeat-x top left;}

#content {padding-left: 10px; padding-right: 0px; margin-top: 10px;}

.narrowcolumn {float: left;	padding: 0 0px 20px 45px;	margin: 0px 0 0; width: 515px;}
		.narrowcolumn .postmetadata {text-align: right;}

.widecolumn {float: left;	padding: 0 0px 20px 45px;	margin: 0px 0 0; width: 840px;}



/* navigation here refers to the link to the next on previous post (not needed if you do pages only)*/
.navigation {display: block; text-align: center; margin-top: 10px; margin-bottom: 10px;}

/* sidebar refers to the main element on the right hand side of the page which contains all navigation links*/
#sidebar{position:relative;	float:right; padding: 0px 0 0px 0;	width: 290px; margin-top: 10px;	margin-left: 0px;}
		#sidebar form {margin: 0;}
		#sidebar #searchform #s {width: 108px; padding: 5px;}
		#sidebar #searchsubmit {padding: 0px;}

/* style of the headers within the sidebar*/
		.sb_header {background: #eeeeff; margin: 0 0 20px 20px;	padding-top: 5px; border-top: 1px solid #cccccc;	border-bottom: 1px solid #cccccc;}
				.sb_header h2 {margin: 0 0 2px 0px; }
			
.post {margin: 0 0 40px 0; text-align: left; display:block;	clear:both;}
	
.postmetadata ul, .postmetadata li {display: inline; list-style-type: none;	list-style-image: none;}

.blockquote {margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd;}
		.blockquote cite {margin: 5px 0 0; display: block;}

#footer {padding: 0; margin: 10px 0 0 0; clear:both; width: 850px; background-color: #AA0000; background-image: url(images/footer-top.gif); background-repeat: no-repeat; background-position: top;}
		#footer p {margin: 0; padding: 10px 10px; text-align: left; color: #FFFBF0}

#comments { clear:left;}

.commentlist {padding: 0; text-align: left;	margin-left: 0;}
	.commentlist li {margin: 15px 0 5px; padding: 5px 10px 5px;	list-style: none;}
	.commentlist p {margin: 10px 5px 10px 0;}
	.commentlist p {text-transform: none;}

#commentform p {margin: 5px 0;}
#commentform input {width: 170px; padding: 5px;	margin: 5px 5px 0px 0;}
#commentform textarea {width: 500px;	padding: 0px;}
#commentform #submit {margin: 0; float: right;}

.commentmetadata {margin: 0; display: block;}

.nocomments {text-align: center; margin: 0;	padding: 0;}

#searchform {margin: 10px auto;	padding: 5px 3px; text-align: center;}

.entry form { text-align:center;}

select {width: 130px;}

.alt {background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 0; padding: 10px;}

/*  
Theme Name: FunMaster
Theme URI: http://www.drikatruu.com/
Description: Custom version of JellyWidget ready, customizable CMS theme with commented template files for easy customization.
Version: 1.0
Author:Bradnon Pry/Thomas Natter
Author URI: http://www.drikatruu.com/
*/
