/* @override http://new.modulararchitecture.com/wp-content/themes/moditecture/style.css */

/*
Theme Name: Moditecture
Description: Inspired by DevArt.
Version: 1.0
Author: Coldfire, Inc.
Author URI: http://www.coldfireinc.com/
Tags: fixed width, two columns, widgets

	Moditecture v1.0
	http://www.coldfireinc.com/

	This theme was designed and built by Nate Kruska, of http://www.coldfireinc.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Reset
-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
ul li, ol li {
	list-style: none;
	list-style-position: inside;
}
ol ol, ul ul, ol ul, ul ol {
	margin-left: 20px;
	margin-bottom: 0;
}
img {
	border: none;
}
/* Body
-------------------------------------------------------------------*/
body {
	font: 12px/18px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #5f9fdc;
}
h1, h2, h3, h4, h5, h6 {
	color: #414d4c;
}
h1 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 7px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
h1 span {
	color: #999;
}
a, a:visited {
	color: #2d60e4;
	text-decoration: none;
}
a:hover {
	color: #61803e;
}
p {
	margin-bottom: 10px;
}
input, textarea {
	font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
blockquote {
	font: italic 14px/22px Georgia, Serif;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2;
}
#content ul li {
	list-style-type: disc;
	list-style-position: outside;
}
#content ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
/* Container
-------------------------------------------------------------------*/
#container {
	width: auto;
	padding-bottom: 10px;
	margin: 0;
}
#container #wrapper {
	overflow: hidden;
	padding: 0;
	margin-left: -10px;
}
/* Header
-------------------------------------------------------------------*/
#header {
	width: auto;
	height: 197px;
	border-bottom: 1px solid #777;
	background: #5f9fdc url(images/modarch-bg.jpg) repeat-x;
	overflow: hidden;

}
#header h1 {
	font: 24px;
	padding-top: 10px;
	margin-bottom: 0;
	color: #fff;
}
#header h1 a {
	color: #fff;
	text-decoration: none;
}
#header h1 span {
	padding-left: 10px;
	font-size: 11px;
	color: #ccc;
}
#header #logo {
	_margin-top: 10px;
}
#header #logo a {
	margin-left: 17px;
}
/* Navigation
-------------------------------------------------------------------*/
#topnavbar {
	
}
#topnavbar ul {
	margin-left: 130px;
	overflow: hidden;
	border-left: 1px dotted #8ebd58;
}
#topnavbar ul li {
	float: left;
}
#topnavbar ul li.current_page_item {
}
#topnavbar ul li a {
	display: block;
	text-decoration: none;
	color: white;
	line-height: 48px;
	padding: 0 15px;
	font-size: 14px;
	background: url(images/green-button-bg.jpg) repeat-x 0 0;
	border-right: 1px dotted #8ebd58;
}
#topnavbar ul li a:hover {
	background: url(images/green-button-bg.jpg) repeat-x 0 -50px;
	color: #444444;
}
#topnavbar ul li.current_page_item a, #topnavbar ul li.current_page_item a:hover {
	background: url(images/green-button-bg.jpg) repeat-x 0 -50px;
	color: #ffffff;
	cursor: default;
}
#topnavbar ul li a#feed {
	padding-left: 45px;
	display: block;
	text-decoration: none;
	background: url(images/rss-feed.jpg) no-repeat 0 0;
}
#topnavbar ul li a#feed:hover {
	text-decoration: none;
	background: url(images/rss-feed.jpg) no-repeat 0 -50px;
}
/* Side Nav Bar
-------------------------------------------------------------------*/
#sidenavbar {
	background: #90be5b url(images/green-sidebar-top.jpg) repeat-x left top;
}
#sidenavbar ul {
	background: none no-repeat left bottom;
	padding-top: 1px;
	margin: 0;
}
#sidenavbar ul li:first-child {
	border-top-style: none;
}
#sidenavbar ul li {
	border-top: 1px dotted #678f67;
}
#sidenavbar ul li a {
	display: block;
	text-decoration: none;
	color: white;
	line-height: 40px;
	font-size: 18px;
	margin-top: 0;
	overflow: visible;
	padding: 0 0 0 7px;
}
#sidenavbar ul li a:hover {
	color: #444444;
	background-color: #98b479;
}
#sidenavbar ul li.current_page_item a, #sidenavbar ul li.current_page_item a:hover {
	color: #ffffff;
	cursor: default;
	background-color: #98b479;
}
/* Sidebar
-------------------------------------------------------------------*/
#sidebar {
	font-size: 11px;
	margin-bottom: 10px;
	color: #555;
	background-color: white;
	margin-left: -10px;
	border: 1px solid #777;
	border-top-width: 0;
	border-left-width: 0;
}
#sidebar h3 {
	color: #222;
	font-style: normal;
	font-size: 14px;
}
#sidebar a {
	color: #38463e;
	text-decoration: none;
}
#sidebar a:hover {
	color: #38463e;
}
#sidebar .block {
	padding: 10px;
	overflow: hidden;
	color: #555;
}
#sidebar .block li {
	padding-left: 10px;
}

