* {
	margin: 0;
	padding: 0;
}
html, body { height: 100%; }
body {
	font: .8em "Trebuchet MS", Verdana, san-serif;
	line-height: 1.6em;
	color: #642;
	text-align: center;
	background: #1E1506 url(http://wowmacros.com/images/bg.jpg) fixed repeat-x 50% 0;
}
a {
	text-decoration: none;
	color: #04B;
	border-bottom: 1px solid #04B;
}
a:hover {
	color: #C00;
	border-color: #C00;
}
a img, #outbound a { border: 0; }

img.right {
	float: right;
	padding: 0 0 0 10px;
	margin: -2px 0 -4px
}
img.left {
	float: left;
	padding: 0 10px 0 0;
	margin: -2px 0 -4px
}

img.statcounter { position: absolute; top: 0; left: 0; }

#shadow-left, #shadow-right {
	width: 14px;
	height: 100%;
	background: url(http://wowmacros.com/images/shadow.png);
	position: fixed;
	top: 0;
	left: 50%;
}
#shadow-left { margin-left: -487px; }
#shadow-right { margin-left: 473px; }

#wrap {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #EEECCC url(http://wowmacros.com/images/bg.gif);
	position: relative;
}
* html #wrap { height: 100%; }

#header {
	height: 101px;
	background: #321 url(http://wowmacros.com/images/header.jpg);
	padding-left: 6px;
}
#header a {
	display: block;
	width: 216px;
	height: 100px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
}

#nav, #nav li, #subnav, #subnav li { list-style: none; }
#nav {
	height: 27px;
	padding-left: 6px;
	background: #403827 url(http://wowmacros.com/images/nav.png) 0 -61px;
	font-size: 125%;
}
#nav li, #subnav li {
	float: left;
}
#nav li a {
	display: block;
	float: left;
	border: 0;
	height: 23px;
	padding: 2px 8px 2px 7px;
	color: #CCB;
	overflow: hidden;
}
#nav li a:hover {
	background: url(http://wowmacros.com/images/nav.png) 0 -34px;
	color: #FFF;
}

#nav li a span {
	width: 18px;
	height: 17px;
	display: block;
	float: left;
	background: url(http://wowmacros.com/images/nav.png);
	margin: 3px 1px 0 0;
	overflow: hidden;
}
#nav li.warlock a span, #nav li.warrior a span {
	margin: 3px 0 0 0;
}

#nav li.deathknight a:hover span { background-position: 0 -17px; }
#nav li.druid a span { background-position: -18px 0; }
#nav li.druid a:hover span { background-position: -18px -17px; }
#nav li.hunter a span { background-position: -36px 0; }
#nav li.hunter a:hover span { background-position: -36px -17px; }
#nav li.mage a span { background-position: -54px 0; }
#nav li.mage a:hover span { background-position: -54px -17px; }
#nav li.paladin a span { background-position: -72px 0; }
#nav li.paladin a:hover span { background-position: -72px -17px; }
#nav li.priest a span { background-position: -90px 0; }
#nav li.priest a:hover span { background-position: -90px -17px; }
#nav li.rogue a span { background-position: -108px 0; }
#nav li.rogue a:hover span { background-position: -108px -17px; }
#nav li.shaman a span { background-position: -126px 0; }
#nav li.shaman a:hover span { background-position: -126px -17px; }
#nav li.warlock a span { background-position: -144px 0; }
#nav li.warlock a:hover span { background-position: -144px -17px; }
#nav li.warrior a span { background-position: -162px 0; }
#nav li.warrior a:hover span { background-position: -162px -17px; }
#nav li.other a span { background-position: -180px 0; }
#nav li.other a:hover span { background-position: -180px -17px; }

#subnav {
	height: 20px;
	padding: 1px 0 2px 12px;
	background: #DC8 url(http://wowmacros.com/images/nav.png) 0 -88px repeat-x;
}
#subnav li {
	padding: 0 10px;
}
#subnav a, #footer a {
	border: 0;
}
#subnav a:hover, #footer a:hover {
	border-bottom: 1px solid #642;
}
#subnav a {
	color: #862;
}
#subnav a:hover {
	color: #642;
}

