
/*

"Valor"
Primary CSS
Completed July 28, 2006
http://www.gmclans.com/

This CSS file is the intellectual property of GMClans,  (c) 2006
Created by Serrellious (serrellious@gmail.com)

Feel free to browse and copy bits and segments of this CSS unhindered; however, please ask for permission 
and give due credit if you intend to copy the entire CSS file for your own private or commercial use.

*/


body {
		width: 96%;
		min-width: 640px;
	background: #f3f3f3 url(http://www.gmclans.com/styles/1/images/bg-slice.gif) no-repeat fixed top;
	margin: 0 auto 0 auto;
	padding: 6px 0 0 0;
		color: #222;
		font-family: Verdana, "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

/* Set Hyperlink Colors */

a:link, a:visited {
	color: #4071d2;
	text-decoration: underline;
}

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

table, tr, td {
	border: 0;
	margin: 0;
}

img {
	vertical-align: middle;
		margin: 0;
		padding: 0;
		border: 0;
}

a img {
	text-decoration: none;
}

/* input elements ////////////////////// */
form {
	margin: 0;
}

input {
	vertical-align: middle;
	padding-left: 2px;
}

.button {
	font-size: 14px;
	background-color: #f1f1f1;
	border: 1px solid #999;
	color: #444;
	padding: 0 4px 1px 4px;
}

.radio {
	width: 14px;
	margin: 0 2px 0 6px;
	padding: 0;
	border: 0;
}

.tiny {
	width: 30px;
	border: 1px solid #999;
}

.small {
	width: 60px;
	border: 1px solid #999;
}

.huge {
	width: 300px;
	border: 1px solid #999;
}
	

select {
	vertical-align: middle;
}

/* misc. elements ////////////////////// */

u {
	text-decoration: none;
	border-bottom: 1px solid #999;
}

h1 {
		font-size: 14px;
	padding: 0;
	margin: 0;
		font-weight: bold;
		font-family: Verdana, "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

h2 {
		font-size: 12px;
	padding: 0;
	margin: 0;
		font-weight: bold;
		font-family: Verdana, "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

ul {
	list-style: square;
}

li {
	margin: 2px 0 2px 7px;
}

a.red-link, a:visited.red-link {
	color: #e30000;
	text-decoration: underline;
}

a:hover.red-link, a:active.red-link  {
	color: #e30000;
	text-decoration: none;
}

.back2top {
	float: right;
		background-color: #fff;
		border-bottom: 1px solid #3562bb;
	padding: 3px 12px 3px 1px;
	margin-right: -6px;
		font-size: 9px;
}

html>body .back2top {
	margin-right: -12px;
}

.back2top a:hover {
	border-bottom: none;
}

.pagelink, .boxed {
		font-size: 11px;
		text-decoration: none;
	background-color: #f0f0f0;
	border: 1px solid #aaa;
	padding: 2px 4px 2px 4px;
}

.pagelink {
	background-color: #fff;
	color: #ff7e00;
}

a.pagelink, a.boxed {
	background-color: #f0f0f0;
	text-decoration: none;
}

a:hover.pagelink, a:hover.boxed {
	background-color: #fff;
	border-color: #888;
}

/*///// END main \/ BEGIN top:logo \\\\\*/

#top {
	width: 100%;
	height: 82px;
	background-color: #fff;
	position: relative;
		border: 1px solid #214691;
}

#top h1 {
	display: inline;
}

#top h1 a {
	position: absolute;
	top: 0;
	left: 0;
		margin: 0;
		padding: 0;
	display: block;
		width: 180px;
		height: 80px;
	background: transparent url(http://www.gmclans.com/styles/1/images/top/logo.gif) bottom left no-repeat;
	overflow: hidden;
	text-indent: -9000em;
}

/*///// END top:logo \/ BEGIN top:main-nav \\\\\*/
/* mn: main-nav; smn: sub-main-nav; */

#mn {
		margin: 1px;
		float: right;
	height: 48px;
		background: url(http://www.gmclans.com/styles/1/images/top/mn-bg-slice.gif) repeat-x;
}

#mn a, #mn a:visited {
	color: #fff;
		font-size: 12px;
		font-weight: bold;
	text-decoration: none;
}

#mn a:hover, #mn a:active {
	color: #ffaa30;
}

#mn ul {
		display: inline;
	margin: 0;
	padding: 0 19px 0 0;
		list-style: none;
}

#mn ul li {
	display: inline;
		margin: 0 17px 0 17px;
}

#mn ul li a {
	/* give the nav links some padding so they're easier to click according to Mocha */
	padding: 14px 0 14px 0;
}

/*///// END top:main-nav \/ BEGIN top:sub-main-nav \\\\\*/

#smn {
	text-align: right;
	padding-right: 5px;
}

#smn-links {
	font-size: 11px;
	position: relative;
	top: 6px;
}

#smn-links a, #smn-links a:visited {
	font-size: 11px;
	color: #4071d2;
	text-decoration: none;
	font-weight: normal;
		margin: 0 0 0 6px;
}

#smn-links a:hover, #smn-links a:active {
	color: #ff4800;
}

#smn form {
	display: inline;
}

