/*
Theme Name: Framework
Theme URI: http://www.promotinggroup.com/
Description: A WordPress framework.
Version: 1.0
Author: Promoting Group
Author URI: http://www.promotinggroup.com/
Tags: framework, fixed width, two columns, widgets

	Framework v1.0
	http://www.promotinggroup.com

	This theme was designed and built by Promoting Group,
	whose site you will find at http://www.promotinggroup.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* { /* Resets padding and margins */
	padding:0;
	margin:0;
}

html, body {
	height: 100%;
}

body {
	font-size: 62.5%; /* Resets 1em to 12px */
	font-family: Arial, 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
	color: #333;
	text-align: justify;
	background: #666666;
}

#wrap {
	background: #d1d3d4 url('images/bg.png') repeat-x;
}

#home {
	background: #d1d3d4 url('images/bg-home.png') repeat-x;
}

#top {
	width: 839px;
	margin: 0 auto;
	position: relative;
}

#page {
	background: url('images/page-bg.png') repeat-y;
}

#page-header-top {
	background: url('images/page-header-top.png') no-repeat top;
	padding: 8px 0 0;
}

#page-header {
	background: url('images/page-bg.png') repeat-y;
	padding: 2px 25px 3px;
	color: #ff6633;
	text-align: left;
}

#page-header-bottom {
	background: url('images/page-header-bottom.png') no-repeat bottom;
	padding: 0 0 10px;
}

#page-header a {
	color: #d7d7d7;
}

#page-header a:hover {
	color: #ff6633;
}

#page-header span {
	color: #d7d7d7;
}

#page-footer {
	background: url('images/page-footer.png') no-repeat top;
	clear: both;
	height: 22px;
}

.page-divider {
	background: url('images/page-divider.png') no-repeat;
	height: 10px;
	clear: both;
}

#header {
	color: #fff;
	padding: 40px 15px 0;
	height: 70px;
	position: relative;
}
#header h1 { padding: 0; margin: 0; width: 280px; height: 36px; }
#header h1 a { display: block; width: 100%; height: 100%; text-indent: -9999px; background: url(images/pg-logo.png) no-repeat; outline: none; }

#quote {
	position: absolute;
	top: 0;
	right: 0px;
}

.menu {
	position: absolute;
	top: 50px;
	right: 0;
	font-size: 1.4em;
	height: 27px;
}

.menu ul {
	list-style-type: none;
}

.menu li {
	float: left;
	padding: 0 1px;
	height: 27px;
}

.menu .home a {
	background: url('images/menu-home.png') no-repeat 0 0;
	display: block;
	width: 58px;
	height: 27px;
}

.menu .home a:hover, .menu .home a.selected {
	background: url('images/menu-home.png') no-repeat 0 -27px;
}

.menu .blog a {
	background: url('images/menu-blog.png') no-repeat 0 0;
	display: block;
	width: 54px;
	height: 27px;
}

.menu .blog a:hover, .menu .blog a.selected {
	background: url('images/menu-blog.png') no-repeat 0 -27px;
}

.menu .services a {
	background: url('images/menu-services.png') no-repeat 0 0;
	display: block;
	width: 82px;
	height: 27px;
}

.menu .services a:hover, .menu .services a.selected {
	background: url('images/menu-services.png') no-repeat 0 -27px;
}

.menu .portfolio a {
	background: url('images/menu-portfolio.png') no-repeat 0 0;
	display: block;
	width: 89px;
	height: 27px;
}

.menu .portfolio a:hover, .menu .portfolio a.selected {
	background: url('images/menu-portfolio.png') no-repeat 0 -27px;
}

.menu .about a {
	background: url('images/menu-about.png') no-repeat 0 0;
	display: block;
	width: 66px;
	height: 27px;
}

.menu .about a:hover, .menu .about a.selected {
	background: url('images/menu-about.png') no-repeat 0 -27px;
}

.menu .contact a {
	background: url('images/menu-contact.png') no-repeat 0 0;
	display: block;
	width: 74px;
	height: 27px;
}

.menu .contact a:hover, .menu .contact a.selected {
	background: url('images/menu-contact.png') no-repeat 0 -27px;
}

.widecolumn {
	padding: 20px;
}

.narrowcolumn {
	width: 550px;
	padding: 10px 0 0 20px;
	float: left;
}

