/* ---[ universal ]------------------------------- */


body   { 
margin: 0; 
padding: 0; 
color: #000000; 
background: transparent url("images/sitebg.jpg") repeat-x; 
background: #eee; 
text-align: center; 
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif; 
font-size: 13px; 	
line-height:15px; 
}

 #wrap   { 
position: relative; 
margin-left: auto; 
margin-right: auto;
padding: 0; 
width: 800px; 
text-align: left; 
}

#top {
	position: relative;
	width: 800px;
	height: 99px;
	margin: 0;
	padding: 0;
	background: transparent url("images/topclouds.jpg") repeat-x; 
}

#middle {
	position: relative;
	margin: 0 5px 0 4px; 
	padding: 0;
	width: 800px;
	background: #FFFFFF; 
}

#inside {
	position: relative;
	margin: 0 5px 0 0px; 
	padding: 0;
	width: 800px;
	background: #FFDC3A; 
}

#toplogo {
	z-index:3;
	position: absolute;
	left: 5px;
	top: 41px;
	width:263px;
	height:91px;
}

#paddylogo {
	z-index:3;
	position: absolute;
	top: 50px;
	left: 5px;
	width: 305px;
	height: 80px;
	margin: 0;	padding: 0;
	}

#footer  { 
color: #000000; 
font-size: 10px; 
margin: 0; padding: 0; 
position: relative; 
clear: both; 
}

#footer a:hover {
	color: #000;
	}
	
/* ---[ links ]------------------------------- */

a:link {
	color: #006494;
	}
a:visited {
	color: #069;
	}
a:hover {
	color: #036;
	}
	
#navtabs {
	position: absolute;
	top: 70px;
	right: 5px;
	width: 450px;
	height: 30px;
	margin: 0;	padding: 0;
	}

#navwrap {
	z-index:1;
	position: absolute;
	top: 65px;
	right: 12px;
	/*
width: 424px;
	height: 20px;
*/
	color: #fff;
}

#nav {
	font-size: 12px; 	
	color: #fff;
	margin: 0; 	
	padding: 0;
	background: transparent; 
	}

#nav li {
	padding: 0;
	text-align: center; 
	display: inline;
	list-style: none;
	}
	
#nav a, 
#nav a:link, 
#nav a:visited {
	padding: 2px 6px;
	text-decoration: none;
	color: #fff;
	}
#nobor a, #nobor a:link, #nobor a:visited { border: none; }

#nav a:hover, #nav a:active {
	color: #000;
	text-decoration: none;
	}

 div#globalnav	{
	z-index:2;
	height: 30px;
	width: 450px;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 70px;
	right: 6px;
	}

div#globalnav ul#menu	{
	height: 30px;
	width: 450px;
	background: transparent url(images/navswaps.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#nav-home	{left: 0; width: 90px;}
#nav-candy	{left: 91px; width: 90px;}
#nav-journal	{left: 182px; width: 90px;}
#nav-heroes	{left: 273px; width: 90px;}
#nav-guestbook {left: 363px; width: 86px;}

#nav-home a:hover	{background: transparent url(images/navswaps.gif) 0 -30px no-repeat;}
#nav-candy a:hover {background: transparent url(images/navswaps.gif) -91px -30px no-repeat;}
#nav-journal a:hover {background: transparent url(images/navswaps.gif) -182px -30px no-repeat;}
#nav-heroes a:hover {background: transparent url(images/navswaps.gif) -273px -30px no-repeat;}
#nav-guestbook a:hover {background: transparent url(images/navswaps.gif) -363px -30px no-repeat;}

/* You are here - main nav  */
	
 body#Home #nav-home {background: transparent url(images/nav-swaps.gif) 0 -30px no-repeat;} 
 body#Candy #nav-candy {background: transparent url(images/nav-swaps.gif) -114px -30px no-repeat;} 
 body#Journal #nav-journal {background: transparent url(images/nav-swaps.gif) -227px -30px no-repeat;} 
 body#Heroes #nav-heroes {background: transparent url(images/nav-swaps.gif) -340px -30px no-repeat;} 
 body#Guestbook #nav-guestbook {background: transparent url(images/nav-swaps.gif) -453px -30px no-repeat;} 


.activepage {
	color: #000;
	background-color: #fff;
    font-weight:bold;
    }

 .activepage a:visited {
 color: #FF0000;
 }
 

/* ---[ page stuff ]------------------------------- */

#contenttitle {
	position: absolute;
	top: 193px;
	left: 29px;
	width: 462px;
	height: 40px;
	color: #000;
	margin: 0;	padding: 0;
	line-height: 2em;
	font-size: 20px;
	font-family: georgia, times, serif; 
	background: #fff url("images/columntop.jpg") no-repeat top left ; 
	}
	
#content {
	padding: 15px 0px 15px 7px;
	margin: 0 0 10px 340px;
	background: #FFDC3A;
	width: 450px;
	color: #000;
	}

#pages {
	padding: 20px;
	width: 750px;
	color: #000;
	}

.leftpic {
	float:left;
	margin: 5px 8px 3px 0;
	padding: 0px;
	border: 1px solid #fff;
	}

.rightpic {
	float:right;
	margin: 5px 0 5px 8px;
	padding: 0px;
	border: 1px solid #fff;
	}

#pages .feature {
	margin-bottom: 25px;
	padding: 15px 10px 15px 10px;
	}

