/*
Theme Name: Ever Theme
Theme URI: http://www.everfurniture.com
Description: Theme for Ever Furniture
Version: 1.0
Author: Kyle Bennett
Author URI: http://www.kylebennettmedia.com

*/

/* for ease of updating into the future we use separate style sheets for colours and typography */

@import url(colours.css);
@import url(typography.css);

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background: url(images/bgmiddle.jpg) top center no-repeat #2e2e2e;
		}
		
hr {
	height: 2px;
	background: url(images/hr.jpg);
	border: none;
	}

#page {
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
		}

#header {
		height: 155px;
		width: 100%;
		}

#headerimg {
		margin-top: 28px;
		}
		
#wrapper {
	margin-top: 50px;
	}
	
.contentbg {
	background: url(images/contentbg.jpg) top center no-repeat;
	min-height: 410px;
	margin-top: 40px;
	}
	
#footer {
	background: url(images/footerbg.jpg) top center no-repeat;
	}
	
.vidbox {
	width: 296px;
	overflow: hidden;
	padding: 1px;
	border: 1px solid #b6b6b6;
	}

#headerimg h2 a {
	display:block;
	margin: 0 auto;
	text-indent: -9999px;
	width: 730px;
	height: 85px;
	}
	
#headerimg p {
	display: block;
	text-indent: -9999px;
	}
	
#picsection {
	background: #2e2e2e;
	padding: 3px;
	margin-top: 20px;
	}
	
h2.pagetitle {
	font-variant: small-caps;
	font-weight: normal;
	}
	
.postbox {
	/* border: 1px solid #b6b6b6; */

	padding: 10px;
	margin: 10px 27px;
	float: left;
	}
	
.postbox:hover {
	background: url(images/postboxhover.jpg) top center no-repeat;
	}
	
.postbox h2 {
	text-align: center;
	}

.postbox h2 a {
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
	font-variant: small-caps;
	}
	
.catpic {
	padding: 2px;
	border: 1px solid #b6b6b6;
	}

.continue {
	text-align: center;
	}
	
.continue a {
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	margin: 5px 0px;
	}
	
li.categories ul {
	background: url(images/hr.jpg) top repeat-x;
	}
	
li.categories ul li {
	background: url(images/hr.jpg) bottom repeat-x;
	}
	
li.categories ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	
	}
	
li.categories ul li a:hover {
	background: url(images/postboxhover.jpg) top center no-repeat;
	}
	

	
#sidebar ul ul ul {
	margin: 2px 0px 0px 0px;
	background: url(images/hr.jpg) bottom repeat-x;
	padding: 2px 0px;
	}
	
li.categories ul li ul.children li {
	background: #353535 url(images/hr.jpg) top repeat-x;
	padding-top: 2px;
	}
	
	
li.categories ul li ul.children li a {
	
	}
	
li.categories ul li ul.children li a:hover {
	background: url(images/postboxhover.jpg) top center no-repeat;
	}
	
#sidebar .current-cat {
	background: url(images/postboxhover.jpg) top center no-repeat;
	}
	
li.categories ul li ul {
	display: none;
	}
	
li.categories ul li.current-cat ul, li.categories ul li.current-cat-parent ul {
	display: list-item;
	}
	

.widgettitle {

	}
	
.footerbar {
	min-height: 300px;
	margin-top: 54px;
	}
	
.margin5 {
	margin: 0px 5px;
	}
	
.footerbar ul {
	background: url(images/hr.jpg) top repeat-x;
	font-size: 14px;
	}
	
.footerbar ul li {
	background: url(images/hr.jpg) bottom repeat-x;
	padding: 5px;
	}
	
#footerContent {
	background: url(images/hr.jpg) top repeat-x;
	}
	
/* SLIDER */

#loopedSlider {
	margin: 0px 0px;
}
.container { width:779px; height:454px; overflow:hidden; position:relative; cursor:pointer; }
.slides { position:absolute; top:0; left:0; }
.slides div { position:absolute; top:0; width:779px; display:none; }

ul.pagination { margin-top: 5px; }
ul.pagination li { display:block; float: left; background: #FFF; border: 1px solid #CCC; padding:5px; margin-right: 5px; }
div.prevnext { float: right; margin-top: 10px; }
div.prevnext a {background: #FFF; border: 1px solid #CCC; padding: 5px; margin-left: 5px; width: 30px; }

.homeimage {
	padding: 3px;
	border: 1px solid #414141;
	}

/*=== Top Menu ===*/
#topmenu{
	position:relative;
	height: 35px;
}
#topmenu li{
	float: right;
	line-height: 35px;
}
#topmenu li a{
	display: block;
	text-align: center;
	width: 139px;
	color: #d1d1d1;
	font-size: 14px;
	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	line-height: 35px;
	height: 35px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #FFF;
	text-decoration: none;
}


/*- Nav / Dropdowns-*/
#nav, #nav ul{
	padding: 0;
	float:left;
	list-style: none;
}
#nav {
	padding: 0;
	height: 35px;
}

#nav ul {

}

