
* { 	background-repeat: no-repeat; }

html, body, input, textarea {
	font-family: arial, helvetica,sans-serif;
	font-size: 11px;
}

body {
	background-color: #e0e9e4;
}

h2 {  font-size: 16.5px; }

h3 { font-size: 15px; }
h2, h3 { color: #333333; }

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

blockquote {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #666666;
}

blockquote span.cite{
	display: block;
	font-size: 12px;
	color: #333333;
	margin-top: 0.5em;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #ff6600;
}

a:hover, a:active {
	color: #ff6600;
}

/* classes */

ul.side li {
	display: inline;
}

ul.side li a {
	text-decoration: none;
	font-weight: bold;
	margin-left: 1em;
}

.twoColumn {
	color: #666666;
}

.twoColumn:after, .section-twoColumn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.twoColumn .col, .section-twoColumn .col {
	width: 50%;
	float: left;
}

.section-twoColumn .col {
	width: 460px;
}

.section-twoColumn .col.wide {
	width: 530px;
}

.section-twoColumn #aside.thin {
	width: 200px;
}

.section-twoColumn .twoColumn .col {
	width: 46%;
	margin-right: 3%;
	margin-bottom: 1em; /* this is new */
}

.section, .section-twoColumn {
	position: relative;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}

/* main */

#container, #footer {
	width: 800px;
	margin: 0 auto;
}

#container {
	position: relative;
	background-color: white;
	border-bottom: solid 1px #b7bfbb;
	margin-top: 2em;
	padding-top: 35px;
}

/* header */

#header {
	background-image: url(../images/logo.jpg);
	height: 103px;
	position: relative;
	margin-left: 20px;
}

#header a#title {
	text-indent: -9999px;
	display: block;
	height: 103px;
	position: absolute;
	width: 274px;
}

#header #search {
	position: absolute;
	top: 40px;
	height: 30px;
	right: 45px;
}

#header #search input.text {
	background-color: #e3e6e9;
	border: solid 1px #cdcfd2;
	padding: 0.5em;
}

#header #search input.submit {
	background-image: url(../images/search.jpg);
	border: 0px none;
	background-color: white;
	outline: none;
	height: 29px;
	width: 100px;
	text-indent: -9999px;
}

#header #search label {
	display: none;
}

/* navigation */

#navigation {
	background-color: #333333;
	height: 35px;
	line-height: 35px;
	
	color: #999999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	
	text-align: right;
}

#navigation span {
	margin-left: 20px;
	float: left;
}

#navigation ul {
	margin-right: 20px;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	color: #cccccc
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a.selected {
	color: #ff6600;
}

/* titles */

h1#about, h1#portfolio, h1#portfolioDetail, h1#contact, h1#privacyPolicy, h1#terms, h1#siteMap {
	height: 57px;
	text-indent: -9999px;
	margin-top: 0;
}

h1#about { background-image: url(../images/about-title.jpg); }
h1#portfolio { background-image: url(../images/portfolio-title.jpg); }
h1#portfolioDetail { background-image: url(../images/portfolio-detail-title.jpg); }
h1#contact { background-image: url(../images/contact-title.jpg); }
h1#privacyPolicy { background-image: url(../images/privacy-policy-title.jpg); }
h1#terms { background-image: url(../images/terms-title.jpg); }
h1#siteMap { background-image: url(../images/site-map-titile.jpg); }

h2#subtitle {
	margin-bottom: 0;
	background-color: #223040;
	color: white;
	padding: 1em 40px;
	font-size: 12px;
}

h2#subtitle span.project-meta {
	color: #ff6600;
	font-weight: normal;
}

/* content */

#article {
	padding: 20px; 
}

#intro {
	position: relative;
}

#intro img {
	width: 100%;
	height: 272px;
}

#intro #blurb {
	position: absolute;
	width: 440px;
	height: 210px;
	top: 0px;
	left: 5px;
/*	background: transparent url("../images/1px-transparent.png") repeat scroll 0 0; */
	background-repeat: repeat;
	color: white;
}

