
/* Custom CSS for Graand Red
---------------------------------------- */

.maintitle-m {
	background: url("{T_THEME_PATH}/images/maintitle-m.gif") repeat-x top;
	width: 100%;
	height: 45px;
}

.maintitle-m a:link {
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
	text-decoration: none;
}

.maintitle-m a:visited {
	color: #ffffff;
	text-decoration: none;
}

.maintitle-m a:hover, .maintitle-m a:active {
	color: #ffffff;
	text-decoration: underline;
}

.maintitle-l {
	background: url("{T_THEME_PATH}/images/maintitle-l.png") no-repeat top left;
	width: 33px;
	height: 45px;
	float: left;
}

.maintitle-r {
	background: url("{T_THEME_PATH}/images/maintitle-r.png") no-repeat top right;
	width: 441px;
	height: 45px;
	float: right;
}

.maintitle-r2 {
	background: url("{T_THEME_PATH}/images/maintitle-r2.png") no-repeat top right;
	width: 33px;
	height: 45px;
	float: right;
}

.mainfoot-m {
	background: url("{T_THEME_PATH}/images/mainfoot-m.gif") repeat-x top;
	width: 100%;
	height: 9px;
}

.mainfoot-l {
	background: url("{T_THEME_PATH}/images/mainfoot-l.png") no-repeat top left;
	width: 14px;
	height: 9px;
	float: left;
}

.mainfoot-r {
	background: url("{T_THEME_PATH}/images/mainfoot-r.png") no-repeat top right;
	width: 14px;
	height: 9px;
	float: right;
}

.mainhead-m {
	width: 100%;
	height: 130px;
	background-image: url("{T_THEME_PATH}/images/mainhead-m.gif");
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
}

.mainhead-r {
	float: right;
	width: 132px;		
	height: 130px;
	background-image: url("{T_THEME_PATH}/images/mainhead-r.png");
	background-repeat: no-repeat;
	background-position: right;
}

.mainhead-l {
	float: left;
	width: 132px;	
	height: 130px;
	background-image: url("{T_THEME_PATH}/images/mainhead-l.png");
	background-repeat: no-repeat;
	background-position: left;
}

.mainnav-m {
	width: 100%;
	height: 34px;
	margin-bottom: 6px;
	background-image: url("{T_THEME_PATH}/images/mainnav-m.gif");
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}

.mainnav-m a:link {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.mainnav-m a:visited {
	color: #ffffff;
	text-decoration: none;
}

.mainnav-m a:hover, .mainnav-m a:active {
	color: #ffffff;
	text-decoration: underline;
}

.mainnav-r {
	float: right;
	height: 34px;
	background-image: url("{T_THEME_PATH}/images/mainnav-r.png");
	background-repeat: no-repeat;
	background-position: right;
}

.mainnav-l {
	float: left;
	height: 34px;
	background-image: url("{T_THEME_PATH}/images/mainnav-l.png");
	background-repeat: no-repeat;
	background-position: left;
}

.mainnav-m img { vertical-align: middle; margin-top: -2px; padding-right: 3px; margin-left: 5px; }


.search-container {
	background-color: #121212;
	padding: 20px;
	-webkit-box-shadow: inset 0px 1px 0 #cd0604, 0 0 1px #cd0604;
	-moz-box-shadow: inset 0px 1px 0 #cd0604, 0 0 1px #cd0604;
	box-shadow: inset 0px 1px 0 #cd0604, 0 1px 0#cd0604;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
}

.logo-bar {
	float: left;
	height: 96px;
	background-image: url("{T_THEME_PATH}/images/logo-bar.png");
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 459px;
	margin-left: -11px;
	margin-top: 18px;
}

dd.topics, dd.posts, dd.views {
	font-weight: normal; 
	color: #777777;
	line-height: 15px;
}

dd.topics span, dd.posts span, dd.views span {
	font-size: 11px;
	color: #840000;
	font-weight: normal;
}

.graand-fl-marker {
	position: relative;
	left: -21px;
}

.graand-vf-marker {
	position: relative;
	left: -19px;
}

.trigger {
    background: url("{T_THEME_PATH}/images/collapse-icon.png") no-repeat;
    width: 34px;
    height: 19px;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 9998;
    margin-top: -29px;
	margin-right: 5px;
	opacity: 0.2;	
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;		
}

.trigger:hover {
	opacity: 1.0;
}

.active {background-position: left top;}
.inactive {background-position: left bottom;}

.nav-box1 {
    background-color: #fff;
    border-radius: 3px;
    color: #777777;
    width: auto;
    border: 1px solid #cbcbcb;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nav-box2 {
    background-color: #1e1e1e;
    border-radius: 3px;
    width: auto;
    border: 1px solid #000;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000;	
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}

.nav-box2 a:link {
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000;	
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	text-decoration: none;
}

.nav-box2 a:visited {
	color: #FFFFFF;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	text-decoration: none;
}

.nav-box2 a:hover, .nav-box2a:active {
	color: #FFFFFF;
	text-shadow: 0 1px 1px #000;	
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
	text-decoration: underline;
}

.stat-round {
	background-color: #fff;
	text-align: left;
    color: #777777;
    width: auto;
    border: 1px solid #cccccc;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
	height: auto;
}

.expandview {
	width: 100%;
	height: 17px;
	background: url("{T_THEME_PATH}/images/expand-view.png") no-repeat top;
	text-align: center;
	margin-top: -5px;
}

.expandview a:link, .expandview a:visited {
	color: #000;
	text-decoration: none;
}

.expandcollapse {
	display: none;
	margin-top: 2px;
}