/* @group reset */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

/* @end */

/* @group default */

body {
	font: 14px/20px "DistrictThin", Helvetica, Arial, sans-serif;
	overflow: hidden;
	background: url(../images/me.jpg);
}



/* @group anchor */

a {
	color: #C6D819;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #FC0;
}

a:active {
	color: #036;
}

/* @end */



strong {
	color: #C6D819;
}

small {
	color: #000;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 60px;
	padding: 0 20px;
	background-color: #fff;
	margin-bottom: 20px;
	clear: both;
}

.activate h2 {
	display: none;
}

h3 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

h3 a {
	color: #222;
}

h3 a:hover,
h3 a:focus {
	text-decoration: underline;
	color: #333;
}

h3 a:active {
	color: #000;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

h6{
	font-size:12px;
	font-weight: normal;
}

/* @end */

/* @group wrapper */

#wrapper {
	border: 10px solid #C6D819;
	padding: 30px 0;
	background-color: #222;
	
}

.activate #wrapper {
	border: 0;
	padding: 0;
}


/* @end */

/* @group header */

#header {
	background: #C6D819;
	position: fixed;
	top: 50%;
	left: 50%;
	right: 0;
	height: 320px;
	margin: -160px 0 0 250px;
	border-right: 10px solid #C6D819;
	       

	z-index: 1;
	

}

#logo {
	position: absolute;
	float:right;
	
	margin-left:10px;
	margin-top:10px;
}



/* @group navigation */

#navigation {
	line-height: 38px;
	width: 100%;
	margin-top:160px;
}

#navigation em {
	font-style: normal;
}

#navigation a {
	float: left;
	clear: both;
	padding: 1px 20px;
	color: #fff;
	font-size: 18px;
	text-transform: lowercase;
	background-color: #C6D819;
	border-right: 10px solid #C6D819;
	
}

#navigation a:hover,
#navigation a:focus {
	background-color: #d9e028;
}

#navigation a:active {
	padding: 2px 20px 0;
}

.work #navigation #nav-work a,
.workdetail #navigation #nav-work a,
.clients #navigation #nav-clients a,
.about #navigation #nav-about a,
.contact #navigation #nav-contact a,
.contactus #navigation #nav-contact a,
.contactus-thanks #navigation #nav-contact a {
	color: #C6D819;
	background-color: #fff;
}

.work #navigation #nav-work a:hover,
.workdetail #navigation #nav-work a:hover,
.clients #navigation #nav-clients a:hover,
.about #navigation #nav-about a:hover,
.contact #navigation #nav-contact a:hover,
.contactus #navigation #nav-contact a:hover,
.contactus-thanks #navigation #nav-contact a:hover,
.work #navigation #nav-work a:focus,
.workdetail #navigation #nav-work a:focus,
.clients #navigation #nav-clients a:focus,
.about #navigation #nav-about a:focus,
.contact #navigation #nav-contact a:focus,
.contactus #navigation #nav-contact a:focus,
.contactus-thanks #navigation #nav-contact a:focus,
 {
	color: #e3e95d;
}

/* @end */

/* @end */

/* @group content */

#content {
	width: 740px;
	margin: 20px auto;
	background-color: #fff;
	
	
}

.activate #content {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 320px;
	margin: -160px 0 0 -490px;
	border-right: 0;
	opacity: .9;
}

.node {
	height: 320px;
	position: relative;
}

.activate .node {
	display: none;
}

.work #work.node,
.clients #clients.node,
.about #about.node,
.contact #contact.node,
.contactus #contactus.node,
.contactus-thanks {
	display: block;
}

/* @end */

/* @group footer */

#footer {
	width: 740px;
	color: #e3e950;
	font-size: 11.5px;
	overflow: hidden;
	
}

.activate #footer {
	position: absolute;
	width: 740px;
	top: 50%;
	left: 50%;
	margin: 180px 0 0 -510px;
}


#footer a {
	color: #C6D819;
	
}

#footer a:hover,
#footer a:focus {
	color: #e3e950;
}

#footer a:active {
	color: #fff;
}

#footer ul,
#footer p {
	float: right;
}

#footer li {
	float: left;
	margin-left: 7px;
	padding-left: 4px;
	
}


/* @end */

/* @group donotwant */

#border {
	display: none;
}

.activate #border {
	display: block;
}

#border li {
	position: absolute;
	background-color: #C6D819;
}

#border-top {
	height: 10px;
	top: 0;
	right: 0;
	left: 0;
}

#border-right {
	width: 10px;
	top: 0;
	right: 0;
	bottom: 0;
}

#border-bottom {
	height: 10px;
	bottom: 0;
	right: 0;
	left: 0;
}

#border-left {
	width: 10px;
	top: 0;
	bottom: 0;
	left: 0;
}

