@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	background-color:#000000;
	color:#fff;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
}

img {
	border:none;
}

a {
	color:#AC1A2F;
	text-decoration:none;
	outline:none;
	cursor:pointer;
}

button {
	outline:none;
}

p {
	color:#999999;
}

span.pipe {
	color:#FFFFFF;
	font-weight:normal;
}

h1 {
	font-family:Georgia, Arial, Helvetica, serif;
	font-size:26px;
	font-weight:normal;
	color:#FFFFFF;
}

h2 {
	color:#FFFFFF;
	font-size:16px;
}

.index h2, .portfolio h2, .blog_main h2, h2#comment, .contact h2 {
	font-family:Georgia, Arial, Helvetica, serif;
	font-size:26px;
	font-weight:normal;
	margin:20px 0px 12px 0px;
	background-image:none;
	color:#FFFFFF;
	padding:0px;
}

.inner h1 {
	font-family:Georgia, Arial, Helvetica, serif;
	font-size:26px;
	font-weight:normal;
	margin:20px 0px 5px 0px;
}

.index h3, .portfolio h3, .sidePanel ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#AC1A2F;
	background-image:url(../img/h3Bg.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	margin:12px 0px 12px 0px;
}

.sidePanel ul li {
	color:#AC1A2F;
}

.sidePanel ul li a {
	color:#AC1A2F;
	padding:0px;
	margin:12px 0px 12px 15px;
}

.inner h2, .blog_main h3, .blog_inner h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#AC1A2F;
	
	padding:0px 0px 0px 0px;
	margin:5px 0px 12px 0px;
}

.inner h3 {
	font-family:Georgia, Arial, Helvetica, serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	padding:0px 0px 0px 0px;
	margin:12px 0px 12px 0px;
}

h3 a {
	color:#AC1A2F;
	text-decoration:none;
}

h3 a:hover {
	color:#ffffff;
	text-decoration:none;
}

p {
	margin:12px 0px 12px 0px;
	color:#fff;
}

#container {
	width:930px;
	text-align:left;
	margin:0 auto;
	padding:0px;
	position:relative;
}

#header {
	width:930px;
	height:150px;
	margin-top:18px;
	position:relative;
	z-index:2;
}

/*.portfolio #mainContent, .inner #mainContent  {
	margin-top:0px;
}*/

#mainContent {
	margin-top:20px;
	width:906px;
	z-index:1;
	position:relative;
}

.blog_main #mainContent, .blog_inner #mainContent  {
	margin-top:70px;
}


#logo {
	width:80px;
	height:80px;
	background-image:url(../../holding/images/logo.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	margin:0px 0px 18px 0px;
}

p#tagline {
	font-size: 14px;
	font-family: Georgia,Arial,Helvetica,serif;
	font-style: italic;
	color: #ffffff;
	position: absolute;
	top:20px;
	left: 100px;
}


ul.nav {
	list-style-type:none;
	margin:0px;
	padding:0px;
	top:115px;
	left:0px;
	position:absolute;
	z-index:100;
	width:100%;
	height:26px;
}

	ul.nav li {
		float:left;
		margin-right: 12px;
	}
	
		ul.nav li a {
			display:block;
			font-family:Georgia, Arial, Helvetica, serif;
			font-size:20px;
			color:#FFFFFF;
			text-decoration:none;
			height:26px;
			/*text-indent:-9999px;*/
			cursor:pointer;
		}

		ul.nav li a:hover, ul.nav li a.selected {
			/*background-position:0px -26px;*/
			color: #AC1A2F;
		}

/*#navHome {
	width:79px;
	background-image:url(../img/navHome.gif);
}

#navAbout {
	width:106px;
	background-image:url(../img/navAbout.gif);
}

#navPortfolio {
	width:79px;
	background-image:url(../img/navWork.gif);
}

#navBlog {
	width:64px;
	background-image:url(../img/navBlog.gif);
}

#navContact {
	width:168px;
	background-image:url(../img/navContact.gif);	
}*/

#headerContent {
	width:450px;
	height:225px;
	display:block;
	position:absolute;
	top:-18px;
	right:0px;
	z-index:50;
	display: none;
}