#nav a {
	display: block;
}
#nav li {
	float: left;
	margin: 0px 8px;
}
#nav li a:hover {
	border-top:1px solid #d1d1d1;	
	border-bottom:1px solid #d1d1d1;
}
#nav li ul {
	position: absolute;
	width: 25em;
	left: -999em;
	padding-top:1px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav li ul li {
	border-bottom:1px solid #d1d1d1;	
	border-bottom:1px solid #d1d1d1;	
	line-height:28px;	
}

#nav li ul li a {
	width: 200px;
	}
#nav li:hover, #nav li.hover {
    position: static;
}
#nav li ul ul {
	margin: -29px 0 0 15em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
} 

.current_page_item {
	border-top:1px solid #d1d1d1;	
	border-bottom:1px solid #d1d1d1;
	}
	
#leftmenu {
	float:left;
	}
	
#rightsection {
	float: right;
	}
	
#leftmenu ul {
	background: url(images/hr.jpg) top repeat-x;
	}
	
#leftmenu ul li {
	background: url(images/hr.jpg) bottom repeat-x;
	}
	
#leftmenu ul li a {
	display: block;
	width: 160px;
	height: 65px;
	text-align: center;
	font-size: 16px;
	color: #d1d1d1;
	line-height: 65px;
	}
	
#leftmenu ul li a:hover {
	background: url(images/postboxhover.jpg) top left no-repeat;
	}

		
/* This hides the 'skip to' links and maintains accessibility */
		
#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}

#content {
		margin-top: 40px;
		}

#sidebar
{
		text-align: left;
		padding-top: 40px;
		padding-bottom: 25px;
		}

#footer {
		margin: 40px 0 0 0;
		padding: 60px 0;
		}	

.post {
		margin: 0px 20px 40px 20px;
		}

.postmetadata {
		margin: 30px 0;
		}

.smallattachment {
		float: left;
		width: 128px;
		margin: 5px 5px 5px 0px;
		}

.attachment {
		margin: 5px 0px;
		}

.postmetadata {
		clear: both;
		}

/* End Structure */

/* Begin Images */
p img {
		padding: 0;
		max-width: 100%;
		}

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

img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}

img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}

.alignright {
		float: right;
		}

.alignleft {
		float: left
		}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		}

html>body .entry li {
		margin: 7px 0 8px 10px;
		}

.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}

.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}

.entry ol li {
		margin: 0;
		padding: 0;
		}

.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		} */

/* End Entry Lists */

/* Begin Form Elements */
#searchform {
		margin: 10px auto;
		padding: 5px 3px;
		text-align: left;
		}

#sidebar #searchform #s {
		width: 150px;
		padding: 2px;
		}

#sidebar #searchsubmit {
		padding: 1px;
		}

.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}

select {
		width: 130px;
		}

#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

#commentform {
		margin: 5px 10px 0 0;
		}

#commentform textarea {
		width: 100%;
		padding: 2px;
		}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
		}

#commentform #submit {
		margin: 0 0 5px auto;
		float: right;
		}

/* End Form Elements */

/* Begin Comments*/

.alt {
		margin: 0;
		padding: 10px;
		}

.commentlist {
		padding: 0;
		text-align: justify;
		}

.commentlist li {
		margin: 15px 0 10px;
		padding: 5px 5px 10px 10px;
		list-style: none;
		}

.commentlist li .avatar { 
		float: right;
		padding: 2px;
		}

.commentlist li ul li { 
		margin-right: -5px;
		margin-left: 10px;
		}

.commentlist p {
		margin: 10px 5px 10px 0;
		}

.children {
		padding: 0;
		}

#commentform p {
		margin: 5px 0;
		}

.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

.commentmetadata {
		margin: 0;
		display: block;
		}

/* End Comments */

/* Begin Calendar */
#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}

#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}

#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}

#wp-calendar a {
		display: block;
		}

#wp-calendar caption {
		text-align: center;
		width: 100%;
		}

#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}

/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
		cursor: help;
		}

blockquote {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		}

blockquote cite {
		margin: 5px 0 0;
		display: block;
		}

.center {
		text-align: center;
		}

.hidden {
		display: none;
		}

.navigationTop {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 30px;
		}

.navigationBottom {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

.wp-caption {
		text-align: center;
		padding-top: 4px;
		margin: 10px;
		}

.wp-caption img {
		margin: 0;
		padding: 0;
		}

.wp-caption p.wp-caption-text {
		padding: 0 4px 5px;
		margin: 0;
		}
/* End captions */

.fl {
	float:left;
}

.fr {
	float:right;
	}
	
.picbox {
	margin: 0 auto;
	padding: 10px 40px;
	}
	
.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #ccc;
overflow: scroll; /*leave this value alone*/
width: 540px;
height: 132px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 110px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#bigbikepic {
	width:542px;
	height:304px;
	margin-bottom:7px;
	background: url(images/loader.gif) center no-repeat #FFFFFF;
	padding-top: 1px;
}

#bigbikepic2 {
	width:542px;
	height:197px;
	margin-bottom:7px;
}

.loading {
	background: url(images/loader.gif) center no-repeat;
}

#imageoptions {
	width: 540px;
}

.idTabs2 a {
	margin: 2px;
}

.white {
	background: #FFFFFF;
	padding: 3px 0px;
	width: 540px;
	border: 1px solid #CCC;
}


