/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#content,
#width {
  width: 980px;  
  margin: 0 auto;
}

.width { width:980px; margin:0 auto }

img { border:none }


/**************************************************************
   #header: Holds the topbar and header image
 **************************************************************/

#header {
  position: relative;
  height: 120px;
  color: #C6D2DC;
  background: url(../images/header.gif) no-repeat bottom center;
}

#topbar {
  width: 100%;
  position: absolute;
  top: 0; 
  left: 0;  
  padding-top: 3px;  
  font-size: 11px;
  color:#ccc !important;
}

#topbar a {
  color: #ccc;
  text-decoration:none;
}

#topbar a:hover {
  color: #444;
}

#header-forum {
  position: relative;
  height: 304px;
  text-transform: uppercase;
  background: url(../images/header.jpg) no-repeat top center;
}

#topbar-forum {
  width: 100%;
  position: absolute;
  top: 0; 
  left: 0;  
  padding-top: 7px !important;
  font-size: 11px !important;
  color:#5898B4 !important
}

#topbar-forum a {
  color: #93BCD0 !important;
}

#topbar-forum a:hover {
  color: #5898B4 !important;
}


/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  	float: right;
  	width: 100%;
  	clear: both;
	margin: 0;0;0;0; }

#mainMenu ul {
	list-style: none;
	height:36px;
 	margin: 0;
  	padding: 0; }

#mainMenu li {
  	display: inline;  
 	margin: 0;
  	padding: 0; }

#mainMenu li a {
	float: left;
	margin: 0 5px;
	padding: 0;
	display:block;
	height:36px;
	font-size:18px;
	font-weight:bold;
	font-family:"times new roman", arial, verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #0101df;
}

#mainMenu li a span {
	padding:7px 20px;
  	float: left;
  	cursor: pointer;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #FFF;
  background: #8D9B81 url(../images/nav_left.gif) repeat-x;  
  
}

#mainMenu li a:hover span,
#mainMenu li a.here span {
  background: url(../images/nav_right.gif) no-repeat right;  
}

#mainMenu li a.last {
  margin-right: 0;
}

#sub-mainMenu { 
  float: left;
  width: 100%;
  clear: both; 
  margin-bottom: 1em;
}

#sub-mainMenu ul {
	border-top: #98A490 solid 2px;
	border-right: #98A490 solid 2px;
  	margin: 0;
  	padding: 0;
  	position: relative;
  	top: -4px !important;
  	right:17px;
}

#sub-mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#sub-mainMenu li a {
  float: left;
  margin: 0 5px;
  padding: 0;
  font: 11px "times new roman", serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #DCE0E3;
}

#sub-mainMenu li a span {
  float: left;
  padding: 5px 1em;
  cursor: pointer;
}

#sub-mainMenu li a:hover,
#sub-mainMenu li a.here {
  	color: #FFF;
 	text-decoration:underline;  
}

#sub-mainMenu li a.last {
  margin-right: 0;
}


/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "times new roman", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;    
  
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #045fb4;
  background: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here {   
  padding: 0;
  color: #045fb4;  
}