#content ul, #content ol {
	padding-bottom: 6px;
	font-size: 1.2em;
}

#content ul ul, #content ul ol, #content ol ul, #content ol ol {
	font-size: 1em;
}

#content ul li, #content ol li {
	margin-left: 2.5em;
	padding-bottom: 2px;
}

#content ul li {
	list-style-image: url('images/bullet.png');
}

#sidebar {
	width: 225px;
	padding: 0 0 0 10px;
	margin: 10px 20px 0 0;
	float: right;
	list-style: none;
	border-left: 1px solid #d9d9d9;
	text-align: left;
}

#sidebar .widget {
	margin: 0 0 40px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #b2b2b2;
	position: relative;
	font-size: 1.1em;
}

#sidebar .widget ul, #sidebar .widget ol {
	font-size: 1em;
}

#sidebar .widget li {
	list-style-image: url('images/bullet.png');
	margin-left: 2em;
}

#sidebar .widgettitle {
	color: #ff6633;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-bottom: 5px;
	border-top: 4px solid #666666;
	border-bottom: 2px dashed #d9d9d9;
}

#sidebar .spacer {
	height: 130px;
}

#twitterbird {
	position: absolute;
	top: -30px;
	right: -5px;
}

#client-login {
	background: url('images/client-login-bg.png') no-repeat top;
	width: 300px;
	height: 170px;
	position: absolute;
	top: -170px;
	right: 13px;
	text-align: left;
}

#client-login h4 {
	padding: 6px;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #ff6633;
	line-height: 45px;
}

#client-login p {
	padding: 0 6px 11px;
	font-size: .9em;
	color: #666666;
}

#client-login-x {
	display: block;
	background: url('images/client-login-x.png') no-repeat;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 8px;
	right: 8px;
}

#client-login-button {
	display: block;
	background: url('images/client-login-bg.png') no-repeat bottom right;
	color: #666666;
	width: 105px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	position: relative;
	top: -20px;
	left: 700px;
}

#footer {
	background: #666666;
	color: #ffffff;
	padding: 20px 0;
	width: 819px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2em;
	position: relative;
}

#footer ul {
	list-style-type: none;
}

#footer a {
	color: #ffffff;
}

#footer li {
	float: left;
}

#footer .left {
	width: 233px;
	text-align: left;
	position: relative;
	left: -6px;
}

#footer .left form {
	position: relative;
	left: 16px;
}

#footer .left form input {
	width: 150px;
	background: #d7d7d7;
	border: 0;
}

#footer .left form .submit {
	width: 66px;
	height: 23px;
	background: url('images/form-button.png') no-repeat bottom;
	color: #fff;
	border: 0;
}

#footer .center {
	width: 350px;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
}

#footer .center a {
	padding: 0 3px;
}

#footer .center a:hover {
	text-decoration: underline;
}

#footer .right {
	width: 233px;
	text-align: right;
}

#home-blurb {
	background: url('images/home-blurb.png') no-repeat;
	width: 790px;
	height: 58px;
	padding: 10px 20px;
	margin: 0 auto;
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	overflow: hidden;
	text-align: left;
}

#home-blurb p {
	margin: 0;
	padding: 0;
}

#slide {
	width: 888px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	left: -12px;
}

#slideshow {
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#prev {
	display: block;
	background: url('images/prev.png') no-repeat;
	width: 28px;
	height: 30px;
	position: absolute;
	left: 1px;
	top: 45%;
	z-index: 5;
}

#next {
	display: block;
	background: url('images/next.png') no-repeat;
	width: 28px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 45%;
	z-index: 5;
}

#home-headline {
	background: url('images/home-headline.png') no-repeat;
	width: 790px;
	height: 20px;
	margin: 15px auto;
	padding: 0 20px;
	color: #666666;
	font-size: 1.2em;
	line-height: 20px;
	overflow: hidden;
}

#home-headline a {
	color: #666666;
}

#home-sections {
	list-style-type: none;
	background: url('images/home-sections-bg.png') no-repeat;
	width: 824px;
	height: 183px;
	padding: 20px 12px 0;
	position: relative;
	left: -4px;
}

#home-sections li {
	margin: 0;
	padding: 0;
	float: left;
	width: 25%;
}

#home-sections img {
	display: block;
	margin: 0 auto;
}

#home-sections h2 {
	margin: 0 10px;
	font-size: 1.3em;
	text-align: left;
}