/* homepage content */
.contentRow {
	margin-bottom:20px;
	clear:left;
}

#contentRow_1 {
	
}

#contentRow_2 {
	height:380px;
}

#contentRow_3 {
	margin-top:20px;
}

.contentPanel {
	float:left;
	position:relative;
}

#aboutUs_home {
	width:560px;
	height:300px;
}

#blog_home {
	width:265px;
	margin-left:65px;
}

#olderCTA a, #newerCTA a, .cta {
	/*height:11px;
	background-position:0px 0px;
	background-repeat:no-repeat;*/
	display:block;
	/*text-indent:-9999px;*/
	overflow:hidden;
	font-family: Georgia, sans-serif;
	color: #AC1A2F;
	text-transform: none;
	font-size: 12px;
}

#olderCTA a:hover, #newerCTA a:hover, .cta:hover {
	/*background-position:0px -11px;*/
	color: #fff;
}

.index a.cta {
	position:absolute;
	bottom:0px;
	left:0px;
}

/* cta links */
.ctaReadMore {
	/*background-image:url(../img/ctaReadMore.gif);*/
	width:94px;
}

.ctaBackToHomepage {
	/*background-image:url(../img/ctaBackToHomepage.gif);*/
	width:148px;
	margin-top:40px;
}

.ctaFollowUs {
	/*background-image:url(../img/ctaFollowUs.gif);*/
	width:91px;
}

.index a.cta.ctaSeeOurBlog, .index a.cta.ctaFollowUs {
	/*background-image:url(../img/ctaSeeOurBlog.gif);*/
	position: static;
	
}

.ctaEmailUs {
	/*background-image:url(../img/ctaEmailUs.gif);*/
	width:76px;
}

#olderCTA a {
	/*background-image:url(../img/ctaOlder.gif);*/
	width:60px;
}

#newerCTA a {
	/*background-image:url(../img/ctaNewer.gif);*/
	width:64px;
}

.ctaPrevious {
	/*background-image:url(../img/ctaPrevious.gif);*/
	width:80px;
}

.ctaNext {
	/*background-image:url(../img/ctaNext.gif);*/
	width:51px;
}

/* recent work */
.portfolio .recentWorkPanel {
	margin-right:18px;
	height:290px;
	position:relative;
}

.portfolio .recentWorkPanel .ctaReadMore {
	position:absolute;
	bottom:0px;
	left:0px;
}

#rw1 {
	margin-left:0px;
	margin-right:18px;
}

#rw2 {
	margin-left:0px;
	margin-right:0px;
}

.recentWorkPanel {
	width:290px;
	margin-bottom:18px;
	float:left;
}

.index .recentWorkPanel {
	position:relative;
	height:300px;
}

.recentWorkPanel h3 {
	margin:15px 0px 10px 0px;
}

.recentWorkPanel p {
	margin:10px 10px 10px 0px;
}

.portfolioPanelImg {
	width:290px;
	height:183px;
	position:relative;
	overflow:hidden;
	display:block;
}

.portfolioPanelImg a {
	display:block;
}

.portfolioPanelImg img {
	width:290px;
	height:183px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}

/* work section updates as requested bu guy */

#recentWork {
	margin-top:20px;
}

