/*
Theme Name: Riot
Theme URI: http://mogul.co.nz/
Description: Riot custom theme.
Version: 1.1
*/

/* General */

body {
	background: #500001 url(img/bg.jpg) no-repeat 50% 0;
	text-align: center;
}

strong {
  font-weight: bold;
}

#wrap {
	width: 1007px;
	margin: 0 auto 20px auto;
	text-align: left;
}

/* Header */

h1 a {
	display: block;
	width: 1007px;
	height: 217px;
	background: url(img/header.jpg) no-repeat 0 0;
	text-indent: -99999px;
}

/* Navigation */

#nav {
	padding: 0 25px;
	background: url(img/nav_bg.jpg) no-repeat 0 0;
}

#nav li {
	float: left;
}

#nav a {
	background: url(img/nav_updown.jpg) no-repeat 0 0;
	display: block;
	height: 45px;
	text-indent: -99999px;
}

#nav-home a {
	display: block;
	width: 120px;
	background-position: 0 0;
}

#nav-home a:hover {
	background-position: 0 -45px;
}

#page-home #nav-home a {
	background-position: 0 -90px;
}

#nav-about a {
	display: block;
	width: 145px;
	background-position: -120px 0;
}

#nav-about a:hover {
	background-position: -120px -45px;
}
#page-about #nav-about a {
	background-position: -120px -90px;
}

#nav-employers a {
	display: block;
	width: 145px;
	background-position: -265px 0;
}

#nav-employers a:hover {
	background-position: -265px -45px;
}
#page-employers #nav-employers a {
	background-position: -265px -90px;
}

#nav-jobseekers a {
	display: block;
	width: 155px;
	background-position: -410px 0;
}

#nav-jobseekers a:hover {
	background-position: -410px -45px;
}
#page-jobseekers #nav-jobseekers a {
	background-position: -410px -90px;
}

#nav-articles a {
	display: block;
	width: 120px;
	background-position: -565px 0;
}

#nav-articles a:hover {
  background-position: -565px -45px;
}
#page-articles #nav-articles a {
	background-position: -565px -90px;
}

#nav-comrades a {
	display: block;
	width: 135px;
	background-position: -685px 0;
}

#nav-comrades a:hover {
	background-position: -685px -45px;
}
#page-comrades #nav-comrades a {
	background-position: -685px -90px;
}

#nav-contact a {
	display: block;
	width: 137px;
	background-position: -820px 0;
}

#nav-contact a:hover {
	background-position: -820px -45px;
}
#page-contact #nav-contact a {
	background-position: -820px -90px;
}

/* Feature Banner */

#feature-banner {
	/* background: url(img/feature_banner.jpg) 0 0 no-repeat; 
	text-indent: -99999px; */
	height: 265px;
	width: 1007px;
	overflow: hidden;
}

/* Non-Feature Banner */

#single-top {
	background: url(img/single_top.jpg) 0 0 no-repeat;
	height: 56px;
	width: 1007px;
	text-indent: -99999px;
}

/* Content */

h2 span {
	display: none;
}

#content {
	background: url(img/content_bg.jpg) no-repeat 0 0;
	height: 356px;
	width: 1007px;
	overflow: hidden;
}

#content-repeat {
	background: url(img/content_bg_repeat.jpg) repeat-y 0 0;
}

#content-left {
	width: 700px;
	float: left;
	display: inline;
}

#content-welcome {
	float: left;
	width: 361px;
	margin: 0 20px 0 65px;
	display: inline;
}

#content-welcome h2 {
	background:transparent url(img/welcome_to_riot.gif) no-repeat scroll 0 0;
	color:#880000;
	display:block;
	font-weight:bold;
	height:22px;
	margin:0 0 20px;
	text-indent:-99999px;
	width:265px;
}

#content-welcome p {
	font-size: 85%;
	color: #333;
	margin: 0 0 15px 0;
}

#content-welcome p em {
	font-weight: bold;
}

#content-single {
	float: left;
	width: 584px;
	margin: 0 20px 0 65px;
	padding-bottom: 22px;
	display: inline;
}

#content-single h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #800;
	font-weight: bold;
	display: block;
}

#content-single h2 {
	margin: 0 0 20px 0;
	/* text-transform: uppercase; */
	color: #800;
	font-weight: bold;
	display: block;
}