#smn select {
	vertical-align: middle;
	color: #19356c;
	font-size: 11px;
		background-color: #eaeaea;
		border: 1px solid #214691;
}

/* this search is the archive quick-search at the top of every page */

#archive-search-input {
	font-size: 11px;
		border: 1px solid #214691;
	width: 80px;
	height: 14px;
}

/*///// END top:sub-main-nav \/ BEGIN sidebar \\\\\*/

#sidebar {
	width: 180px;
		border: 1px solid #888;
		background-color: #fff;
	font-size: 11px;
	text-align: center;
		float: left;
		margin: 3px 3px 0 0;
		padding: 0 0 20px 0;
}

#sidebar h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
		display: block;
		width: 170px;
		height: 21px;
	margin: 6px auto 6px auto;
	padding: 3px 0 0 0;
		background: url(http://www.gmclans.com/styles/1/images/sidebar/header-bg.gif) no-repeat;
}

#sidebar p {
	padding: 0;
	margin: 2px 0 2px 0;
	line-height: 12px;
}

#sidebar .input {
	width: 120px;
	border: 1px solid #999;
}

#sidebar input {
	padding-top: 2px;
}

#sidebar table {
	text-align: center;
}

.stat-box {
		width: 50px;
	margin: 5px auto 5px auto;
	padding: 6px;
		border: 1px solid #888;
	text-align: center;
}

.stat {
	display: block;
	font-weight: bold;
	font-size: 16px;
		color: #008706;
}

#sidebar label {
	font-size: 10px;
	font-weight: bold;
}

#mail-icon {
	width: 24px;
}

#sidebar ol {
	text-align: left;
	margin: 0 0 16px 0;
	padding:  0 0 0 36px;
}

#sidebar ol li {
	margin: 0;
	padding: 0;
	line-height: 14px;
	list-style: url(http://www.gmclans.com/styles/1/images/icons/b1.png);
}

/*///// END sidebar \/ BEGIN main-content \\\\\*/

#main-area {
	margin-left: 185px;
}

#main-content {
	margin: 3px -2px 0 185px;
	padding: 0 0 6px 0;
	background: #fff;
		border: 1px solid #888;
		background-color: #fff;
	font-size: 12px;
}

.main-content {
	margin: 3px -2px 0 185px;
	padding: 0;
	background: #fff;
		border: 1px solid #888;
		background-color: #fff;
	font-size: 12px;
}

#main-content h1 {
		margin: 12px 6px 2px 10px;
	letter-spacing: 1px;
	color: #ff7e00;
}

#main-content h2 {
		margin: 8px 6px 2px 14px;
	font-weight: normal;
	color: #777;
		letter-spacing: 1px;
}

#main-content h1 a, #main-content h3 a { text-decoration: none; }

#main-content h3 {
		margin: 2px 6px 4px 14px;
	font-size: 12px;
	font-weight: normal;
	color: #888;
		vertical-align: middle;
}

#main-content h4 {
		margin: 2px 6px 4px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #008706;
}

#main-content p {
	line-height: 17px;
	margin: 7px 17px 7px 17px;
	padding-right: 20px;
}

#main-content ul {
	list-style: square;
}

#main-content .input {
	width: 200px;
	border: 1px solid #999;
}

#main-content select {
	border: 1px solid #888;
	font-size: 11px;
}

/*///// END main-content \/ BEGIN bottom \\\\\*/

#bottom {
	margin: 3px -2px 0 185px;
	padding: 6px 0 6px 0;
	background: #fff url(http://www.gmclans.com/styles/1/images/bottom/bottom-bg.gif) repeat-x;
		border: 1px solid #888;
		background-color: #fff;
	font-size: 10px;
	text-align: center;
}

#bottom p {
	margin: 0;
	padding: 0;
}

#bottom ul {
	margin: 6px 0 4px 0;
	padding: 0;
}

#bottom ul li {
	display: inline;
	list-style: none;
	margin: 0 6px 0 6px;
	padding: 0;
}

#very-bottom {
	text-align: center;
	font-size: 10px;
		margin: 6px -2px 0 185px;
}

/* SOME USEFUL BASIC STYLES */
/* left at bottom for cascade effect */

.center {
	text-align: center;
}

ul.center {
	padding: 0;
}

.margin-center {
	margin: 0 auto 0 auto;
}

.border {
	border: 1px solid #888;
	padding: 3px 4px 3px 4px;
}

.invisible {
	display: none;
}

/*******************************/

.form-button {
	margin: 0 0 12px 0;
	text-align: center;
}

.red, .bad, .warning, .error {
	color: #db0000;
	font-weight: bold;
}

.green, .good {
	color: #008706;
}

.blue, .notice {
	color: #1e4186;
	font-weight: bold;
}

.right {
	float: right;
}

.no-bullet, .no-bullets {
	list-style: none;
}

.imp {
	line-height: 17px;
}

.page-container {
	text-align: center;
	margin-bottom: 7px;
	margin-top: 15px;
}

.ad {
	margin: 3px -2px 0 185px;
	padding: 6px 0 6px 0;
	border: 1px solid #888;
		background-color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 17px;
}