/*
Theme Name: WordPress As CMS
Theme URI: 
Description: A theme made for the Wordpress As CMS tutorial which can be found on <a href="http://robertbasic.com/blog/wordpress-as-cms-tutorial/">http://robertbasic.com/blog/wordpress-as-cms-tutorial/</a>
Version: 0.1
Author: Robert Basic
Author URI: http://robertbasic.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
    margin: 0;
    padding: 0;
	border: none;
}

body, html {
	height: 100%;	
}

body {
	text-align: left;
    font-family: Futura, "Century Gothic", Arial, Helvetica, Sans-serif;
	
	margin:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
    font-size: 12px;
    color: #000000;
    /*background: #E5E5E5;*/
	background: url(../img/backgroundMain.png) repeat; 
	
}

h1 {
	color: #ef4035;
	font-weight: bold;
	font-size: 37px;
}

h2 {	
	padding-bottom: 5px;
	font-size: 28px;
	color: #ef4035;
}

h3 {	
	padding-bottom: 5px;
	font-size: 20px;
}

a {
    color: inherit;
	font-weight: bold;
	text-decoration:none;
	border: 0;
}

a:hover {
	text-decoration:none;
	border: 0;
    /*text-decoration: underline;*/
}

img {
	float: left;
	border: 0;
}
#ie8fix img{
	float:none;
}
#ie6fix img{
	float:none;
}
#ndpeeps img {
	float:none;
}

p {
	margin: 10px 0px 10px 0px;
}

.pngfix { 
	behavior: url(iepngfix/iepngfix.htc)
}

#home_container {
}

#container_ie6 {
	text-align:center;
}

#container {
	text-align:left;

	width: 1020px;
    margin: 20px auto;
	background-color: #FFFFFF;
	padding: 1px 0px;
}
#container_container 
{
	margin: 15px 10px 9px 20px;
}

#container_end {
	clear: both;
	height: 30px;
}

.singles {
	padding: 0px 0px;
	margin: 5px 5px 0px 5px;
	border: 1px solid #ef4035;
}

.singles_content_container img
{
	float: none;
}

.singles_content_container
{
	margin: 10px 0px;
}

.singles_title
{
	text-align: center;
	margin: 0px auto 5px auto;
	display: table;
	width: 628px;
	height: 200px;
	border: 1px solid #ef4035;
	letter-spacing: 12px;
}
.singles_title h1
{
	display: table-cell;
	vertical-align: middle;
}

#star_blogger_content
{
	float: left;
	width: 452px;
	margin-right: 10px;
	font-size: 11px;
	font-family: Arial;
}

#star_blogger_content #title 
{
	width: 452px;
	height: 30px;
	background-color: #747474;
	display: table;
	text-align: center;
}

#star_blogger_content #title h4
{
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
}

#star_blogger_content a #back 
{
	float: left;
	width: 220px;
	height: 30px;
	background-color: #e1e1e1;
	display: table;
	text-align: center;
}

#star_blogger_content a:hover #back 
{
	width: 220px;
	height: 30px;
	background-color: #cccccc;
	display: table;
	text-align: center;
}

#star_blogger_content #back h4
{
	display: table-cell;
	vertical-align: middle;
	color: #414141;
}

#star_blogger_content a #next 
{	
	float: right;
	width: 220px;
	height: 30px;
	background-color: #ea0000;
	display: table;
	text-align: center;
}

#star_blogger_content a:hover #next 
{
	width: 220px;
	height: 30px;
	background-color: #da0000;
	display: table;
	text-align: center;
}

#star_blogger_content #next h4
{
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
}

#star_blogger_bio
{
	float: right;
	width: 146px;
	padding: 10px;
	background-color: #BBB;
	font-size: 11px;
	font-family: Arial;
	color: #4c4c4c;
}
#star_blogger_bio .label
{
	font-weight: bold;
}

.module_col {
	float:left; 
	width: 165px; 
	
}
#ie6fix .module_col { 
	width: 175px; 
	margin: 0px -5px;
	padding: 0px;
	border: 0;
}

.main_left_col
{
	float: left; 
	width: 165px; 
	margin-top: 5px;
}

#ie6fix  #mainIndex .main_left_col
{
	margin-right: -10px;
}

.main_mid_col
{
	float:left; 
	width: 660px; 
	margin-left: -5px;
}

.main_right_col
{
	float:right; 
	width: 165px; 
	margin-top: 5px;
}
#ie6fix #mainIndex .main_right_col
{
	margin-left: 5px;
	margin-right: -5px;
}

#loadMore
{
	height: 55px;
}

#preloaderIcon
{
	height: 55px;
	clear: both;
	display: none;
}

#preloaderIcon_inner
{
	text-align: center;
	background-color: #dadada;
	height: 35px;
	width: 980px;
	padding-top: 10px;
}

#ticketing-terms
{
	padding: 10px;
	font-size: 8px;
	background-color: #EDEDED;
}