#inner-wrap {
	padding-bottom: 130px;
}
#inner-wrap:after {
	content: " ";
	display: block;
	clear: both;
}
#content, #right {
	float: left;
}
#content {
	width: 590px;
	padding: 18px 20px;
	font: 110% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 160%;
	color: #555;
}
#content h1, #content h2 {
	font: 140% Georgia, Times, serif;
	color: #642;
}
#content h2 {
	margin-top: 30px;
}
#content h3 {
	margin-top: 15px;
}
#content p {
	margin: 12px 0 16px;
	padding: 0 2px;
}
#content ul {
	margin: 10px 40px;
}

#content div.first h2 {
	margin-top: 0;
}
#content div.first {
	padding-bottom: 8px;
	margin-bottom: -10px;
	border-bottom: 1px solid #E5DCAA;
}


#right {
	width: 300px;
	padding: 10px 15px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 780px;
	padding: 35px 30px 35px 150px;
	background: #DC8 url(http://wowmacros.com/images/logo.gif) no-repeat 25px 30px;
}
#footer a {
	color: #973;
}
#footer a:hover {
	color: #642;
}

#content .code, .copied {
	border: 1px solid #E5DCAA;
	background: #EBE7C2 url(http://wowmacros.com/images/macro.png) no-repeat bottom right;
	/*cursor: pointer;*/
}
#content .code {
	position: relative;
	width: 520px;
	margin: 25px auto;
	padding: 4px 6px 4px 26px;
	text-indent: -20px;
	line-height: 110%;
	font-family: "Courier New", monospace;
}
#content .code div {
	margin: 4px 0;
}
#content .code .tooltip {
	display: none;
	position: absolute;
	right: 5px;
	top: -15px;
	font: 90% "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #987;
}
#content .code:hover .tooltip {
	display: block;
}
.copied {
	position: absolute;
	background-position: 170px 50%;
}

#right a.rss {
	display: block;
	width: 28px;
	height: 30px;
	background: url(http://wowmacros.com/images/rss.png);
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	float: right;
	margin: -27px -8px 0 0;
}

#right h4 {
	font-size: 100%;
	border-bottom: 1px solid #E7DFB0;
	margin: 0 0 5px;
}

#right form {
	color: #555;
	text-align: right;
	margin: 5px 0 10px;
}
#right form table {
	width: 70%;
	margin: 0 auto;
}
#right form table td {
	padding: 0 1px;
}
#right form table td.input  {
	width: 100%;
}
#right form table td.input input {
	width: 100%;
}

#content p.suggestion {
	background: url(http://wowmacros.com/images/suggestion.gif) no-repeat 0 0;
	padding: 3px 0 0 15px;
	margin: 25px 0 0;
}
#content form.suggestion {
	padding: 10px 0 0;
}
#content form.suggestion td {
	padding: 2px;
}
#content form.suggestion td.macro-info {
	padding-bottom: 20px;
}
#content form.suggestion input, #content form.suggestion textarea {
	width: 350px;
}
#content form.suggestion textarea {
	height: 150px;
}
#content form.suggestion input.submit {
	width: 160px;
}


#content p.error {
	font-weight: bold;
	color: #D30;
}
#content p.success {
	font-weight: bold;
	color: #3A0;
}

#right p.error, #right p.success {
	text-align: center;
	padding: 0 0 5px;
}
#right p.error {
	color: #B20;
}
#right p.success {
	color: #280;
}


ul.macros-list small {
	display: inline;
	position: relative;
	top: -2px;
	font-size: 80%;
	color: #D30
}

.under-content {
	padding-top: 40px;
	text-align: center;
}

.macro-image {
	float: right;
}
.macro-image.hunter {
	margin: 0 0 -35px 0;
}