.sideMenu li.here ins {
  display: block;
  padding: 1px 5px;
  text-decoration: none;
  background: #494949;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
  background: url(../images/bg/light_bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
  color: #FFF;
  background: #575757 url(../images/bg/light_bullet.gif) no-repeat 10px 0px;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  padding:40px 0
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  padding: 65px 0 0 0;
  background: #FFF url(../images/footer_top.gif) repeat-x;
}

#footer #footer-content {
	margin:0 auto;
	position:relative;
	width:980px;
	padding-bottom: 27px }
	
	#footer #footer-content .footer-box {
	font-size:11px !important;
	width:180px !important;
	float:left !important;
	color:#494949 !important; margin:0 20px 0 0; display:inline}

	#footer #footer-content .footer-box.last {
	width:180px !important;
	color:#494949 !important; margin-right: 0px; 
	display:inline}
	
	#footer #footer-content .footer-box a.youradhere {
		padding: 0 3px 0 0 !important;
		margin:0 !important;
		line-height:0 !important;
		display:block !important;
		border:none !important;
	}

	
	
	#footer #footer-content .footer-box p { margin:0 !important; padding:0 !important; line-height:29px !important; }
	
	#footer #footer-content .footer-box a {
		font-family: Verdana, Arial, Helvetica, sans-serif !important;
		text-decoration:none !important;
		padding: 0 3px 0 0 !important;
		display:block !important;
		font-weight:bold !important;
		color:#777 !important;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #ccc;
		width: 175px;
	}
	
	#footer #footer-content .footer-box a:hover { background-color:#98A490 !important; color:#fff !important }
	
	#footer #footer-content .footer-box h5 {
	color:#777 !important;
	padding:0 !important;
	margin:0 0 20px 0 !important;
	font-size:19px !important;width: 180px;
	font-weight:normal !important;
	letter-spacing:-1px !important }

#footer-bottom {
  	width: 100% !important;
  	clear: both !important;
  	padding: 12px 0 !important;
  	height: 24px !important;
  	background: #81BEF7 url(../images/footer_bottom.gif) repeat-x !important; }

#footer-bottom #copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size:11px !important;
  	width: 980px !important;
	margin:0 auto !important;
  	text-align:center !important; 
  	font-size: 10px !important;
  	text-transform: uppercase !important;
  	color: #FFF !important }

#footer-bottom #copyright a {
  	text-decoration:underline !important;
  	color: #E3EFDC !important;
  	font-weight:bold !important }

#footer-bottom #copyright a:hover { color: #FFF !important }


