/*  
Theme Name: juleebrooke.com layout
Theme URI: http://www.juleebrooke.com/
Description: Wordpress layout for www.juleebrooke.com/
Version: 1.0
Author: Santa Fe Web Design
Author URI: http://www.santafewebdesign.com/

*/

body {
  font-family : Californian FB, Palatino, serif;
  margin: 0px;
  padding: 0px;

  background: #eee;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px 0px 6px 0px;
}

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

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#layout {
  width: 869px;
  margin: 62px auto 0px auto;
  position: relative;
  border: 1px solid #106b42;
  background: #fff;
  padding: 8px;
  padding-top: 50px;
  padding-left: 50px;
}

#header {
  margin: 0px;
  position: relative;
  padding-bottom: 10px;
  margin-left: 0px;
  
}

#header p {
  margin: 0px;
}

#header img {
  border: 0px;
  display: block;
  margin: 0px;
}

#header a {
  text-decoration: none;
}

#header span {
  padding-right: 15px;
  padding-left: 5px;
}

.floatme {
  float: left;
}

#sidebar {
  position: relative;
  float: left;
  width: 195px;
  margin: 0px 15px 0px 0px;
  letter-spacing: 1px;
  padding: 0px 0px 0px 0px;

}

#sidebar ul {
  list-style: none;
  padding-left: 5px;
  margin : 0px;
}

#sidebar ul li {

}

#sidebar a {
  text-decoration: none;
  font-family : Californian FB, Palatino, serif;
  font-size: 14px;
  text-transform: lowercase;
  display: block;
  border-bottom: 1px solid #eee;
  height: 25px;
  line-height: 25px;
  padding: 0px 5px;
  color: #106b42;
}

#sidebar a:hover {
  color: #106b42 !important;
  background: #eee;
}

#sidebar h2 {
  font-size: 14px;
  color: #b8a839;
  margin: 0px -3px 3px 0px;
  padding: 0px;
  letter-spacing: 0.2em;
  text-transform: lowercase;
}

#sidebar>ul {
  list-style: none;
  padding: 5px 5px 5px 5px;
  margin: 0px;
}

#sidebar .widget {
  
  padding: 0px 0px 0px 15px;
  list-style: none;
  padding: 5px;
  margin: 0px 0px 10px 0px;
}


#sidebar .widget ul {
  
  list-style: none;
  padding: 0px;
}

#sidebar li {
 
  margin: 2px 0px 8px 0px;
}

#recent-posts a {
  font-size: 12px !important;
  color: #9c9ea3;
  text-transform: capitalize !important;
  display: block;
  border-bottom: none !important;
  height: 25px;
  line-height: 12px;
  padding: 3px 5px;

}


#recent-posts a:hover {
  text-decoration: none !important;

}

#content-container {
  padding: 10px 0px 0px 0px;
}

#content {
  float: left;
  padding: 10px 0px 0px 0px;
  min-height: 400px;
  width: 654px;
}

#content h2 {
  font-size: 18px;
  padding: 0px;
  letter-spacing: 0.2em;
  color: #FF6600;
}

#content h2 a {
  color: #106b42;
  text-decoration: none;
}

.interior {

}

.post {
  
  font-size: 12px;
  margin: 0px 0px 25px 0px !important;
  letter-spacing: 1px;
  line-height: 20px;
}


.post a {
  
  color: #b8a839;
  font-weight: bold;
}



.post small {
  font-size: .8em;
}

.post h2 a {
  color: #0c4884;
  text-decoration: none;
  
}


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
	}


#footer {
  text-align: center;
  font-size: .8em;
  background: url(/images/layout/top_bg.jpg);
  background-repeat: repeat-x;
  height: 29px;
  line-height: 29px;

  width: 869px;
  margin: 0px auto 20px auto;
}

#footer p {

}

#footer a {

}



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

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

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

.linklove {
  visibility: hidden;
}


.clr {
  clear: both;
}