#content-single a {
  color: #000;
	text-decoration: underline;
}

#content-single a:hover {
  color: #800;
	text-decoration: underline;
}

#content-single p {
	font-size: 85%;
	color: #333;
	margin: 0 0 15px 0;
}

#content-single p em {
	font-weight: bold;
}

#content-single strong {
	font-weight: bold;
}

#content-articles-page {
	float: left;
	width: 584px;
	margin: 0 20px 0 65px;
	padding-bottom: 22px;
	display: inline;
}

#content-articles-page h1 {
	margin: 0 0 20px 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #800;
	font-weight: bold;
	display: block;
}

#content-articles-page h2 {
	margin: 0 0 4px 0;
  border-top: 1px dashed #ddd; 
	padding-top: 14px;
	/* text-transform: uppercase; */
	color: #333;
	font-weight: bold;
	display: block;
}

#content-articles-page h2 a {
	color: #333;
}

#content-articles-page p {
	font-size: 85%;
	color: #333;
	/* border-top: 1px dashed #ddd; 
	padding-top: 14px; */
	margin: 0 0 14px 0;
}

#content-articles-page a {
	color: #800;
	text-decoration: none;
	font-weight: bold;
}

#content-articles-page a:hover {
	color: #800;
	text-decoration: underline;
}

#guarantee {
	background: url(img/guarantee.jpg) no-repeat 0 0;
	height: 319px;
	width: 217px;
	text-indent: -99999px;
	float: left;
	margin: 0 0 25px 0;
	display: inline;
}

#content-articles {
	text-align: right;
	width: 267px;
	float: left;
	margin: 0 40px 0 0;
	color: #333;
	display : inline ;
}

#content-articles h2 {
	margin: 0 0 20px 0;
	/* text-transform: uppercase; */
	font-weight: bold;
	display: block;
	height: 16px;
	width: 267px;
	background: url(img/articles.gif) no-repeat 100% 0;
}

#content-articles dt {
	font-weight: bold;
	/* text-transform: uppercase; */
	font-size: 14px;
	padding-left: 16px;
}

#content-articles dd {
	font-size: 85%;
	padding: 0 0 14px 10px;
	/* border-bottom: 2px dotted #999; */
	border-bottom: 1px dashed #ddd; 
	margin: 0 0 14px 0;
}

#content-articles dd a {
	color: #9b0000;
	text-decoration: none;
	font-weight: bold;
}

#content-articles dd a:hover {
	text-decoration: underline;
}

#content-bottom {
	height: 119px;
	width: 1007px;
	background: url(img/content_bottom_bg.jpg) no-repeat 0 0;
	overflow: hidden;
}

#content-testimonial {
	height: 98px;
	text-align: center;
	width: 688px;
	float: left;
	background: url(img/hbunited_badge.jpg) no-repeat 100% 0;
}

#content-testimonial-flash {
	height: 98px;
	text-align: center;
	width: 664px;
  float: right;
}

#content-testimonial-flash blockquote {
	margin-top: 30px;
	color: #333;
}

#content-testimonial-flash p {
	color: #9b0000;
	font-style: italic;
}

#content-newsletter {
	text-align: right;
	width: 267px;
	float: left;
	margin: 0 52px 0 0;
	color: #333;
}

#content-newsletter h2 {
	display: block;
	margin: 20px 0 0 0;
	height: 16px;
	width: 267px;
	background: url(img/newsletter_signup.jpg) no-repeat 100% 0;
}

#content-newsletter p {
	color: #fff;
	font-size: 80%;
	margin-top: 5px;
}

#content-newsletter form {
	text-align: right;
	margin: 5px 0 0 0;
}

#content-newsletter form input.box {
	height: 18px;
	width: 180px;
	border: 2px solid #727272;
	float: right;
	font-size:12px;
	text-align: right;
	color: #727272;
}

#content-newsletter form input.go {
	float: right;
	margin: 3px 0 0 7px;
}

#content-dyn-sidebar {
	text-align: right;
	width: 267px;
	float: left;
	margin: 0 40px 0 0;
	color: #333;
	display : inline ;
}

