/* Specific CSS*/
h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size:26px;
}

h2 {
	font-size: 20px;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

ul, ol {
	margin-left: 3em;
}

ol {
	font-family: sans-serif !important;
	font-size: 16px;
}
/*for rosters*/
.brothers {
	color: black;
	background-color: #f1f1da;
}
.brothers:hover {
	color: black;
	background-color: #a4ede0;
}
.alt:hover {
	color: black;
	background-color: #a4ede0;
}
/*end roster*/

blockquote {
	padding: 0 3em;
	font-style: italic;
	font-weight: bold;
}

a {
	color: #303;
}

a:hover, a:active {
	color: #990;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

img.center {
	vertical-align: center;
	margin 15px 15px 15px 15px;
}

div.menucontainer {
	display: inline-block;
	float: right;
	width: 175px;
	border-left: 1px solid #000000;

}
div.menucontainer1 {
	display: inline-block;
	float: right;
	width: 183px;
	border-left: 1px solid #000000;

}
div.menucontainer2 {
	display: inline-block;
	float: right;
	width: 210px;
	border-left: 1px solid #000000;

}
span.menu {
	float: right;
	font-size: medium;
	border-right: 1px solid #000000;
	padding: 0 10px !important;
	background: none !important;
}
/* Header */

/* Page */

/* Content */

.post {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	margin-right: 8px;
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08a.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	background: url(images/img06a.jpg) no-repeat right center;
}

/* Sidebar */

.box {
	padding-right: 10px;
	background: none;	
}

.box .title {
	height: 35px;
	margin: 0;
	text-align:center;
	padding: 10px 10px 0 0;
	background: url(images/box_back.gif) no-repeat bottom;
	font-size: 18px;
}

.box ul {
	margin: 10px;
	padding-left: 5px;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p {
	margin: 0;
	line-height: normal;
	text-align:left;
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}

.box a {
}

/* Footer */

#footer h3 {
	font-size:14px;
	margin: 0;
	padding-top:8px;
	text-decoration:underline;
	color: #afaf37;
	text-align:center;
}
#footer p {
	margin: 0;
	padding: 5px 20px;
	line-height: normal;
	font-size: 12px;
	text-align:center;
}

#footer a {
	color:#FFF
}

#footer a:hover {
	text-decoration: underline;
}

.indent{
	text-indent: 30px;
}
.red{
	color: #F00;
}
/*jwplayer*/
#player div {
	border-style: outset;
	border-width: 5px;
}

/*showHide function*/
div.panel,p.showhide {
	margin-left: 20px;
	padding:5px;
	text-align:left;
	background:#ffffff;
	border:solid 1px #ffffff;
}
div.panel {
	height:auto;
	display:none;
}

/* register and login form */
form.register {
	margin-left:30px;
}
div.formlabel {
	margin: auto auto 10px auto;
	width:auto;
	clear:both;
}
div.label {
	width:auto;
	text-align:left;
	margin-bottom:10px;
	clear:both;
}
div.label .smalllabel {
	color:gray;
	font-size:x-small;	
}
.label2 {
	color:white;
	margin-bottom:10px;
	margin-top:26px;
	clear:right;
}
span.alignment {
	float:left;
	text-align:left;
	width:140px;
}
/* for phone number on form */
span.alignmentP {
	float:left;
	text-align:left;
	width:45px;
}
/* for Month on form */
span.alignmentM {
	float:left;
	text-align:left;
	width:95px;
}
/* for day and year */
span.alignmentD {
	float:left;
	text-align:left;
	width:50px;
}
.lastP {
	margin-right:6px;
}
div.button {
	margin-right:530px;
	margin-top:15px;
	margin-left:10px;
	float:left;
}
div.break {
	margin-bottom:20px;
}
/*user table*/
div.brotherTable {
	margin: auto auto 10px auto;
	width:auto
	clear:both;
}
div span.alignleft {
	float:left;
	text-align:left;
	margin-left: 40px;
}
div span.alignright {
	float:right;
	text-align:left;
}
.clear {
	margin-left: 10px;
	margin-right: 10px;
}