/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width66 {
  width: 66%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.alignMiddle {
  vertical-align: middle;
}

.alignTop {
  vertical-align: top;
}

.alignBottom {
  vertical-align: bottom;
}



/**************************************************************
   Margin/Padding Classes to space out boxes
 **************************************************************/

.marginLeft { margin-left: 15px }
.marginRight { margin-right: 15px }
	.marginRight-7 { margin-right:7px }
.marginTop { margin-top: 15px }
.margin { margin: 12px 15px 10px 15px }

.paddingTop { padding-top: 15px }
.last{
	float:right;
}


/**************************************************************
   Templates
 **************************************************************/

.box { 
  background: url(../images/box_bg.gif) repeat-x top;
  position:relative;
  padding:20px;
  margin:0 !important;
  display:block;
}

.google-box {
	position:relative;
	float:left;
	
	width:468px;
	margin:8px;
	display:block;
	height:1%;
}

.google-box2 {
	position:relative;
	float:left;
	
	width:468px;
	margin-left:18px;
	display:block;
	height:1%;
}

.google-box3 {
	position:relative;
	float:left;
	
	width:468px;
	margin-left:18px;
	margin-top:18px;
	margin-bottom:12px;
	display:block;
	height:1%;
}

.google-box-left {
	position:relative;
	margin:20px 0;
	display:block;
	width:200px;
	height:200px;
}

.sponsor-210x102 {
	margin-top:20px;
	display:block }

.sidebar h1, .main-window h1 {
	margin:0 0 15px 0 !important;
	font-size: 18px;
	letter-spacing: -1px;
	color: #000;
	background:none !important
}

.leftColumn h1 {
	font-size: 14px !important;
}

.sidebar h2, .main-window h2 {
	margin:0 0 15px 0 !important;
    font-size: 16px;
	letter-spacing: -1px;
	color: #000;
	background:none !important
	padding:5 !important;
}

.sidebar h3, .main-window h3 {
	margin:0 0 15px 0 !important;
    font-size: 24px;
	letter-spacing: -1px;
	color: #000;
	background:none !important
	padding:10 !important;
}

.sidebar p, .main-window p {
	margin:0 !important;
	padding:0 !important;
}

.sidebar a, .main-window a {
	color:#B5CFE3;
}

.author {
  position: relative;
  height: auto !important;
  height: 200px;
  min-height: 200px;
}

.template {
  	width:128px;
  	height:187px;
  	display:block;
  	float:left;
  	position:relative; 
}


.template .img {
  	position: absolute;
  	z-index: 1;
}

.template .img img {
  	height: 120px;
  	width: 120px;
  	border: 4px solid #444;
  	cursor: pointer;
}


/* NEW TEMPLATE STYLESHEET */

.template-title {
	margin:0;
	padding:60px 0 10px 15px;
	font-size:24px;
	font-family:"times new roman", arial, verdana;
	color:#000;
	text-align:left;
	height:20px;
	background: transparent url(../images/ocean-wash.jpg) 0 0 no-repeat fixed;}

.new-template {
  	width:342px;
  	height:800px;
  	display:block;
  	float:left;
  	position:relative; 
}


.new-template .new-img {
  	position: absolute;
	border: 1px solid #1a1a1a;
    background: transparent url(../images/ocean-blue.jpg) 0 0 no-repeat fixed;
  	z-index: 1;
}

.new-template .new-img img {
	display:block;
	margin:0;
	padding:0;
  	height: 334px;
  	width: 334px;
  	cursor: pointer;
}

.new-template ul.template-buttons li a.view {
  width: 170px;
  height:30px;
  float: left;
}

.new-template ul.template-buttons li a.download {
  width: 170px;
  height:30px;
  float: right;
}

.new-template ul.template-buttons li a, .new-template-large ul.template-buttons li a { 
  top: 342px !important; 
  padding:8px 0 0 0;
}

.new-template-large {
  	width:700px;
  	height:420px;
  	display:block;
  	float:left;
  	position:relative; 
}

.new-template-large .new-img-large {
	background: transparent url(../images/ocean-blue.jpg) 0 0 no-repeat fixed;
  	position: absolute;
  	z-index: 1;
}

.new-template-large .new-img-large img {
	display:block;
	margin:0;
	padding:0;
  	height: 360px;
  	width: 692px;
  	border: 1px solid #1a1a1a;
  	cursor: pointer;
}

.new-template-large ul.template-buttons li a.view {
  width: 349px;
  height:30px;
  float: left;
}

.new-template-large ul.template-buttons li a.download {
  width: 349px;
  height:30px;
  float: right;
}


/* END NEW TEMPLATE STYLESHEET */



.large-thumbnail {
  	height: 204px;
  	width: 204px;
  	border: 3px solid #444;
}

.rating-system {
	background-color:#444;
	margin: 0;
   	padding:4px 9px 8px 9px;
   	width: 110px;
   	height: 20px;
	position: relative;
	top:128px }
	
	.rating-system-topbar {
	background-color:#444;
	margin: 0;
   	padding:4px 9px 8px 9px;
   	width: 110px;
	display:block;
	float:left;
   	height: 20px;
	position:relative;
	top:-6px; }

	ul.star-rating {
   		list-style: none !important;
		margin:0;
   		padding:0;
   		width: 110px !important;
   		height: 20px !important;
   		background: url(../images/star.gif) left bottom repeat-x }
	
	.star-rating li {
   		padding:0;
   		margin:0;
  		/*\*/
   		float: left;
   		/* */
	}
	
	.star-rating li a {
		display:block;
		width:22px;
		height:20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0;
		inheritbackground-image:none;
	}
	
	.star-rating li a:hover {
		background: url(../images/star.gif) left top;
		z-index: 1;
		left: 9px;
	}
	
	.star-rating a.one-star { left: 9px }
   	.star-rating a.one-star:hover { width:22px }
	
	.star-rating a.two-stars { left: 31px }
   	.star-rating a.two-stars:hover { width:44px }
	
	.star-rating a.three-stars { left: 53px }
   	.star-rating a.three-stars:hover { width:66px }
	
	.star-rating a.four-stars { left: 75px }
   	.star-rating a.four-stars:hover { width:88px }
	
	.star-rating a.five-stars { left: 97px }
   	.star-rating a.five-stars:hover { width:110px }

ul.template-buttons {
  margin: 0;
  padding: 0;
}

ul.template-buttons li {
  margin: 0;
  padding: 0;
  display: inline;
}

ul.template-buttons li a { 
  position: relative;
  top: 130px;

  font-size: 0.8em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  
  color: #98C3D6;
  background: #1A1A1A;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;  
}

ul.template-buttons li a:hover {
  color: #FFF;
  background: #0B0B0B;
  border-top: 1px solid #000;
  border-left: 1px solid #000;  
  border-bottom: 0;
  border-right: 0;    
}

.template ul.template-buttons li a.view {
  width: 50px;
  float: left;
}

.template ul.template-buttons li a.download {
  width: 74px;
  float: right;
}

#topbar-ads { 
	height:20px;
	padding:3px 0 7px 0;
	display:block;
	text-align:center;
	background-color:#333;
	color:#333; }
	
	#topbar-ads a { 
	color:#eee;
	text-decoration:underline }
	
	#topbar-ads a:hover {
	color:#222;
	text-decoration:none }
	
	#topbar-ads .googleads { position:relative; top:4px; left:-3px }