/* @end */

/* @group specific */

/* @group work */
#work {
	border-right:10px solid #FFF;
	overflow:hidden;
}

#work ul {
	margin: 20px 0 0 20px;
	height: 280px;
	width: 2000px;
}

#work ul li {
	border-right: 20px solid #fff;
	height: 280px;
	float: left;
	width: 100px;
	overflow: hidden;
	position: relative;
	webkit-transition: all .5s ease-in;
	opacity: 1;
}

#work ul li div {
	position: absolute;
	width: 160px;
	height: 280px;
	left: 240px;
	top: 0;
/*	opacity: 0;*/
/*	-webkit-transition: all .75s ease-in;*/
}

#work ul:hover li {
/*	opacity: .75;*/
}

/*.safari #work ul:hover li {
	width: 40px;
}*/

#work ul li:hover div {
/*	opacity: 1;*/
}

#work ul li:hover {
/*	opacity: 1;*/
}

/*.safari #work ul li:hover {
	width: 400px;
}*/

#work img {
/*	-webkit-transition: all .5s ease-in;*/
	height: 280px;
	padding: 0;
	-ms-interpolation-mode: bicubic;
}

/*.safari #work ul:hover li img {
	height: 240px;
	padding: 20px 0;
}

.safari #work ul li:hover img {
	height: 280px;
	padding: 0;
}*/

#work h3 {
	padding-top: 10px;
}

#work .link {
	margin-bottom: 10px;
	height: 20px;
	overflow: hidden;
	width: 160px;
}

#work .link a {
	font-weight: normal;
}

#work .permlink {
	position: absolute;
	width: 160px;
	bottom: 0;
	left: 0;
	text-transform: lowercase;
	line-height: 40px;
	border-top: 2px solid #ddd;
}

/* @end */

/* @group about */

#about {
	height: 300px;
	padding: 20px 20px 0;
}

#about-intro {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

#about-intro small {
	font-size: 14px;
	display: block;
	color: #000;
	font-weight: bold;
}

#about-about {
	width: 340px;
	float: left;
}

#about-about img {
	float: left;
	margin: 0 7px -4px 0;
}

#about-about p {
	margin-bottom: 10px;
	font-size:13px;
}

#services-list {
	width: 340px;
	float: right;
	margin: 0 0 10px 10px;
	padding-top: 11px;
	padding-bottom: 11px;
	border-top: 3px dotted #666;
	border-bottom: 3px dotted #666;
}

#services-list h1{
	font-size: 18px;
	font-color:#C6D819; 
}

#services-list ul{
	float:left;
	margin-right: 10px;
	margin-top:4px;
	padding-top:2px;
	padding-bottom:2px;
	height:180px;
	width:160px;
}




/* @end */

/* @group clients */

#clients {
	height: 300px;
	padding: 20px 0 0 20px;
}

#clients li {
	float: left;
	margin: 0 20px 20px 0;
	width: 150px;
	padding-left: 10px;
	line-height: 40px;
	background-color: #999;
	color: #ccc;
}

#clients li a {
	font-weight: normal;
	display: block;
	line-height: 38px;
	margin-left: -10px;
	padding: 1px 0 1px 10px;
	background-color: #999;

}

li#clients-you a {
	background-color: #e3e950;
	color: #fff;
	font-weight: bold;
}

#clients li a:hover,
#clients li a:focus {
	background-color: #666;
	
}

li#clients-you a:hover,
li#clients-you a:focus {
	background-color: #C6D819;

}

#clients li a:active {
	padding: 2px 0 0 10px;
}

#clients p {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
	border-bottom: 3px dotted #666;
	margin-right:20px;

}

#clients p small {
	display: block;
	font-size: 14px;
	
}

/* @end */

/* @group contact */

/* @group biglinks */

#biglinks {
	position: absolute;
	top: 20px;
	left: 20px;
}

#biglinks li {
	float: left;
	margin-right: 20px;
}

#biglinks li a {
	float: left;
	width: 420px;
	height: 40px;
	padding: 100px 0 140px;
	background: #ddd url(../images/contact.png) no-repeat center 160px;
	text-align: center;
	font-size: 22px;
	text-transform: lowercase;
	-webkit-transition: background-color .1s linear;
}

#biglinkssend li a  {
	float: left;
	width: 650px;
	height: 40px;
	padding: 100px 0 140px;
	margin-top:20px;
	margin-left: 45px;
	background: #ccc url(../images/sent.png) no-repeat center 160px;
	text-align: center;
	font-size: 22px;
	text-transform: lowercase;
	-webkit-transition: background-color .1s linear;
}

#biglinks li a small, #biglinkssend li a small  {
	font-size: 16px;
	display: block;
}

#biglinks li a:hover, #biglinkssend li a:hover,
#biglinks li a:focus, #biglinkssend li a:focus {
	background-color: #ccc;
}

