/* @override 
	http://test3.com/wp-content/themes/sierra-circle-consulting/style.css
	http://test3.com/wp-content/themes/sierra-circle-consulting-v2/style.css
*/

/*
Theme Name: Sierra Circle Consulting v.2
Description: Developed for Sierra Circle Consluting by Create Who You Are, based on the template Essence(The Porters)
Author: The Porters and Create Who You Are
Author URI: http://www.needforvoip.com and http://createwhoyouare.net
*/

/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@import url(tiny-mce.css);

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	/*background: #fbfccd;*/
	background: #d7baca;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	font: normal 13px "Verdana", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #4F789F;
}

h3 {
	font-size: 1em;
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #D7E8FC;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

.boxed li {
	margin: -8px auto;	
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	/* border-bottom: 1px solid #3B3B3B; */
}

.post .content {
	line-height: 1.6em;
}

.post .title, h1, h2, h3, h4, h5 {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 918px;
	height: 200px;
	margin: 0 auto;
	background: #fff url(images/header-920px.jpg) no-repeat;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#header h1, #header h2 {
	/* text-transform: lowercase; */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	/* float: left; */
	padding: 58px 0 0 19px;
	font-size: 44px;
	margin-bottom: -4px;
}

#header h2 {
	/* float: left; */
	padding: 0 0 0 19px;
	font-size: 21px;
	letter-spacing: 1px;
	text-align: right;
	margin-right: 423px;

}

#header h2 a {
	color: #b13c73;
}

#header a {
	text-decoration: none;
	color: #2162A5;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	background: url(images/920px-bg.jpg) repeat-y;
	border-top: 2px solid #b13c73;
}

#content {
	float: right;
	width: 712px;
	margin-top: 8px;
	position: relative;
}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}

/* Menu */

#menu {
	background-color: #fdf7af;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
	margin-top: 14px;
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 890px;
	height: 31px;
	margin: 0 auto;
	padding: 5px 15px;
	background-color: #25639E;
	font-size: .77em;
	color: #FFFFFF;
}

#links {
	float: right;
}


/* My Mods */

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #5d9bd6;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}

#menu ul ul li a {
	margin-left: -1em;
	padding-left: 3em;
}

#menu ul ul li a:hover {
	margin-left: 0;
	padding-left: 3em;
}

.title a {
	text-decoration: none;
}

#content, #example {
	position: relative;
	z-index: 100;
}

#legal {
	text-align: center;
}

#legal a {
	color: white;
}

h1.blog-title {
	font-size: 2.3em;
	border-bottom: 1px dashed #AFD1F6;
}

.post {
	margin-bottom: -24px;	
}

.email-form {
	padding: .4em;
}

.email-form input {
	margin: .3em 0;
	width: 124px;
}

h1, h2, h3, h4, h5 {
    line-height: 1.1em;
    margin-right: .14em;
}