/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/* @override http://www.cloversoul.co.uk/blog/wp-content/themes/Basic301/style.css */

/*
Theme Name: Basic 301
Theme URI: http://www.themedreamer.com
Description: Basic three column theme, thin and wide sidebars on right.
Version: 1.0
Author: ThemeDreamer
Author URI: http://www.themedreamer.com
*/

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

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region  Styles for comment thread, forms, etc.
5. Sidebar Region  Styles for widgets, additional menus lists and links.
6. Footer Region  Styles specific to the footer region.
7. Misc. & Plugins  Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/
/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	
}



body {
	background: #dedede;
	color: white;
	/*

font: 62.5%/1.8em Lucida Grande, Verdana, Arial sans-serif;*/
	
	font: 63%/2em Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline;
	
}



#wrapper {
	width: 900px;
	padding: 0px;
	background-color: #c0b489;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
  float: left;
	width: 400px;
	clear: right;
}
.alignright {
  float: right;
	width: 400px;
	text-align: right;
	clear: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/
input {
	color: black;
	border: 1px solid #999999;
	color: #999999;
	background: #fff;
	height: 15px;
	margin: 1px;
}

input.sub {
	font-size: 1em;
	color: white;
	background-color: #ff5300;
}

.fr {
	float: right;
}







/* basic links */

a:link,
a:visited,
a:active {
	color: white;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: white;
	background-color: #837b5c;
}

#collection-menu a:hover {
	color: #ff9119;
	background-color: #837b5c;
}

/* images */

a img {
	border: 0;
}

a:link img, 
a:vlink img,
a:alink img,
a:visited img {
	border-color: white;
}


input.formField:focus,
input.formFieldShort:focus,
input.formFieldMedium:focus,
textarea:focus,
.quantity:focus,
.formField.comments:focus {
	background: #fff;
	border: 1px solid #aaa;
	color: gray;
}

ul.navlist {
	margin-left: 33px;
}

.navlist {
	width: 865px;
	margin-left: 18px;
	float: left;
	clear: left;
	height: 24px;
}

.navlist p {
	width: 200px;
	display: inline;
}

ul.navlist2 {
	margin-left: 33px;
}

.navlist2 {
	width: 639px;
	margin-left: 18px;
	float: left;
	clear: left;
	height: 20px;
}

.navlist2 p {
	width: 200px;
	display: inline;
}




/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 130px;
	width: 1000px;
	margin: 0px;
	
}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 1em;
	float: left;

	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 1000px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 900px;
}
#content {
		padding: 15px;
	float: left;
	line-height: 1.3em;
	width: 868px;
}

#content p{

	width: 118px;
	float: right;
	margin: 0;
	clear: right;
	border-style: none;
}

#content h2 {
		padding: 4px;
	float: left;
	clear: left;
	font-size: 1.2em;
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
	width: 260px;
}

#content img {
	width: 135px;
	clear: none;
	float: left;
}

/* three column layout */
div#column_01 {
	float: right;
	clear: none;
	width: 285px;
	display: none;
}
div#column_wrap {
	float: left;
	clear: none;
	width: 578px;
	margin-right: 10px;
}
	div#column_02 {
		float: left;
		clear: none;
		width: 260px;
		}
	div#column_03 {
		float: right;
		clear: none;
		width: 260px;
		}

#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 5px;
	font-size: .9em;
}
#content .post h2 {
	font-size: 1.8em;
	margin: 6px 0 8px;
	padding: 0;
	width: 447px;
	float: right;
	line-height: 1.5em;
	clear: left;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
.post-edit-link img{
	border: none;
	width: 17px;
	height: 49px;
	padding: 0;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
	
}
.entry-content, .entry-excerpt {
	clear: left;
	float: left;
}

#content .entry-content img{
	width: 400px;
	border: 1px solid #84805d;
	float: left;
	clear: left;
	margin-right: 20px;
	margin-top: 6px;
}

#content .entry-content p{
	width: 447px;
	clear: none;
	float: left;
	font-size: 1.5em;
	line-height: 1.5em;
}


.entry-content blockquote {

  color: #000000;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 0 0 30px;
  text-indent: -15px;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;

}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 77px;
	width: 63px;
	display: none;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #d8c99c;
	color: white;
	background-color: #a89d7a;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
	width: 435px;
	float: left;
}
.underpost a {
	text-decoration: underline;
}


