/*  
Theme Name: REICGlobal
Theme URI: http://www.weblifellc.com
Description: WordPress Theme by Weblife. Tested on v2.8.1
Version: 1.0
Author: Weblife WordPress Themes
Author URI: http://www.weblifellc.com
*/

/* Reset values */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
	font-size: 100%;
	background: transparent;
	border: none;
	text-decoration: none;
	}

body {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
}

h1, h3, {
	font-weight: bold;
	}
	
h2, h4, {
	margin: 0 0 21px 0;
	font-weight: bold;
	color: #303030;
	}

h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #aa0d00;
	margin: 0 0 21px 0;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.4em;
		color: #aa0d00;
}

h4 {
	font-size: 1.2em;	
}

/* Paragraphs */
p {
	margin: 0 0 21px 0;
	}

/* Lists */
ol, ul {
		line-height: 120%;
	font-size: 0.9em;
	}
ul {
	list-style: disc;
	margin: 0 0 21px 2.5em;
	}
ol {
	list-style-type: decimal;
	margin: 0 0 21px 3em;
	}
ol ol {
	list-style: upper-roman;
	}
ol ol ol {
	list-style: lower-roman;
	}
ol ol ol ol {
	list-style: upper-alpha;
	}
ol ol ol ol ol {
	list-style: lower-alpha;
	}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	}
dl {
	margin: 0 0 18px 3px;
	}
dl dt {
	font-weight: bold;
	margin: 12px 0 0 0;
	}
dl dd {
	margin: 6px 0 0 1.5em;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Blockquotes */
blockquote {
	margin: 0 2.5em;
	font-style: normal;
	}
blockquote em, blockquote cite {
	font-style: italic;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
	}
	
form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 2px 5px;
}

input, textarea {
	padding: 2px 5px;
}

a {
	text-decoration: none;
	color: #6e0000;
}

a:hover {
	border: none;
	text-decoration: underline;
	color: #6e0000;
}

hr {
	display: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

/* Header */

#header {
	background: #fff url(images/header2.png) no-repeat;
	width: 940px;
	height: 235px;
	margin: 10px auto 20px auto;
}

/* Logo */

.logo h2, .logo h3 {
	display:block;
}

.logo h2 {
	margin: 0 0 0 -5000px;
}

.logo h3 {
	margin: 0 0 0 -5000px;
}

/* Search */

#search {
	float: right;
	padding-top: 13px;
	padding-right: 30px;
}

#searchquery {
	width: 10.0em;
	margin-right: 0.5em;
	padding: 0.15em;
	border: solid 1px #6b6b6b;
}

#searchsubmit {
	background: #656565 url(images/buttonbg.png) repeat-x;
	border: 1px solid #656565;
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}

.commentmetadata {
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}

#submit {
	background: #656565 url(images/buttonbg.png) repeat-x;
	border: 1px solid #656565;
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}

/* Menu */

#menubg {
	width: 100%;
	margin: 0 auto;
}

#menu {
	background: #6e0000;
	border-top: #242424 solid 1px;
	width: 940px;
	height: 30px;
	margin: 0 auto;
	border-left: #777777 1px solid;
	border-right: #777777 1px solid;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

#menu li {
	float: left;
	padding: 2px 0 0 0;
	height: 28px;
	border-right: #943434 1px solid;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	padding: 7px 12px 8px 12px;
	border: none;
	text-decoration: none;
	color: #fff;
}

#menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #8d1a1a;
}

#menu .current_page_item {
	padding: 0 0 0 0;
	color: #FFFFFF;
	padding: 2px 0 0 0;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	background: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 640px;
}

#content-no-widgets {
	padding-top: 15px;
	float: left;
	width: 100%;
}

#front-content {
	float: left;
	width: 280px;
}

.front-post {
	padding: 10px 20px 10px 10px;
}

#middlecol {
	float: left;
	width: 320px;
	margin: 0 0 0 25px;
}

#leftmiddle {
	float: left;
	width: 640px;
	margin: 0;
	padding: 0;
	background: #fcffc8;
}

/* Post */

.post {
	padding: 0px 20px 0 10px;
	background: #ffffff;
	margin: 0;
}

.post .title {
	margin: 0;
}

.pagetitle {
	margin: 0;
	padding: 20px;
}

.post .meta, .post .longmeta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
	font: .8em;
	color: #787878;
}

.post .longmeta {
	height: auto;
}

.author {
	font-size: 8pt;
}

.tags {
	font-size: 8pt;
}

.post .meta .author {
	float: left;
}

.post .meta .date {
	float: right;
}

.post .meta a {
	border: none;
}

.post .entry {
	border-top: 1px solid #b8b8b8;
	padding-top: 21px;
}

