/*
Theme Name: Tourettes Without Regrets
Theme URI: http://touretteswithoutregrets.com/
Description: Custom Theme for Tourettes Without Regrets, designed by Zero Coordinate Inc and Gabriel Hurley-Ramstad
Version: 1.0
Author: Zero Coordinate Inc
Author URI: http://zerocoordinate.com/
Tags: fixed width

*/



/* Begin Typography & Colors */
body{
	background: #330000 url(images/background.gif) no-repeat center 20%;
	color: #F2EDD0;
}
a, a:link, a:visited{
	color:#EADD98;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:underline;
}
a:active{
	color:#8C8069;
	outline: none;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #EADD98 !important;}
#submit_button{
	margin-left:390px;
}
#errors label{
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	float: none;
	width: 350px;
	font-weight:bold;
}
label.error{
	border: 1px solid #EF0000;
	color: #EF0000;
	background-color:pink;
}
label.success{
	border: 1px solid #006600;
	color: #006600;
	background-color:#99FF99;
}
.container{
	background: #0D0000 url(images/container.jpg) no-repeat center 0px;
	border:3px solid #000;
	width:1000px !important;
	position:relative;
	top:0px;
	left:0px;
}
#footer{font-size:.8em; font-style:italic; margin-right: 2em;}
#photobox{
	background:transparent url(images/smallbox.jpg) no-repeat scroll 0 0;
	height:143px;
	float:left;
	clear:left;
	margin:4px 0px 4px 18px;
	width:300px;
	padding:5px;
}
#photobox img{
	height:140px;
	width:300px;
	padding:6px 5px;
	top:0;
	left:0;
}
.main{
	width:662px;
	float:left;
}
.whatsnew, .post, .cards{
	margin:4px 16px 10px 6px;
	float:left;
}
.whatsnew, .post, .card{
	-moz-box-shadow: 1px 2px 15px #000;
	-webkit-box-shadow: 1px 2px 15px #000;
	box-shadow: 1px 2px 15px #000;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	border: 1px solid white;
	background:#000 url(images/mic.gif) no-repeat -60px 0px;
	padding:16px;
	text-align:left;
}
.whatsnew hr, .post hr, .card hr{
	color:white;
}
.whatsnew img, .post img, .card img{
	border: 1px solid #F2EDD0;
}
.whatsnew a img, .post a img, .card a img{
	border: 1px solid #EADD98;
}
.whatsnew{
	font-size: 18px;
}
.whatsnew .recent{
	float:left;
	width:60%;
	border-right:1px solid white;
	margin-right: 5%;
}
.recent li{
	list-style:none;
}
.recent li.more{
	float:right;
}
.whatsnew .contest{
	float:left;
	width:30%;
}
.contest h3{
	text-align:center;
}
.contest p{
	font-size: 75%;
}
.contest div{
	text-align:center;
}
.cards{
	margin:4px 6px 10px 6px;
	float:left;
	position:relative;
	top:0;
	left:0;
	height:290px;
	width:100%;
}
.card{
	width:184px;
	height:270px;
	margin:0 4px;
	padding:10px;
	text-align:center;
	float:left;
	position:absolute;
}
.card.spotlight{
	border: 1px solid #BFDBFF;
	color: #BFDBFF;
}
.card h3{
	display:block;
	width:100%;
	height:30px;
	overflow:hidden;
	text-indent:-9000px;
}
.card p{
	margin:16px 0px 6px;
	font-size: 16px;
	font-weight: bold;
	height:3em;
	overflow:hidden;
}
.card .button{text-align:center;}
.card .button a{
	width:165px;
	height:48px;
	display:block;
	overflow:hidden;
	text-indent:-9000px;
	margin:0 auto;
}
.card.spotlight h3{
	background:#000 url("images/spotlight-header.gif") no-repeat 0 0;
}
.card.spotlight .button a{
	background:#000 url("images/spotlight-button.jpg") no-repeat center 0;
}
.card.spotlight .button a:hover{
	background:#000 url("images/spotlight-button.jpg") no-repeat center -48px;
}
.card.battle{
	border: 1px solid #F21616;
	color: #F21616;
	left:214px;
}
.card.battle h3{
	background:#000 url("images/battle-header.gif") no-repeat 0 0;
}
.card.battle .button a{
	background:#000 url("images/battle-button.jpg") no-repeat center 0;
}
.card.battle .button a:hover{
	background:#000 url("images/battle-button.jpg") no-repeat center -48px;
}
.card.slam{
	border: 1px solid #F2E5A2;
	color: #F2E5A2;
	left:428px;
}
.card.slam h3{
	background:#000 url("images/slam-header.gif") no-repeat 0 0;
}
.card.slam .button a{
	background:#000 url("images/slam-button.jpg") no-repeat center 0;
}
.card.slam .button a:hover{
	background:#000 url("images/slam-button.jpg") no-repeat center -48px;
}
.card img, .whatsnew img{
	border:1px solid white;
	margin:8px auto;
}
.entry{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
.video{
	margin: 5px 0px;
	padding:10px;
}
.video img.thumbnail{
	float:left;
	margin-right:1em;
	border:1px solid white;
}
.video .title{
	font-size:1.25em;
	text-decoration:underline;
	margin-bottom:.5em;
}
.video .description{
	float:left;
	width: 420px;
}
.totals, .page_nav{
	text-align:right;
}
.page_nav span{
	padding: 0 .5em;
}
.post .youtube{
	display:block;
	text-align:center;
	margin:10px auto 16px;
}
.event{margin-left: 100px; font-size: 125%;}
.event .title{font-weight: bold; text-decoration: underline; font-size: 125%;}
.style1, .style2{cursor:pointer;}
.scrollcontainer{overflow:hidden; width:100%; position:relative; height:350px;margin:-16px 0px 0px;}
#rg{position:absolute;top:0;left:0;width:3000px;}
#rg div{height:300px; width:200px; float:left; margin: 0px 10px;}
#rg div img{display:block;cursor:pointer;}
#rg div span {display:block;font-size:16px;font-weight:bold;position:relative;text-align:center;top:25px;}
#quotator{margin-bottom:5px; text-align:center;height:3em; overflow:hidden;}

/*  Positioning  */
.right{
	text-align:right;
}
p img {
	padding: 0px;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0px 0px 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0px 7px 2px 0px;
	display: inline;
}
.alignright {
	float: right;
    clear:both;
	margin-left:10px;
}
.alignleft {
	float: left;
    clear:both;
	margin-right:10px;
}
.aligncenter, div.aligncenter {
	display: block;
    clear:both;
	margin-left: auto;
	margin-right: auto;
}

/* Captions */

.wp-caption {
	border: 1px solid #F2EDD0;
	text-align: center;
	background-color: #000;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0px 4px 5px;
	margin: 0px;
	text-align:center;
}
.ngg-navigation{height:20px;}
.ngg-gallery-thumbnail img, .ngg-thumbnail img{background-color:transparent !important;}
