/* LAST UPDATED 10.01.2010 */

/*

	Table of Contents

	I.    DEFAULTS
	II.   NAVIGATION DEFAULTS
	III.  STRUCTURE & TYPOGRAPHY
	IV.   TABLES
	V.    HEADINGS
	VI.   PORTFOLIO LISTS
	VII.  FONTS

	Original CSS and Markup by: Simon Foust, simonfoust.com


*/

.green { color: #76ae27; }
.blue { color: #a2d3d8; }
.black {color: #3a3737; }

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

body {
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #7b7b7b;
	background: #fff url('http://moxiepear.com/Images/bg.gif') repeat;
}

p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em;
}

* p:last-child { padding: 0; }

#mainContent a {
    color: #f0db58;
    font-weight: bold;
}

#mainContent a:hover { color: #7b7b7b; }

a {
	color: #7b7b7b;
        text-decoration: none;
}

a:hover { color: #f0db58; }

img { display: inline-block; }

.alignLeft {
	float: left;
	margin: .35em 1.25em .5em 0;
}

.alignRight {
	float: right;
	margin: .35em 0 .5em 1.25em;
}

a img { border: 0; }

ul, ol { margin: 0 0 0 3em; }

ul.resources {
	list-style: none;
	margin: 0;
}

ul.resources li {
	font-family: 'Clarendon', Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0 0 .5em;
}

.right { text-align: right; }
.left { text-align: left; }

.small { font-size: 11px; }
.medium { font-size: 13px; }
.large { font-size: 17px; }
.x-large {
	font-size: 18px;
	padding: 10px 0 2px;
}

p.large { padding-bottom: .7em; }

.serif { font-family: Helvetica, Arial, sans-serif; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	nav li {
		padding: 0 0 2px;
		background: none;
	}

	nav li a {
		display: block;
		padding: 10px 10px 10px 30px;
		line-height: 19px;
                color: #ced1d2;
		font-size: 13px;
		text-transform: lowercase;
	}

	nav li a:hover, nav li a.hovering, nav li.active a, body#page-about li#nav-about a, body#page-contact li#nav-contact a, body#page-clients li#nav-clients a {
		color: #ced1d2;
	}

	nav li a:focus { outline: none; }

	nav span { font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;  }

/* submenu */

nav ul ul {
	padding: 0;
}

	nav li li {
		padding: 0;
		background: none;
	}

	nav li li a {
		padding: 2px 2px 5px 42px;
		line-height: 1.3em;
		color: #7b7b7b !important;
		font-size: 12px;
	}

	nav li li a:hover, nav li.active li a { background: none; }

	nav li li a:hover { color: #ced1d2 !important; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

header, section, footer, aside, nav, article, figure { display: block; }

#wrap {
	margin: 40px auto;
	width: 864px;
}

	#header {
		margin: 0 auto;
		width: 850px;
		height: 105px;
		background: #fff;
	}

		#logo {
			display: block;
			width: 293px;
			height: 65px;
			margin-left: 20px;
                        padding-top: 20px;
		}

	#content { line-height: 1.5em; }

		#sidebar {
			float: left;
			width: 213px;
		}

			#sidebar #newsletterBox {
				clear: both;
				padding: 25px 15px 5px 20px;
				overflow: hidden;
			}

			#sidebar #newsletterBox strong {
				display: block;
				padding: 0 0 5px;
			}

			#sidebar #newsletterBox .cat_textbox {
				margin: 0;
				float: right;
				width: 165px;
			}

			#sidebar #newsletterBox .cat_button {
				float: right;
				margin: 8px 0 0;
			}

			#sidebar .content {
				clear: both;
				padding: 35px 0 25px 25px;
			}

		#slider {
			float: right;
			margin-right: 14px;
			width: 621px;
			height: 315px;
			overflow: hidden;
		}

			#slider ul {
				list-style: none;
				margin: 0;
				padding: 0;
				width: 621px;
				height: 216px;
			}

				#slider li {
					float: left;
					width: 621px;
					height: 315px;
				}

		#content .content {
                        float: right;
			padding: 20px 20px 50px 0px;
			width: 612px;
			line-height: 1.35em;
		}

		#mainContent {
			float: right;
			padding: 0em 1.5em 2em 0;
			width: 595px;
			line-height: 1.35em;
		}

			.greenContent {
				margin-bottom: 1.5em;
				padding: 10px 15px;
				width: 539px;
				height: 379px;
				background: url('../Images/bg-greenContent.gif') top left no-repeat;
			}

				.greenContent a { color: #fff; }
				.greenContent a:hover { color: #444; }

				.greenContent ul {
					list-style: none;
					margin: 0;
				}

					.greenContent li {
						padding: 0 0 5px 16px;
						background: url('../Images/bg-asterisk.png') 3px 4px no-repeat;
					}

					.greenContent li a { display: block; }

			ul.projects {
				list-style: none;
				font-size: 11px;
				line-height: 1;
				margin-left: -7px;
				overflow: hidden;
			}

				ul.projects li { float: left; }

				ul.projects strong {
					display: inline-block;
					margin: 3px 0;
					padding: 0 0 0 7px;
				}

				ul.projects li a {
					display: inline-block;
					text-transform: lowercase;
					margin: 3px 0;
					padding: 0 7px;
					border-right: 1px #444 solid;
				}

				ul.projects li.last a { border: 0; }

	#featured { position: relative; }

		#featured .box {
			float: left;
			margin-left: 6px;
			height: 208px;
                        padding-top: 0px;
                        padding-bottom: 10px;
                        padding-left: 11px;
		}

		#featured .box p, #featured .content { padding: 0 .75em 1em 1em; }

		#featured .news {
			width: 237px;
			margin-left: 6px !important;
			font-size: 11px;
                        line-height: 16px;
		}

		#featured .testimony {
			width: 235px;
			font-size: 11px;
                        line-height: 16px;
		}

		#featured .misc {
			width: 310px;
			font-size: 12px;
		}

			#featured .misc form { padding: 1em 0; }

			#social {
                                float: right;
				margin-top: 0px;
                                margin-bottom: 10px;
                                margin-right: 310px;
				padding: 0px;
			}

				#sidebar #social { margin: 30px 0 0 25px; }

				#social img {
					float: left;
					margin-right: 9px;
				}

		#featured .dashes {
			position: absolute;
			top: -15px;
                        margin-top: 5px;
                        left: 2px;
		}

		#featured .one { left: 268px; }

		#featured .two { right: 341px; }

	#footer {
		padding-top: 4px;
		background: #fff top no-repeat;
                width: 850px;
                margin-left: 7px;
	}

		#footer .content {
			margin: 0 auto;
                        font-size: 12px;
			width: 850px;
			padding: 1.7em 0 1.3em;
			text-align: center;
			background-color: #fff;
		}