#content .feature h1 {
	color: #294A84;
	font-size: 24px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif; 
	margin-bottom: 10px;
	}

#pages .feature h1 {
	color: #294A84;
	font-size: 24px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif; 
	margin-bottom: 10px;
	}

#pages .feature h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}

#pages .entry h1 {
	margin-bottom: 10px;
	}
	
#pages .entry h2 {
	color: #006494;
	font-size: 14px;
	font-weight: bold;
	}

#pages .entry h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}

/* ---[ left column ]----------------------------- */

#sidebartitle {
	position: absolute;
	top: 193px;
	right: 29px;
	width: 230px;
	height: 40px;
	color: #fff;
	margin: 0;	padding: 0;
	line-height: 2em;
	font-size: 20px;
	font-family: georgia, times, serif; 
	background: #fff url("images/sidebartop.jpg") no-repeat top left ; 
	}

#sidebar {
	float: left; width: 305px;
	color: #294A84;
	margin: 30px 0px 0 0;	
	padding-left: 15px;
	line-height: 13px;
	font-size: 11px;
	}

#sidebar h1 {
	color: #294A84;
	font-size: 18px; 	
	line-height:18px; 
	font-weight: normal;
	margin: 0; padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif; 
	}
	
#sidebar h3  { 
	color: #000;
	font-size: 14px;
	font-weight: normal;
	margin:0 0 0 10px;
	padding: 0;
	font-family: georgia, times, serif; 
	}

#sidebar p {
	margin: 4px 0px 20px 0px;
	}

#sidebar ul {
	list-style: none;
	padding:0 0 0 21px; margin: 0 20px 12px 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #333;
	}

#sidebar li {
	margin: 0;
	padding: 0; 
	display: inline;
	}
	
#sidebar li a, 
#sidebar li a:link, 
#sidebar li a:active,
#sidebar li a:visited {
	margin: 0;
	display: block;
	color: #807D67; 
	font-weight: bold;
	text-decoration: none; 
	/*border-bottom: 1px solid #AF9F8C;*/
	background: url(images/bullet.gif) no-repeat 12px 4px; 
	padding: 4px 0 0 28px;
	}
	
#sidebar li .border {border-top: 1px solid #9FBFDF;}
	
#sidebar li a:hover {
	color: #369; 
	text-decoration: none; 
	/*border-bottom: 1px solid #AF9F8C;*/
	background: #eee url(images/bullet.gif) no-repeat 12px 4px; 
	padding: 4px 0 0 28px;
	} 
 

/* ---( specials )----------------------------------- */

#pullquote {border-top: 1px solid #C9C6A2; border-bottom: 1px solid #C9C6A2; margin: 10px 0 10px 0; padding: 10px; color: #656352; background: #F8F5EE;}

.purple { color:#294A84; }

.brown { color:#807D67; }

.line { border-bottom: 1px #ffffff solid; }

.small { color: #294A84; font-size: 9px; font-weight: normal; }

.border { border: 1px solid #fff; }

/* ---[ figures ]------------------------------- */

#content img.thumb {	
	margin: 2px 14px 5px 14px;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}

#content a img.thumb:hover {
	border-color: #999;
	}

#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #999;
	text-align: center;
	}

#content .figure dt img {
	margin: 0 0 1em 0;
	padding: 6px;
	border: 1px solid #ddd;
	}

#content .figure img.fig, #portcoll img {	
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	}
	
#indent {
	margin-left: 30px;
	}
	

/* ---( forms )----------------------------------- */

.shade {
	padding: 10px;
/* 	margin: 5px 0; */
	background: #F0F0F0;
	}

fieldset {border: 1px solid #294A84;padding: 10px;margin: 10px 0;position: relative;}

.reset {clear: both;font-size: 1px; margin: 0;padding: 0;line-height: 1px; height: 1px; }

td { font-size:11px; }

td.tdright {
width: 120px;
text-align:right;
padding-right:5px;
}

#stack {
width: 400px; }
#stack label {
display: block; 
padding: 3px 0 0;
font-size:10px;
  }

#stack2, #stack3 {
/* width: 650px;  */
margin-left:auto;
margin-right:auto;
font-size:11px;
}

#stack p, #stack2 p, #stack3 p {
margin:0; padding:0;
}

#stack label, #stack2 label, #stack3 label {
	/* display: block;  */
	padding: 3px 0 0 0;
	font-size:10px;
	/* color:#696969; */
  }

#stack input, select, textarea, #stack2 input, select, textarea, #stack3 input, select, textarea {
	background: #f8f5ee;
  	color: black;
  	font: 12px Arial, Verdana, sans-serif;
	border: 1px inset;
	height: auto;
  }
  
#sidebyside .btn,#stack .btn {
	border: 3px double;
	border-color: #AEB8D1 #424D6A #424D6A #AEB8D1; 
	background: #efefef;
	display: block;
	margin: 5px 10px;
	cursor: pointer;
	color: #777;
	font-weight: bold; }
	
#stack label.non, #stack2 label.non, #stack3 label.non {display: inline !important; } 

.radio {background: transparent !important; border: none !important; } 

.fl {float: left; }
.fr {float: right; }
.half {width: 45% }
.reset {clear: both;font-size: 1px; margin: 0;padding: 0;line-height: 1px; height: 1px; }
.nxt{
	border: 3px double;
	border-color: #f90 #960 #960 #f90; 
	background: #c60;
	margin: 5px 10px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: small; }

