/* The structure and essential element rules */

/* Clear all margins, paddings and borders */
* { margin: 0ex 0em; padding: 0ex 0em; border: none; }

/* Type selectors (ordered by appearance) */
html { width: 100%; height: 100%; }
body { background: #3d3c3c; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; font-size: 8pt; width: 100%; height: 100%; }
a:link { color: #eaca16; }
a:visited { color: #eaca16; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

/* Core site structure and components (alphabetical ordering) */
.sectionContent { 	width: 885px; position: relative; margin: 0ex auto; }
.section { padding: 2.5ex 0em; }
.site-wrapper { min-height: 100%; height: auto !important; height: 100%; width: 100%; margin: 0 auto; }
.columnLeft { float: left; width: 45%; padding: 15px; }
.columnRight { float: right; width: 45%; padding: 15px; }

#changeLog, #poweredBy { background: #201f1f; }
#wowheadLogo { float: left; margin-top: auto; margin-bottom: auto; }
#cogsprocketIndLogo { float: right; margin-top: auto; margin-bottom: auto; margin-left: 20px;  }
#accessBar {	background: #0b0b0b; border-bottom: 1px solid #323232; color: #ffffff; font-size: 9pt; padding: 0.5ex; position: relative; z-index: 5; height: 2.25ex; margin-top: 0em; } 
#accountControls { position: absolute; top: -0.5ex; left: 0px; z-index: 10; font-weight: bold; text-shadow: #b04017 1px 1px 1px; }
#accountControls a, #postControls a { color: #ffffff; }
#accountControls ul li, #postControls ul li { display: inline; float: left; border-right: 1px solid #b04017; background: url(/assets/images/UI/buttons/bg_formButton.jpg) #c94c0a repeat-x; display: inline; padding: 1ex .5em 1ex; }
#attribs { font-size: 8pt; padding: 1.75ex 0em 1ex; text-align: right; }
#bottomCling { color: #ffffff; background: #0b0b0b; border-top: 1px solid #676767;	height: auto; padding: 1.5ex 0em 0em; width: 100%; }
#featureSection {	color: #ffffff; background: #171717;	border-bottom: 1px solid #242424; border-top: 1px solid #242424; 	position: relative; }
#featureSection #menu { background: #0b0b0b; padding: 1.2ex 0em; margin-bottom: 2.5ex; }
#featureSection #menu .sectionContent { text-align: right; font-size: 12pt; }
#featureSection #menu a:link, #featureSection #menu a:visited, #featureSection #menu a:hover, #featureSection #menu a:active { font-weight: bold; margin: auto .75em; text-decoration: none; color: #eaca16; }
#footerSection { width: 885px; margin: 1.5ex auto; color: #ffffff; }
#readerSection { color: #ffffff; background: #242424; border-bottom: 1px solid #676767; border-top: 1px solid #101010;}	
#rotator { width: 90%; height: 240px; background: url(/assets/images/UI/throbbers/thb_dark.gif) #0b0b0b no-repeat; background-position: center; padding: 5%; }
#siteHeader { background: url(/assets/images/layout/backgrounds/bg_header_repeating.png); position: relative; height: 150px; }
#siteHeader #guildLogo {  left: 0px; top: 25px; position: absolute; }
#siteHeader #wotlkLogo {  right: 0px; top: 0px; position: absolute; }
#supportLinks { float: right; font-style: italic; font-weight: bold; }



