
/* General */

body {
	margin: 0;
	background-color: #E9A900;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #9f4102;
	font-size: 16px;
}

h1, h2, h3, h4 {
	margin: 0;
	color:#0076C0;
}
	.emptyline{height:12px;}	
			
    a {
	color: #9F4102;
	text-decoration: underline;
		outline: none;

		}

    a:hover {
			text-decoration: underline;
			color:#f00;

		}

		h1 {
			padding: 0px 0 0px 0;
			font-weight: normal;
			font-size: 13pt;
		}
		h2 {
			padding: 7px 0 3px 0;
			font-weight: normal;
			font-size: 16pt;
		}
	
		h3 {
			padding: 5px 0 3px 0;
			font-weight: normal;
			font-size: 14pt;
		}
		
		h3.collapsed a{
			color: #0076C0;
		}
		h3.collapsed a:hover{
			color: #0076C0;
			color:#f00;
		}
		
		h3 a{
			color: #9f4102;
		}
		.post-entry h3 a{
			color: #0076C0;
		}
		.post-title h2 a{
 			color: #0076C0;
		}
		h4 {
			font-weight: normal;
			font-size: 10pt;
			font-style: italic;
			padding: 5px 0 0 0;
		}
		

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: auto;
	background-image: url(images/page_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#page-top {
	width: auto;
	background-image: url(images/page_header.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: auto;

}



/* Header */

#header {
	width: 965px;
	height: 350px;
	position: relative;
	margin: auto;
}



	/* Header - Menu */
	
	#header #header-menu {
	position: absolute;
	top: 62px;
	width: 900px;
	text-align:right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c9a855;

	}
	#header #slogan {
	position: absolute;
	top: 182px;
	left: 50px;
	}

	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 312px;
		left: 658px;
		width: 128px;
		height: 128px;
	}


/* Main */

#main {
	width: 935px;
	padding-left: 30px;
	margin: auto;
}

	/* Main - Sidebar */
	
	#sidebar {
	float: left;
	width: 300px;
	padding-right: 10px;
	margin-top: 0px;
	background-image:url(images/txtbgsidebar.gif);
	background-repeat: repeat-y;
	}

	#sidebar ul li#empty a {
		color:#d99300;
	}
	
	#sidebar .sidebar-box {
	padding: 5px 5px 0 15px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			margin-bottom: 1px;
			font-size:13pt;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			
		}
		
		#sidebar ul li a {
			color: #0076C0;
			text-decoration: underline;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
			color:#f00;
		}
		
		#sidebar ul li ul {
			padding: 0 0 10px 10px;
			font-size: 14px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 145px;
			text-align: left;
		}
		
		#sidebar #searchform #s {
			width: 115px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Text */
		
		#sidebar .textwidget {
			width: 145px;
		}
	
	/* Main - Content */
	
	#content {
		float: right;
		width: 620px;
		margin-top: 50px;
		background-image:url(images/txtbg.gif)
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 5px;
	}
	#content .post p{
	margin-top:5px;
	}
		/* Post - Title */
		
		#content .post .post-title {
			#width: 450px;
			color: #ffffff;
		}
		#content .post-title {
			padding: 0 10px 0 20px;
		}
		#content .post .post-title .post-date {
			height: 61px;
			color: #d0d0bb;
			text-transform: lowercase;
		}
		
		#content  .post-date {
      display: none;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry,
		#content .post .post-pre {
			padding: 0 10px 0 20px;
		}
		#content .post .post-pre {
		font-size:16x;
    }
		#content .post .post-entry#news {
		font-size:12px;
    }
		
		#content .post .post-entry .more-link {
      color:#0076C0;
			float: right;
			margin-bottom: 5px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			margin-top: 0px;
			padding-top: 0px;
			clear: both;
			color: #593D00;
		}
		#content .post-info {
			padding: 0 10px 0 20px;
		}

			#content .post .post-info .post-info-comments {
				font-weight: normal;
				color: #593D00;
			}
			
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 20px 0 0 0;
		        font-style: italic;
                }
		
		#content .post .comments {
			color: #593D00;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		
		#content .post .comments ol li.alt {
			background: #E2B652;
		}
		
		#content .post .comments ol li cite {
			color: #593D00;
			font-style: normal;
			font-weight: normal;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			color: #000000;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		margin-bottom: 5px;
		color: #696962;
	}
	
	#content .navigation a {
		color: #696962;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */
#page-bottom {
	width: auto;
	min-height: 134px;
	background: url("images/page_bottom.jpg") repeat-x left bottom;

}


#footer {
	width: auto;
	height: 134px;
	margin: auto;
	background-image: url(images/page_coner.jpg);
	background-repeat: no-repeat;
}

#footer p{
	font-size: 12px;
	text-align: right;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	width: 900px;
	padding-left: 3%;
	*padding-left: 0%;
	display: block;
	position: relative;
	top: 7em;
	color: #0000FF;
}

#footer a{
			color: #ffffff; 
		}


tr.odd{
background-color:#fad780;
}

.ngg-gallery-thumbnail
{
	margin-right:3px!important;
	*margin-right:1px!important;
		
	}
	
.subtext a{
	float: right;
	}	
/*	_______________________________________________________
-----------------------------  MENU -----------------------
___________________________________________________________*/

#suckerfishnav {
	font-size:17px;
	font-weight:normal;
	width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:22px;
    padding:0;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    font-size: 18px;

    text-decoration:none;
    padding:0px 15px;
    }
#suckerfishnav li {
	float:right;
	padding:0;
	background-image:url(images/menubg.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c9a855;
    }

#suckerfishnav li li{
    text-align:left;
    float:left;
    padding:0;
	background-image:none;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:141px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
 	background-color:#fff;
    color:#0076C0;
   }
#suckerfishnav li li {
    width:139px;
    border-bottom:1px solid #dddddd;
    font-weight:normal;
    color:#0076C0;
    }
#suckerfishnav li li a {
    padding:3px 10px;
    width:80px;
    font-size:13px;
    color:#0076C0;
	margin-top:5px;
	margin-bottom:5px;
    }
#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
#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:#fff;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#F00;
   }
#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:#0076C0;
  }
#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-color:#fff;
    _background-color:#0076C0;
 }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background-color:#99CCFF;
    }
#suckerfishnav li li:hover {
    background-color:#99CCFF;
    }
  
a#spec_button{
  display: block;
  width:255px;
  height:40px;
  margin: 0 0 15px 7px;
  background-image: url(images/spec_button2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover#spec_button{
	background-position: center center;
}a:active#spec_button{
	background-position: center bottom;
}
