/*
Theme Name: wp-therevox1
Theme URI: http://therevox.com
Description: Written in Windsor Ontario Canada
Version: 20120325
Author: Mike Beauchamp
Author URI: http://mikebeauchamp.com
Tags: mikebeauchamp

colours:
background gray:#cccccc;
background page:#e1ddd7;
text: #232323;
orange: #ce9700;
footer back: #b3b3b3

sizes based on 960 grid system. 10px padding on left and right side of each column.

VIDEOS: 128Kbps 848x480 (add 20px vertical for jwplayer chrome).
I believe these can be stretched to fill entire page (set to 940x552)


FOR WORDPRESS: paths to images need changing.


*/


/* 
BROWSER 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,
b, u, i, center,
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-size: 100%; */
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

del {
	text-decoration: line-through;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}






/*
BODY STUFF
==========
*/

body {
    font-size: 62.5%; /* Resets 1em to 10px */
    background: #cccccc;
}



/*
LAYOUT STUFF
============
*/



#header {
	height:125px;
}

#wrapper {
	width:960px;
	margin: 0 auto;
	font-family: Liberation Sans, arial, sans-serif;
	background: #e1ddd7;
	color: #232323;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.4em;
}






ul#language {
	text-align:right;
	padding:0;
	margin:0 10px;
	list-style-type:none;
}

#language li {
	display:inline;
	margin-left:.3em;
}

#language a {
	text-decoration:none;
	color:#666666;
	font-size:.8em;

}

#language a.selected {
	color:#232323;
}

#language a:hover {
	text-decoration:underline;
}







#logolink {
	display:block;
	width:240px;
        margin:25px 0 0 60px;
	float:left;	
}


ul#nav { 
	display:block;
	width:470px;
	margin:60px 10px 0 0;
	float:right;
	list-style-type:none;
}

#nav li {
	display:inline;
	float:left;
	margin-right:40px;
}

#nav a {
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#232323;
	font-size:1.2em;
	text-decoration:none;
	padding:3px;
	font-weight:normal;
}

#nav a.selected {
	border-bottom: #ce9700 solid 4px;

}

#nav a:hover {
	border-bottom: #232323 solid 4px;
}






#content {
	display:inline; /* IE5/6 double margin hack */
}



.mainbanner {
	width:700px;
	margin:10px;
	float:left;
	display:inline; /* IE5/6 double margin hack */

}

.vertpreviews {
	width:220px;
	margin: 10px;
	float:left;
	display:inline; /* IE5/6 double margin hack */

}

div.vertpreviews img {
	display:block;
	margin-bottom:20px;
	border:0;
}


.maincontent {
	width:580px;
	margin: 10px 10px 10px 50px;
	float:left;
	display:inline; /* IE5/6 double margin hack */

}

.sidebar {
	width:280px;
	margin:10px 20px;
	float:left;
	font-size:.9em;
	display:inline; /* IE5/6 double margin hack */

}

#deposit-button {
	margin-left:16px;
}

p.price {
	font-weight:bold;
	text-align:center;
}

p.pricedesc {
}






.featurebox {
	width:280px;
	margin: 10px 20px;
	float:left;
	display:inline; /* IE5/6 double margin hack */

}

.featurebox img {
	border:0;
	margin: 0 -10px;
}

.featurebox h2 {
	text-align:center;
	padding:10px 0 20px 0;
}


#footer {
	height:100px;
	padding:130px 0 20px 0;
	background: url(images/bottomwave.png) #b3b3b3 no-repeat top left;
	clear:both;
	font-family: Liberation Serif, serif;
}

#footer p {
	width:390px;
	margin:0 10px 0 80px;
	float:left;
}


ul#bottomnav {
	width:460px;
	margin:1.8em 10px 0 10px;
	padding:0;
	float:left;
	list-style-type:none;
	font-size:1.3em;
	text-align:center;
}

#bottomnav li {
	display:inline;
	margin-right:1.2em;
}

#bottomnav a {
	text-decoration:none;
	color:#232323;
	font-weight:normal;
}

#bottomnav a.selected {
	text-decoration:underline;
}

#bottomnav a:hover {
	text-decoration:underline;
}




#about {
	width:460px;
	margin:10px;
	float:left;
	display:inline; /* IE5/6 double margin hack */

}


#sessionsbanner {

        width:940px;
        margin:10px;
        float:left;
        display:inline; /* IE5/6 double margin hack */
}

#sessions {
        width:620px;
        margin:10px 180px;
        float:left;
        display:inline;	

}





/*
TEXT AND HEADINGS
=================


*/


h1, h2, h3 {
line-height:1.1em;
font-family: Liberation Serif, serif;
font-weight:normal;

}

h1 {
font-size:2.1em;
padding:0 0 .8em 0;
}

h2 {
font-size:1.7em;
padding:1em 0 .5em 0;
}

h3 {
font-size:1.4em;
}







/* CONTENT ELEMENTS */


a {
	color: #ce9700;
	font-weight:bold;
	text-decoration:none;
}

a:link {}      
a:visited {}  
a:active {}
a:hover {
	text-decoration:underline;
}
a:focus {}

p {
	margin:1em 0 1.25em 0;
}

ul, ol {
	margin:1.5em 0 1.75em 1em;
}

li {
	margin: 0 0 .5em 0;
}

ul { list-style-type:disc; }

ul ul { list-style-type:circle; }

ol { list-style-type:decimal; }

blockquote, code {

}

code {
}



/* 
CLEAR
=====
<div class="clear">&nbsp;</div>
*/

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}









/*
COLORBOX
========
*/


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#cccccc;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/colorboximages/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(images/colorboximages/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(images/colorboximages/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/colorboximages/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(images/colorboximages/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/colorboximages/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(images/colorboximages/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(images/colorboximages/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/colorboximages/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/colorboximages/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/colorboximages/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}
        
        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}





/* BLOG SPECIFIC */

.blogtitle a {
	text-decoration:none;
	font-weight:normal;
	color:#232323;
}

.blogtitle a:hover {
	text-decoration:none;
}

a.rss {
	font-size: 1.5em;
	font-weight:normal;
	display:inline-block;
	padding:10px;
	margin:0 0 2em -10px;
	color: #232323;
	text-decoration:none;
	background:#ce9700;
}

div.post {
	margin-bottom:8em;
}