/*
Master StyleSheet for Screen
*/

/* Tags
--------------------------------*/

html, body
{
	margin: 0;
	padding: 0;
	background: url(../images/AfrPattern1.gif);
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	text-align: center;
	line-height: 1.3em;
	color: #333;
	font-size: x-small;
	/* IE5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body
{
	/* only needed for Opera */
	font-size: small;
}

/* Headings */
h1
{
	font-size: 20px;
	font-weight: bold;
	color: #009;
}

h2
{
	font-size: 16px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

h4
{
	font-size: 12px;
	font-weight: bold;
}

h5
{
	font-size: 11px;
	font-weight: bold;
}

h6
{
	font-size: 8px;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6
{
	margin-bottom: 5px;
	margin-top: 5px;
}

/* Page Layout Divs
---------------------------------*/

#wrapper
{
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size: 95%;
	text-align: left;
	width: 648px;
	border: 1px solid #333;
}

/*Logo Bar*/
#logobar
{
	background: #fff;
	padding: 0;
	margin: 0;
}

#logobar a
{
	border-style: none;
	display: block;
}

#logobar img { display: block; }

#logobar span
{
	position: absolute;
	top: 0px;
	left: 181px;
	width: 467px;
	height: 154px;
}

html>body #logobar span { top: 0px; }

/* Navigation */

/*navbar and dropdowns
------------------------------- */

#nav, #nav ul
{
	width: 648px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { float: left; }
#nav a { display: block; }

/* nav widths and hidden text */
a.hide
{
	height: 18px;
	text-indent: -9000px;
	text-decoration: none;
	-moz-outline: 0px;
}

#nav li.home
{
	width: 81px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/topnav_01.gif) no-repeat 0px 0px;
}

#nav li.register
{
	width: 87px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/topnav_02.gif) no-repeat 0px 0px;
}

#nav li.contribute
{
	width: 97px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/topnav_03.gif) no-repeat 0px 0px;
}

#nav li.faq
{
	width: 74px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/topnav_04.gif) no-repeat 0px 0px;
}

#nav li.calendar
{
	width: 94px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/topnav_05.gif) no-repeat 0px 0px;
}

#nav li.season
{
	width: 117px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/topnav_06.gif) no-repeat 0px 0px;
}

#nav li.sponsors
{
	width: 98px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/topnav_07.gif) no-repeat 0px 0px;
}

#nav li.about
{
	width: 100px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/bottomnav_01.gif) no-repeat 0px 0px;
}

#nav li.photos
{
	width: 80px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/bottomnav_02.gif) no-repeat 0px 0px;
}

#nav li.forms
{
	width: 77px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/bottomnav_03.gif) no-repeat 0px 0px;
}

#nav li.links
{
	width: 115px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/bottomnav_04.gif) no-repeat 0px 0px;
}

#nav li.rules
{
	width: 152px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/bottomnav_05.gif) no-repeat 0px 0px;
}

#nav li.informed
{
	width: 124px;
	height: 18px;
	padding: 0;
	margin: 0;
	background: url(/images/bottomnav_06.gif) no-repeat 0px 0px;
}

#nav li.home:hover,#nav li.register:hover,#nav li.contribute:hover,#nav li.faq:hover,#nav li.faq:hover,#nav li.calendar:hover,#nav li.season:hover,#nav li.sponsors:hover,#nav li.about:hover,#nav li.photos:hover,#nav li.forms:hover,#nav li.links:hover,#nav li.rules:hover,#nav li.informed:hover { background-position: 0px -36px; }

body#homepage #nav li.home,
body#registerpage #nav li.register,
body#contributepage #nav li.contribute,
body#faqpage #nav li.faq,
body#calendarpage #nav li.calendar,
body#seasonpage #nav li.season,
body#sponsorspage #nav li.sponsors,
body#aboutpage #nav li.about,
body#photopage #nav li.photos,
body#formspage #nav li.forms,
body#linkspage #nav li.links,
body#rulespage #nav li.rules,
body#informedpage #nav li.informed
{ background-position: 0px -18px; }

/* Content Area */

#content ul
{
list-style: none;
}

/* #content li
{
	background: url(../images/bullet_baseball.jpg) no-repeat -2px 0px;
	padding: 0px 0px 0px 15px;
}

*/

#content a
{
color: #900;
text-decoration: none;
border-bottom: 1px dotted #009;
}


#content a:hover
{
	color: #c00;
	border-bottom: 1px solid #c00;
}

body#faqpage #content h3

{
	margin-bottom: -.75em;
}

body#faqpage #content h3.first

{
	margin-top: 1.95em;
}

body#faqpage #content h4

{
	margin-top: .95em;
	margin-bottom: -.85em;
}

/* special cases */
.padded { padding: 15px 25px; }

h3.data
{
	margin: 7px 7px 7px 7px;
	line-height: 140%;
}

p.data
{
	margin: 7px 7px 7px 7px;
	line-height: 120%;
}

p.datalist
{
	display: block;
	margin: 2px 14px 2px 14px;
	padding: 4px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #eee;
	text-decoration: none;
	width: 100%;
}

.datatable
{
	margin-top: 4px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 4px;
	padding: 0;
	text-align: left;
	background-color: #eee;
	border: 1px solid #c00;
	clear: none;
}

.datatablestrict
{
	margin-top: 4px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 4px;
	padding: 0;
	text-align: left;
	background-color: #eee;
	border: 1px solid #c00;
	white-space: nowrap;
	clear: none;
}

.datatablefixed
{
	width: 400px;
	margin-top: 4px;
	margin-left: 14px;
	margin-bottom: 4px;
	margin-right: 0;
	padding: 4px;
	background-color: #eee;
	border: 1px solid #CCCC99;
}

.datatablehdr
{
	margin-left: 14px;
	margin-right: 14px;
	background-color: #237;
	color: #fff;
}

.datatablerowdrk
{
	margin-left: 14px;
	margin-right: 14px;
	padding: 4px;
	background-color: #ccc;
}

.datatablerow
{
	margin-left: 14px;
	margin-right: 14px;
	padding: 4px;
	background-color: #ddd;
}

.required
{
	color: #c00;
}



/* Movable Type Styles Below This Point */


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}

