/*
Theme Name: MDZine
Description: Dark magazine-style theme originally created for a gaming news site.
Version: 1.0
Author: Michelle Dancer
Author URI: http://michelledancer.com/
*/

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

 ***CSS RESET, A WORTHWHILE FAFF ON ***

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.4;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


/* Begin Structure */
html {
  background: #111111;
}

body {
  background: transparent url(images/background.jpg) top left no-repeat;
  padding-top: 20px;
  min-height: 850px;
}

#container {
	margin: 0px auto;
	width: 960px;
	}

#header {
	height: 140px;
	}
	
#content {
  float: left;
  width: 635px;
  margin-bottom: 30px;
}

#content-full {
  width: 960px;
}

#feature {
  background: #101010;
  border: 1px solid #212121;
  margin-bottom: 15px;
  height: 300px;
}

#news {
  width: 620px;
  margin: 0px 0px 40px;
}

#sidebar {
  float: right;
  width: 310px;
}

#sidebar p {
  margin: 0px 0px 20px;
}

.post {
  margin-bottom: 20px;
	}

.postmetadata {
	clear: both;
}

.navigation {
  clear: both;
}

#footer {
	clear: both;
	float: left;
	padding-bottom: 40px;
	}

#footer .credits {
  text-align: right;
  font-size: 11px;
}
/* End Structure */



/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #ccc;
	}

#container {
	}
	
.tagline {
  display: block;
  clear: both;
  color: #93F990;
  font-size: 18px;
}

#nav {
  font-size: 18px;
}

#nav a {
  color: #fff;
}

#nav a:hover {
  color: #93F990;
}

#content p, #content-full p {
	margin: 15px 0px 20px;
}

#sidebar ul li ul, #sidebar ul li p {
}
	
a {
	color: #93F990;
	text-decoration: none;
}

a:hover {
	color: #F1A752;
}

h1 {
}

h2 {
	margin-bottom: 10px;
}
	
h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #93F990;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
  float: left;
	text-decoration: none;
	color: #fff;
}

h2, h2 a, h2 a:visited {
	color: #fff;
}

#sidebar h3, #rel-posts h3, #minifeature h3, #footer h3 {
  color: #fff;
}
	
h6 {
  margin: 10px 0px;
}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
}
	
.centertext {
  text-align: center;
}

.righttext {
  text-align: right;
}

em {
  font-style: italic;
}

legend {
  font-size: 16px;
}

#minifeature a, #latest a {
  font-size: 16px;
}

#latest a {
  color: #ccc;
}

#latest p, th.atab a, th.htab a {
  color: #949494;
}
 
th.acurrent-tab a, th.hcurrent-tab a {
  color: #fff;
}
/* End Typography & Colors */


/* Begin Navigation */
#nav {
  float: right;
}

#nav ul {
  list-style-type: none;
}

#nav ul li {
  float: left;
  margin-left: 40px;
}

div#nav ul li ul {
  position: absolute;
  display: none;
  background: #101010;
  border: 1px solid #212121;
  padding: 10px;
  margin-left: -10px;
}

div#nav ul li:hover ul {
  display: block;
}

#nav ul li ul li {
  margin: 0;
  float: none;
  font-size: 16px;
}

/* End Navigation */


/* Begin Featured Block */
#store {
  display: none;
}

#display {
  float: left;
  margin: 10px;
  position: relative;
}

#display img {
}

#thumbs {
  float: right;
  margin-right: 10px;
}

#thumbs li {
  height: 39px;
  width: 295px;
  border-bottom: 1px solid #212121;
  padding: 10px 0;
}

#thumbs li:last-child {
  border-bottom: 0px;
}

#thumbs li img {
  margin-right: 10px;
  float: left;
}

#thumbs li span {
  float: left;
  width: 246px;
}

#thumbs a {
  color: #fff;
}

#thumbs a.active {
  color: #93F990;
}

#display span.excerpt {
  display: block;
  position: absolute; bottom: 0px; left: 0px;
  width: 610px;
  padding: 5px 10px;
  background: #000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#display a {
  float: left;
  height: 280px;
  color: #fff;
}

/* End Featured Block  */

/* Begin Homepage  */
#minifeature {
  float: left;
  width: 240px;
  background: #101010;
  border: 1px solid #212121;
  padding: 15px 15px 0;
}

#minifeature li {
  height: 60px;
  padding: 15px 0;
  border-top: 1px solid #212121;
}

#minifeature li img {
  float: left;
  margin-right: 15px;
}

#latest {
  float: right;
  width: 350px;
  margin-top: 15px;
}

#latest li {
  list-style-type: none;
}
/* End Homepage  */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

/* End Entry Lists */



/* Begin Form Elements */
form {
  font-family: arial;
}
 
input#submit {
  background: #101010;
  border: 1px solid #212121;
  color: #ccc;
  padding: 4px 5px;
}

input, select, textarea {
  background: #212121;
  border: 0px;
  font-family: arial;
  padding: 4px 5px;
  color: #ccc;
}

textarea {
  width: 620px;
}

/* End Form Elements */

/* Begin Posts */
.post {
  clear: both;
}

.entry {
  border-bottom: 1px solid #212121;
}

