/*
Theme Name: InSpeech
Theme URI: http://www.christineestrada.com
Description: WordPress theme for InSpeech
Version: 1.1
Author: Christine Estrada
Author URI: http://www.christineestrada.com/

	This theme was designed and built by Christine Estrada
	whose blog you will find at http://www.christineestrada.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-color: #889ac4;
}

h1 {
	font-size: 22px;
	color: #33609a;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a {
	color: #33609a;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

hr {
	height: 1px;
	margin: 20px 0 20px 0;
	color: #33609a;
	background-color: #33609a;
	border: none;
}

label {
	float: left;
	width: 100px;
	margin-bottom: 5px;
}

textarea {
	border: 1px solid #ccc;
}

input {
	width: 200px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	font-size: 12px;
}

input[type='submit'] {
	margin-left: 100px;
	width: 75px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}




/*
 * PAGE LAYOUT
 */

#page_container {
	width: 912px;
	height: auto;
	margin: 10px auto;
}

#header_container {
	float: left;
	position: relative;
	width: 100%;
	height: 204px;
	background-image: url('images/header_bg.gif');
}

#navigation_container {
	position: absolute;
	top: 91px;
	left: 180px;
	width: 740px;
	height: 25px;
}

#content_container {
	float: left;
	width: 100%;
	height: auto;
	background: #fff url('images/content_bottom_border.gif') no-repeat;
	background-position: bottom left;
}

#sidebar_container {
	float: right;
	position: relative;
	top: 10px;
	right: 150px;
}




/*
 * HEADER & NAV STYLING
 */

div#header_container img.logo {
	padding: 10px;
}

div#header_container img.slogon {
	position: absolute;
	top: 43px;
	right: 140px;
}

div#navigation_container ul.nav {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
}

div#navigation_container ul.nav li {
	display: block;
	float: left;
	padding: 0 25px 0 0;
	list-style: none;
}

div#navigation_container ul.nav li a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 6px;
}

div#navigation_container ul.nav li.current_page_item a {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 5px;
}

div#navigation_container ul.nav li:first-child {
	border: none;
}




/*
 * PAGE CONTENT STYLING
 */

div#content_container div.content {
	float: left;
	position: relative;
	top: -30px;
	width: 380px;
	min-height: 300px;
	padding: 0 0 0 150px;
}

div#content_container div.welcome_bullets {
	float: left;
	font-weight: bold;
	margin: 0 20px 0 0;
}

div#content_container div.welcome_bullets ul {
	font-weight: normal;
	margin: 0 0 15px 10px;
	padding: 0 0 0 5px;
}

div#content_container div.welcome_bullets ul li {
	margin: 0;
	padding: 0;
}




/*
 * SIDEBAR STYLING
 */

div#sidebar_container .flash_slider {
	position: absolute;
	top: 95px;
	left: 4px;
}




/*
 * BLOG POST STYLING
 */

div.navigation {
	width: 100%;
	padding-bottom: 10px;
	color: #33609a;
	text-align: right;
	font-weight: bold;
}

div.navigation div.next_link {
	padding-left: 15px;
}

div.navigation a {
	color: #33609a;
	font-weight: bold;
}

div.post_title {
	font-size: 22px;
	color: #33609a;
	margin-left: -2px;
	text-decoration: none;
}

div.post_title a {
	font-size: 22px;
	color: #33609a;
	text-decoration: none;
}

div.post_date {
	font-weight: bold;
	padding-bottom: 15px;
}

div.post_metadata {
	font-size: 11px;
	padding: 5px 0 5px 0;
	margin: 65px 0 0 0;
	border-top: 1px dotted #889ac4;
}

div.post_metadata a {
	text-decoration: none;
	color: #000;
}

div.post_metadata span.category a {
	padding: 0px 3px 0 3px;
}

div#content img {
	border: 1px solid #000338;
}

img.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

img.alignright {
	float: right;
	margin: 0 0 0 10px;
}

div.wpcf7-response-output {
	clear: both;
	padding-top: 20px;
} 




/*
 * BLOG STYLING
 */

.commentlist li {
	list-style-type: none;
	margin: 0;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	margin: 2px 10px 2px 0;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

.timestamp {
	font-size: 11px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #3a4b81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
	border: 1px solid #3a4b81;
	font-size: 12px;
}

#respond {
	border-top: 1px dotted #6a747c; 
	margin: 20px 0 0 0;
}

#respond h2 {
	margin: 20px 0 0 0;
}
