/*
Theme Name: Turbo Trivia
Theme URI: http://turbotrivia.com.au
Description: Custom built theme for Portia Turbo's Turbo Trivia 
Author: Belinda 
Version: 1.0
Tags: white, blue, drag queen, trivia, simple
General comments: NA
*/


body
{ background: #FFFFFF;
background-image: url('http://www.turbotrivia.com.au/wp-content/uploads/2017/05/header_tile.png'); 
background-repeat: repeat-x; 
margin: 0px; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 14px;
overflow-x: hidden;  
} 

#container
{ width: 1250px;
} 


#nav { 
font-size: 24px; 
color: #FFFFFF; 
margin-left: 500px; 
margin-top: -280px; 
height: 200px;
width: 850px; 
} 


.navlinks A:link {text-decoration: none; color: #FFFFFF;}
.navlinks A:visited {text-decoration: none; color: #FFFFFF;}
.navlinks A:active {text-decoration: none; color: #FFFFFF;}
.navlinks A:hover {text-decoration: underline;  color: #FFFFFF;}
 
#main { 
width: 850px; 
margin-left: 50px; 
margin-top: -150px; 
float: right; 
}

#side { 
font-size: 12pt; 
float: left; 
width: 300px; 
margin-left: 20px; 
margin-top: 15px; 
} 


#footer
{ clear: both;
width: 960px; 
text-align: center; 
padding-top: 50px; 
} 


a:link, a:visited, a:active { text-decoration: none; font-weight: bold; color: #000099; } 
a:hover { text-decoration: none; font-weight: bold; color: #000000; } 

img
{  border-style: none;
}


img.floatLeft { 
    float: left; 
    margin: 5px; 
    border: 1px solid #000000;
}

img.floatRight { 
    float: right;
    margin: 5px; 
    border: 1px solid #000000;
}


h2 
{ text-align: center;  
font-size: 18pt; 
}

/* this removes the title of each widget on the sidebar */
h2.widgettitle
{ display: none; 
} 

/* styling for the quotes */ 
li#quotescollection
{ list-style: none; 
list-style-type: none;
} 

cite.quotescollection_author
{ font-style: italic; 
} 

/* styling for the venue page */ 

#venue_left
{ width: 350px;  
float: left;
margin: 2px; } 


#venue_right
{ width: 300px; 
float: right; 
margin: 2px; }