/*  
Theme Name: BuyingFrenchProperty
Theme URI: http://www.aude-france-property.com/france-property
Description: three column fixed right sidebars
Author: Sam Mooney
Author URI: http://www.fortheloveofwork.com
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }



a {
  color: #A42828;
  }



code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3C3C3C;
	font-family: georgia, times, serif;
	font-size: 100%;
	background-color: #8694FF;
	line-height: 140%;
}

#wrapper {
	
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header{
	float: left;
	width: 960px;
	background-image: url(images/banner-template.jpg);
	background-repeat: no-repeat;
	height: 160px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 20px;
	color: #5366FF;
	margin: 0px;
}
#header h1 {
	font-weight: normal;
	font-style: italic;
	padding: 0px;
	font-family: Georgia, serif;
	color: #5366ff;
	font-size:1.5em; line-height:1em;
}
#header #blog-title {
	font-size: 1.25em;
	font-weight: bold;
	color: #000B6C;
	padding-bottom: 5px;
	font-family: Georgia, serif;
	padding-left: 10px;
}

#header  #blog-description {
	font-size: 1.2em;
	font-style: italic;
	color: #5366ff;
	font-family: Georgia, serif;
	padding-left: 10px;
	padding-top: 20px;
}
/* Menu */


  
#navigation {
	background-color: #D06258;
	margin-top: 30px;
	height: 35px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	display: inline;
}
a.nav:link, a.nav:visited{
	float:left;
	text-decoration:none;
	color:white;
	font-weight:bold;
	background:#d06258;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a.nav:hover{
background:#E6ADA8;
}  

  
 /* search*/
#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
	margin-left: 5px;
	width: 213px;
	padding-top: 8px;
	height: 28px;
	
	background-image: url(images/search.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	float: right;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

/* Main content */

p {font-size:1em; line-height:1.5em;}

#main {
	clear: both;
	width: 960px; /* Overrides miscalculation in IE6; ignored by other browsers. */
	margin: 0;
	background-color: #FFFFFF;
	padding: 0;
  }

#contentwrapper {
	float: left;
	width: 575px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
  }

#content {
  }

#content .pageTitle {
	padding: 5px 10px 0 10px;
	
	color: #9E1B1B;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
	margin:0 0 20px 0;
  }

.post {
  margin: 20px 0 25px 0;
  }

h1 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 1.25em;
	line-height: 1.25em;
}


h2 {
	font-size:1.15em;
	line-height:1.15em;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
  }

h3 {
	font-size:1em;
	line-height:1em;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
  }

#content h4, #content h5, #content h6 {
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
  }

h2.homeTitle {
	margin: 0 0 15px 0;
	font-size:1.25em;
	line-height:1.25em;
  }
  
 h1.postTitle {
	padding: 0 10px;
	font-size:1.35em;
	line-height:1.35em;
	text-decoration: underline;	
  } 
h2.postTitle {
	padding: 0 10px;
	font-size:1.35em;
	line-height:1.35em;
text-decoration: underline;
  }

h2.postTitle a {
	font-weight: bold;
  }

h2.postTitle a:hover {
  color: #9E1B1B;
  }

.postMeta {
	font-size: small;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
  }

.postMeta .date {
   padding: 0 0 0 15px;
  }

.postMeta .filed {
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 10px;

  }



#content p, .postContent p {
  padding: 5px 10px;

  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {

  color: #000;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
	clear: both;
	padding: 5px 10px 5px 10px;
	font-size: .85em;
  }

p.comments a {
	padding-left: 20px;

	text-decoration: none;
  }

.commentlist {
  margin: 10px 0;

  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #ECECEC;
  width: 510px;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;

  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
	padding: 10px;
	color: #333333;
	font-size: .85em;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
	width: 118px;
	height: 30px;
	border: none;

	color: #333;
	background-image: url(images/commentbutton.gif);
	background-repeat: no-repeat;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
	width:360px;
	float:right;
	color: #000000;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
	margin-top: 0px;
	padding-top: 9px;
	width: 360px;
  }

.sidebars {
  width: 360px;

  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

.sidebars p {
	font-size: 9pt;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
  }

#welcome {
	clear: both;
	width: 340px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #000000;
  }
#welcome h2 {
	color: #000000;
}

#welcome a {
  display: inline;
  color: #B95A5A;
  }

#welcome a:hover {
  color:#fff;
  }

#welcome p {
	color: #000000;
	margin-top: 5px;
  }

.sidebarsbottom {
	clear: both;
	width: 360px;
	height: 18px;
  }

/*randon image link and box*/

#random {
	background-image: url(random/rotate.php);
	background-repeat: no-repeat;
	display: block;
	height: 300px;
	width: 300px;
	text-indent:-9999px;
 }
.randomAFP {
	height: 300px;
	width: 320px;
	padding-left: 20px;
	margin-top: 10px;
}

/* Sidebar 2 columns widget-ready */

.sidebarsB {
	width: 360px;
	margin-top: 15px;
  }

.sidebar1 {
	float: left;
	width: 150px;
	padding-right: 10px;
	margin-top: 17px;
	margin-left: 20px;
  }

.sidebar2 {
	float: right;
	width: 180px;
  }

.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #A42828;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer{
	clear: both;
	float: left;
	width: 950px;
	padding-top: 10px;
	line-height: 18px;
	font-size: 85%;
	height: 40px;
	background-color: #FFFFFF;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #D06258;
}
#footer #copyright {
	
	float: left;
	margin-right: 50px;
}
#footer #footmenu {
	float: left;
	margin-left: 100px;
	margin-right: 180px;
}
#footer #design {
	float: left;
}


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
	font-size:80%;
	padding: 10px;
  }
.class1 A:link {
	text-decoration: none;
	color: #5464FF;
}
.class1 A:visited {text-decoration: none}
.class1 A:hover {
	text-decoration: underline;
	color: #d06258;
}

.class2 A:link {
	text-decoration: none;
	color: #d06258;
}
.class2 A:visited {
	text-decoration: none;
	color: #d06258;
}
.class2 A:hover {
	text-decoration: underline;
	color: #d06258;
}

a:link, a:visited{
	text-decoration: underline;
	color: #5464FF;
}

a:hover{
	text-decoration: none;
	color: #d06258;
}

hr {
	color: #d06258;
	background-color: #d06258;
	text-align: center;
	margin: 10px;
}
#archive-list {
	list-style-type: none;
	padding-left: 10px;
	font-size: 85%;
}



/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

archive-list {
	margin-left: 30px;
	font-weight: normal;
	list-style-type: none;
}
