/*
Theme Name: Whitewall Services
Theme URI: http://whitewallservices.com/
Description: A bespoke website designed for Whitewall Services
Version: 1.0
Author: David Walker
Author URI: http://malton-webdesign.co.uk/
Tags: clean, modern, custom header, fixed width, two columns, widgets

Last Updated : 13/03/2009

*/



/* Defaults */

* {
  margin:0;
  padding:0;
}


html {
  background-color:#003d6c;
}

body {
	
  color:#333;
  font-family:Arial, Verdana, sans-serif;
  font-size:12px;
  margin:0;
  padding:0;
}

/*  Layout */

#bg_container {
	background-image:url(images/bg1_top.png);
	background-position:top;
	background-repeat:repeat-x;
	min-height:630px;
	width:100%;

}

#container {
	margin:0 auto;
	width:950px;
}

#content_home{
  background: #fff;
	display:inline;
	float:left;
	padding:5px 0 10px;
	width:950px;
}


#content {
  background: #fff url(images/backtest.png) repeat-y;
	display:inline;
	float:left;
	padding:5px 0 10px;
	width:950px;
}

#content_sub {
	background-color:#fff;
	display:inline;
	float:left;
	padding:25px 30px 35px;
	width:890px;
}

/* #content_left {
	display:inline;
	float:left;
	margin:0 30px 0 0;
	width:500px;
} */


#content_left {
	display:inline;
	float:left;
	margin:10px 30px 10px 20px;
	padding:0;
	width:570px;
        /*background-color:yellow; */
}


/*#content_right {
	display:inline;
	float:left;
	width:430px;
}*/

/* =======================
     Content right
   ======================= */

#content_right {
  display:inline;
  float:left;
  width:280px;
  margin:10px;
  margin-left: 20px;
  /*background-color:cyan; */
}

#sidebar {
  margin: 0 10px 0 10px;
}

#sidebar .latest {
  margin: 10px 10px 0 10px;
}

#sidebar .latest a, #sidebar .latest a:visited {
	color:#486e72;
	font-weight:bold;
	text-decoration:none;
}

#sidebar .button {
  margin: 10px 0px 10px 0;
}


#content_left p,#content_right p {

	margin-top:10px;
}

span.edit {
	border-top:1px solid #CCC;
	display:inline;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:30px;
	padding-top:5px;
	width:660px;
}

span.edit a {
	color:#666;
}

span.edit a:hover,p.edit a:active {
	color:#067e8c;
}

#tophr {
	border:none;
	clear:both;
	height:11px;
	margin:0;
	padding:0;
	position:relative;
	width:950px;
}

#midhr {
	border:none;
	display:inline;
	float:left;
	height:25px;
	margin:0;
	padding:0;
	width:950px;
}

#latestwork {
	display:inline;
	float:left;
	margin:25px 0 15px;
	padding:0;
	width:660px;
}

/* ==================================
             Login Header
   ================================== */
	
#login-header {
  width : 890px;
  padding: 10px auto;
  margin: 0 auto;
  color: #CCCCCC;
  text-align: right;  
  padding-bottom: 6px;
}

#login-header li, #login-header a {
  list-style:none;
  display:inline;
  padding-left:6px;
  color: #CCCCCC;  

}

/* ==================================
            Header Details
   ================================== */

#header {
	margin:0;
	padding:70px 30px 0;
	width:890px;
}

h1#logo a {
	background:url(images/logo2.gif) no-repeat;
	border:none;
	display:block;
	float:left;
	height:90px;
	margin: -57px  0 0 0px;
	overflow:hidden;
	padding:0;
	text-indent:-9999px;
	width:335px;
}

/* ==================================
           Front Page Details
   ================================== */

#featured {
	background-color:#fff;
	background-image:url(images/test1.jpg);
	border:none;
	display:inline;
	float:left;
	height:223px;
	margin:0;
	padding:0;
	width:950px;
}

#featured_text {
	margin:70px 0 0 475px;
}

#button_viewproject {
	display:inline;
	float:left;
	margin:25px 0 0 475px;
}

#introtext {
	display:inline;
	float:left;
	margin:25px 30px;
	padding:0;
	width:200px;
}

#introtext p {
	margin:10px 0 25px;
}


/* ==================================
        Front Page Pics / Links
   ================================== */

.latest {
	color:#8e8e8e;
	display:inline;
	float:left;
	font-size:11px;
	margin:0 20px 0 0;
	width:200px;
}

.latest_r {
	color:#8e8e8e;
	display:inline;
	float:left;
	font-size:11px;
	margin:0;
	width:200px;
}

