/*   
Theme Name: Swivel Theme
Theme URI: http://swivelproductions.com
Description: This is the home page for Swivel Productions
Author: Wayne Smith
Author URI: http://swivelproductions.com
Version: 1.0
*/

* { margin: 0; padding: 0; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-color: #F4F7E0;
	background-image: url(../../uploads/tile_main_bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap {
	width: 1200px;
	margin: 0 auto;
	background:transparent url(../../uploads/right_column.jpg) no-repeat right -1px;
 }
 #page-wrap-two {
	background:transparent url(../../uploads/left_column.jpg) no-repeat left -1px;
	padding:0 0 0 108px;

 }
.description {
padding:20px 0;
}

#header {
position:absolute;
}
#logoWrap {
position:relative;
top:0;
left:628px;
}
#main-nav {
padding: 88px 0 0 0;
}

.hrCLear { width:550px; clear:both;}

#content-wrap {
width:75%;
float:right;
}
aside { width: 23%}








h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 

#main-content {
    margin: 0;
    padding: 16px 40px 40px 40px;
	clear:both;
	width: 880px;
}
ul, ol { margin: 0 0 10px 0; }

.post { width: 850px }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	

form { }
input[type=text] { }
textarea { }
#footer {
    background-color: #897A3E;
    bottom: 0;
    color: #FFFFFF;
    height: 20%;
    text-align: center;
    width: 100%;
	margin: 20px 0;
}




/* Countdown Clock*/
.dash {
    background: url("images/dash.png") no-repeat scroll 0 0 transparent;
    color: #333333;
    float: left;
    height: 160px;
    margin-left: 2px;
    padding-left: 13px;
    position: relative;
    width: 138px;
}
.dash .digit {
    float: left;
    font: bold 52pt Verdana;
    position: relative;
    text-align: center;
    width: 59px;
}
#countdown_dashboard {
    height: 96px;
    margin: 0 0 0 63px;
}
.weeks_dash {
    background: url("images/dark_weeks_dash.png") no-repeat scroll 0 26px transparent;
}
.days_dash {
    background: url("images/dark_days_dash.png") no-repeat scroll 0 26px transparent;
}
.hours_dash {
    background: url("images/dark_hours_dash.png") no-repeat scroll 0 26px transparent;
}
.minutes_dash {
    background: url("images/dark_minutes_dash.png") no-repeat scroll 0 26px transparent;
}
.seconds_dash {
    background: url("images/dark_seconds_dash.png") no-repeat scroll 0 26px transparent;
}






/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}