#biglinks li a:active, #biglinkssend li a:active {
	padding: 101px 0 139px;
	background-position: center 161px;
}

/* @end */

/* @group megankeatley */

#megankeatley {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 220px;
	border-top: 3px dotted #666;
}

#megankeatley a {
	display: block;
}

#megankeatley h1{
	margin-top: -10px;
}

#megankeatley li {
	border-bottom: 3px dotted #666;
	padding: 8px 10px;
}

#megankeatley small,
#megankeatley .street-address,
#megankeatley .state-name {
	display: block;
}

#megankeatley .type,
#megankeatley .fn {
	display: none;
}

#megankeatley .org {
	font-size: 20px;
}

#megankeatley .org a {
	color: #C6D819;
	padding: 14px 0;
}

#megankeatley .org a:hover,
#megankeatley .org a:focus {
	color: #C6D819;
}

#megankeatley .org a:active {
	padding: 15px 0 13px;
}

#megankeatley .googlevoice {
	margin-left: -20px;
}



/* @end */

/* @group form */



form label {
	font-weight: bold;
}

form p {
	margin-bottom: 20px;
}


form input,
form textarea {
	border: 3px dotted #666;
	padding: 8px;
	height: 20px;
	color: #999;
}

form .forgotten input,
form .forgotten input:hover {
	border-color: #d82424;
}

form .forgotten input:focus {
	border-color: #C6D819;
}

form input:hover,
form textarea:hover {
	border-color: #666;
	color: #666;
}

form input:focus,
form textarea:focus {
	border-color: #bbb;
	color: #333;
}

form .button a {
	line-height: 38px;
	padding: 1px 0;
	text-align: center;
	color: #fff;
	text-transform: lowercase;
	background-color: #C6D819;
	
}

/*form .button a.disabled,
form .button a.disabled:hover,
form .button a.disabled:focus {
	background-color: #999;
	cursor: default;
}*/


form .button a:hover,
form .button a:focus {
	background-color: #E7F206;
}

form .button a:active {
	padding: 2px 0 0;
}


input.special {
	display:none;
}




/* @end */


/* @group contactus */

#contactus {
	padding: 20px;
}

.activate #contactus fieldset {
	display: none;
}

.contactus #contactus fieldset#contactus-form,
.contactus-thanks #contactus fieldset#contactus-thanks {
	display: block;
}

#contactus h3 {
	display: none;
}

#contactus textarea {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 320px;
	height: 200px;
}

#contactus .button a {
	position: absolute;
	top: 260px;
	right: 20px;
	width: 340px;
}

#contactus-help {
	background-color: #ddd;
	padding: 20px;
	width: 300px;
	position: absolute;
	top: 200px;
	left: 20px;
}

#contactus label {
	float: left;
	line-height: 40px;
	width: 120px;
}

#contactus input {
	width: 200px;
}

#contactus #contactus-thanks p {
	font-size: 18px;
	font-weight: bold;
	padding-top: 140px;
	text-transform: lowercase;
	float: none;
	width: 100%;
	text-align: center;
}

#contactus #contactus-thanks p small {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #999;
	text-shadow: #fff 0 1px 1px;
}

/* @end */

/* @group 404 */

body#error {
	background-color: #fff;
}

body#error #donotwant {
	display: block;
}

body#error #donotwant li {
	background-color: #ddd;
}

body#error p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -285px 0 0 -325px;
}

body#error p a {
	display: block;
	padding-top: 520px;
	text-align: center;
	width: 650px;
	background: url(../img/404.png) no-repeat 0 0;
	color: #222;
	font-size: 18px;
}

body#error p a:active {
	background-position: -650px 0;
}

body#error p a small {
	display: block;
	font-size: 14px;
}

/* @end */

/* @group workdetail */

#workdetail {
	overflow: hidden;
	position: relative;
}

#workdetail p {
	margin-bottom: 20px;
}

#workdetail .copy {
	float: right;
	width: 220px;
	padding: 80px 20px 0 0;
}

#workdetail h2 {
	font-size: 24px;
	line-height: 30px;
	padding: 0;
	background-color: transparent;
	margin-bottom: 20px;
	clear: none;
}

#workdetail .link {
	margin-top: -20px;
	height: 20px;
	overflow: hidden;
}

#workdetail small {
	float: left;
	background-color: #C6D819;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 4px;
	margin: 2px 7px 0 0;
	line-height: 16px;
}

#workdetail .intro {
	font-weight: bold;
}

#workdetail .large {
	padding: 20px 0 0 20px;
}

#workdetail .medium {
	height: 220px;
	padding: 0 0 20px 20px;
}

#workdetail .medium li {
	float: left;
	margin-right: 20px;
}





/* @end */