/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar-right {
	width: 250px;
	float: right;
	background-color: #b4a882;
	padding: 8px;
}
#sidebar-left {
	width: 420px;
	padding: 0 5px 0 5px;
	margin: 10px 0 0 0;
	background-color: #b4a882;
	float: left;
	display: none;
}
#sidebar-right h1 {
	font-size: 1.4em;
}
#sidebar-right h2 {
	font-size: 1.1em;
	width: 240px;
}
#sidebar-right ul, #sidebar-left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar-right li a:link, #sidebar-right li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar-right li a:hover {
	text-decoration: underline;
}
#sidebar-right ul ul {
  margin-left: 10px;
}
#sidebar-right ul ul li, #sidebar-right ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/

/*slider*/

#headercontent {
	
}

#slider { 
   width: 600px; /* important to be same as image width */ 
   height: 242px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#sliderContent {
   width: 600px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
	height: 242px;
	margin-right: 0;
	padding-right: 0;
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none;
}

.sliderImage img {
	height: 230px;
	width: 600px;
	border: 1px solid #84805d;

}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #857c60;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;
}

.clear {
   clear: both;
}



/*slider2*/

#headercontent {
	
}

#slider2 { 
   width: 266px; /* important to be same as image width */ 
   height: 122px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: right;
}

#slider2Content { /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider2Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider2Image img {
	height: 110px;
	width: 263px;
	border: 1px solid #84805d;

}


.slider2Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #f9a100;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}



/*slider3*/

#headercontent {
	
}

#slider3 { 
   width: 266px; /* important to be same as image width */ 
   height: 120px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: right;
}

#slider3Content { /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider3Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider3Image img {
	height: 108px;
	width: 263px;
	border: 1px solid #84805d;

}

.slider3Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #f9a100;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}



/*slider4*/

#headercontent {
	
}

#slider4 { 
   width: 286px; /* important to be same as image width */ 
   height: 286px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: left;
	padding-left: 10px;
}

#slider4Content {
   width: 404px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider4Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider4Image img {
	height: 274px;
	width: 281px;
	border: 1px solid #84805d;

}

.slider4Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #857c60;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}


/*slider5*/

#headercontent {
	
}

#slider5 { 
   width: 286px; /* important to be same as image width */ 
   height: 286px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: right;
	padding-left: 10px;
}

#slider5Content {
   width: 404px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider5Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider5Image img {
	height: 274px;
	width: 281px;
	border: 1px solid #84805d;

}

.slider5Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #837b5c;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}


/*slider6*/

#headercontent {
	
}

#slider6 { 
   width: 286px; /* important to be same as image width */ 
   height: 286px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden;
	float: left;
	clear: right;
	padding-left: 10px;
}

#slider6Content {
   width: 404px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0;
	list-style-position: inside;
	list-style-type: none;
	text-shadow: #000000 0px 0 0;
	padding-left: 0;
	padding-bottom: 0;
}

.slider6Image {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.slider6Image img {
	height: 274px;
	width: 281px;
	border: 1px solid #84805d;

}

.slider6Image span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   background-color: #837b5c;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}




#header2 {
	width: 900px;
	height: 139px;
	clear: right;
	background-color: #efefef;
	float: left;
	border-style: none;
}

#department-menu {
	width: 900px;
	height: 20px;
	background-color: orange;
	float: left;
	clear: left;
}

#collection-menu {
	width: 900px;
	height: 20px;
	background-color: #837b5c;
	float: left;
	z-index: -200;
}

.underpost img {
	width: 38px;
	height: 57px;
}


/* ++++++++++++++++++widget footer++++++++++++++++++++*/

/*Main Container Styling*/
#footer-widgeted {
	width: 861px;
	padding: 0 5px 12px;
	background-color: gray;
	float: left;
	margin-right: 0;
	margin-left: 13px;
	background: url(http://www.residential-property-careers.com/images/footer-background.jpg) repeat-x;
	height: 250px;
}
/*Paragraph Stlying*/
#footer-widgeted p {
	color: #333333;
        font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
/*Hyperlink Styling*/
#footer-widgeted a, #footer-widgeted a:visited {
	color: #333333;
	text-decoration: none;
	}
#footer-widgeted a:hover {
	color: #333333;
	text-decoration: underline;
	}
/*Unordered List Styling*/
#footer-widgeted ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footer-widgeted ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}
#footer-widgeted ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 0;
	padding: 0px;
	}
#footer-widgeted ul li li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footer-widgeted ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
/*Widget Headline Styling*/
#footer-widgeted h4 {
	color: white;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
/*Widget Styling*/
#footer-widgeted .widget {
	background: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	}
/*Widget Columns Styling*/
.footer-widgeted-1 {
	float: left;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	width: 181px;
	color: white;
}
.footer-widgeted-2 {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 185px;
}
.footer-widgeted-3 {
	float: left;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 169px;
}
.footer-widgeted-4 {
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	padding: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 188px;
}



