/*-----
General Style Sheet

Author:             	Brett Boger
Author Website:     	http://www.bogerdesign.com
Client:                	Building Sleep UT
Client Website:       	www.sleeput.com
Version:         		1.0
Last Modified:        	8-15-2010

-----*/

BODY
{
	background: #CC5500; /*url(../images/burst.jpg) ;
	background-position:center center;*/
	font: 13.5px "Lucida Sans", Helvetica, Arial, Sans-Serif;
	color: #666;
	margin: 0;
	padding: 0 0 30px;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
	
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
}

div#content_main {
	position: relative; 
}

/*----- Global Styles -----*/
A
{
	color: #CC5500;
	text-decoration: none;
}
A:hover
{
	color: #CC5500;
	text-decoration: underline;
}
A:visited
{
	color: #CC5500;
}
A:active
{
	color: #CC5500;
	text-decoration: none;
}
H1 A, H1 A:hover, H1 A:visited, H1 A:active
{
	color: #222;
}
P
{
	line-height: 1.7em;
}
P.big
{
	font-size: 15px;
}
A IMG
{
	border: 0;
}
IMG
{
	margin: 0;
	padding: 0;
}
IMG.floatleft
{
	float: left;
	margin: 5px 20px 20px 0;
}
IMG.floatright
{
	float: right;
	margin: 5px 0 20px 20px;
}
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	color: #222;
	margin: 3px 0 10px;
}
H1
{
	font-size: 24px;
	letter-spacing: -1px;
}
H2
{
	font-size: 21px;
	margin-top: 20px;
}
H3
{
	font-size: 18px;
	margin-top: 18px;
}
H4
{
	font-size: 16px;
	margin-top: 16px;
}
H5
{
	font-size: 14px;
	margin-top: 14px;
}
H6
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 12px;
}
H1.slimtopmargin, H2.slimtopmargin, H3.slimtopmargin, H4.slimtopmargin, H5.slimtopmargin, H6.slimtopmargin
{
	margin-top: 5px;
}
A
{
	text-decoration: none;
}
BLOCKQUOTE
{
	border-top: 3px double #DDD;
	border-bottom: 3px double #DDD;
	font-size: 13px;
	font-style: italic;
	line-height: 1.7em;
	padding: 10px 0;
}
.pullout-right
{
	float: right;
	width: 200px;
	color: #444;
	font-size: 16px;
	font-style: italic;
	line-height: 1.7em;
	padding: 15px;
}
.pullout-left
{
	float: left;
	width: 200px;
	color: #444;
	font-size: 16px;
	font-style: italic;
	line-height: 1.7em;
	padding: 15px;
}
PRE
{
	line-height: 1.4em;
}
SMALL
{
	color: #999;
}
LI
{
	line-height: 1.8em;
}
UL.bullets LI
{
	background: url(../images/icons/blackbullets.png) no-repeat center left;
	padding-left: 22px;
	list-style-type: none;
}
UL.nobullets
{
	margin: 7px 0 7px 18px;
	padding: 0;
}
UL.nobullets LI
{
	list-style-type: none;
}
UL.list_divided
{
	margin: 0;
	padding: 0;
}
UL.list_divided LI
{
	border-bottom: 1px dotted #DDD;
	line-height: 2.5em;
}
UL.list_divided LI UL LI
{
	border-bottom: 0;
	margin-left: 5px;
	line-height: 1.7em;
}
UL.checks LI
{
	background: url(../images/icons/check.png) no-repeat center left;
	padding-left: 25px;
}
UL.arrows LI
{
	background: url(../images/icons/arrow.png) no-repeat center left;
	padding-left: 22px;
}
UL.blackarrows
{
	margin-left: 20px;
}
UL.blackarrows LI
{
	background: url(../images/icons/blackarrow.png) no-repeat center left;
	padding-left: 22px;
}
HR
{
	background: #DDD;
	color: #DDD;
	height: 1px;
	border: 0;
	margin: 20px 0;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
TABLE .important_column
{
	background: #FFF9BB;
	border: 1px solid #EAE293;
}
TH
{
	background: #DDD;
	border: 1px solid #CCC;
	padding: 10px;
	color: #333;
}
TD
{
	background: #EEE;
	border: 1px solid #DDD;
	padding: 5px;
}
FORM
{
	margin: 0;
	padding: 0;
}
FIELDSET
{
	border: 1px solid #CCCCCC;
	padding: 20px;
}
LEGEND
{
	font-weight: bolder;
}
INPUT, TEXTAREA
{
	background: #F5F5F5;
	border: 1px solid #D5D5D5;
	padding: 7px;
}
BUTTON
{
	background: #333333;
	height: 100%;
	font-weight: bolder;
	padding: 10px 20px;
	color: #FFFFFF;
	border: none;
}
BUTTON:hover
{
	background: #CC5500;
	cursor: pointer;
}
.code
{
	font: 12px Courier, "Courier New", Serif;
	color: #85574D;
}
#container
{
	background: /*--#CC5500--*/ url(../images/content_bg2.png) repeat-y;
	width: 980px;
	margin: 0 auto;
	padding-left: 20px;
}
/*----- Header -----*/
#header
{
	background: /*--#CC5500--*/ url(../images/header.png);
	width: 1000px;
	height: 85px;
	margin: 0 auto;
}
#navigation
{
	background: url(../images/nav_bg.png) repeat-x;
	width: 960px;
	height: 44px;
	font-size: 13px;
}
/*----- Displays -----*/
#nivoslider
{
	background: #888888 url(../images/body/display_nivoslider.jpg);
	width: 880px;
	height: 384px;
	padding: 40px;
	color: #FFF;
}
#kwicksdisplay
{
	background: url(../images/body/display_kwicksroundabout.jpg);
	width: 880px;
	padding: 40px;
}
#roundaboutdisplay
{
	background: url(../images/body/display_kwicksroundabout.jpg);
	width: 880px;
	padding: 25px 40px 40px;
	height: 330px;
}
#roundaboutdisplay A, #roundaboutdisplay A:hover
{
	text-decoration: none;
}
#display
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}
.haccordion
{
	cursor: pointer;
}
.kwicks_overlay
{
	float: left;
	position: relative;
}
.kwicks_description
{
	position: absolute;
	bottom: 30px;
	left: 150px;
	width: 400px;
	background-color: #000;
	font-family: "Lucida Sans";
	font-size: 13px;
	color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
/*IE transparency*/
}
.kwicks_description H3
{
	color: #FFF;
}
.description_content
{
	padding: 10px 10px 10px 15px;
	margin: 0px;
	line-height: 1.7em;
	text-align: center;
}
 
