/*
THEME NAME: Spanz
THEME URI: Based on Sandbox: http://www.plaintxt.org/themes/sandbox/
VERSION: 1.0
AUTHOR: <a href="http://plusminus.com.au">Russell Greenwood</a>
*/

/* CSS RESET */

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, strong, 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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background:#000000;
	font-size: 62.5%;
	font-family: Arial, Verdana, sans-serif; /*1em = 10px */
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* SPANZ STYLES */
.clear {
	clear:both;
	}

body {
	background:url(img/span_vertback02.jpg) top left repeat-x;
	background-color:#000000;
	}

a {
	color:#ffde00;
	}

#wrapper {
	width:81em;
	margin:0 auto;
	text-align: center;
	padding:0;
	background:#313131;
	border:1px solid #000;
	color:#fff;
	}

#header {
	background:#000;
	display:block;
	padding:0;
	margin:0;
	}

#details {
	float:right;
	font-size:1.2em;
	line-height: 1.5em;
	text-align: left;
	height:50px;
	padding-top:150px;
	}
	
#content {
	width:28em;
	padding:1em 2em;
	text-align: left;
	font-size:1.2em;
	line-height: 1.6em;
	color:#c1c1c1;
	float:left;
	}

.entry-content p {
  margin-bottom:1em;
  }

a#download_thing {
  display:block;
  background:#ffde00;
  text-align:center;
  text-decoration:none;
  color:#000;
  padding:.5em;
  font-size:1.1em;
  margin:16px 0px 0px 0px;
  font-weight:bolder;
  
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  }

a#download_thing:hover {
  text-decoration: none;
  background: #111;
  color:#888;
  }

h1#blog-title a {
	display:block;
	width:300px;
	height:220px;
	float:left;
	background:url('img/span-logo.gif') 20px 30px no-repeat;
  color:#000;
	}

h2 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin:1em 0 .8em 0;
	color:#fff;
	}

#contact {
	width:28em;
	padding:1em 2em;
	float:left;
	font-size:1.2em;
	text-align: left;
	}

#gallery {
	text-align: left;
	font-size:1.2em;
	padding:0em 2em;
	}


#speale {
	font-family: Arial, Helvetica, sans-serif;
  font-size:1.6em;
  color:#ddd;
  line-height:1.5em;
  margin:15px 0 15px 0;
  }

#speale b {
  color:#ffde00;
  }

#credits {
  text-align:center;
  background:#000;
  margin:0;
  padding:10px 0 20px 0;
  display:block;
  color:#333;
  }

#credits a {
  color:#333;
  }

#credits a:hover {
  color:#ffde00;
  }

#pm a {
  background:#333;
  display:inline;
  padding:1px 3px;
  text-decoration: none;
  color:#000;
  }

#pm a:hover {
  color:#ffde00;
  }

/* FORM STYLES */

#cformsform {
  width:380px;
  overflow:hidden;
  margin:0;
  padding:10px 0 10px 0;
  background:#222;
  border:1px solid #444;
  }
  
#cformsform input {
  width:250px;
  background:#919191;
  border:1px solid #000;
  margin:0px 0px 6px 0px;
  }

#cformsform .area {
  width:250px;
  height:40px;
  background:#919191;
  border:1px solid #000;
  }

#cformsform .sendbutton {
  margin:6px 0px 0px 258px !important;
  width:100px;
  background:#ddd;
  }

span.reqtxt,
span.emailreqtxt { 
	margin:0px 0px 0px 0px !important;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
	width:355px;
	display:block;
	text-align: right;
	color:#ddd;
	font-size:.8em !important;
	display:none !important;
}
 
.linklove a, .linklove a:visited {
  font-size:8px !important;
  color:#000 !important;
  text-align: right !important;
  display:none;
  }


/* GALLERY TWEAKS */
.ngg-gallery-thumbnail img {
  border:2px solid #141414 !important;
  background:#000 !important;
  padding:0px !important;
  margin:5px 0px 4px 7px !important;
  }
  
 .ngg-gallery-thumbnail img:hover {
	border:2px solid #CCCCCC !important;
} 

/* CFORMS TWEAKS */

.cf_info {
	background: #222 !important;
	border:1px solid #555;
	}