/*
Theme Name: Cramco
Theme URI: http://cramco.com/
Description: Customized theme created for Cramblitt & Company
Version: 1.0
Author: Fontecha Designs LLC
Author URI: http://fontechadesigns.com/
Tags: blue, fixed layout

	Cramco v1
	http://cramco.com/

	This theme was designed and built by Fontecha Designs LLC,
	whose site you will find at http://fontechadesigns.com/
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	background:#fff url(images/blue_bg.gif) repeat-x 0 50px;
	color: #333;
	text-align: center;
}

.inner {
	position:relative;
	margin:0 auto;
	width:990px;
	text-align:left;
}

#skip {
	position:absolute;
	left:-999em;
}

/*------------------------------------------------------
--------------------------------------------------------
  Header
--------------------------------------------------------
--------------------------------------------------------*/
#header {
	position:relative;
	z-index:2;
	height:192px;
}
.logo {
	position:absolute;
	z-index:100;
	top:20px;
	left:6px;
	margin:0;
	float:left;
}
.logo a {
	float:left;
}
#header #page_title {
	margin:0;
	padding:90px 0 0 190px;
	color:#fff;
	font-size:4.8em;
}
#header #page_title a {
	color:#fff;
	text-decoration:none;
}
#header #description {
	margin:0;
	padding-left:190px;
	color:#fff;
	font-size:1.8em;
}
#header #rss {
	position:absolute;
	top:130px;
	right:10px;
	font-size:1.6em;
	line-height:21px;
	padding:0 0 0 25px;
	background:transparent url(images/rss.gif) no-repeat 0 0;
}
#header #rss a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

/*------------------------------------------------------
  Top Nav
--------------------------------------------------------*/
#nav_wrapper {
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	width:100%;
	height:50px;
	text-align:center;
	background:transparent url(images/header_bg.gif) repeat-x 0 0;
}
ul#nav {
	position:absolute;
	top:0;
	right:0;
	float:right;
	margin:15px 0 0 300px;
}
ul#nav li {
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	display:inline;
	font-size:1.6em;
}
ul#nav li a {
	padding:0 15px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
ul#nav li.selected a,
ul#nav li a:hover {
	color:#0050b0;
}


/*------------------------------------------------------
--------------------------------------------------------
  Content
--------------------------------------------------------
--------------------------------------------------------*/

#content .inner {
	background:#fff url(images/content_bg.gif) no-repeat 0 0;
	overflow:auto;
}


/*------------------------------------------------------
  Body
--------------------------------------------------------*/
#body {
	margin:45px 60px 0 0;
	float:right;
	width:615px;
}
.post {
	margin-bottom:4em;
}
.post-title,
.pagetitle {
	color:#002c61;
	margin:0;
	font-size:2.6em;
}
.pagetitle {
	color:#333;
}
h3.post-title {
	font-size:2.2em !important;	
}
.post-title a {
	color:#002c61;
	text-decoration:none;
}
.post-title a:hover {
	color:#0050b0;
}
.date-comments {
	margin:0 0 2em 0;
}
.post small {
	font-size:1em;
}
.post small.date {
	color:#505457;
}
.post small.comments {
	font-size:0.9em;
}
.entry p {
	font-size:1.2em;
}
.postmetadata {
	padding:5px 0;
	background-color:#eee;
	overflow:auto;
}
.postmetadata p,
.postmetadata li {
	margin:0 5px;
	font-size:1.1em;
}
ul.subscribe-share {
	margin:0;
	padding:0;
	float:right;
}
ul.subscribe-share li {
	margin:0 0 3px 0;
	line-height:16px;
}
ul.subscribe-share li a.subscribe_link {
	padding:0 0 3px 22px;
	background:transparent url(images/rss_sm.gif) no-repeat 0 0;
}
.other_text {
	padding:10px 0 0 0;
	clear:both;
}
.navigation {
	clear:both;
	overflow:auto;
}
.navigation p {
	font-size:1.1em;
}

/*------------------------------------------------------
  Sidebar
--------------------------------------------------------*/
#sidebar {
	float:left;
	width:230px;
	margin:45px 0 0 35px;
}
ul#sidebarlist {
	margin:0;
	padding:0;
}
li.widget,
li.linkcat {
	margin:0 0 2em 0;
	padding:0;
	font-size:1em;
}

.widget .widgettitle,
.widgettitle,
.widget label {
	margin:0;
	font-size:1.6em;
	font-weight:bold;
	color:#001630;
}
.widget ul,
.linkcat ul {
	margin:0;
}
.widget li,
.linkcat li {
	font-size:1.2em;
	line-height:1.4em;
	list-style-image:url(images/arrow_bullet.gif);
}