.workPanel {
	width:219px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.workImage {
	width:219px;
	height:157px;
	margin-bottom:5px;
}

.workLink {
	width:219px;
	height:53px;
	background-image:url(../img/workLink.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	position:relative;
}

.workLink:hover {
	background-position:0px -53px !important;
}

.workTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#AC1A2F;
	position:absolute;
	top:10px;
	left:10px;
}

.workDesc {
	position:absolute;
	bottom:10px;
	left:10px;
	color:#999999;
}

/* frame */
.frameTop {
	width:290px;
	height:10px;
	background-image:url(../img/frameTop.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	left:0px;
}

.frameBtm {
	width:290px;
	height:10px;
	background-image:url(../img/frameTop.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:173px;
	left:0px;
}

.frameLeft {
	width:10px;
	height:163px;
	background-image:url(../img/frameSide.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	left:0px;
}

.frameRight {
	width:10px;
	height:163px;
	background-image:url(../img/frameSide.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:10px;
	right:0px;
}






#cm {
	float:left;
	width:616px;
}

#recentWork_1 {
	margin-right:18px;
}

#recentWork_2 {

}

#recentWork_3 {
	margin-right:0px;
}

/* spotlight */



.oldiesWorkPanel {
	
	height:90px;
	float:left;
	margin-right:4px;
}

.workImg{
	height:90px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

.workImg:hover {
	background-position:0px -90px;
}

.oldiesWorkPanel {
	width:297px;
}

.oldiesWorkPanel.middle {
	width:304px;
}

/* footer nav */
#footer {
	width:906px;
	clear:both;
	margin-top:100px;
	margin-bottom:8px;
	text-align:left;
}

.footerNav {
	list-style-type:none;
	margin:0px auto 20px auto;
	padding:0px;
}

	.footerNav li {
		list-style-type:none;
		display:inline;
		margin-right:25px;
	}
	
		.footerNav li a {
			color:#FFFFFF;
			text-decoration:none;
		}

#copyright {
	margin:10px 0px 0px 0px;
	font-size:10px;
	
}

/* recent work pages */
#workCopy {
	
}

#workGallery {
	position:relative;
	z-index:1;
}

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


#workGallery img {
	width:906px;
	height:385px;
	float:left;
	
}

#workGallerySrc img {
	margin-bottom:18px;
}

#workGalleryControl {
	list-style-type:none;
	height:32px;
	margin:0;
	padding:0px;
	position:absolute;
	bottom:-10px;
	right:0px;
	font-size:32px;
}

.index #workGalleryControl {
	right:auto;
}

#workGalleryControl li {
	float:left;
	
	margin-left:10px;
	height:32px;
}


#workGalleryControl li a {
	color:#FFFFFF;
	text-decoration:none;
	height:32px;
}

.galLeft {
	width:44px;
	height:44px;
	background-image:url(../img/galLeft.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:172px;
	left:10px;
	z-index:10;
}

.galRight {
	width:44px;
	height:44px;
	background-image:url(../img/galRight.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:172px;
	left:856px;
	z-index:10;
}

#articleNav {
	height:12px;
	position:relative;
	width:906px;
	margin:40px 0px 12px 0px;
	clear:both;
}

#newerCTA {
position:absolute;
	right:0px;
	bottom:0px;
}

/* blog */
#blogMain {
	width:560px;
	float:left;
}

#blogSide {
	width:200px;
	float:left;
}

/* posts */
.post {
	margin-bottom:40px;
}

.posted {
	font-family:Georgia, Arial, Helvetica, serif;
	font-size:25px;
	color:#AC1A2F;
	margin:0px;
}

h2.postTitle, h2.postTitle a, h1.postTitle {
	font-family:Georgia, Arial, Helvetica, serif;
	font-size:26px;
	color:#ffffff;
	margin:0px;
	text-decoration:none;
	font-weight:normal;
}

.postFooter {

	margin-top:40px;
}

.postFooter p {
	color:#FFFFFF;
	display:inline;
}

.postFooter ul {
	display:inline;
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.postFooter ul li {
	display:inline;
	padding:0px;
	margin:0px
}

.postFooter a {
	color:#AC1A2F;
	text-decoration:none;
}

.postFooter a:hover {
	text-decoration:underline;
}

.postFooter p.divider {
	margin:5px 0px 5px 0px;
	border-bottom:dashed 1px #FFFFFF;
	display:block;
}

/* side content */
#side {
	float:left;
	margin-left:146px;
	width:200px;
}

h2.sideHeader, h3.sideHeader {
	font-family:Georgia, Arial, Helvetica, serif;
	color:#ffffff;
	font-size:24px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
}

.sidePanel {
	margin-bottom:20px;
}

.sidePanel ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.sidePanel ul li {
	list-style-type:none;
	padding:0px;
	margin:0px 0px 5px 0px;
}

.sidePanel ul li a {
	text-decoration:none;
}