.wrap {
	margin: 0 auto;
	width: 850px;
	background-color: #fff;
	overflow: hidden;
}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: .75em;
}

	table table { margin-bottom: 0; }

	table.short {
		margin: 0 auto;
		width: 50%;
	}

	.greenContent table { margin: 0; }

td {
	vertical-align: top;
	padding: 0 .75em .75em 0;
}

	table.short td {
		text-align: right;
		vertical-align: bottom;
	}

	.greenContent td { padding-bottom: 0; }

/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 .7em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }

#mainContent h1 {
	padding: .25em 0 .9em 0;
	font-size: 32px;
        color: #ced1d2;
	text-transform: lowercase;
        font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	line-height: 22px;
}

#mainContent h2 {
	padding: 0 0 .5em 0;
	font-size: 24px;
	color: #ced1d2;
	text-transform: lowercase;
}

	#mainContent h1.special, #mainContent h2.special {
		font-family: "Trebuchet MS", Arial, sans-serif;
		font-weight: bold;
		font-size: 26px;
		line-height: 22px;
	        color: #ced1d2;

	}

		#mainContent h1.special span, #mainContent h2.special span {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-weight: normal;
			font-size: 16px;
			color: #7b7b7b;
		}

	nav li a h2 {
		font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 15px;
		padding: 0;
		color: #7b7b7b;
	}

	nav li a:hover h2, nav li a.hovering h2, nav li.active a h2 { color: #fbdd37; }

	#mainContent .greenContent h1, #mainContent .greenContent h2 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 25px;
		line-height: 1.1em;
		color: #fff;
		background: none;
		padding: 0 0 5px;
	}

	#mainContent h1.black, #mainContent h1.black {
		font-weight: bold;
		color: #000;
	}

h3 { font-size: 22px; }

	#featured .box h3 {
		margin-bottom: .35em;
		padding: .15em 0 .15em;
		text-align: center;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
		line-height: 25px;
	}

	#featured .box h3 span {
		font-family: 'Clarendon', Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 19px;
		color: #fff;
	}

	#featured .news h3 { background-color: #ced1d2; }

	#featured .testimony h3 { background-color: #ced1d2; }

	#featured .misc h3 { background-color: #ced1d2; }

	#mainContent h3 {
		padding-left: 1em;
		font-size: 28px;
		color: #f0db58;
		background: url('../Images/asterisk-small.png') 0 5px no-repeat;
	}

h4 { font-size: 18px; }

#mainContent h1.blue, #mainContent h2.blue, #mainContent h3.blue, #mainContent h4.blue { color: #a2d3d8; }

/* -----------------------------------------------------------
		VI. PORTFOLIO LISTS
----------------------------------------------------------- */

.moreImages {
	float: left;
	display: block;
	padding: 20px 8px 0 0;
}

ul#numbersList {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
	overflow: hidden;
}

	ul#numbersList li {
		float: left;
		padding: 0;
		margin: 0 1px 0 0;
	}

	ul#numbersList li a {
		text-indent: -4440px;
		display: block;
		width: 34px;
		height: 29px;
		background-repeat: no-repeat;
		background-image: url('../Images/bg-numbers.gif');
	}

	ul#numbersList li a:focus { outline: none; }

	ul#numbersList li a.no-01 { background-position: 0 0; }
	ul#numbersList li a.no-02 { background-position: -34px 0; }
	ul#numbersList li a.no-03 { background-position: -68px 0; }
	ul#numbersList li a.no-04 { background-position: -102px 0; }
	ul#numbersList li a.no-05 { background-position: -136px 0; }
	ul#numbersList li a.no-06 { background-position: -170px 0; }

ul#imagesList {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 561px;
	height: 400px;
	overflow: hidden;
}

	ul#imagesList li {
		float: left;
		margin: 0;
		padding: 0;
		width: 561px;
		height: 400px;
	}

	ul#imagesList li img {
		display: block;
		width: 561px;
		height: 400px;
	}

/* -----------------------------------------------------------
		VII. FONTS
----------------------------------------------------------- */

@font-face {
	font-family: 'PeaHollee';
	font-weight: normal;
	src: url("../Fonts/peahollee.eot")
}

@font-face {
	font-family: 'PeaHollee';
	font-weight: normal;
	src: url("../Fonts/peahollee.ttf")
}

@font-face {
	font-family: 'Interval';
	font-weight: normal;
	src: url("../Fonts/interval_bold.otf")
}

@font-face {
	font-family: 'Clarendon';
	font-weight: normal;
	src: url("../Fonts/clarendon_lt_bt_light.ttf")
}