.post .tags {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}

.post .links {
	margin: 0;
	padding: 5px 0 20px 0;
	border-bottom: solid 1px #eaeaea;
	line-height: normal;
	font-size: 0.8em;
}

/* Comments */

#comment {
	width: 100%;
}

.printerfriendly {
	background: url(images/printer.png) no-repeat left 50%;
}

.comments {
	background: url(images/comment.png) no-repeat left 50%;
	padding-left: 20px;
}

.readmore {
	background: url(images/page.png) no-repeat left 50%;
	padding-left: 20px;
}

/* Navigation */

.navigation {
	height: 20px;
	padding: 20px;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Latest Post */

#latest-post {
	float: left;
	padding-top: 25px;
}

/* Recent Posts */

#recent-posts {
}

/* Sidebar */

.widget {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	}

.sidebar {
	float: right;	
	background: #fff;
}

#sidebar {
	width: 275px;
	padding: 15px 10px 80px 15px;
	overflow:hidden;
	background: #f0f0f0;
}

.sidebar h4 {
	color: #242424;
	margin: 0;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;	
	text-transform: uppercase;
}

.sidebar a {
	color: #242424;
	text-decoration: none;
}

.sidebar a:hover {
	color: #5a7aa9;
	text-decoration: underline;
}

.bottom-sidebar {
	width: 940px;	
	float: left;
	padding-top: 76px;
	background: #426173 url(images/testimonials.png) no-repeat top center;
	line-height: 120%;
	margin: 0;
}

.bottom-sidebar h4 {
	color: #242424;
	margin: 0;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;	
	text-transform: uppercase;
}

.bottom-sidebar a {
	color: #242424;
	text-decoration: none;
}

.bottom-sidebar a:hover {
	color: #5a7aa9;
	text-decoration: underline;
}

#bottom-left {
	width: 275px;
	float: left;
	padding: 0px 10px 0px 37px;
	font-size: 0.8em;
	overflow:hidden;
	margin: 0 0 0px 0;
}

#bottom-center {
	width: 275px;
	float: left;
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
	overflow:hidden;
	margin: 0 0 0px 0;
}

#bottom-right {
	width: 275px;
	float: left;
	padding: 0px 20px 0px 10px;
	font-size: 0.8em;
	overflow:hidden;
	margin: 0 0 0px 0;
}

/* Footer */

#footer {
	width: 940px;
	padding: 10px 0;
	clear: both;
	margin: 0 auto;
	font-size: 0.8em;
	color: #b2b2b2;
	background: #151f26;
}

#footer a {
	color: #fff;	
}

.clear {
	clear: both;
}

#footer p {
	line-height: 200%;
}

#footer .left {
	float: left;
	display: block;
	padding-left: 2.0em;
	bottom: 1.2em;
}

#footer .right {
	float: right;
	display: block;
	padding-right: 2.0em;
	bottom: 1.2em;
}

/* Text elements */
strong {
	font-weight: bold;
	}
strong strong {
	font-weight: normal;
	}
em, cite {
	font-style: italic;
	}
em em, cite cite {
	font-style: normal;
	}
abbr {
	cursor: help;
	}
acronym {
	text-transform: uppercase;
	border-bottom: 1px dashed #666;
	cursor: help;
	}
big {
	font-size: 120%;
	}
small, sup, sub {
	font-size: 80%;
	}
sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.3em;
	}
sub {
	vertical-align: baseline;
	position: relative;
	top: 0.3em;
	}

/* Code */
pre {
	overflow: auto;
	font: .9em Monaco, monospace, Courier, "Courier New";
	line-height: 21px;
	margin-bottom: 21px;
	padding: 9px;
	}
code {
	font: .9em Monaco, monospace, Courier, "Courier New";
	}
pre code {
	font-size: 1em;
	}

/* Delete and insert */
ins, dfn {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
del {
	text-decoration: line-through;
	}
	
	.quote {
	font-style: italic;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #c2e1f3;
}

.name {
	float: right;	
	margin-bottom: 15px;
	font-style: normal;
	font-weight: bold;
	color: #c2e1f3;
}

.location {
	margin: -10px 0 -10px 0;
	font-size: 1.2em;
	color: #aa0d00;
}

.address {
	font-weight: bold;
	margin: 10px 0 0 10px;
}

.place {
	font-size: 10pt;
	color: #a4a4a4;
	font-family: "Times New Roman", Times, serif;
}

.freebox {
	background: #fcffc8;
	height: 100%;
	margin: 0 0 0 0;
	padding: 5px 10px 0 10px;
	float:left;
}

.theform {
	color: #545454;
	font-size: 0.8em;
	font-weight: bold;
}

.textInput {
	margin: 3px;
	height: 20px;
}