.sidePanel ul li a:hover {
	text-decoration:underline;
}

ul.recent_articles li {
	padding-left:15px;
}

ul.recent_articles li a {
	margin:0px;
}

/* comments */
.commentsPanel {
margin-top:30px;
}

ol.comments {
margin-left:0px;
padding-left:20px;
}

ol.comments li {
margin-bottom:20px;
}

.cfRow {
	width:400px;
	clear:left;
	margin-bottom:5px;
}

.cfRow label {
	width:50px;
	display:block;
	float:left;
	margin-top:3px;
}

.cfRow input{
	width:200px;
	display:block;
	float:left;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.cfRow input#forget {
	width:10px;
	margin:4px 10px 0px 0px;
	padding:0px;
}

.cfRow textarea {
	width:400px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* social links */
.socialLinks {
	margin:10px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
	clear:left;
	height:16px;
}

.socialLinks li {
	display:block;
	float:left;
	padding:3px 0px 0px 25px;
	height:16px;
	margin-right:10px;
	background-position:left;
	background-repeat:no-repeat;
}

.socialLinks li a {
	color:#FFFFFF;
}

#slTwitter {
	background-image:url(../img/twitter.png);
}

#slFacebook {
	background-image:url(../img/facebook.png);
}

#slDigg {
	background-image:url(../img/digg.png);
}

#slDelicious {
	background-image:url(../img/delicious.png);
}

#slStumble {
	background-image:url(../img/stumble.png);
}

#slReddit {
	background-image:url(../img/reddit.png);
}

#blogNav {
	height:20px;
	position:relative;
	margin-top:40px;
}

#olderLink {
	position:absolute;
	left:0px;
	top:0px;
}

#newerLink {
position:absolute;
right:0px;
top:0px;
}

/* contact form */
#contactForm {
	margin-bottom:
}

#contactFormIntro {
	margin-bottom:40px;
}

.contactFormPanel {
	float:left;	
}

#contactFormPanelOne {
	width:280px;
	margin-right:40px;
}

#contactFormPanelTwo {
	width:380px;
}

#contactFormPanelTwo .contactFormRow {
	margin-bottom:3px;
}

.contactFormRow {
	margin-bottom:4px;
}

#contactForm label {
	display:block;
	width:95px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:2px;
}



#newsletter {
	margin:0px;
	overflow:hidden;
}

#newsletter label.error {
	display:block;
	width:200px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:2px;
	color:#AC1A2F;
	margin-top:5px;
}


#contactForm input, #newsletter input {
	background-image:url(../img/inputBg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:173px;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 2px 0px 2px;
	display:block;
	float:left;
}

#contactForm textarea {
	background-image:url(../img/textareaBg.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:266px;
	height:97px;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 2px 0px 2px;
	display:block;
	float:left;
}

#contactForm select {
	width:179px;
	border:1px solid #666666;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	float:left;
	background-color:#333333;
}

label#lblRefer, label#lblInterest
{
	padding-top:0px;
}

select#cfRefer {
	width:272px;
}

div#cfRowNewsletter {
	margin-top:18px;
	clear:both;
	margin-left:288px;
}

label#lblNewsletter {
	width:370px;
	font-size:11px;
	
}

input#cfNewsletter {
	width:auto;
	height:auto;
	margin:2px 0px 0px 12px;
	outline:none;
	border:none;
	background-color:transparent;
	background-image:none;
	color:transparent;
}

#btnSubmit {
	background-color:transparent;
	/*background-position:0px 0px;
	background-image:url(../img/spinner.gif);
	background-repeat:no-repeat;*/
	
	border:none;
	
	clear:both;
	cursor:pointer;
	/*text-indent:-9999px;*/

	width:73px;
	height:16px;
	margin:18px 0px 0px 620px;
}

#btnSubmit:hover {
	background-position:0px -16px;
}

#btnSubmitNewsletter {
	background-color:transparent;
	/*background-position:0px 0px;
	background-image:url(../img/spinner.gif);
	background-repeat:no-repeat;*/
	
	border:none;
	
	clear:both;
	cursor:pointer;
	/*text-indent:-9999px;*/

	width:73px;
	height:16px;
	position:absolute;
	bottom:0px;
	left:0px;
	padding-left: 0px;
	text-align: left;
}