#home-sections h2 a {
	color: #666666;
}

#home-sections p {
	margin: 5px 10px 0;
	font-size: 1.1em;
	color: #666666;
}

#blog-decoration-left {
	background: url('images/blog-decoration-left.png') no-repeat;
	width: 226px;
	height: 604px;
	position: absolute;
	top: 170px;
	left: -222px;
	z-index: 1;
}

#blog-decoration-right .top {
	background: url('images/blog-decoration-right-top.png') no-repeat;
	width: 149px;
	height: 175px;
	position: absolute;
	top: -340px;
	right: -106px;
	z-index: 0;
}

#blog-decoration-right .bottom {
	background: url('images/blog-decoration-right-bottom.png') no-repeat;
	width: 323px;
	height: 237px;
	position: absolute;
	top: -165px;
	right: -106px;
	z-index: 0;
}

#blog-bottom {
	background: url('images/page-bg.png') repeat-y;
}

#blog-bottom-header {
	background: url('images/page-header.png') no-repeat;
	height: 10px;
}

#blog-bottom-footer {
	background: url('images/page-footer.png') no-repeat top;
	clear: both;
	height: 12px;
}

#blog-bottom, #blog-bottom-header, #blog-bottom-footer {
	position: relative;
	top: -10px;
}

#recent .post {
	width: 267px;
	margin: 0 0 15px;
	text-align: left;
	border: 1px solid #d9d9d9;
	position: relative;
	}

#recent .post h2 {
	text-align: left;
	}

#recent .postdata {
	height: 200px;
	overflow: hidden;
	padding: 8px 8px 0;
	margin-bottom: 20px;
}

#recent .postdata .more{
	position: absolute;
	bottom: 28px;
	right: 8px;
}

#recent .postmetadata {
	font-size: 1em;
	padding: 5px;
	color: #ffffff;
	background: #666666;
	text-align: right;
	height: 22px;
}

#recent .postmetadata a {
	color: #ffffff;
}

#services {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 570px;
	position: relative;
	left: -10px;
}

#services .service {
	list-style: none;
	float: left;
	width: 135px;
	height: 107px;
	line-height: 1.3em;
	overflow: hidden;
	margin: 15px 0 0 0;
	padding: 0 20px 5px 35px;
	position: relative;
	text-align: left;
	font-size: .9em;
}

#services .service h2 {
	color: #ff6633;
	text-transform: uppercase;
	font-size: 1.1em;
	width: 153px;
	position: relative;
}

#services .service img {
	position: absolute;
	top: 0;
	left: 0;
}

#portfolio {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#portfolio .site {
	list-style: none;
	background: #f5f5f5;
	float: left;
	width: 550px;
	margin: 0 0px 15px;
	padding: 5px;
	position: relative;
	font-size: .9em;
}

#portfolio .site h2 {
	color: #ff6633;
	/* text-transform: uppercase; */
	font-size: 1.7em;
	font-weight: normal;
}

#portfolio .site img {
	/*width: 234px;
	height: 132px;*/
	padding: 2px;
	margin-right: 15px;
	background: url('images/screenshot-bg.png') no-repeat;
	float: left;
}

#portfolio .site .meta {
	color: #ff6633;
	margin: 6px 0;
	}

#portfolio .site .meta .work {
	width: 170px;

	float: right;
	}

#portfolio .site .meta a {
	color: #676767;
	}

#contact-form {
	width: 60%;
	margin: 0 auto;
	text-align: left;
}

#contact-form input, #contact-form textarea, #contact-form select {
	width: 100%;
	border: 1px solid #b2b2b2;
}

#contact-form .submit input {
	float: right;
	background: url('images/form-button.png') no-repeat;
	width: 66px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	border: 0;
}

#text-358312431 {
	background: url('images/contact-form.png') no-repeat;
	width: 197px;
	height: 301px;
	padding: 40px 15px 0!important;
	border: 0!important;
}

#text-358312431 .widgettitle {
	border: 0;
}

#text-358312431 input, #text-358312431 textarea {
	width: 100%;
	border: 1px solid #b2b2b2;
	background: #d7d7d7;
}

#text-358312431 textarea {
	height: 75px;
}

#text-358312431 .submit input {
	float: right;
	background: url('images/form-button.png') no-repeat;
	width: 66px;
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	border: 0;
}