#content-dyn-sidebar ul ul {
  margin-bottom: 14px;
	padding-bottom: 14px;
	/* border-bottom: 2px dotted #999; */
	/* border-bottom: 1px dashed #ddd; */ 
}

#content-dyn-sidebar li li, #content-articles li {
  border-bottom:1px dashed #DDDDDD;
  font-size:14px;
  margin-top:7px;
  padding-bottom:7px;
	font-weight: bold;
}

#content-dyn-sidebar a, #content-articles a {
	color: #333333;
	text-decoration: none;
}

#content-dyn-sidebar a:hover, #content-articles a:hover {
	color: #333333;
	text-decoration: underline;
}

#content-dyn-sidebar h2 {
	margin: 0 0 0 0;
	padding-bottom: 14px;
	/* text-transform: uppercase; */
	font-weight: bold;
	display: block;
	width: 267px;
	color: #9b0000;
	font-size: 18px;
}

#content-articles h3, #content-articles h3 a {
	margin: 0 0 0 0;
	padding-bottom: 7px;
	/* text-transform: uppercase; */
	font-weight: bold;
	display: block;
	width: 267px;
	color: #9b0000;
	font-size: 18px;
}

/* Copyright */

#copyright {
	color: #ddd;
	font-size: 80%;
	width: 1007px;
	margin:auto;
	padding-bottom:12px;
}

#copyright a {
	color: #ddd;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/* Blog view */

.blog-navigation {
  font-size: 12px;
  color: #a9a9a9;
}

.blog-navigation a {
  color: #999999;
	text-decoration:none;
}

.blog-navigation a:hover {
  color: #666666;
	text-decoration:underline;
}

.blog-navigation-spacer {
	padding-top: 14px;
	border-top: 1px dashed #ddd;
	clear: both;
}

.blog-navigation-next {
  padding-bottom: 14px;
  float: right;
}

.blog-navigation-previous {
  padding-bottom: 14px;
  float: left;
}

.blog-entry {
  
}

.blog-entry a {
  	color: #000000;
		text-decoration:underline;
}

.blog-entry a:hover {
   color: #9b0000;
}

.blog-entry ul {
  margin-left: 14px;
}

.blog-entry li {
  list-style-type:disc;
  margin-left: 16px;
	margin-bottom:14px;
	padding-left: 0;
	text-indent: 0;
	font-size: 14px;
	color: #333333;
}

.blog-comment {
  border-top: 2px dotted #999;
	padding-top: 16px;
  font-size: 14px;
}

.blog-comment a {
  color: #000000;
	text-decoration:underline;
}

.blog-comment a:hover {
   color: #9b0000;
}

.blog-comment h3 {
  font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 0;
}

.blog-posted {
  font-style: italic;
}

#blog-category {
  margin-bottom: 14px;
	border-top: 1px dashed #ddd;
	padding-top: 14px;
	font-size: 12px;
}

#blog-category a {
  color: #000;
	text-decoration: underline;
}

#blog-category a:hover {
  color: #800;
}

.blog-comment textarea {
  width: 579px;
	height: 48px;
	border: 1px solid #999999;
}

.comment-input {
  width: 290px;
	border: 1px solid #999999;
}

#post a {
  color: #000;
}

#post a:hover {
  color: #800;
}

#post-title {
	font-size: 16px;
	color: #333;
}

#post-title a {
  color: #333;
	text-decoration: underline;
}

#post-title a:hover {
  color: #800;
}

#post-time {
  font-style: italic;
	font-size: 12px;
	margin-bottom: 12px;
}

#posted-in {
	font-size: 12px;
	color: #666;
}

#posted-in a {
  color: #666;
	text-decoration: underline;
}

#posted-in a:hover {
  color: #000;
}

.entry {
  color:#333333;
}
.entry ul {
  line-height:1.5em;
  list-style-type:disc;
  margin:1em 0 1em 1.5em;
}

.entry li {
	font-size: 85%;
}	

.entry h3 {
  font-size: 100%;
	font-weight: 800;
}

.email-submitbutton {
  background:transparent url(img/submit.gif) no-repeat;
	padding:0 25px;
	height: 36px;
	width: 100px;
	border: none;
}

#cukuy-cukuy {
  width: 200px;
}

/* Wordpress image styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* end of image styles */