﻿html
{
	height: 101%;
}
body
{
	background-color: #FBFDFF;
	background-position: center;
	font-size: 0.75em;
	font-family: "Lucinda grande", Arial;
	margin: 0;
	padding: 0;
	color: #191919;
	text-align: center;
}

a:link, a:visited, a:hover, a:active
{
	color: #000099;
	text-decoration: underline;
}

p, ul
{
	padding: 0;
	margin: 5px 0 20px 0;
	line-height: 1.4em;
}

ul
{
	padding: 0 0 0 15px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: "Lucida Grande" , Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 7px 0 7px 0;
}

img
{
	border-style: none;
}

h1
{
	font-size: 2em;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* BUTTONS */

.buttons
{
	padding: 10px 0;
}

.buttons a, .buttons button
{
	display: block;
	float: left;
	margin: 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande" , Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
}
.buttons button
{
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]
{
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
	padding: 4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img
{
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* STANDARD */

button:hover, .buttons a:hover
{
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
.buttons a:active
{
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */

button.positive, .buttons a.positive
{
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover
{
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:active
{
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative
{
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover
{
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
.buttons a.negative:active
{
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

#page
{
	width: 960px;
	margin: auto;
	text-align: left;
	-moz-box-shadow: 0 0 20px #c0c0c0;
	-webkit-box-shadow: 0 0 20px #c0c0c0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-color: #ffffff;
}

#menu-positioner
{
	width: 960px;
	margin: auto;
	text-align: left;
	position: relative;
	height: 130px;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 0px;
}

#menu-container
{
	position: absolute;
	bottom: 0px;
	left: -2px;
}

#header
{
	margin-bottom: 0px;
	color: #ffffff;
	padding: 0;
	position: relative;
	width: 100%;
	height: 130px;
	background-color: #2DA100;
	width: 100%;
	background-image: url( Images/menu_background.png );
	background-position: bottom;
	background-repeat: repeat-x;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#main
{
	color: #191919;
	padding: 20px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	position: relative;
	padding: 0 0 0 2px;
	margin: 0;
	text-align: left;
	z-index: 1000;
}

ul#menu li
{
	float: left;
	list-style: none;
	height: 30px;
	text-align: center;
	background-color: #dbdbdb;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	margin-right: 3px;
	padding: 0 10px;
}

ul#menu li a
{
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #454545;
}

ul#menu li a:hover, ul#menu li.selected a
{
	color: #000;
}

ul#menu li.selected
{
	background-color: #ffffff;
}

input[type="text"], textarea
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

/* MISC  
----------------------------------------------------------*/

.error
{
	color: Red;
}

div#title
{
	display: block;
	text-align: left;
}

div#login a
{
	color: #ffffff;
}

#login
{
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 20px 0;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.float-left
{
	float: left;
}

.margin-left
{
	margin-left: 20px;
}

.float-right
{
	float: right;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.simple_overlay
{
	display:none; 
    z-index:10000; 
    width:800px;     
    min-height:200px; 
    position: relative;
    text-align: left;
    background-color: #fff;
    width:675px;     
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow: 0 0 10px #000;    
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.simple_overlay-inner
{
	padding: 20px;
}

.simple_overlay .close
{
	background-image: url( Images/overlay_close.png );
	background-repeat: no-repeat;
	position: absolute;
	top: -12px;
	right: -12px;
	cursor: pointer;
	height: 28px;
	width: 28px;
}

/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Images/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.forum-breadcrumbs
{
	margin-bottom: 20px;
}

.forum-breadcrumbs a
{
	text-decoration: none;
}

.forum-breadcrumbs a:hover
{
	text-decoration: underline;
}

.lastpost-date
{
    text-align: right;
    font-size: 10px;
    color: #646464;
}

table.forum td
{
    padding: 10px 0;
    border-bottom: solid 1px #efefef;
}

table.forum
{
    width: 620px;
    border-spacing: 0;
    padding: 0;
}

table.forum td
{
    padding: 10px 0;
    border-bottom: solid 1px #efefef;
}

table.forum th
{
    padding: 0 10px 0 0;
    text-align: left;
    background-color: #ffffff;
}

table.forum a
{
    text-decoration: none;
}

table.forum a:hover
{
    text-decoration: underline;
}

table.forum th.right
{
    text-align: right;
    padding: 0;
}

.ad-container
{
	float: left;
	margin-left: 20px;
}

.margin-top
{
	margin-top: 55px;
}

.userinfo
{
	margin: 10px 0 3px 0;
}

#userinfo-description
{
	width: 400px;
}

.bold
{
	font-weight: bold;
}

.profile-container
{
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
	width: 700px;
}

.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; z-index: 10001; }
.datepicker tr.controls th { height: 22px; font-size: 11px; }
.datepicker select { font-size: 11px; }
.datepicker tr.days th { height: 18px; }
.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; }
.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; }
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }

.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
.datepicker tbody td.date { cursor: pointer; }
.datepicker tbody td.date.over { background-color: #99ffff; }
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; }

ul#tweets 
{
	margin: 0;
	padding: 0;
}
ul#tweets li
{
	list-style-type: none;
	line-height: 26px;
	padding: 4px;
}
ul#tweets li.odd
{
	background-color: #fafafa;
}