.topbar-buttons {
  margin: 0;
  padding: 0;
}

.topbar-buttons a { 
  	position: relative;
	top:-2px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	padding:0 0 8px 0 !important;
	text-decoration: none;
	margin:0 2px;
	height:12px;
	color: #B5CFE3;
	background: #575757;
	border-bottom: 1px solid #494949;
	border-right: 1px solid #494949;  
}

.topbar-buttons a:hover {
  	color: #FFF;
  	background: #494949;
  	border-top: 1px solid #222;
  	border-left: 1px solid #222;  
  	border-bottom: 0;
  	border-right: 0;
}

.topbar-buttons a.comment {
  	width: 80px;
  	float: left;
}

.topbar-buttons a.download {
  	width: 80px;
  	float: left;
}

.topbar-buttons a.backhome {
  	width: 80px;
  	float: left;
}

.topbar-buttons a.previous {
  	width: 80px;
  	float: left;
}

.topbar-buttons a.next {
  	width: 80px;
  	float: left;
}
	
.next-button, .prev-button { 
	position:relative;
	top:5px }
	
.pagination a { text-decoration:none }
.pagination a:hover { text-decoration:underline }

/**************************************************************
   Comment Styling
 **************************************************************/

.avatar {
	width:50px;
	height:50px;
	padding:0;
	margin:5px 11px 0 0
}

.comment-block {
	width:590px;
	min-height:24px;
	display:block;
	padding: 20px 20px 20px 29px;
	margin: 5px 0;
	background: #494949 url(../images/comment_bg.gif) top left no-repeat;
}

.comment-form {
	margin:0;
	padding:0 }
	
.comment-textarea {
	height:100px;
	width:668px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #444;
	margin: 0 0 15px 0;
	padding:15px
}

.textbox {
	width:172px;
	height: 18px;
	background-color: #FFF;
	border: 1px solid #444;
	padding: 4px 4px 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px }

em.comment-info {
	display:block;
	color: #BBB;
	font-size:10px;
	font-style: normal !important;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777;	
}


/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../images/icons/light_submit.gif) no-repeat center center;
}

div.fullaheadLogo span {  
  display: block;
  height: 60px;
  background: url(../images/bg/light_fullahead.gif) no-repeat center 5px;  
}



/**************************************************************
   Topbar of Frame for Template viewing
 **************************************************************/

#topbar-frame {
  height: 55px;
  background: #444 url(../images/ost_topbar_frame.gif) repeat-x top left;
}

