/*
====================================================================================
THEME VERSION:	3.4
IMPORTANT NOTE:

IMAGES - NOTE!
I placed all the image references in the following file to make changing
the paths easier. So i have to import this file:
====================================================================================

*/

@import url(images.css);

/*
====================================================================================
REDEFINED HTML OBJECTS
====================================================================================
*/

a {
	font-weight: bold;
	color:  #CC0000;
	text-decoration : none;
}

boption a:link {
	font-weight: bold;
	color:  #CC0000;
	text-decoration : none;
}

boption a:hover {
	text-decoration : underline;
}

a:hover {
	text-decoration : underline;
}

body {
	color: #444444;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

TD {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

TH {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


H1 {
	font-size: 18px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

H2 {
	font-size: 16px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

H3 {
	font-size: 14px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight: bold;
}



option {
	font-size: small;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

textarea {
	font-size: 12px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

li {
	margin-left: 20px;
}


select {
	font-size: small;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

input, submit {
	font-size: 12px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}


/*
====================================================================================
LAYOUT OPTIONS - Styles to replace Table Formatting
====================================================================================
*/

/* ALEX DUNNE 	ADDING PADDING AROUND IMAGES IN STORIES */



.storycontent img {
	margin: 0px 5px 0px 5px;
	border-top: #DDDDDD;
	border-right: #DDDDDD;
	border-bottom: #DDDDDD;
	border-left: #DDDDDD;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}


.damtables {
	margin-top: 2px;
	padding-right: 0px;
	margin-bottom: 20px;
	width: 98%;
	border-collapse: collapse; 

}

#leftblocks {
	width: 22% !important;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	vertical-align: top;
	white-space: normal;
	margin-right: 30px;
		border-collapse: collapse; 
}

#contentblock
{
	width: 60%;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	
	border-top: #DDDDDD;
	border-right: #EEEEEE;
	border-bottom: #EEEEEE;
	border-left: #DDDDDD;
	background: #FAFAFA;
	border-width: 1px 1px 1px 1px;
	border-style: solid;

	font-size: 12px;
	vertical-align: top;
	white-space: normal;
		border-collapse: collapse; 
}

#rightblocks
{
	width: 22%;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	vertical-align: top;
	white-space: normal;
	margin-right: -15px;
border-collapse: collapse; 
margin-bottom: 40px;

}



/*
====================================================================================
HEADER OPTIONS
====================================================================================
*/

#header-imagebar {
	width: 100%;
	height: 80px;
}

.sitebanner-left {
	font-size: 30px;
	color: #FFFFFF;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.sitebanner-right {
	font-size: small;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	padding-right: 20px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.headertext {
}

#header-textbar {
	width: 100%;
}


.header-textbar-left {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	white-space: nowrap;
}

/*
.header-textbar-right {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}
*/

.header-datestamp {
	color: #EEEEEE;
	font-size: 12px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
}

.header-links {
	color: #333333;
	font-size: 14px;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	text-align: center;
	white-space: nowrap;
}
.header-links a { color: #333333; }
.header-links a:hover {	color: #CC0000;}




/*
====================================================================================
STORY OPTIONS
====================================================================================
*/

#story-block {
}


.featured-story {
	    color: #333333;
		font-size: 160%;
		font-family: Lucida Grande, Helvetica, Arial, sans-serif;
		font-weight: bold;
		padding-top: 10px;
	}

.story-header {
	
	height: 25px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 4px;
}

	.story-date {
		color: #888888;
		font-size: 11px;
		font-family: Lucida Grande, Helvetica, Arial, sans-serif;
		white-space: nowrap;
		float: left;
		vertical-align: middle;
	}
	
	.story-options {
		color: #888888;
		font-size: 11px;
		font-family: Lucida Grande, Helvetica, Arial, sans-serif;
		text-align: right;
		white-space: nowrap;
		float: right;
	}


.story-body {
	white-space: nowrap;
	clear: both; 
}

.story-image {
	width: 20%;
	float: right;
	margin: 2px;
	padding: 1px;
display: block;
	clear: both; 
}

.story-text {
	color: #888888;
	font-size: small;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	margin-top: 5px;
	margin-left: 20px;
	white-space: normal;
}

.storytitle {
	color: #000000;
	font-size: 140%;
	font-weight: bold;
	font-family: , Lucida Grande, Helvetica, Arial, sans-serif;
}

.storybyline {
	font-size: 11px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

.storycontent {
	color: #333333;
	font-size: small;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.storyinfo {
	color: #888888;
	font-size: 11px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}


.featuredstorytitle {
	color: #CC0000;
	font-size: 180%;
	font-weight: bold;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	padding-top: 3px;
}



.welcomeblock {
	color: #000000;
	font-size: small;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
}

.story-footer {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F3F3F3;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*
====================================================================================
BLOCK OPTIONS
====================================================================================
*/
.block {
	font-size: 12px;
	color: #666666;
	padding: 3px;
	margin-bottom: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999; 
	clear: both;
	width: 100%;
}

.blocktitle
{
	color: #ffffff;
	font-size: 12px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 2px;
	font-weight: bold;
	background-image: url(/layout/Axonz/images/blockheadergradient.gif);
	height: 22px;
}

#boption {
	color: #999999;
	font-size: 11px;
}

#boption:hover {
/* Used in images.css */
}

#boption:hover a {
	color: #CC0000;
}

#boption-off {
	color: #CC9999;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;

	background-repeat: no-repeat;
	background-position: -4px -1px;
}

#boption-plain {
	color: #999999;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
}


/*
====================================================================================
COMMENT OPTIONS
====================================================================================
*/
#comment-section
{
	font-size: 13px;
	padding: 5px;
	width: 100%;
}

#comment-section-title-left
{
	font-size: 13px;
	padding: 5px;
	vertical-align: bottom;
}

#comment-section-title-right
{
	color: #000000;
	font-size: 11px;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
}

#comment-section-options-left
{
	padding: 5px;
	background: #999999;
}

#comment-section-options-right
{
	padding: 5px;
	text-align: right;
	background: #999999;
}


.comment-section-disclaimer
{
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #999999;
}

.comment-section-comment
{
	width: 100%;
}


.commentbar4 {
	color: #000000;
	font-size: 11px;
	font-family: Lucida Grande, arial, sans-serif;
	background-color: #EEEEEE;
}


.commentbar3 {
	color: #888888;
	background-color: #EEEEEE;
	font-size: 10px;
	font-family: Lucida Grande, arial, sans-serif;
}

.commenttitle {
	xcolor: #000000;
	font-size: 13px;
	font-weight: bold;
	background-color: #EEEEEE;
	padding: 5px 0px 5px 25px;
	background-image: url(images/icons/comment-item.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}




/*
====================================================================================
FOOTER OPTIONS
====================================================================================
*/
#prefooter {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	white-space: nowrap;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	height: 10px;
	width: 100%;
}

.prefooter-text {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
.prefooter-text a { color: #FFFFFF; }
.prefooter-text a:hover {	color: #CC0000;}




#footerblock {
	background-color: #666666;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.footer-left {
	color: #EEEEEE;
	font-size: 9px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: left;
	white-space: nowrap;
}
.footer-left a { color: #FFCCCC; }
.footer-left a:hover {	color: #CC0000;}

.footer-right {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	text-align: right;
	white-space: nowrap;
}
.footer-right a { color: #FFCCCC; }
.footer-right a:hover {	color: #CC0000;}


.footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	vertical-align: top;
}

.footer {
font-size: 11px;
font-family: Lucida Grande, arial, sans-serif;
}

.directorytext {
font-size: 11px;
}

/*
====================================================================================
CALENDAR OPTIONS
====================================================================================
*/

.cal_day {
	font-size: 11px;
}

.cal_body {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-style: none none none none;
}

.cal-nullday {
	background-color: #FFFFFF;
	border-style: solid solid none none;
	border-color: #BBBBBB #BBBBBB #BBBBBB #BBBBBB;
}

.cal-oldday {
	font-size:11px;
	background-color: #EEEEEE;
	border-style: solid solid none none;
	border-color: #BBBBBB #BBBBBB #BBBBBB #BBBBBB;
}

.cal-futureday {
	font-size:11px;
	background-color: #FFFFFF;
	border-style: solid solid none none;
	border-color: #BBBBBB #BBBBBB #BBBBBB #BBBBBB;
}

.cal_month {
	font-size: 11px;
	background-color: #EEEEEE;
	border-style: solid solid solid solid;
	border-color: #BBBBBB #BBBBBB #BBBBBB #BBBBBB;
}

.cal-today {
	font-size:11px;
	background-color: #FF7777;
	color: #ffffff;
	border-style: solid solid solid solid;
	border-width: 2px 2px 2px 2px;
	border-color: #CC0000 #CC0000 #CC0000 #CC0000;
}
.cal-today a {
	color: #ffffff;
}
.cal-today a:hover {
	color: #CC0000;
}


.cal-event {
font-size: 11px;
}

.weekview_caltitle {
background-color: #dddddd;
font-weight: bold;
font-size: 13px;
color: #000000;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
}

.weekview-curday {
background-color: #66A6CE;
color: #000000;
}

.weekview-offday {
color: #000000;
}

.weekview_dayformat {
font-size: 11px;
background-color: #eeeeee;
color: #000000;
padding-left: 5px;
padding-top: 5px;
}

.weekview_addevent {
font-size: 11px;
background-color: #eeeeee;
color: #000000;
padding-top: 5px;
padding-right: 5px;
}

.weekview_daterange {
font-size: 16px;
font-weight: normal;
color: #000000;
}


.dayview_times {
font-size: 14px;
color: #000000;
}

.dayview_datecol {
font-weight: normal;
font-size: 16px;
color: #000000;
padding-left: 5px;
padding-top: 5px;
}

.dayview_quickaddtitle {
font-weight: bold;
background-color: #C0C0C0;
font-size: 13px;
color: #000000;
}

.searchAuth { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: left;  
    color:#557755;
}
.searchDate { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: right;  
    color:#557755;
}
.searchHits { 
    font-weight: normal; 
    font-size: 80%; 
    font-family: sans-serif; 
    text-align: right; 
    color:#557755;
}
.highlight { 
    background-color: yellow; 
    text-decoration: none; 
} 



/*
====================================================================================
GALLERY OPTIONS (Untested on Axonz.com)
Original code, thanks to:  Squatty (http://www.squatty.com/)
====================================================================================
*/


/*  Text Styles  */

.title { /* album titles on main page */
	color: #999999;
	font-size: 16px;
	width: 65%;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.mod_title { /* album title -- Text is controlled by .title */
	border:1px solid #000000;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}

.mod_title_bg { /* album title hightlight Text is controled by .title */
}

.mod_title_right { /* album title hightlight Text is controled by .title*/
}

.mod_title_left { /* album title hightlight Text is controled by .title */
}

.albumdesc { /*album description includes all text and background*/
}

.desc { /* album descriptions on main page */
	font-size: 12px; 
}

.caption { /* photo captions on all pages */
	font-size: 11px; 
}

.modcaption { /* modifies background for caption text to reside */
	font-size: 11px; 
}

.error { /* all error text */
	color: red; 
	font-size: 11px; 
}

.attention [ /* so far, just for voting instructions*/
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: red;
	font-size: 11px;
}

.headbox { /* box around the page headers */
}

.head { /* page headers */
	font-size: 12px;
/*	font-weight: bold; */

}

.mod_headliner { /* Gallery & Album titles. Text is controled by .head */
}

.mod_toplight_bg { /* Gallery & Album titles. Text is controled by .head */
}

.mod_toplight_right { /* Gallery & Album titles. Text is controled by .head*/
}

.mod_toplight_left { /* Gallery & Album titles. Text is controled by .head */
}

.bread { /* used in breadcrumb bars */
	font-size: 11px; 
}

.nav { /* used in navigation bars */
	font-size: 11px; 
}

.navtableborderbegin { 
	border:1px solid #000000;
}

.navtableborderend { 
	border:1px solid #000000;
	border-top-width:0px;
}

.bordertop { 
	border:1px solid #000000;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}

.borderright { 
	border:1px solid #000000;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
}

.borderleft { 
	border:1px solid #000000;
	border-top-width:0px;
	border-bottom-width:0px;
	border-right-width:0px;
}

.fineprint { /* used for fine print */
	font-size: 10px;
}

.popuphead { 
	font-size: 14px;
	font-weight: bold
}

.popup { 
	font-size: 11px;
}

.editlink { /* Used for the [edit] tags */
	font-size: 11px;
}

.modnavbox { /* main navigation bar next and previous */
}

.admin { /* used in admin bars */
	font-size: 11px; 
	font-weight: bold; 
}

.search { /* used in search text */
	font-size: 11px; 
	font-weight: bold; 
}

.leftspacer { /* amount of space to the left of the header and titles */
	width: 0px;
}

.modnavboxtop { /*navagation bar top of screen where admin buttons show*/
}

.modnavboxmid { /*navagation bar middle where the link for the albums show*/
}

.modfooter { /*footer where the Gallery version is located*/
}


/*
====================================================================================
POLL BOOTH
====================================================================================
*/

.poll-item {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/*
====================================================================================
UNFILED STYLES
====================================================================================
*/

.warning {
	color: red;
	font-size: 12px;
	font-weight: bold;
	font-family: Lucida Grande, arial, sans-serif;
}

.warningsmall {
	color: red;
	font-size: 11px;
	font-family: Lucida Grande, arial, sans-serif;
}


.filemgmtbg1{ background-color:#f5f5f5 }

.filemgmtbg2{ background-color:#6699CC }

.filemgmtbg3{ background-color:#ffffff }

.filemgmtbg4{ background-color:#B0C4DE }

.filemgmtbg5{ background-color:#B0C4DE }




/******************   NEW CSS ADDED FOR FORUM Ver 2.3 ************************/

TD.navbar      {
    color: #FFFFFF;
    background-color: #666666;
    font-family: Lucida Grande, arial, sans-serif;;
    font-size: 11px;
    line-height: 32px;
    verticle-align: middle;
    text-align: center;
    font-weight: bold;
    }

TD.navbar a:link, TD.navbar a:visited { 
    color: #FFFFFF;
    font-style: normal;
    font-weight: plain;
    font-size: 11px;
    font-family: Lucida Grande, arial, sans-serif;
    text-decoration: none;
    padding: 2px
    }

TD.navbar a:hover { 
    color: #CC0000;
    font-style: normal;
    font-weight: plain;
    font-size: 11px;
    font-family: Lucida Grande, arial, sans-serif;
    text-decoration: none;
    padding: 2px;
    }

#forumheading          { text-align:left; background-color: #FFFFFF; }
.forumtext             { color: #000; }
.forumclass1           { text-align:left; background-color: #BFBFBF; }
.forumclass2           { text-align:left; background-color: #CCCCCC; }
.forumclass3           { text-align:left; background-color: #EFEFEF; }
.forumclass4           { text-align:left; background-color: #CCCCCC; }
.forumoutline          { background-color: #CCCCCC; }

/* These CSS declarations for links are used in a few places but are here for theme designers to use if needed - can be added to templates  */
.forumlinks A:link            { color: #000000; font-style: normal; font-size: 11px; font-family: Lucida Grande, arial, sans-serif; text-decoration: underline }
.forumlinks A:visited        { color: #000000; font-style: normal; font-size: 11px; font-family: Lucida Grande, arial, sans-serif; text-decoration: underline }
.forumlinks A:hover            { color: #000000; font-style: normal; font-size: 11px; font-family: Lucida Grande, arial, sans-serif; text-decoration: underline }

/* alternate table row colours */
.forumAlt1   { background-color: #F5F5F5; }
.forumAlt2   { background-color: #FFFFFF; }

.quotebox   { 
     border-style: ridge; 
     background-color: #ECE9D8; 
     padding:11px;
     margin: 0px;
     }

.quotetext {
     color:#000; 
     font-weight: plain; 
     background-color: #ECE9D8; 
     font-family: Verdana; 
     font-size: 11px; 
     }

.forumCode  { 
    background-color: #ECE9D8; 
    color: #000;
    width: 470px;
    height: 160px;
    overflow: auto;
    font-size: 11px;
    min-height: 50px;
    max-height: 120px;
    margin: 5px, 0px,5px,5px;
    padding:5px;
    border: 1px dashed black;
    }

.forumTitle   {
    color: #000000;
    background-color: #EFEFEF;
    font-weight: bold;
    font-size: 12px;
    line-height: 14pt;
    font-family: Lucida Grande, arial, sans-serif; }

TD.forumRollOver  { 
    text-align:left;
    background-color: #CCCCCC; 
    font-family: Lucida Grande, arial, sans-serif;
    color: #000033  
    }
TD.forumRollOut   { 
    text-align:left;
    background-color: #EFEFEF; 
    font-family: Lucida Grande, arial, sans-serif; 
    color: #000033  
    }

.cblockTitle    {
    color: #FFFFFF;
    background-color: #506790;
    font-weight: bold;
    font-size: 12px;
    line-height: 16pt;
    padding-left:5px;
    font-family: Lucida Grande, arial, sans-serif;
}


/*
====================================================================================
THE END - YAY! Comments Rock!
====================================================================================
*/