a.image {
  display: block;
  background: #101010;
  border: 1px solid #212121;
  padding: 10px;
}

.post ul, .post ol {
  line-height: 1.6em;
}

.post ul li, .post ol li {
  margin-left: 20px;
  list-style-type: disc;
}

ul.wp-polls-ul {
  margin: 0px 20px 10px;
  width: 580px;
}

.wp-polls {
  background: #101010;
  border: 1px solid #212121;
  padding: 4px 5px;
}

.wp-polls .wp-polls {
  border: 0px;
  padding: 0px;
}

.postmetadata {
  line-height: 2em;
  padding-bottom: 5px;
  border-bottom: 1px solid #212121;
}

.pagemetadata {
  border-bottom: 1px solid #212121;
  margin-bottom: 10px;
}

a.more-link, span.posttags, .commentcount {
  background: #101010;
  border: 1px solid #212121;
  padding: 4px 5px;
  margin: 0px 5px 0px 0px;
}

.commentcount {
  margin: 10px 0px 30px;
  float: right;
}

h2.posttitle {
  clear: both;
}

div.digg {
  background: #101010;
  float: right;
}
/* End Posts */


/* Begin Comments*/
#comments {
 clear: both;
 margin-top: 20px;
}

#comments h3 {
  margin-left: 0;
}

span.avatar {
  float: left;
  padding: 10px;
  background: #101010;
  border: 1px solid #212121;
}

.author-link {
  float: left;
  margin-left: 20px;
}

.commentmetadata {
  float: right;
}

.comment-text {
  float: right;
  background: #101010;
  border: 1px solid #212121;
  padding: 0px 10px;
  margin: 10px 0px;
  width: 480px;
}

ul.commentlist li {
  clear: both;
  float: left;
  margin-top: 20px;
  width: 100%;
}

ul ul.children {
  clear: both;
  float: left;
  margin-top: 20px;
}

ul.commentlist li li {
  margin: 20px 40px 0 0;
}

ul.commentlist li li .comment-text {
  width: 440px;
}

ul.commentlist li li li .comment-text {
  width: 400px;
}

ul.commentlist li li li li .comment-text {
  width: 360px;
}

ul.commentlist li li li li li .comment-text {
  width: 320px;
}

#respond {
  clear: both;
}

/* End Comments */



/* Begin Sidebar*/
#sidebar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#sidebar div.widget {
  float: left;
  margin-bottom: 10px;
  background: #101010;
  border: 1px solid #212121;
  padding: 10px;
  width: 290px;
}

#sidebar div.widget_text {
  padding: 0;
  width: 310px;
  height: 100px;
}

div.social-links a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

div.rss-block h3 {
  margin-bottom: 0;
}

a#rss-link {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background: url(images/social/rss-on.png) no-repeat;
}

a#twit-link {
  background: url(images/social/twitter-off.png) no-repeat;
}

a#fb-link {
  background: url(images/social/fb-off.png) no-repeat;
}

a#twit-link:hover {
  background: url(images/social/twitter-on.png) no-repeat;
}

a#fb-link:hover {
  background: url(images/social/fb-on.png) no-repeat;
}

#searchform input {
  background: #fff;
  border: 2px solid #838383;
  height: 18px;
  width: 195px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-weight: bold;
}

/*End Sidebar */

/*Begin Footer */
#footerlinks div {
  float: left;
}

#footerlinks .widget_staff {
  width: 110px;
  margin-right: 20px;
} 

#footerlinks .widget_links {
  width: 140px;
  margin-right: 15px;
}

#footerlinks .widget_categories {
  width: 350px;
  margin-right: 15px;
  float: left;
/*column-count: 2;  
  column-gap: 15px; 
Column-count not implemented yet
  -moz-column-count: 2;  
  -webkit-column-count: 2;  
Column-gap not implemented yet 
  -moz-column-gap: 15px;  
  -webkit-column-gap: 15px; */
}

#footerlinks .widget_categories li {
  float: left;
  width: 175px;
}

#footerlinks .widget_text {
  width: 310px;
  margin-right: 0;
}
/*End Footer */

/* Begin Tables */
.progress-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  border-bottom: 1px solid #212121;
}

th {
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

td {
  padding: 3px 10px;
  text-align: center;
  border-right: 1px solid #212121;
}

td.guildname, th.guildname {
  text-align: left;
}

th.guildname {
  font-size: 20px;
  font-weight: normal;
  padding: 0;
}

.oddrow .guildname {
  border-left: 1px solid #212121;
}

.evenrow{
  background: #101010;
  border: 1px solid #212121;
}

th.atab, th.htab {
  border: 0;
}

th.acurrent-tab, th.hcurrent-tab {
  background: #101010;
  border: 1px solid #212121;
}
/* End Tables */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.clear {
	clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.author-info {
  float: left;
  width: 600px;
  background: #101010;
  border: 1px solid #212121;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.author-info img {
  float: left;
  margin: 10px 20px 10px 0px;
}

.craftingtitle {
  color: #93F990;
}

.hide {
  display: none;
}

#rel-posts {
  background: #101010;
  border: 1px solid #212121;
  padding: 10px;
}

#rel-posts ul {
  padding}