#btnSubmitNewsletter:hover {
	background-position:0px -16px;
}

#txpCommentPreview {
	background-color:transparent;
	background-position:0px 0px;
	background-image:url(../img/ctaPreview.gif);
	background-repeat:no-repeat;
	
	border:none;
	display:block;
	font-size:0px;
	line-height: 0px;
	cursor:pointer;
	text-indent:-9999px;

	width:76px;
	height:11px;
	
	float:left;
	margin-top:12px;
	clear:none;
}

#txpCommentPreview:hover {
	background-position:0px -11px;
}

#txpCommentSubmit {
	background-color:transparent;
	background-position:0px 0px;
	background-image:url(../img/ctaSubmit.gif);
	background-repeat:no-repeat;
	
	border:none;
	
	cursor:pointer;
	text-indent:-9999px;

	display:block;
	font-size:0px;
	line-height: 0px;


	width:64px;
	height:11px;
	margin-top:12px;
	float:left;
	margin-left:18px;
	clear:none;
}

#txpCommentPreview:hover {
	background-position:0px -11px;
}

#txpCommentSubmit.disabled {
	display:none;
}

#contactForm label.error {
	float:left;
	margin-left:95px;
	width:175px;
	color:#AC1A2F;
	clear:both;
	margin-top:3px;
}

/* twitter */
.tweet_text {
	clear:left;
	display:block;
}

.tweet_time {
	clear:left;
	display:block;
}

/* contact form panel */
#cfPanels {
	margin-top:40px;
}

.cfPanel {
	float:left;
	width:200px;
	height:160px;
	margin-right:115px;
	position:relative;
}

.cfPanel a.cta {
	position:absolute;
	bottom:0px;
	left:0px;
}

.last, .portfolio .last {
	margin-right:0px;
}

#slider {
	z-index:5;
}

.rwIndex {
	margin-right:18px;
}

#spotlight {
	width:290px;
	height:380px;
	float:left;
	position:relative;
	overflow:hidden;
}

#spotlightInner {
	width:924px;
	height:300px;
	position:absolute;
}

#spotlight #workGalleryControl {
	top:334px;
	bottom:auto;
	right:auto;
}

#spotlight #workGalleryControl li {
	margin-left:0px;
	margin-right:10px;
}

#spotlight .recentWorkPanel {
	margin-left:0px;
	margin-right:18px;
}

/* blog gallery */
div#fancy ul {
	overflow:hidden;
	margin:0px;
	padding:0px;
	width: 560px;
	list-style-type: none;
}

div#fancy ul li {
	float:left;
	margin:0px;
	padding:0px;
}

div#fancy ul li a {
	display: block;
	width: 140px;
	height: 93px;
}

div#fancy ul li a img {
	border: none;
	display:block;
}

.addthis_toolbox.portfolio {
	margin-top: 40px;
	margin-top: 20px;
}

.addthis_counter a.atc_s {
	background-color: #AC1A2F!important;
}

.addthis_counter.addthis_pill_style {
	background-color: #AC1A2F!important;
}

/* job vacancy */
#tag {
	background-image: url(../img/tag.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 229px;
	height: 145px;
	position: absolute;
	top: -18px;
	right: 50px;
}

#tag h2 {
	text-transform: uppercase;
	font-family: Georgia, sans-serif;
	font-size: 24px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 8px;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
}

#tag p {
	font-family: Georgia, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 6px;
	font-style: italic;
	
}

#tag p a, #tag p a:visited {
	color: #ffffff;
	text-decoration: underline;
}


/* clear those floats! */
.clearFloat {
	height:0px;
	clear:both;
	overflow:hidden;
}

.clear-both { clear: both; }

.addthis_counter a.atc_s { background: url(/assets/img/addthis.gif); }
#at15ptc { color: #000; }

.column { width: 424px; }
.col-1 { float: left; }
.col-2 { float: right; }