/*----- Content -----*/
#content
{
	width: 920px;
	padding: 20px;
	background: #FFFFFF;
	margin: 0;
}
#pagetitle
{
	background: url(../images/body/pageheader.jpg);
	width: 930px;
	height: 64px;
	padding: 25px 0 0 30px;
	color: #FFF;
}
.subnav
{
	float: right;
	margin: 10px 20px 0 0;
}
.subnav UL
{
	margin: 0;
	padding: 0;
}
.subnav LI
{
	display: inline;
	list-style-type: none;
}
.subnav LI A
{
	color: #FFF;
	padding: 10px 15px;
}
#pagetitle H1
{
	float: left;
	color: #FFF;
}
.left
{
	float: left;
	width: 580px;
	padding-right: 10px;
}
/*File Types*/
.file_html
{
	background: url(../images/icons/html.png) no-repeat center left;
	padding-left: 25px;
}
.file_css
{
	background: url(../images/icons/css.png) no-repeat center left;
	padding-left: 25px;
}
.file_php
{
	background: url(../images/icons/php.png) no-repeat center left;
	padding-left: 25px;
}
.file_flash
{
	background: url(../images/icons/flash.png) no-repeat center left;
	padding-left: 25px;
}
.file_pdf
{
	background: url(../images/icons/pdf.png) no-repeat center left;
	padding-left: 25px;
}
.file_word
{
	background: url(../images/icons/word.png) no-repeat center left;
	padding-left: 25px;
}
.file_ppt
{
	background: url(../images/icons/powerpoint.png) no-repeat center left;
	padding-left: 25px;
}
.file_excel
{
	background: url(../images/icons/excel.png) no-repeat center left;
	padding-left: 25px;
}
.file_video
{
	background: url(../images/icons/video.png) no-repeat center left;
	padding-left: 25px;
}
.download
{
	background: url(../images/icons/download.png) no-repeat center left;
	padding-left: 25px;
}
.portfolio_box_anime
{
	position: relative;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}
