/* Start CSS Reset File  */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 1.3em;
}
em {
	font-style: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End CSS reset file */


body {
	background-image: url(../images/site/header-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	font: normal 14px/1.4em Arial, Helvetica, sans-serif;
	color: #333;
}
h1 {
	line-height: 1.3em;
}
a {
	color: #F09;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: none;
}
.orange {
	color: #F60;
}
.bold {
	font-weight: bold;
}
.two-col {
	float: left;
	width: 460px;
	margin-right: 20px;
}
.four-col {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.eight-col {
	margin: 0px 20px 0px 0px;
	padding: 0px;
	float: left;
	width: 100px;
}
.v-margin {
	margin-bottom: 20px;
}
.v-margin-10 {
	margin-bottom: 10px;
}
.col-end {
	margin-right: 0px;
}
.clearAll {
	clear: both;
}
.threeCol-one {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.threeCol-two {
	float: left;
	width: 460px;
	margin-right: 20px;
}
.threeCol-three {
	float: left;
	width: 220px;
}
hr {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 1px solid #666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thick-rule {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top: 3px solid #666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left {
	float: left;
}
.p-end {
	margin-bottom: 0px;
}
.page-title {
	font-size: 28px;
	margin-bottom: 20px;
	color: #FFF;
	padding: 10px;
	background-color: #F09;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	margin-bottom: 15px;
}
#nav {
	height: 80px;
	width: 720px;
	margin-top: 230px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	float: left;
	text-indent: -3000px;
}

#nav ul li a {
	display: block;
}

#nav .homeBut {
	height: 80px;
	width: 121px;
}
#nav .aboutBut {
	height: 80px;
	width: 109px;
}
#nav .workBut {
	height: 80px;
	width: 110px;
}
#nav .servicesBut {
	height: 80px;
	width: 160px;
}
#nav .blogBut {
	height: 80px;
	width: 97px;
}
#nav .contactBut {
	height: 80px;
	width: 123px;
}

#nav .homeBut a {
	height: 80px;
	width: 121px;
	background-image: url(../images/site/nav.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#nav .aboutBut a {
	height: 80px;
	width: 109px;
	background-image: url(../images/site/nav.png);
	background-position: -121px 0px;
}
#nav .workBut a {
	height: 80px;
	width: 110px;
	background-image: url(../images/site/nav.png);
	background-repeat: no-repeat;
	background-position: -230px 0px;
}
#nav .servicesBut a {
	height: 80px;
	width: 160px;
	background-image: url(../images/site/nav.png);
	background-repeat: no-repeat;
	background-position: -340px 0px;
}
#nav .blogBut a {
	height: 80px;
	width: 97px;
	background-image: url(../images/site/nav.png);
	background-repeat: no-repeat;
	background-position: -500px 0px;
}
#nav .contactBut a {
	height: 80px;
	width: 123px;
	background-image: url(../images/site/nav.png);
	background-repeat: no-repeat;
	background-position: -597px 0px;
}