.ost-topbar-logo {
  width: 224px;
  height: 18px;
  display:block;
  position:relative;
  top:15px;
  background: url(../images/ost_topbar_logo.gif) no-repeat top left;
}


a.bigLink {
  margin: 0 1px;
  padding: 5px;   
  
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  
  background: #E4E8E8;
  border-bottom: 1px solid #C6D2DA;
  border-right: 1px solid  #C6D2DA;
}

a:hover.bigLink {
  color: #FFF;
  background: #C6D2DA;
  border-top: 1px solid #ACBBC5;
  border-left: 1px solid  #ACBBC5;   
  border-bottom: 0px;
  border-right: 0px;  
}

/**************************************************************
   Large Link List
 **************************************************************/

ul.linkList {  
  margin: 10px 15px;
  padding: 0;
}
ul.linkList li {
  list-style: none;
  list-style-image: url(foo.gif); /* needed for IE */
  margin-bottom: 10px;
}

ul.linkList li a {
  position: relative;
  display: block;
  padding: 10px; 
  
  text-decoration: none;
  color: #EEE;
}

ul.linkList li a:hover {
  background: #575757 url(../images/bg/light_portfolio_bottom.gif) no-repeat bottom left;
}

ul.linkList li a img {
  position: absolute;
  top: 15px;
  left: 15px !important;
  left: 5px;
}

ul.linkList li a span {
  position: relative;
  left: 65px;
  width: 615px;
  cursor: pointer;
}

ul.linkList li a span.title {
  font-weight: bold;
  color: #B5CFE3;
}

ul.linkList li a span.text {
  display: block;
}

ul.linkList li a span.top {
  display: block;
  position: absolute;
  top: 0;
  left: 0 !important;
  left: -10px;
  
  height: 11px;
  width: 695px;
}

ul.linkList li a:hover span.top {
  background: url(../images/bg/light_portfolio_top.gif) no-repeat top left;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

/* Start hide from IE-mac \*/
.heightFix {
  height: 1%;
}
/* End hide from IE-mac */

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #575757;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.whiteBg {
  background: #FFF;
}

.greyBg {
  background: #575757;
}

.darkGreyBg,
.footerDarkGreyBg {
  background: #494949;
}



.noBorder{
  border: 0;
}

.pointer {
  cursor: pointer;
}

.galleryBox {
  height: 500px !important;
  height: 540px;
  padding: 20px 0;
  text-align: center;
}

/**************************************************************
   Google AdSense
 **************************************************************/

.468x60 { display:block; width:468px; height:60px }
.234x60 { display:block; width:234px; height:60px }

/**************************************************************
   Blog Styling
 **************************************************************/
 
small { position:relative; top:-15px; font-size:10px }

/* ------------------------------------------------- */
/* Network Bar										 */
/* ------------------------------------------------- */

#network-bar {
	background-color: #FFF;
	color:#89A4B9;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	position:relative;
	height:28px;
}

#network-bar .network-links {
	width:960px;
	padding: 2px 0 0 0;
	margin: 0 auto;
}

#network-bar .network-links .network-left {
	width:50%;
	float:left;
	text-align:left;
}

#network-bar .network-links .network-right {
	width:50%;
	float:left;
	text-align:right;
}

#network-bar a {
	color:#6FA8D4;
	text-decoration:underline
}

#network-bar a:hover {
	color:#89A4B9;
	text-decoration:none
}




/* NEW CSS */

.sidebar {
	width:239px;
	border-right:1px solid #4c4c4c;
	margin:0;
	padding:50 }
	
	.sidebar span.top {
		display:block;
		width:209px;
        height:1660px;
		padding:15px;
        background: transparent url(../images/ocean-wash.jpg) 0 0 no-repeat fixed;}
		
		
.main-window {
	width:739px;
	margin:0; 
    padding:50 }
	
	.main-window span.top {
		display:block;
		width:699px;
		padding:20px;
        background: transparent url(../images/ocean-wash.jpg) 0 0 no-repeat fixed;}