#execphp-358386431 {
	margin: -20px 0 8px -4px!important;
	padding-bottom: 0!important;
	border: 0!important;
}

.infobox {
	background: url('images/infobox-bg.png') repeat-y;
	width: 510px;
	padding: 5px 15px 0;
	}

.infobox-top {
	background: url('images/infobox-top.png') no-repeat top;
	width: 540px;
	padding-top: 10px;
	}

.infobox-bottom {
	background: url('images/infobox-bottom.png') no-repeat bottom;
	width: 540px;
	padding-bottom: 10px;
	}

.infobox h3 {
	color: #ff6633;
	text-transform: uppercase;
	font-size: 1.8em;
	padding-bottom: 10px;
}

.infobox p {
	color: #666666;
	font-size: 1.1em;
}

.infobox .alignright {
	position: relative;
	top: -16px;
}

.wp-pagenavi {
	margin: 10px 0 0;
	padding: 5px 0 0;
	text-align: center;
}

.wp-pagenavi a {
	border-color: #ff6633!important;
	color: #ff6633!important;
}

.wp-pagenavi a:hover, .wp-pagenavi .current {
	border-color: #000000!important;
	color: #000000!important;
}

.wp-pagenavi .pages {
	display: none;
}

#featured .wp-pagenavi {
	margin: 0;
}

h1 {
	color: #ff6633;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

p {
	font-size: 1.2em;
	padding-bottom: 8px;
}

.postmetadata {
	font-size: 1em;
	padding: 5px 0 10px 0;
	color: #999;
}

small {
	font-size: .9em;
	color: #999;
}

a {
	color: #ff6633;
	text-decoration: none;
}

a:hover {
	color: #f43d00;
}

img {
	border: 0;
}

fieldset {
	border: 1px dashed #bbb;
	padding: .5em;
}

table {
	width: 100%;
	border: 1px dashed #bbb;
}

th {
	border: 1px dashed #bbb;
	border-bottom: 1px solid #999;
	padding: 2px;
}

td {
	border: 1px dashed #bbb;
	padding: 2px;
}

blockquote {
	margin: .5em 2.5em;
	padding: .5em;
	border: 1px dashed #bbb;
	background: url('images/blockquote-bg.png') repeat;
}

.blockquote-open {
	background: url('images/blockquote-open.png') no-repeat top left;
	padding: .5em 0 0 .5em;
	margin: 1em;
}

.blockquote-close {
	background: url('images/blockquote-close.png') no-repeat bottom right;
	padding: 0 .5em .5em 0
}

kbd, tt, code {
	font-size: 1.2em;
	overflow: auto;
}

code, .code {
	display: block;
	color: #090;
	margin: .5em 1.5em;
	padding: 0 .5em;
	border: 1px dashed #090;
	background: url('images/code-bg.png') repeat;
}

pre {
	font-size: 1.4em;
	overflow: auto;
}

.code-open {
	background: url('images/code-open.png') no-repeat top left;
	padding: .5em 0 0 .5em;
	margin: 1.5em;
}

.code-close {
	background: url('images/code-close.png') no-repeat bottom right;
	padding: 0 .5em .5em 0
}

.avatar {
	float: right;
	margin-left: 5px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignright {
	margin: 0 0 3px 6px;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 6px 3px 0;
}

.wp-caption {
	text-align: center;
	border: 1px dashed #bbb;
	padding: .5em;
	background: url('images/code-bg.png') repeat;
}

.clear {
	clear: both;
	font-size: 1px;
}

.hidden {
	display: none;
}

.divider {
	clear: both;
	border-bottom: 1px solid #d4d4d4;
	height: 15px;
	margin-bottom: 15px;
}

.aktt_credit {
	display: none;
}

li.twitter {
	list-style: none!important;
	margin: 0 0 0 10px!important;
	padding-left: 20px;
	background: url('images/mini-twitter.png') no-repeat left;
}

li.facebook {
	list-style: none!important;
	margin: 3px 0 0 10px!important;
	padding-left: 20px;
	background: url('images/mini-facebook.png') no-repeat left;
}

li.myspace {
	list-style: none!important;
	margin: 3px 0 0 10px!important;
	padding-left: 20px;
	background: url('images/mini-myspace.png') no-repeat left;
}

img#wpstats{
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

#twitter_update_list li { 
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #efefef;
}

.entry .tags {
	width: 450px;
	}