/* Search
-------------------------------------------------------------------*/
#search {

}
#search input {

}
#search #s {
	width: 110px;
	color: #333;
	font-style: normal;
	font-size: 12px;
	padding: 1px;
}
#search #searchsubmit {
	border-style: none;
	color: black;
	font-weight: bold;
	padding-right: 1px;
	font-size: 18px;
	background-color: white;
	vertical-align: bottom;
}
#search #searchsubmit:hover {
	color: green;
	cursor: pointer;
}
/* Content
-------------------------------------------------------------------*/
#content {
	background: #ffffff;
	border: 1px solid #777;
	border-top-width: 0;
}
#content.blog {
	padding: 15px;
}
#content.page {
	padding: 15px;
}
#content.full {
	padding: 0px;
}
#content.home {
	padding: 0px;
}
#content.cartpages {
	padding: 10px;

}
#content .post {
	margin-bottom: 30px;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content .post p {
	margin-bottom: 20px;
}
#content .post h1 a {
	text-decoration: none;
}
#content .post .date {
	color: gray;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#content .post-list li {
	list-style: none;
}
#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #777;
	padding: 3px 5px 5px 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
}
#content .post .post-info a {
	color: #333;
	text-decoration: none;
}
#content .post .post-info a:hover {
	color: #555;
	text-decoration: none;
}
#content #pages {
	text-align: center;
}
#content #pages a {
	color: #414d4c;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
}
#content #pages a:hover {
	color: #1e2726;
}
#content ul, ol, dl {
	margin-bottom: 20px;
}
#content ul {
	list-style: disc;
	list-style-position: inside;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 5px 0 10px 15px;
}
/* Comments
-------------------------------------------------------------------*/
.comments-title {
	text-align: center;
	color: #414d4c;
	font-size: 18px;
	font-weight: bold;
}
#comments .comment {
	background: #aaa;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #777777;
}
#comments .comment .comment-avatar {
	float: left;
	width: 50px;
	padding: 5px 7px;
	display: none;
}
#comments .comment .comment-content {
	padding: 10px 15px;
	margin: 2px;
	background: #ffffff;
}
#comments .comment .comment-content a {
	color: #444;
}
#comments .comment .comment-info {
	font-size: 11px;
	color: #777;
	margin-bottom: 5px;
}
#comments .comment .comment-info span {
	padding-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 20px;
}
#comments .comment .comment-info a.url {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
/* Comment Form
-------------------------------------------------------------------*/
#commentform {
	padding: 10px;
	color: #555;
	background: #eeeeee;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #777777;
}
#commentform p {
	margin-bottom: 7px;
}
#commentform textarea {
	width: 500px;
	border: 1px solid #aaa;
	height: 120px;
}
#commentform input.text {
	width: 200px;
	border: 1px solid #aaa;
	margin-right: 5px;
	padding: 3px 3px;
}
#commentform input#submit {
	padding: 3px 10px;
	margin-top: 5px;
}
/* Footer
-------------------------------------------------------------------*/
#footer {
	width: auto;
	min-width: 1000px;
	color: #333;
	text-align: left;
	background: #90be5b url(images/green-sidebar-top.jpg) repeat-x left top;
	font-size: 12px;
	clear: both;
}
#footer-inner {
	background: url(images/green-sidebar-bottom.jpg) repeat-x left bottom;
	width: 100%;
}
#footer-content {
	padding: 15px 15px 22px;
	width: 970px;
}
#footer p {
	margin: 0;
	clear: both;
	padding-left: 10px;
}
#footer ul li {
}
#footer ul li a {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #555;
	text-decoration: underline;
}
/* Shopping Basket
-------------------------------------------------------------------*/
#sideshoppingcart {
	background: #ddeaed url(images/blue-shadow.jpg) repeat-x left bottom;
	border-top: 1px solid #777777;
	padding-left: 10px;
	padding-bottom: 10px;
}
#sideshoppingcart th, #sideshoppingcart td, #sideshoppingcart caption {
	padding: 0;
	margin: 0;
}
.cart_title, #sideshoppingcart .infoBoxHeading {
	color: #333;
	text-align: center;
	display: block;
	font: 18px/20px Verdana, Lucida, sans-serif;
	padding-top: 5px;
}
/* Home Page
-------------------------------------------------------------------*/
#home-intro {
	padding: 10px;
	border-right: 1px solid #ddd;
}
div#col2-wrapper {
	padding: 10px 10px 10px 0;
}
#home-headline {
	height: 0;
}
#home-story img {
}
#home-blog {
	border-top: 1px solid #ddd;
	padding: 15px 15px 0;
}
#home-blog h2 {
	color: #777;
	font-size: 18px;
}
#home-blog .date {
	display: block;
	font-size: 10px;
	color: #777;
}
#home-blog h3 a {
	font-size: 14px;
	color: #000;
}
#home-blog .excerpt p {
	margin: 5px 0;
}
#home-blog a.more-link {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
/* Sortable Table
-------------------------------------------------------------------*/
a.easybtnsmall, a.easybtnsmall:visited {
	height: 65px;
	width: 63px;
	background: url(images/easy-quote-button-w63.jpg) no-repeat 0 0;
	margin: 0 10px;
	float: left;
	overflow: hidden;
	padding: 0;
}
a.easybtnsmall:hover {
	background: url(images/easy-quote-button-w63.jpg) 0 -65px;
}
#sortable-description {
	margin: 10px auto;
	width: 560px;
	color: #777777;
	background-color: #eeeeee;
	padding: 5px;
	font-size: 10px;
	border: 1px solid #777777;
	font-style: italic;
}
table.tablesorter {
	background-color: #fff;
	font-size: 12pt;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
	margin: 10px 0 15px 0pt;
	padding: 0;
	border-bottom: 1px solid #ddeaed;
	border-left: 1px solid #ddeaed;
}
table.tablesorter th {
	border: 1px solid #999;
	border-bottom-style: none;
	border-left-style: none;
}
table.tablesorter thead th:last-child {
	border-right-style: none;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	cursor: pointer;
	background: #ddd url(images/sortbg.gif) no-repeat right;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 10px;
	vertical-align: top;
	border-top: 1px solid #ddeaed;
	border-right: 1px solid #ddeaed;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/sortasc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/sortdesc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #5f9fdc;
	color: white;
}
table.tablesorter tr td span.plan-name {
	display: block;
	text-align: right;
	margin-bottom: 5px;
	padding: 0;
}
table.tablesorter tr td:first-child {
	text-align: left;
	padding: 10px 10px 5px 5px;
	width: 46%;
}
table.tablesorter tr:hover {
	background-color: #ddeaed;
	cursor: pointer;
}
table.tablesorter tr td.quote {
	background-color: #fff;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	width: 63px;
}
table.tablesorter tr:hover td.quote {
	background-color: #fff;
	cursor: pointer;
}
table.tablesorter tr td:first-child img {
	padding: 5px;
	background-color: white;
	border: 1px solid #ccc;
	margin: 5px;
}
table.tablesorter a, table.tablesorter a:visited, #content table.tablesorter a:hover {
	color: #3D3D3D;
	text-decoration: none;
}
.sqft {
	font-size: 12px;
}
#email-registration {
	padding: 10px;
	background: #5f9fdc url(images/blue-shadow.jpg) repeat-x left top;
	font-size: 9px;
	text-align: center;
}
#email-registration input.email {
	width: 72%;
}
/* Plan Carousel 
-------------------------------------------------------------------*/
#model-carousel {
	height: 135px;
	font-size: 12px;
	margin-top: -8px;
	_margin-top: 15px;
}
#model-carousel .plan-box {
	border: 1px solid #dddddd;
	padding: 5px;
	width: 300px;
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	overflow: hidden;
	background-color: #ffffff;
}
#model-carousel .plan-box img {
	border-style: none;
}
#model-carousel .more {
	float: right;
	text-decoration: none;
	font-size: 10px;
	line-height: 22px;
}
#model-carousel p {
	margin: 0;
}
#model-carousel #plan-rotator {
	width: 312px;
	_width: 362px;
}
/* Tabs */
.ui-tabs {
	padding: .2em;
}
.ui-tabs-nav {
	padding: .2em .2em 0 .2em;
	float: left;
	position: relative;
	margin: 0;
}
.ui-tabs-nav li {
	float: left;
	border-bottom: 0 !important;
	background-color: #dddddd;
	margin-left: 1px;
	margin-right: 1px;
	padding: 1px 3px;
}
.ui-tabs-nav li a {
	display: block;
	text-decoration: none;
	color: #555555;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom: 0;
	background-color: white;
}
.ui-tabs-nav li.ui-tabs-selected a {
	color: gray;
}
.ui-tabs-panel {
	display: block;
	border: 0;
	background: none;
	padding: 0;
}
.ui-tabs-hide {
	display: none !important;
}
