/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	background-color: #202020;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #999999;
	font-weight: normal;
	background-image: url(../img/bkg-2011.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

p {
	line-height: 1.4em;
}

/*.image-holder{
	background-image: url(../img/loader5.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	display: inline;
}*/

.green {
	color: #AFC835;
}

/* `Headings & Type
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
	background-image: url(../img/heading_contact.png);
}

#slogan {
	float: right;
	width: 235px;
}

#slogan h1 {
	color: #eeeeee;
	line-height: 1.5em;
	background-image: none;
	font-size: 1.2em;
}

h2 {
	font-size: 1.3em;
	color: #eeeeee;
}

h3{
	color:#333333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 8px;
}
h3 a {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 30px;
	width: auto;
}

h4 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
}

h5 {

}

h6 {

}

/* `Navigation
----------------------------------------------------------------------------------------------------*/

#navigation {
	float: right;

}


/*#navigation ul {

}
#navigation ul li {
	display: inline;
}


#navigation li a {
	color: #eee;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	margin-left: 40px;
}

#navigation li a:hover {
	text-decoration: none;
	color: #AFC835;
}

#navigation li.active a {
	color: #AFC835;
	text-decoration: none;
}*/

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#navigation ul {
	list-style-type: none;
	float:right;
}

#navigation li {
	float: left;
	margin-right: 30px;
	list-style-type: none;
}
#navigation li a {
	color: #bbb;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 6px;
	text-shadow: 0px 1px 1px #000;

}
#navigation li a:hover { color: #fff; }
#magic-line { position: absolute; bottom: -4px; left: 0; width: 100px; height: 4px; background: #aec834; }

#navigation ul li.last { margin-right: 0px; }
li.active a { color: #fff !important; }

/* `Layout
----------------------------------------------------------------------------------------------------*/

#container {
	margin-top: 15px;
	margin-left: 20px;
}

#masthead {
	margin-top: 15px;
	margin-bottom: 30px;
}

a.logo_dark {
	background-image: url(../img/logo_peekaboo.png);
	display: block;
	height: 35px;
	width: 176px;
	text-indent: -9999px;
	background-position: left bottom;
}

a:hover.logo_dark {
	background-image: url(../img/logo_peekaboo.png);
	display: block;
	height: 35px;
	width: 176px;
	text-indent: -9999px;
	background-position: left top;
}

.banner_top {
	background-image: url(../img/border_peek.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 25px;
	padding-bottom: 18px;
}

.banner_top img {
	float: left;
}

#content  {
	z-index: 1;
}

#content a {
	color: #DDDDDD;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#footer {
	margin-bottom: 70px;
	background-image: url(../img/border_peek.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 8px;
	margin-top: 24px;
	text-shadow: 0px 1px 1px #000;
}

#footer a {
	color: #dddddd;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#care {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/icon_care.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#care span {
	margin-left: 28px;
}

#copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}

/* `Portfolio Layout
----------------------------------------------------------------------------------------------------*/

.boxgrid { 
	width: 235px; 
	height: 160px; 
	float:left;   
	display:inline;
	position:relative;
}

.boxgrid:hover {z-index: 99; position: relative;}

.hover .boxgrid:hover {z-index: 99; position: relative;}

.boxgrid img {
	position: relative;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	z-index:5;
}

.boxgrid:hover img {
	position: relative;
	z-index: 1150;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.boxgrid .info {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 235px;
	display: none;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	padding-top: 180px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.boxgrid:hover .info {
	display: block; 
	z-index: 1100; 
	left: -10px;
	top: -10px;}

.boxgrid .info h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	color: #333;
	display: block;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-style: italic;
}

.boxgrid .info p {
	padding: 0;
	margin: 0;
	display: block;
	color: #444;
	font-size: 1em;
}

.new {
	position:absolute;
	top:0px;
	left:0px;
	background-repeat: no-repeat;
	background-color: #AEC834;
	color: #FFF;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	text-shadow: 0px 1px 1px #888;
	font-size: 1.2em;
	z-index: 10;


}

.boxgrid:hover .new {z-index: 1200;}

/* `Project Page
----------------------------------------------------------------------------------------------------*/

#carousel {
	width: 640px;
	height: 400px;
	padding-left: 150px;
	padding-right: 150px;
	overflow: hidden;
	margin-bottom: 25px;
}

#carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#carousel li {
	display: inline;
	float: left;
}

.project-info-1 {
	float: left;
	width: 350px;
	padding-right: 45px;
}

.project-info-1 a{
	color: #DDDDDD;
	text-decoration: none;
}

.project-info-1 a:hover{
	color: #AFC835;
	text-decoration: underline;
}