#nav .homeBut a:hover {
	background-position: 0px -80px;
}
#nav .aboutBut a:hover {
	background-position: -121px -80px;
}
#nav .workBut a:hover {
	background-position: -230px -80px;
}
#nav .servicesBut a:hover {
	background-position: -340px -80px;
}
#nav .blogBut a:hover {
	background-position: -500px -80px;
}
#nav .contactBut a:hover {
	background-position: -597px -80px;
}
#home h1 , #blog h1, #about h1, #contact h1, #services h1, #work h1{
	font-size: 36px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.carousel-item-image {
	float: left;
	height: 200px;
	width: 510px;
	margin-right: 20px;
}
.carousel-item-info {
	float: left;
	height: 180px;
	width: 290px;
	padding-top: 20px;
	padding-right: 20px;
}
.carousel-item-info h2 {
	font-size: 30px;
	line-height: 1.1em;
	margin-bottom: 5px;
}
.carousel-item-image.one {
	background: url(../images/site/camera-carousel-image.png) no-repeat;
}
.carousel-item-image.two {
	background: url(../images/site/iphone-carousel-image.png) no-repeat;
}
.carousel-item-image.three {
	background: url(../images/site/online-carousel-image.png) no-repeat;
}
.carousel-item-image.four {
	background: url(../images/site/games-trip-carousel-image.png) no-repeat;
}
.carousel-item-image.five {
	background: url(../images/site/consultation-carousel-image.png) no-repeat;
}
#mailing-list {
	background: url(../images/site/mailing-list-bg.png) no-repeat;
	height: 61px;
	width: 940px;
	position: relative;
	margin-bottom: 20px;
}
#mailing-list h2 {
	font: bold normal 22px Arial, Helvetica, sans-serif;
	padding-top: 16px;
	padding-left: 20px;
	float: left;
	margin-right: 40px;
}
#mailing-list form {
	float: left;
}
.mail-list-textfield {
	height: 27px;
	width: 345px;
	background: transparent url(../images/site/mail-submit-textfield.png) no-repeat center center;
	border-width: 0px;
	border-style: none;
	margin: 13px 30px 0px 0px;
	padding: 5px 0px 0px 15px;
	float: left;
	font-size: 16px;
}
.mail-list-submit {
	height: 32px;
	width: 125px;
	border-width: 0px;
	border-style: none;
	margin: 13px 0px 0px;
	padding: 0px;
	background: transparent url(../images/site/mail-submit-but.png) no-repeat center center;
	float: left;
	font-weight: bold;
	font-size: 16px;
}
#footerImage {
	background: #000 url(../images/site/footer-bg.png) repeat-x center top;
	width: 100%;
	padding-top: 320px;
}
#footer {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#footer h2 {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
#footer-col-1 {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 40px;
}
#footer-col-2 {
	float: left;
	width: 340px;
	margin-right: 20px;
	margin-bottom: 40px;
}
#footer-col-3 {
	float: left;
	width: 280px;
	margin-bottom: 40px;
}
#footer-col-2 li {
	margin-bottom: 15px;
	padding-right: 40px;
}
#footer-col-1 p {
	margin-bottom: 15px;
}
#signature {
	text-align: center;
	padding-bottom: 40px;
}
#blog-posts {
	margin-bottom: 20px;
}
.blog-posts-header {
	margin-bottom: 20px;
	padding: 10px;
	color: #FFF;
	background: #F09;
}
.blog-posts-header h2 {
	font-size: 28px;
	float: left;
	width: 709px;
}
.blog-posts-header h3 {
	float: left;
	text-align: right;
	width: 209px;
	padding-top: 5px;
}
.blog-posts-header h3 a {
	font-size: 18px;
	color: #FF0;
}
.blog-posts-header h3 a:hover {
	color: #FFF;
}
#blog-posts .four-col img{
	margin-bottom: 10px;
}
#blog-posts .four-col h3{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3em;
}
#blog-posts .four-col h3 a {
	display: block;
	padding: 10px;
	border: 1px solid #F09;
	color: #F09;
	text-decoration: none;
}
#blog-posts .four-col h3 a:hover {
	color: #FFF;
	background: #F09;
}
#blog-posts .four-col h4{
	color: #CCC;
	margin-bottom: 10px;
	background: #333;
	padding: 10px;
}
#blog-posts .four-col p{
	margin-bottom: 10px;
}
.news-items {
	padding-right: 11px;
	padding-left: 11px;
	margin-bottom: 20px;
}
#external-feeds h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
	color: #FFF;
	background: #F09;
}
#external-feeds h3 {
	font-size: 18px;
	margin-bottom: 8px;
	padding-right: 30px;
}
#external-feeds .feed-info {
	display: block;
	margin-bottom: 15px;
}
#external-feeds h4  a{
	display: block;
	padding: 10px;
	border: 1px solid #F09;
	font-size: 18px;
	color: #F09;
	text-decoration: none;
}
#external-feeds h4 a:hover {
	color: #FFF;
	background: #F09;
}
.flickr-image {
	padding: 8px;
	float: left;
}
#flickr-photos-container {
	margin-bottom: 20px;
}
.blog-entry {
	padding: 5px;
	background: #FF0;
}
.blog-title a{
	font-size: 32px;
	color: #F09;
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 1px solid #F09;
}
.blog-title a:hover {
	color: #FFF;
	background: #F09;
}
.blog-author-date {
	padding: 8px;
	background: #333;
	color: #CCC;
}
.blog-summary {
	font-size: 18px;
}
.margin-titles {
	font-size: 22px;
	padding: 7px 0px 10px;
	color: #333;
	border-bottom: 3px solid #333;
}
.margin-list li{
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}
.pagination-links {
	padding: 20px;
	background: #333;
}
.older-post {
	float: left;
	width: 210px;
	text-align: left;
}
.newer-post {
	text-align: right;
	float: right;
	width: 210px;
}
.blog-content p {
	margin-bottom: 20px;
}
.blog-title {
	font-size: 32px;
	color: #333;
	text-decoration: none;
}
.commentForm {
	background: #F09;
	padding: 5px;
}
.commentForm label {
	display: block;
	color: #FFF;
	margin-bottom: 5px;
}
.commentForm .textfield {
	padding: 5px;
	margin-bottom: 10px;
	background: #FF0;
	border: 1px solid #FFF;
	font: 14px/1.3em Arial, Helvetica, sans-serif;
}
.commentForm .textbox {
	width: 438px;
}
.comment-entries {
	padding: 5px 5px 0px;
	background: #000;
	height: 0%;
	width: 450px;
}

.comment {
	overflow:hidden;
	width:440px;
	padding: 5px;
	background: #FF0;
	margin-bottom: 5px;
	float: left;
}

.comment .date_time {
	text-align:right;
	width:85px;
}

.comment .date_time .date {
	color:#333;
	display:block;
	font-size:24px;
}

