
/* ================================================
 
Theme Name: Your Interior Solutions
Description: Your Interior Solutions Theme
Author: Atelier Studios
Author URI: http://www.atelier-studios.com/
Date: February 2008

==================================================*/


/*------------------------------------------------

		1. Globals
		
		2. Typography

		3. Main Navigation 

		4. Structure
		
		5. Images
		
		6. Lists 
		
		7. Form Elements 
		
		8. Comments

		9. Various Tags & Classes 
		
		10. Forms
		
		11. Background Images
		
		12. Headers

---------------------------------------------------

		COLOURS
		
		Orange		 	#f67f1f
		
		Blue			#7ea8cd
						
		Dark Grey		#878585
		

-------------------------------------------------*/


/*=================================================

	1. Globals
 
 ===================================================*/


html { /* Stop background flicker in IE 6 Bug: http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker */
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* 
Reset all margins/padding */
* { 
	margin:0;
	padding:0;
}

/* 
Gets rid of outlined links in Firefox */
a {
	outline: none;
}


/* 
No boders on images */
img {
	border:0;
	padding: 0;
	margin: 0;
}



/*
	IE PNG Fix http://www.twinhelix.com/css/iepngfix/
 */

* { behavior: url(/wp-content/themes/yis/iepngfix.htc) }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */





/*=================================================

	2. Typography
 
 ===================================================*/
 
body {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	margin:0;
	padding:0;
	}

/*.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 200px;
	background-color: #CC6633;
	}*/

#footer p {
	font-size: 11px;
	margin: 0;
	padding: 0 0 4px 0;
	color: #FFFFFF;
	text-align: center;
	}


strong {
	font-weight:bold;
	color: #7ea8cd;
	}
	
em{
	font-style:italic;
	display:inline;
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	}		

.narrowcolumn p {
	margin: 0 0 15px 0;
	}
	
small {
	font-size: 11px;
	line-height: 25px;
	}	

h1, h2, h3, h4, h5, h6 {
	font-family:'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 20px;
	color: #999999;
	text-align:left;
	line-height: 26px;
	}


h2 {
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #f67f1f;
	text-align:left;
	line-height: 24px;
	}
	
h3 {
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 10px 0;
	color: #333333;
	}

h4 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #999999;
	font-weight: bold;
	}

h5 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #7ea8cd;
	}

h6 {
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 10px 0;
	color: #FF9933;
	}

#subpages-title {
	display: none;
	}

/*-----------------------------------
 Link Styles
 ------------------------------------- */

#footer p a {
	color: #CCCCCC;
	text-decoration: none;
	}

#footer p a:hover {
	color: #7ea8cd;
	text-decoration: underline;
	}

#sidebar a {
	color: #f67f1f;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #7ea8cd;
	text-decoration: underline;
	}
	

#content a {
	color: #f67f1f;
	text-decoration: none;
	}

#content a:hover {
	color: #7ea8cd;
	text-decoration: underline;
	}
	

h3 a {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 10px 0;
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
	}
	
	h3 a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

.widgettitle {
	display: none;
	}
	

/* End Typography & Colors */



/*=================================================

	3. Main Navigation 
	
=================================================*/


ul#nav {
	margin:0;
	padding: 0 0 0 25px;
	width: 775px;
	float:left;
	/*background-color: #FFFF33;*/
	}


#nav li {
	float: left;
	list-style-type:none;
	padding: 0 0 0 10px;
	margin: 0;
	/*background-color: #FF0000;*/
	}		

a#nav_home {
	background-image: url(images/navigation/home.jpg);
	background-repeat:no-repeat;
	background-position: 0 6px;
	display: block;
	width: 114px;
	height: 53px;
	text-indent: -9999px;
	}
	
	a#nav_home:hover {
	background-image: url(images/navigation/home.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}		
	
	body.page-4 a#nav_home.current {
	background-image: url(images/navigation/home.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}	
		

a#nav_about {
	background-image: url(images/navigation/about.jpg);
	background-repeat:no-repeat;
	background-position: 0 6px;
	display: block;
	width: 114px;
	height: 53px;
	text-indent: -9999px;
	}
	
	a#nav_about:hover {
	background-image: url(images/navigation/about.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}
	
	body.page-5 a#nav_about.current {
	background-image: url(images/navigation/about.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}				

	
a#nav_services {
	background-image: url(images/navigation/services.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px;
	display: block;
	width: 114px;
	height: 53px;
	text-indent: -9999px;
	}
	
	a#nav_services:hover {
	background-image: url(images/navigation/services.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}			
	
	body.page-6 a#nav_services.current {
	background-image: url(images/navigation/services.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}			

a#nav_gallery {
	background-image: url(images/navigation/gallery.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px;
	display: block;
	width: 114px;
	height: 53px;
	text-indent: -9999px;
	}
	
	a#nav_gallery:hover {
	background-image: url(images/navigation/gallery.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}		
	
	body.page-7 a#nav_gallery.current {
	background-image: url(images/navigation/gallery.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}		
	
	
