/* -------------------------------------------
project:  Select Digital Print Group 
date:    2008/07/23
------------------------------------------- */

/* Reset
------------------------------------------- */
* {margin: 0; padding: 0; color: #333; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.3em;}
a, span, strong {font-size: 1em;}
span {color: inherit;}
a, a:visited {color: #F0047F; text-decoration: none;}
a:hover {color: #666; text-decoration: underline;}
img {border: none;}
html {height: 100.01%;}
fieldset {border: none;}
legend {display: none;}
p, ul, ol {margin: 0 0 1.0em 0; line-height: 150%; font-size: 13px;}
li {margin: 1em 0 1em 20px;}
h1 {color: #F0047F; font-size: 1.9em; font-weight: normal;}
h2 {border-bottom: 1px solid #999; font-size: 1.2em; font-weight: normal; padding-bottom: 3px;}
	h2 strong {color: #F0047F; font-weight: normal;} 

/* layout
------------------------------------------- */
body {padding-bottom: 10px; background: #494949 url(/_images/design/back.jpg) left top repeat-x;}
	#header {position: relative; width: 970px; height: 185px; margin: 0 auto; background: url(/_images/design/header.jpg) no-repeat;}
		#logo {display: block; position: absolute; left: 640px; top: 105px; width: 300px; height: 20px; overflow: hidden; text-indent: -10001px; }
		#tabs {position: absolute; right: 25px; top: 12px; margin: 0; padding: 0;}
			#tabs li {float: left; list-style: none; height: 29px; margin: 0 5px 0 0; padding: 0 0 0 10px; background: url(/_images/design/top-tab1.png) left top no-repeat;}
				#tabs li span {display: block; float: left; height: 29px; margin: 0; padding: 0 10px 0 0; background: url(/_images/design/top-tab2.png) right top no-repeat; color: #fff; font-weight: bold; line-height: 29px;}
					#tabs li span a, #tabs li span a:visited {color: #fff; line-height: 29px;}


	#content-wrapper1 {width: 970px; margin: 0 auto; background: url(/_images/design/content-back.jpg) repeat-y;}
		#content-wrapper2 {background: url(/_images/design/content-top.jpg) no-repeat;}
			#mainmenu {width: 910px; height: 37px; margin: 0 auto; margin-top: 0; padding: 0 5px 0 5px; background: url(/_images/design/menu-back.png) no-repeat;}
				#mainmenu li {float: left; list-style: none; margin: 0; padding: 0 1px 0 2px;}  
					#mainmenu li a, #mainmenu li a:visited {display: block; float: left; height: 37px; margin: 0; padding: 0 0 0 10px; font-weight: bold; line-height: 37px;}
					#mainmenu li a span, #mainmenu li a:visited span {display: block; float: left; height: 37px; margin: 0; padding: 0 10px 0 0; color: #666; line-height: 37px;}
					#mainmenu li a.current, #mainmenu li a.current:visited {background: url(/_images/design/menu-over1.png) left top no-repeat; text-decoration: none;}
					#mainmenu li a.current span, #mainmenu li a.current:visited span {background: url(/_images/design/menu-over2.png) right top no-repeat; color: #fff;}
					#mainmenu li a:hover {background: url(/_images/design/menu-hover1.png) left top no-repeat; text-decoration: none;}
					#mainmenu li a:hover span {background: url(/_images/design/menu-hover2.png) right top no-repeat; color: #fff;}
			#content { min-height: 350px; padding: 20px 25px 60px 25px; background: url(/_images/design/content-bottom.jpg) center bottom no-repeat;}
			#content .altColour { color: #666666; }
			#content #colWrap { overflow: hidden; height: 170px; }
			#content .contentCol1 { width: 260px; padding: 0 0 0 2px; float: left; }
			#content .contentCol2 { width: 350px; padding: 0; float: left; }
			#content .slogan { font-weight: normal; color: #F0047F; }
			#content .quote { font-style: italic; margin-bottom: 5px; }
			#content .signature { text-align: left; color: #F0047F; padding-bottom: 15px; font-weight: normal; }
			#content #mapWrap { border: 1px solid #999999; padding: 4px; }
			#content #mapWrap #map { height: 275px; }
			#content ol.list li { line-height: 150%; }
	
	
	/*#footer {width: 970px; height: 43px; margin: 0 auto; padding: 10px 0 0 0; background: url(/_images/design/winner.jpg) right bottom no-repeat;}*/
	#footer {width: 970px; height: 43px; margin: 0 auto; padding: 10px 0 0 0; }
		#footer #social { float: right; width: 300px; }
		#footer #social ul { list-style: none; display: block; }
		#footer #social ul li { padding: 0 8px; float: left; margin: 0; }
		#footer p {margin: 0 0 1em 25px; color: #fff; font-size: 0.9em;}
		#footer p#footer-menu {margin-bottom: 0.5em; color: #999;}
			#footer p#footer-menu a, #footer p#footer-menu a:visited {color: #999; text-decoration: none;}
			#footer p#footer-menu a:hover {color: #fff; text-decoration: underline;}
			#footer p#copyright a {color: #fff; text-decoration: none;}
			#footer p#copyright a:hover {color: #999; text-decoration: underline;}



/* blog
------------------------------------------- */
	

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	padding: 20px 2px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	color: #bbb;
}
.postmetadata a { color: #bbb; }
.postmetadata a:hover { color: #F0047F; }
.post h2 { padding-bottom: 5px; margin-bottom: 5px;}
.post small { color: #bbb; padding-bottom: 10px; }
.post .entry { padding-top: 5px; }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



	
/* repetitive stuff
------------------------------------------- */
.clear {overflow: hidden; clear: both; height: 0;}
.secret {display: none;}
a.more {float: right; padding-right: 12px; padding-top: 6px; background: url(/_images/design/arrow-right.gif) right 9px no-repeat; font-size: 0.75em; font-weight: bold;}
.lcol {float: left; width: 310px; margin: 15px 0 0 0;}
	.lcol p {color: #666;}
.rcol {float: right; width: 310px; margin: 15px 0 0 0;}
	.rcol p {color: #666;}
.sub-title {margin: 0.5em 0 0.5em; color: #acacac; font-size: 1.2em; line-height: 1.5em;} 	
	
/* unique stuff
------------------------------------------- */
#image-holder {float: right; width: 210px; margin: 0 30px 0 30px; }
	#image-holder-inner {float: right; width: 210px; border: 5px solid #c3c3c3; background: #5e5e5e;}
	#slideshow {overflow: hidden; height: 263px; }
	#image-holder img {margin: 0; padding: 5px; border-bottom: 5px solid #c3c3c3; background: #fff;}
	#image-holder h2 {margin: 5px 0 5px 10px; padding: 0; border-bottom: none; color: #fff; font-weight: normal;}
	#ipa-logo { width: 79px; height: 112px; }
	#ipa-logo img {padding: 0; border-bottom: 0; background: #fff; margin: 20px 0 0 65px; }

#main {float: left; width: 640px;}

#select-portfolio {height: 50px; margin: 10px 0;}
	#select-portfolio li {float: left; list-style: none; margin: 0 37px 0 5px;}
	#select-portfolio li.last { margin-right: 0;}
		#select-portfolio li a, #select-portfolio li a:visited {display: block; width: 192px; height: 51px; color: #666; font-weight: bold; background: url(../_images/design/portfolio-button-off.png) no-repeat; font-size: 0.9em; text-align: center; padding-top: 8px;}
		#select-portfolio li a:hover, #select-portfolio li a.current, #select-portfolio li a.current:visited {background: url(../_images/design/portfolio-button-on.png) no-repeat; color: #FFFFFF; text-decoration: none;}
#portfolio-area {position: relative; overflow: hidden; width: 920px; height: 350px; margin-top: 20px;}
	#portfolio-content {position: absolute; left: 0; top: 0; width: 3800px;}
		.portfolio-section {float: left; width: 920px; height: 350px; margin: 20px 30px 0 0; padding: 0;}
			.portfolio-section li {float: left; list-style: none; width: 140px; height: 170px; margin: 0; padding: 0 5px 0 5px; text-align: center;}
				.portfolio-section li a img {display: block; padding: 2px; border: 2px solid #F0047F; background: #fff;}
				.portfolio-section li a:hover img {display: block; margin-bottom: 5px; padding: 2px; border: 2px solid #666; background: #fff;}
				.portfolio-section li p {margin: 5px 0 0 0; color: #666; font-size: 0.9em; line-height: 1.5em;}
					.portfolio-section li p .project-title {color: #F0047F; font-size: 1.1em; font-weight: bold;}
/* sIFR
------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h1.sifr {
	visibility: hidden;
}