.project-info-2 {
	float: left;
	width: 185px;
	padding-right: 25px;
}
.project-info-2 ul {
	padding-top: 15px;
}
.project-info-2 li {
	background-image: url(../img/icon_list.png);
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.project-info-3 {
	float: left;
	width: 335px;
}

.project-info-3 .testimonialText {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	background-color: #3A3839;
}

.project-info-3 .testimonialbg {
	background-image: url(../img/testimonial_bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 335px;
}

/* Profile Page
----------------------------------------------------------------------------------------------------*/

#accordion h3 {
	margin: 0px;
	padding: 0px;
}

h3.ui-accordion-header a {
	text-decoration: none;
	display: block;
	width: 900px;
	color: #007EA9;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 50px;
	text-indent: -9999px;
	margin-bottom: 8px;
}

h3.ui-accordion-header a:hover {
	color: #67AE3E;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 400px;
}

h3.about a {
	background-image: url(../img/profile_about.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 400px;
}

h3.services a {
	background-image: url(../img/profile_services.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 400px;
}

h3.studio a {
	background-image: url(../img/profile_studio.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 400px;
}

h3.careers a {
	background-image: url(../img/profile_careers.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 400px;
}

h3.newsletters a {
	background-image: url(../img/profile_newsletter.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 400px;
}

h3.ui-state-active a{
	color: #67AE3E;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
}

h3.bottom {
	margin-bottom: 0px;
}
.profile-container {
	overflow: auto;
}


.ui-accordion-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.info-column {
	float: left;
	width: 280px;
	padding-right: 24px;
}

.info-column-wide {
	float: left;
	width: 480px;
	margin-left: 40px;
}

/* Page Specifics
----------------------------------------------------------------------------------------------------*/

.page-borders {
	padding-top: 24px;
	display: inline;
	float: left;
	width: 940px;
	background-image: url(../img/border_peek.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.page-borders li {
	margin-bottom: 6px;
}

.page-borders h1 {
	background-image: url(../img/heading_contact.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
	display: block;
	width: 940px;
	text-indent: -9999px;
	float: left;
}

.intlinks {
	text-shadow: 0px 1px 1px #000;
}

a.intlinks {
	color: #EEEEEE;
	text-decoration: none;
	margin-bottom: 15px;
	text-shadow: 0px 1px 1px #000;
}
a:hover.intlinks {
	color: #EEEEEE;
	text-decoration: underline;
}

/*
FORMS
---------------------------------------------------------------------------------------------------------------- */

#EmailForm {
    margin-bottom: 10px;
	padding: 0px;
}

#EmailForm .half {
	float: left;
	width: 230px;
}

#EmailForm .half input {
	width: 200px;
	padding: 5px;
	background-color: #4C4B4B;
	margin-top: 8px;
}

#EmailForm fieldset {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#EmailForm textarea {
	width: 430px;
	height: 80px;
	padding: 5px;
	background-color: #4C4B4B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	border: 1px solid #4C4B4B;
	color: #aaaaaa;
	overflow: auto;
	margin-top: 8px;
}

#EmailForm .full input {
	width: 470px;
	padding: 5px;
}

#EmailForm input {
	margin-top: 3px;
	margin-right: 0pt;
	margin-bottom: 6px;
	margin-left: 0pt;
	background-color: #ffffff;
	border: 1px solid #4C4B4B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #aaaaaa;
	padding-top: 5px;
	padding-bottom: 2px;
	overflow: hidden;
}

#EmailForm input.button {
	margin-top: 3px;
	margin-right: 0pt;
	margin-bottom: 3px;
	margin-left: 0pt;
	background-color: #000;
	border: 1px solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #aaaaaa;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
}
#EmailForm label {
}

.info-column-wide form {
	margin-top: 13px;
}

.info-column-wide h2 {
	margin-top: 13px;
	margin-bottom: 15px;
}

#accordion p {
	padding-bottom: 15px;
}

.project-info-1 p {
	padding-top: 15px;
}

.contact p {
	padding-top: 15px;
}

.testimonialText p {
	padding-top: 10px;
}

.servicesList ul {
	padding-top: 0px;
}
.servicesList li {
	background-image: url(../img/icon_list.png);
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 12px;
}

.project-links {
	float: right;
}
ul.wideList {
	margin-left: 45px;
}
.errors {
	color: #EEEEEE;
	margin-top: 10px;
}

.errors br {
	margin-top: 8px;
}

.smList ul {
	padding-top: 15px;
}
.smList li {
	background-image: url(../img/icon_list.png);
	background-position: left 50%;
	background-repeat: no-repeat;
	padding-left: 12px;
}