.portfolio_zoom
{
	display: none;
	position: absolute;
	bottom: 3px;
	right: 0;
	padding: 8px 20px;
	font-weight: bold;
	float: inherit;
	background-color: #000;
	text-align: center;
	cursor: pointer;
}
.portfolio_box_anime A, .portfolio_box_anime A:hover
{
	color: #FFF;
	text-decoration: none;
}
.success
{
	background: #B9EE99;
	width: 550px;
	height: 35px;
	padding: 15px;
	margin-bottom: 15px;
	line-height: 2.8em;
	border: 1px solid #67C82C;
	color: #487C29;
}
.error, .bademail, .badserver
{
	background: #F9B29C;
	width: 550px;
	height: 35px;
	padding: 15px;
	margin-bottom: 20px;
	line-height: 2.8em;
	border: 1px solid #EA6353;
	color: #8A352A;
}
.warning
{
	background: #F7F4CE;
	width: 550px;
	height: 35px;
	padding: 15px;
	margin-bottom: 20px;
	line-height: 2.8em;
	border: 1px solid #C5C195;
	color: #8A8871;
}
.success IMG, .error IMG, .warning IMG, .bademail IMG, .badserver IMG
{
	margin: 0;
}
/*Contact Form*/
#contact
{
	width: 566px;
}
#contact FORM LABEL
{
	display: block;
	font-weight: bolder;
	line-height: 1.3em;
}
#contact FORM INPUT, TEXTAREA
{
	width: 100%;
	margin: 10px 0 15px;
	color: #444444;
	line-height: 1.7em;
}
#contact BUTTON
{
	float: right;
	margin: 0 -20px 10px 0;
}
.right
{
	float: left;
	width: 265px;
	padding-left: 10px;
	margin-top: -17px;
}
.right_section
{
	margin-bottom: 25px;
}
.sidebarheading
{
	padding-bottom: 7px;
	border-bottom: 1px solid #DDD;
}
/*Buttons*/
.button
{
	background: url(../images/button_bg.png);
}
.button A
{
	color: #FFF;
	background: url(../images/button_bg.png);
	padding: 10px 15px;
}
.button A:hover
{
	background: url(../images/body/button_hoverbg.png);
	text-decoration: none;
}
.bigbutton A
{
	background: url(../images/button_bg.png);
	color: #FFF;
	padding: 15px 20px;
	font-size: 16px;
}
.bigbutton A:hover
{
	background: url(../images/body/button_hoverbg.png);
	text-decoration: none;
}
.center
{
	text-align: center;
	margin: 0 auto;
}
/*Two Column Layout*/
.twocols_1
{
	float: left;
	width: 430px;
	padding-right: 20px;
}
.twocols_2
{
	float: left;
	width: 430px;
}
/*Three Column Layout*/
.threecols_1
{
	float: left;
	width: 280px;
	padding-right: 10px;
}
.threecols_2
{
	float: left;
	width: 280px;
	padding: 0 10px;
}
.threecols_3
{
	float: left;
	width: 280px;
	padding-left: 10px;
}
.postdetails
{
	color: #999;
	margin-bottom: 10px;
}
.folioimage SPAN
{
	display: none;
	font-weight: bolder;
}
.folioimage:hover SPAN
{
	display: inline;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px 20px;
	background: #000;
	color: #FFF;
	z-index: 9;
}
.spacer
{
	height: 1px;
	clear: both;
}
/*----- Photo Gallery -----*/
.thumb_img
{
	margin: 5px;
	border: 5px solid #CC5500;
}

.gallery_left
{
	float: left;
	width: 265px;
	padding-right: 10px;
	margin-top: -17px;
}

.gallery_right
{
	float: left;
	width: 600px;
}
#pagination {
	list-style:none;
	padding:0; margin:0;
}
li.pag {
	display:inline;
	padding:4px 6px 4px 6px;
	margin-right:10px;
	border:1px solid #666;
}
li.pag:hover {
	background-color:#efefef;
}
li.pag a {
	display:inline block;
}
/*----- Footer -----*/
#footer_top
{
	background: #1B1B1B url(../images/footer_bg.jpg) no-repeat;
	width: 880px;
	padding: 0px 40px 60px;
}
#footer_top H1, #footer_top H2, #footer_top H3, #footer_top H4, #footer_top H5, #footer_top H6
{
	color: #CCC;
	margin-top: 0;
}
#footer_top .twocols_1 UL, #footer_top .twocols_2 UL
{
	margin: 0;
	padding: 0;
}
#footer_top .twocols_1 LI, #footer_top .twocols_2 LI
{
	list-style-type: none;
	border-bottom: 1px solid #444;
	line-height: 2.8em;
}
#footer_top .threecols_1
{
	float: left;
	width: 265px;
	padding-right: 20px;
}
#footer_top .threecols_2
{
	float: left;
	width: 265px;
	padding: 0 20px;
}
#footer_top .threecols_3
{
	float: left;
	width: 265px;
	padding-left: 20px;
}
#footer_top .twocols_1
{
	float: left;
	width: 420px;
	padding-right: 25px;
}
#footer_top .twocols_2
{
	float: left;
	width: 420px;
	text-align: right;
}
#footer_top UL.footerimgs
{
	margin: 0;
	padding: 0;
}
#footer_top UL.footerimgs LI
{
	float: left;
}
#footer_top UL.footerimgs LI IMG
{
	width: 83px;
	margin-right: 5px;
}
#footer_top A, #footer_top A:hover, #footer_top A:visited, #footer_top A:active
{
	color: #888;
}
#footer_bttm
{
	background: url(../images/footerbtm_bg.png) no-repeat top;
	color: #666;
	text-align: center;
	width: 1000px;
	height: 0px;
	padding: 0px 0;
	margin: 0 auto;
}