#latestwork a,#latestwork a:visited {
	color:#486e72;
	font-weight:bold;
	text-decoration:none;
}

#latestwork a:hover,#latestwork a:active {
	color:#067e8c;
	text-decoration:underline;
}

.latest_img,.latest_img:visited {
	border:1px solid #d4d4d4;
	display:block;
	height:100px;
	margin:10px 0 15px;
	width:200px;
}

.latest_img:hover,.latest_img:active {
	border:1px solid #26b4c5;
}

/* ==================================
           Button Details
   ================================== */
	 
.button a {
	background:transparent url(images/button_a.png) no-repeat scroll top right;
	color:#666;
	float:left;
	font:normal 13px Arial, Helvetica, sans-serif;
	height:27px;
	margin-right:6px;
	padding-right:12px;
	text-decoration:none;
}

.button a span {
	background:transparent url(images/button_span.png) no-repeat;
	color:#666;
	display:block;
	line-height:14px;
	padding:5px 0 8px 12px;
	text-decoration:none;
}

.button a:hover span {
	color:#000;
	cursor:hand;
}

.button a:active {
	background-position:bottom right;
	outline:none;
}

.button a:active span {
	background-position:bottom left;
	color:#860e0e;
	outline:none;
	padding:6px 0 7px 12px;
}

 

/* ==================================
           Footer Details
   ================================== */

#content_bottom {
	background-color:#fff;
  min-height:120px; 
	padding:20px 30px 0;
	width:890px;

}

#hr_bottom {
	height:8px;
	width:950px;
}

#footer {
	color:#605743;
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	line-height:16px;
	margin:5px 0 50px;
	padding:5px 0 0;
	text-align:center;
}

#footer a {
	color:#605743;
}

#footer a:hover, #footer a:active {
	color:#f2c362;
	text-decoration:none;
}

.footer_address {
	float:left;
	color:#888888;
}

.footer_copyright {
	float:right;

}

/* ==================================
           Footer Contact Us
   ================================== */

#footer_contact {
	display:inline;
	float:left;
	height:100px;
	margin:0 30px 0 0;
	padding:0;
	width:200px;
}

#footer_contact p {
	margin:10px 0 20px;
}

/* ==================================
           Latest Blog Posts
   ================================== */

#latest_news_posts {
	display:inline;
	float:left;
	height:100px;
	margin:0 30px 0 0;
	padding:0;
	width:415px;
}

#latest_news_posts p {
	margin:10px 0 20px;
}

#latest_news_list {
	border-bottom:1px solid #dcdcdc;
	list-style:none;
	margin:15px 0 0;
	padding:0;
	width:415px;
}

#latest_news_list li {
	border-top:1px solid #dcdcdc;
	list-style-type:none;
	margin:0;
	padding:0;
}

.latest_news_post a {
	color:#4c4c4c;
	display:block;
	font-size:11px;
	margin:0;
	padding:4px 10px 4px 0;
	text-decoration:none;
}

.latest_news_post a:hover,.latest_news_post a:active {
	background-color:#eefafb;
	outline:none;
}

html>body .latest_news_post a {
	width:auto;
}

.latest_news_date {
	color:#648d92;
	float:left;
	width:70px;
}

.latest_news_entrytitle {
	font-weight:bold;
}

.latest_news_comments {
	color:#9c9c9c;
	margin:0 0 0 15px;
}

/* =====================================
                 footer_find_us
   ===================================== */

#footer_find_us {
	display:inline;
	float:left;
	width:215px;
}

#footer_find_us p {
	margin:10px 0 20px ;
}



/* =====================================
                 Tags
   ===================================== */
	 
h1 {

  font-size:20px;
  padding-top:15px;
  padding-bottom:5px;
  margin:0px;
  text-align:left;
}

h2 {

  font-size:16px;
  padding-top:15px;
  padding-bottom:5px;
  margin:0px;
  text-align:left;
}

h4 {
	color:#006d78;
	font-size:11px;
	font-weight:bold;
	margin:0 0 12px;
	padding:0;
}

h5 {
	color:#ebb750;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 10px;
}

img {
	border:0;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
	width:100%;
}

.left {
	float:left;
}

.right {
	float:right;
}


.arrow {
	font-family:Geneva, Arial, Verdana, sans-serif;
	margin-left:15px;
}

.arrow_l {
	font-family:Geneva, Arial, Verdana, sans-serif;
	margin-right:15px;
}

.viewfullportfolio {
	color:gray;
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 30px;
}