#intro #blurb h1 {
	margin: 20px;
	font-size: 35px;
}

#intro #blurb p {
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

#intro #blurb p strong {
	color: #ff6600;
}

.block {
	padding: 15px;
	margin: 20px 0;
	background-color: #eeeeee;
	border-top: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
}

#installers .col ul li, #projects ul li {
	height: 70px;
	margin-bottom: 1em;
}

#installers .col img, #projects ul li img {
	float: left;
	margin-right: 15px;
}

#installers .col p {
	padding-top: 15px;
}

#installers .col a, #projects ul li a {
	display: block;
	font-weight: bold;
	color: #ff6600;
}

#projects ul li {
	background: transparent url(../images/portfolio-separator.jpg) repeat-x 0px 100%;
}

#projects ul li p {
	padding-top: 5px;
	
}

#smallPortfolio {
/*	background: #eee url(../images/block-bg.jpg) no-repeat bottom right; */
	font-weight: bold;
}

#smallPortfolio ul {
	margin: 1em 0;
}

#smallPortfolio ul li {
	margin-bottom: 0.5em;
}

#gallery {
	padding: 10px 10px 20px 10px;
	background-color: #eeeeee;
	position: relative;
}

#gallery #thumbnails {
	position: absolute;
	top: 10px; right: 10px;
	width: 195px;
	line-height: 11px;
}

#gallery #thumbnails img {
	margin-left: 10px;
	margin-bottom: 10px;
}

#projectDetails {
	margin-bottom: 0;
}

#projectDetails ul {
	padding: 0 35px 5px 35px;
	color: #666666;
}

#projectDetails ul li strong {
	width: 110px;
	display: block;
	float: left;
}

#comments {
	width: 429px;
}

#comments p {
	padding-left: 45px;
}

ul.siteMap {
	list-style-type: disc;
	padding-left: 30px;
}

ul.siteMap li ul {
	padding-left: 45px;
}

ul.siteMap li ul li {
	list-style-type: disc;
	color: #333333;
}

/* aside */

#aside {
	width: 275px;
	margin-left: 25px;
	margin-top: 20px;

}

#aside #chat {
	border: solid 1px #ff6600;
	background-image: url(../images/group.jpg);
	background-position: right bottom;
	color: #333333;
}

#aside #chat h2 {
	color: white;
	height: 56px;
	background: #ff6600 url(../images/chat-bg.jpg);
	text-indent: -9999px;
}

#aside #chat p {
	margin: 0 100px 0 15px;
}

#aside #chat a {
	background-image: url(../images/chat-link-bg.jpg);
	display: block;
	margin: 1em 0 1em 15px;
	width: 98px;
	height: 29px;
	text-indent: -9999px;
}

#aside #chat h2 {
	margin-top: 0px;

}

#aside #recognition{
	padding: 0 15px;
}

#aside h3 {
	margin-top: 0;
}

/* portfolio */

#welcome, #smallPortfolio, #chat {
	font-size: 11px;
}

#welcome {
	padding: 0 0 15px 15px;
}

div.block h2 {
	margin: 0;
	color: #cccccc;
}

#footer {
	color: #79827e;
	padding-top: 16px;
	margin-bottom: 2em;
	text-align: right;
	height: 3em;
}

#footer p {
	margin-top: 0;
	float: left;
	text-align: left;
}

#footer ul li a:hover,
#footer ul li a:active {
	text-decoration: underline;
}

#welcome h2 {
	margin-bottom: 0;
}

div#contact {
	width: 350px;
}

#contact span { 
	width: 60px;
	float: left;
	display: block;
	padding-left: 25px;
	font-weight: bold;
}

#contact span.phone {
	background-image: url(../images/icon_phone.png);
}

#contact span.post {
	background-image: url(../images/icon_email.gif);
	background-position: 0px 2px;
}

#contact span.fax {
	background-image: url(../images/icon_fax.gif);
	background-position: 0px 2px;
}