.comment .date_time .time {
	color:#333;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

.comment .body {
	margin-left:85px;
	padding-left:15px;
	width:340px;
}

.comment .body .comment_author {
	color:#333;
	font-size:16px;
	font-weight:bold;
	display: block;
	margin-bottom: 10px;
}

.comment .body .comment_content {
	line-height:20px;
	width:340px;
}
.comment.orange-bg a  {
	color: #FF0;
}
.comment.orange-bg a:hover {
	color: #FFF;
	text-decoration: none;
}
.comment p {
	margin-bottom: 10px;
}
.commentForm h2 {
	font-size: 22px;
	padding: 7px 0px 10px;
	color: #FFF;
	border-bottom: 3px solid #FFF;
	margin-bottom: 5px;
}
.comment-entries h2 {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment-pagination-links {
	float: left;
	background: #333;
	width: 410px;
	margin-bottom: 5px;
	padding: 20px;
}
.comment-pagination-links .older-post {
	float: left;
	width: 205px;
	text-align: left;
}
.comment-pagination-links .newer-post {
	float: left;
	width: 205px;
	text-align: right;
}
.team-member {
	position: relative;
}
.team-image {
	float: left;
	margin-right: 20px;
}
.team-member-title {
	float: left;
	width: 198px;
	bottom: 0px;
	position: absolute;
	right: 0px;
	padding: 10px;
	border: 1px solid #333;
}
.team-title-div {
	height: 140px;
	width: 460px;
	position: relative;
	margin-bottom: 20px;
}
.contact-address {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.team-member-title h3 {
	font-size: 28px;
}
#google-map {
	margin-bottom: 20px;
}
.services img {
	float: left;
	margin-right: 20px;
}
.services-title {
	float: left;
	margin-bottom: 20px;
	width: 618px;
	padding: 10px;
}
.services-text {
	float: left;
	width: 460px;
	margin-right: 10px;
}
.services-quote {
	float: left;
	width: 160px;
	font-size: 22px;
	line-height: 1.3em;
	font-style: italic;
	color: #F60;
}
.services {
	width: 940px;
	margin-bottom: 20px;
}
#contact_form label {
	width: 100px;
	margin-right: 20px;
}
.form-item {
	width: 328px;
	margin: 0px 0px 10px;
	padding: 5px;
	border: 1px solid #333;
	background: #FC0;
	font: 14px Arial, Helvetica, sans-serif;
}
#contact_form {
	margin-bottom: 20px;
}
#contact-mailing-list .form-item {
	margin-left: 120px;
}
.newsletter-title {
	margin-left: 120px;
	margin-bottom: 10px;
}
#contact_form .label {
	float: left;
	width: 100px;
	clear: left;
	margin-right: 20px;
	padding-top: 5px;
}
#google-map {
	height: 275px;
	width: 460px;
}
.contact-address p {
	margin-bottom: 10px;
}
.contact-address h3 , .contact-social h3{
	font-size: 18px;
	margin-bottom: 10px;
	padding: 5px;
	color: #FFF;
	background: #F09;
}
.contact-social {
	float: left;
	width: 160px;
}
.contact-address p {
	padding-left: 7px;
}
#about p , #services p{
	margin-bottom: 10px;
}
.work-item {
	margin-bottom: 20px;
}
.work-item h2 {
	margin-bottom: 10px;
}
.work-item h2 a {
	display: block;
	padding: 10px;
	font-size: 24px;
	text-decoration: none;
	border: 1px solid #F09;
}
.work-item h2 a:hover {
	background: #F09;
	color: #FFF;
}
.work-item h3 {
	font-weight: bold;
	color: #CCC;
	margin-bottom: 10px;
	padding: 10px;
	background: #333;
}
.work-thumb {
	margin-bottom: 10px;
}
.work-info h1 {
	font-size: 32px;
	margin-bottom: 10px;
	padding: 10px;
	background: #F09;
	color: #FFF;
}
.work-info h3 {
	color: #CCC;
	padding: 10px;
	margin-bottom: 10px;
	background: #333;
}
.work-info .work-summary {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	color: #F09;
	font-weight: bold;
}
.work-info p {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.work-media .video-player {
	padding: 30px;
	background: #F09;
	margin-bottom: 20px;
	width: 400px;
}
#work-thumbs h2 {
	font-size: 22px;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #333;
	color: #333;
}
.page-title-orange {
	font-size: 28px;
	margin-bottom: 20px;
	color: #F60;
	padding: 10px;
	border: 1px solid #F60;
}
#work-item #header {
	margin-bottom: 50px;
}
.orange-bg {
	background: #F60;
}
#error {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 250px;
	text-align: center;
	margin-bottom: 400px;
}
#error h1 {
	font-size: 36px;
	padding-bottom: 10px;
}
#error h2 {
	margin-bottom: 10px;
	font-size: 18px;
}
#contact-mailing-list .submit {
	margin-left: 120px;
}
.work-media .audio-player {
	padding: 30px;
	background: #FF0;
	margin-bottom: 20px;
	width: 400px;
}
.work-media .audio-player h2 {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 5px;
	background: #F60;
	color: #FFF;
	line-height: 1.4em;
}
.work-info h2 {
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #F09;
}

.partner-logos{
	padding: 5px;
	float: left;	
}