a#nav_products {
	background-image: url(images/navigation/products.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px;
	display: block;
	width: 114px;
	height: 53px;
	text-indent: -9999px;
	}
	
	a#nav_products:hover {
	background-image: url(images/navigation/products.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}			
	
	body.page-9 a#nav_products.current {
	background-image: url(images/navigation/products.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}			

a#nav_projects {
	background-image: url(images/navigation/projects.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px;
	display: block;
	width: 114px;
	height: 53px;
	text-indent: -9999px;
	}
	
	a#nav_projects:hover {
	background-image: url(images/navigation/projects.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}			
	
	body.page-10 a#nav_projects.current {
	background-image: url(images/navigation/projects.jpg);
	background-repeat:no-repeat;
	background-position: 0 -74px;
	}			

	
a#nav_contact {
	background-image: url(images/buttons/button_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0 0 ;
	display: block;
	width: 198px;
	height: 50px;
	text-indent: -9999px;
	}
	
	a#nav_contact:hover {
	background-image: url(images/buttons/button_contact.jpg);
	background-repeat:no-repeat;
	background-position: 0 -60px;
	}			

	
/* End Main Navigation */





/*=================================================

	4. Structure 
 
=================================================*/

body {
	margin:0;
	padding:0;
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	/*background-color: #FFFFFF;*/
	}

#header {
	width: 800px;
	float:left;
	padding: 30px 0 0 0;
	/*background-color: #FFCC33;*/
	}


#content_container {
	float: left;
	width: 800px;
	/*background-color: #FF0000;*/
	}
	
#sub_header	{
	float: left;
	position: relative;
	width: 800px;
	height: 296px;
	border-top: 1px solid #878585;
	/*background-color: #996666;*/
	}
	
	.flash {
	float: left;
	width: 462px;
	height: 296px;
	background-color: #000000;
	}

#contact_panel	{
	float: left;
	width: 775px;
	height: 62px;
	margin: 5px 0 0 0;
	padding: 12px 0 0 25px;
	border-top: 1px solid #878585;
	background-image: url(images/sitewide/bg_contact_bar.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	/*background-color: #0066FF;*/
	}
	
.narrowcolumn {
	float: left;
	width: 545px;
	margin: 5px 0 0 0;
	/*background-color: #FFCCFF;*/
	}

.widecolumn {
	float: left;
	width: 545px;
	margin: 5px 0 0 0;
	/*background-color: #999999;*/ 
	}
	
#sidebar {
	padding: 0;
	margin: 5px 0 0 5px;
	width: 250px;
	float:left;
	/*background-color: #3399CC;*/
	}
/*
.narrowcolumn .postmetadata {
	display: none;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


.postmetadata {
	clear: left;
}
*/

#content.narrowcolumn .post {
	padding: 20px 35px 25px 35px;
	margin: 0 0 5px 0;
	width: 475px;
	border-top: 1px solid #878585;
	float: left;
	background-color: #000000;
	}

#content.widecolumn .post {
	padding: 20px 35px 25px 35px;
	margin: 0 0 5px 0;
	width: 475px;
	border-top: 1px solid #878585;
	float: left;
	background-color: #000000;
	}

.entry {
	padding: 10px 0 0 0;
	width: 100%;
	border-top: 1px solid #878585;
	float: left;
	/*background-color: #993399;*/
	}

#footer {
	float: left;
	border-top: 1px solid #878585;
  	background-image: url(images/sitewide/bg_contact_bar.png);
	background-repeat: no-repeat;
	background-position:top left;
	width: 800px;
	height: 59px;
	padding: 15px 0 0 0;
	margin: 5px 0 0 0;
	}

p.contact_panel_text {
	float: left;
	width: 191px;
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 30px;
	}
	
	
p.contact_button {
	float: left;
	width: 200px;
	padding: 0 0 0 20px;
	}
	

/* End Structure */




/*=================================================

	5. Images
	
=================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

	
.entry img {
	border:0;
	padding: 4px;
	margin: 0;
	display: block;
	border: 1px solid #cfd0d4;
	}
	

.alignright {
	float: right;
	width: 200px;
	text-align:right;
	}

.alignleft {
	float: left;
	width: 200px;
	}

	
	
/* End Images */



/*=================================================
	
	6. Lists 

=================================================*/


.entry ol {
	padding: 10px 0 10px 35px;
	margin: 0;
	font-size: 11px;
	}

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

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

.narrowcolumn ul {
	margin: 0;
	padding: 0 0 15px 10px;
	}

.narrowcolumn ul li {
	background-image: url(images/sitewide/bullet_sidebar.gif)!important;
	background-repeat:no-repeat;
	background-position: 0px 10px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	}	

#sidebar ul.side_bar_nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
	padding: 10px 30px 15px 30px;
	background-color: #000000;
	}

#sidebar .side_bar_nav li {
	background-image: url(images/sitewide/bullet_sidebar.gif)!important;
	background-repeat:no-repeat;
	background-position: 0px 10px;
	list-style-type:none;
	padding: 4px 0 7px 20px;
	margin: 0 ;
	width: 160px;
	}	

	