/* About */
#text-344680951 {
	background-color:#eee;
}
#text-344680951 .widgettitle {
	display:none;
}
#text-344680951 .textwidget {
	padding:10px 25px;
}
#text-344680951 .img {
	margin:0;
	text-align:center;
}
#text-344680951 p {
	margin:1em 0 .5em 0;
	color:#333;
	font-size:1.4em;
	line-height:1.5em;
}

/* Subscribe via Email */
#subscribeViaEmail input.textbox {
	width:228px;
	border:1px solid #ccc;
	font-size:1.6em;
	padding:5px 0;
}
#subscribeViaEmail input.textbox:hover {
	border:1px solid #999;
}
#subscribeViaEmail input.textbox:focus {
	border:1px solid #0050b0;
}
#subscribeViaEmail input.button {
	margin-top:2px;
	padding:0;
	width:86px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	font-size:1.2em;
	line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
	background:transparent url(images/button2.gif) no-repeat 0 0;
	border:none;
}
/*------------------------------------------------------
--------------------------------------------------------
  Footer
--------------------------------------------------------
--------------------------------------------------------*/
#footer {
	position:relative;
	z-index:1;
}
#copy p {
	margin:0 0 0 315px;
	font-size:1.15em;
}

/*------------------------------------------------------
--------------------------------------------------------
  Regular Page
--------------------------------------------------------
--------------------------------------------------------*/
#regular-page {
	background:#fff url(images/header_bg.gif) repeat-x 0 0;
}
#regular-page #header {
	height:50px;
}
#regular-page #content {
	color:#fff;
	background:#002C61 url(images/blue_bg.gif) repeat-x 0 0;
}
#regular-page #content .inner {
	background:#002C61 url(images/blue_bg.gif) repeat-x 0 0;
}
#regular-page #content a:hover,
#regular-page #content a {
	color:#cccc00;
}

#regular-page .post {
	padding:45px 10px 0 190px;
}
#regular-page h1 {
}
#regular-page h1 span {
	display:block;
}
#regular-page p {
	font-size:1.6em;
}
#regular-page ul {
}
#regular-page li {
	list-style-image:url(images/square_bullet.jpg);
	font-size:1.6em;
	padding-left:2px;
}
#regular-page #copy p {
	margin:0 0 0 190px;
	font-size:1.15em;
}
#regular-page .edit-this {
	margin:0 0 0 190px;
	clear:both;
}

/*------------------------------------------------------
  Contact
--------------------------------------------------------*/
#entry-text {
	float:left;
	width:300px;
}
.wpcf7 {
	margin-top:20px;
	float:right;
	width:410px;
}
.wpcf7 p {
	margin:0 0 .5em 0;
}
.wpcf7 label {
	text-transform:uppercase;
	font-weight:bold;
}
.wpcf7 label span {
	text-transform:none;
}
.wpcf7 .textbox,
.wpcf7 textarea {
	font-size:1.4em;
	width:400px;
}
.wpcf7 .captcha-code .textbox {
	float:left;
	width:150px
}
.wpcf7 .captcha-code img {
	float:left;
	padding:0 25px 0 10px;
}
.wpcf7 .button input {
	margin-top:10px;
	width:150px;
	height:35px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	background:transparent url(images/button.gif) no-repeat 0 0;
	border:none;
}
.wpcf7-response-output {
	font-size:1.6em;
	font-weight:bold;
	border:none;
}
.wpcf7 .error {
	color:#cccc00;
}

/*------------------------------------------------------
  Comments
--------------------------------------------------------*/
.awpcomments {
	border:1px dashed #ccc;
	padding:10px;
}
.commentlist li {
	border-bottom:1px dashed #ccc;
}
.commentlist p {
	font-size:1em;
}
.commentinfo cite {
	font-weight:bold;
}
#commentform {
	padding:5px 15px;
	border:1px dotted #ccc;
	background-color:#F4F8FB;
}
#commentform label {
	font-size:1.2em;
}
input#author,
input#email,
input#url,
textarea#comment {
	color:#444;
	padding:5px 0;
	border:1px solid #ccc;
	background: #fff; 
}
input#author:hover,
input#email:hover,
input#url:hover,
textarea#comment:hover {
	border: 1px solid #999; 
	background:#fff;
}
input#author:focus,
input#email:focus,
input#url:focus,
textarea#comment:focus {
	color:#000;
	background:#fff; 
	border: 1px solid #0050b0; 
}
textarea#comment {
	width:100%;
}
#commentform #submit {
	margin-top:2px;
	padding:0;
	width:86px;
	height:24px;
	text-align:center;
	vertical-align:middle;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
	background:transparent url(images/button2.gif) no-repeat 0 0;
	border:none;
}