/* End Entry Lists */



/*=================================================

	7. Form Elements 
	
=================================================*/

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/*=================================================
	
	8. Comments
	
=================================================*/

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

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/*=================================================
	
	9. Various Tags & Classes 
	
=================================================*/


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	border: 0;
	color: #cfd0d4;
	background-color: #cfd0d4;
	margin-bottom:10px;
	margin-top:5px;
	height: 1px;
	}

a img {
	border: none;
	}

.navigation {
	float:left;
	padding: 10px 35px 10px 35px;
	border-top: 1px solid #878585;
	width: 475px;
	background-color: #000000;
	}
	
/* End Various Tags & Classes*/


/*=================================================
	
	10. Forms
	
=================================================*/


/* End Forms*/


/*=================================================
	
	11. Background Images
	
=================================================*/

/* Generic Page*/	
	
body {
	background: url(images/backgrounds/bg_metal.jpg) no-repeat fixed center 0;
	background-color: #000000;
	}
	
	/*
	#sub_header	{
	background-image: url(images/backgrounds/header_image_7.jpg);
	background-position: 338px 0;
	background-repeat: no-repeat;
	}
	*/


/* Home Page*/	

body.page-4 {
	background: url(images/backgrounds/bg_metal.jpg) no-repeat fixed center 0;
	background-color: #000000;
	}
	
	/*
	body.page-4 #sub_header	{
	background-image: url(images/backgrounds/header_image_7.jpg);
	background-position: 338px 0;
	background-repeat: no-repeat;
	}
	*/


/* About Page*/	
body.page-5 {
	background: url(images/backgrounds/bg_slate.jpg) no-repeat fixed center 0;
	background-color: #000000;
	}	
	
	/*
	body.page-5 #sub_header	{
	background-image: url(images/backgrounds/header_image_9.jpg);
	background-position: 338px 0;
	background-repeat: no-repeat;
	}
	*/
	
	
/* Services Page*/	
body.page-6 {
	background: url(images/backgrounds/bg_marble.jpg) no-repeat fixed center 0;
	background-color: #000000;
	}
	
	/*
	body.page-6 #sub_header	{
	background-image: url(images/backgrounds/header_homepage.jpg);
	background-position: 338px 0;
	background-repeat: no-repeat;
	}		
	*/


/* Gallery Page*/	
body.page-7 {
	background: url(images/backgrounds/bg_tiles.jpg) no-repeat fixed center 0;
	background-color: #000000;
	}	
	
	/*
	body.page-7 #sub_header	{
	background-image: url(images/backgrounds/header_image_10.jpg);
	background-position: 338px 0;
	background-repeat: no-repeat;
	}			
	*/
	
	
/* Products Page */	
body.page-9 {
	background: url(images/backgrounds/bg_window.jpg) no-repeat fixed center 0;
	background-color: #000000;
	}
	
	/*
	body.page-9 #sub_header	{
	background-image: url(images/backgrounds/header_image_6.jpg);
	background-position: 338px 0;
	background-repeat: no-repeat;
	}		
	*/				


/* Projects Page */	
body.page-10 {
	background: url(images/backgrounds/bg_marble2.jpg) no-repeat fixed center 0;
	background-color: #000000;
	}	
	
	/*
	body.page-10 #sub_header	{
	background-image: url(images/backgrounds/header_image_11.jpg);
	background-position: 338px 0;
	background-repeat: no-repeat;
	}				
	*/				
	
	
/* Contact Us Page */	
body.page-11 {
	background: url(images/backgrounds/bg_water_top.jpg) no-repeat fixed center 0;
	background-color: #000000;
	}				
	
	/*
	body.page-11 #sub_header	{
	background-image: url(images/backgrounds/header_image_8.jpg);
	background-position: 338px 0;
	background-repeat: no-repeat;
	}		
	*/


/*=================================================
	
	12. Headers
	
=================================================*/


#sub_header h2 {
	background-image: url(images/sitewide/text_title_box2.png) ;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin:0;
	float:left;
	height: 296px;
	width: 338px;
	line-height: 0;
	}
	
	#sub_header h4 a {
	background-image: url(images/buttons/button_discount.png) ;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	/*margin: 144px 0 0 289px;
	float:left;*/
	position: absolute;
	bottom: 0px;
	top: 0px
	width: 173px;
	height: 152px;
	line-height: 0;
	}
	
	
	
#contact_panel	h3 {
	background-image: url(images/sitewide/text_contact_details.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 0;
	float:left;
	height: 54px;
	width: 298px;
	line-height: 0;
	}

h2.latest_projects a {
	border-top: 1px solid #878585;
	background-image: url(images/headings/heading_latest_projects.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 0;
	float:left;
	height: 58px;
	width: 250px;
	line-height: 0;
	}
	
h2.services	a {
	border-top: 1px solid #878585;
	background-image: url(images/headings/heading_latest_services.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent: -9999px;
	padding:0;
	margin: 5px 0 0 0;
	float:left;
	height: 58px;
	width: 250px;
	line-height: 0;
	}
	
