/* Global Reset
----------------------------------------------- */

@import url(/assets/css/reset.css);

/* The Rest...
----------------------------------------------- */

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #DD0076;
	background-image: url("/assets/wallpaper.gif");
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: white;
	margin: 0 0 90px 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
a span {
	display: none;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
}
a, p a {
	color: #DD0076;
	border-bottom: 1px solid #DD0076;
	}
a.imglink {
	border-bottom: none;
}
div.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
#Pagination {
	height: 30px;
	margin: 0 0 30px 0;
}
#Pagination p {
	position: absolute;
	width: 400px;
	padding: 0 30px 0 30px;
	text-align: center;
}
#Pagination p.right {
	margin: 0 0 0 460px;
	text-align: right;
}
#Pagination p.left {

	text-align: left;
}
#Pagination p a {
	color: Black;
	border-bottom: none;
}

/* Header */
#Header {
	height: 70px;
	width: 920px;
	margin: 0 auto 0 auto;
	line-height: 70px;
	}
#Header h1 {
	float: right;
	width: 128px;
	height: 36px;
	background-image: url("/assets/logo_pink.gif");
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
}
#Header h1 a {
	display: block;
	width: 125px;
	height: 30px;
	border-bottom: none;
}
#Header ul#Navigation {
	font-size: 20px;
	color: White;
	}
#Header ul#Navigation li {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	}
#Header ul#Navigation li a {
	color: White;
	border-bottom: none;
	}
#Header ul#Navigation li a:hover {
	border-bottom: 1px solid #404040;
	}

body.home #Header ul#Navigation li.home a {
	color: #DD0076;
	border-bottom: none;
	}
	body.what-we-do #Header ul#Navigation li.what-we-do a {
	color: #DD0076;
	border-bottom: none;
	}
	body.portfolio #Header ul#Navigation li.portfolio a {
	color: #DD0076;
	border-bottom: none;
	}
	body.news #Header ul#Navigation li.news a {
	color: #DD0076;
	border-bottom: none;
	}
	body.contact-us #Header ul#Navigation li.contact-us a {
	color: #DD0076;
	border-bottom: none;
	}

/* Main Content Area */
#Content {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	}
	#Content #Inner p {
		line-height: 140%;
		padding: 0 0 10px 0;
		}
		#Content #Inner p a {
			color: White;
			border-bottom: 1px dotted White;
			}
	#Content #Inner h2 {
		font-size: 30px;
		color: #DD0076;
		line-height: 110%;
		margin: 0 0 20px 0;
		}
		#Content #Inner h2 strong {
			color: white;
			}
	#Content #Inner h3 {
		margin: 20px 0 20px 0;
		font-size: 20px;
		color: Black;
		}
		#Content #Inner h3.portfolio {
		margin: 20px 0 0 -118px;
		color: White;
		}
	#Content #Inner {
	width: 685px; /*960*/ /*635px*/
	padding: 0 20px 0 118px; /*0 20px 0 70px*/
	}
	body.portfolio #Content #Inner #Panels {
	width: 920px;
	margin: 0 0 0 -118px; /*0 0 0 -70px*/
	}
	body.portfolio #Content #Inner #Panels div.panel {
	margin: 0 20px 0 0;
	}
	body.portfolio #Content #Inner #Panels div.last {
	margin: 0;
	}

/* Home Page Messaging Area */
#Content #Messaging {
	height: 350px;
	/*background-color: White;*/
}
#Panels {
	margin: 20px 0 0 0;
}
#Panels div.panel {
	margin: 0 20px 0 0;
	float: left;
	width: 215px;
	background-image: url("/assets/box_shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 0;
}
#Panels div.last {
	margin: 0;
}
#Panels div.panel h3 {
	height: 30px;
	color: White;
	font-size: 18px; /* was 16px */
	font-weight: normal;
	margin: 0;
	padding: 30px 0 0 0;
	text-shadow: 0 1px 2px #6D003A;
}
#Panels div.portfolio2 {
	padding: 60px 0 10px 0;
}
/* Boxes */
#Panels div.panel div.box {
	height: 140px;
	padding: 10px;
	}
#Panels div.panel div.box.shade {
	opacity: 0.75;
	}
	#Panels div.panel div.box.shade:hover {
		opacity: 1.0;
	}

/* */
div.box.hover {
	cursor: pointer;
}
	
#Panels div.row {
	position: relative;
	clear: both;
	padding: 20px 0 0 0;
}
	
#Content #Inner #Panels div.panel div.box p a { /* Ensure pink links in portfolio boxes... */
	color: #DD0076;
	border-bottom: 1px solid #DD0076;
	}
#Panels div.portfolio div.box {
	background-color: White;
}
#Panels div.twitter h3 {
	height: 60px;
	padding: 0;
}
#Panels div.twitter h3 a {
	background-image: url("/assets/img_twitter.png");
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	display: block;
	}
#Panels div.twitter div.box {
	background-color: #6D003A;
	}
#Panels div.clients div.box {
	background-color: Black;
	}
	#Panels div.panel div.box h4 {
		color: Black !important;
		margin: 10px 0 0 0 !important;
		font-size: 16px !important;
		font-weight: normal !important;
		}
	#Panels div.panel div.box img {
		width: 195px;
		height: 95px;
		background-color: #CCCCCC;
		display: block;
		}
		#Panels div.clients div.box img {
			height: 140px;
			opacity: 0.40;
			}
		#Panels div.clients div.box a {
			border-bottom: none;
			}
		#Panels div.panel div.box a:hover img {
		opacity: 1.0;
		}
	#Panels div.twitter div.box h4 {
		color: White !important;
		font-size: 18px !important;
		margin: 0 0 10px 0 !important;
		}
	#Panels div.twitter div.box p.tweet {
		font-size: 12px;
		margin: 0 0 10px 0;
		}
	#Panels div.twitter div.box p.date {
		font-size: 10px;
		color: #B6809D;
		}
	
/* Portfolio Pages */

#Content #UpperShadow {
	background-image: url("/assets/box_shadow_large.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	}
#Content #Upper {
	height: 350px;
	background-color: white;
	}
	
	ul.images {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.images li {
		width: 920px;
		height: 350px;
		background-repeat: no-repeat;
		background-position: right center;
		}
	body.portfolio ul.images li p.alt {
		float: right;
		margin: 320px 30px 0 0;
		background-color: black;
		padding: 0 10px 0 10px;
		color: white;
		font-size: 10px;
		font-weight: normal;
		opacity: 0.5;
		line-height: 30px;
	}
	body.portfolio ul.images li p.alt:hover {
		opacity: 0.75;
	}
	
	
ul.images li h2 {
	padding: 30px 90px 15px 90px;
	font-size: 40px;
	color: #DD0076;
	line-height: 110%;
	}
	body.portfolio ul.images li h2 {
		padding: 100px 460px 15px 30px;
		}
	body.home ul.images li.item1 h2 {
		padding: 50px 430px 15px 0;
		}
	ul.images li h2 strong {
		color: white;
	}
	body.portfolio ul.images li h2 strong {
		color: black;
	}
	ul.images li p {
		color: white;
		padding: 0 460px 15px 90px;
	}
	ul.images li.item1 p {
		padding: 0 430px 15px 0;
	}
	body.portfolio ul.images li p {
		color: black;
		padding: 0 460px 15px 30px;
	}
	
	/* Slider Navigational controls */
	
	/*#Content #Upper ol#controls {
		width: auto;
		padding: 15px 0 15px 0;
		margin: 0 auto 0 auto;
	}
	#Content #Upper ol#controls li {
		float: left;
	}
	#Content #Upper ol#controls li.current {
		background-color: red;
	}*/
	
	#prevBtn a, #nextBtn a {
		position: absolute;
		width: 60px;
		height: 60px;
		background-image: url("/assets/btns.png");
		background-repeat: no-repeat;
		display: block;
		margin: 145px 0 0 30px;
		top:71px;
		z-index:1001;
		border-bottom: none;
		}
		#prevBtn a:hover {
			background-position: 0 -60px;
			}
		body.home #prevBtn a {
			margin: 145px 0 0 0;
		}
	#nextBtn a {
		margin: 145px 0 0 830px;
		background-position: -60px 0;
		}
		#nextBtn a:hover {
			background-position: -60px -60px;
			}
		body.home #nextBtn a {
			margin: 145px 0 0 860px;
		}
	#prevBtn a:active, #nextBtn a:active, #prevBtn a:focus, #nextBtn a:focus {
		outline:none;
	}

#Content #LowerShadow {
	background-image: url("/assets/box_shadow_large.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 10px 0;
	}
		
#Content #Lower {
	padding: 30px;
	background-color: White;
	}
	#Content #Lower h3 {
		color: #DD0076;
		}
	#Content #Lower p {
		color: black;
		}
		#Content #Lower p#Breadcrumb {
			margin: 0 0 30px 0;
			font-size: 28px;
			color: black;
			font-weight: normal;
			}
			#Content #Lower p#Breadcrumb a {
				font-weight: bold;
				border-bottom: none;
			}
			#Content #Lower p#Breadcrumb a:hover {
				border-bottom: 1px solid #EE7FBA;
			}

#Content #Lower #Column1 {
	float: left;
	width: 200px;
	margin: 0 30px 0 0;
}
#Content #Lower #Column2 {
	float: left;
	width: 200px;
	margin: 0 30px 0 0;
}
#Content #Lower #Column3 {
	position: relative;
	margin: 0 0 0 460px;
	width: 400px;
	}
	#Content #Lower #Column3 blockquote {
		font-size: 13px;
		font-style: italic;
		line-height: 130%;
		}
	#Content #Lower #Column3 p.credit {
		color: #666666;
		}
#Content #Lower div h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #DD0075;
}

/* News Page */
ol#NewsFeed {
	margin: 10px 0 10px;
	}
	ol#NewsFeed li {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		background-image:url(/assets/box_shadow_large.png);
		background-position:center bottom;
		background-repeat:no-repeat;
		}
		ol#NewsFeed li span.tweet {
			padding: 10px;
			font-size: 16px;
			background-color:#6D003A;
			display: block;
			}
		ol#NewsFeed li span.date {
			font-size: 12px;
			display: block;
			margin: 10px 0 0 10px;
			color:#B6809D;
			}
			ol#NewsFeed li span.date a {
				color:#B6809D;
				border-bottom: 1px dotted #B6809D;
				}
		
/* Contact Form */
#Content #Inner form {
	margin: 20px 160px 20px -70px;
	position: relative;
}

#Content #Inner form label {
	width: 60px;
	float: left;
	text-align: right;
	padding: 6px 0 0 0;
}

form input.text, form select, form textarea {
	background-color: #D72986;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	font-size: 14px;
	color: white;
	border: none;
}
form input.text:focus, form select:focus, form textarea:focus {
	background-color: white;
	color: #D72986;
}


#Content #Inner form input.text, #Content #Inner form select {
	margin: 0 0 20px 70px;
	padding: 5px;
	width: 240px;
	display: block;
}
#Content #Inner form select {

	width: 250px;

}
#Content #Inner form label.notes {
	display: none;
}
#Content #Inner form textarea.notes {
	position: absolute;
	width: 240px;
	height: 210px;
	right: 0;
	padding: 5px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
form p.control {
	margin: 40px 0 20px 70px;
	color: white;
	font-size: 14px;
}
form p.control a {
	color: white;
	border-bottom: 1px solid white;
}
form p.control a#submit {
	float: right;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background-color: Black;
	padding: 5px;
	border-bottom: none !important;
	}
	form p.control a#submit:hover {
		background-color: White;
		color: Black !important;
		}

/* Footer */
#FooterWrapper {
	width: 100%;
	background-color: Black;
	position: fixed;
	bottom: 0;
	z-index: 1000; /* To push the footer above the client logo fader */
	}
#Footer {
	width: 920px;
	height: 70px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	}
	#Footer p {
		color: #DD0076;
		font-size: 12px;
		padding: 0;
		}
		#Footer p a {
			color: #DD0076;
			border-bottom: 1px dotted #711144;
			}
	#Footer p.email {
		color: white;
		}
		#Footer p.email a {
			color: white;
			border-bottom: 1px dotted white;
			}
	#Footer p.call-us {
		color: White;
		font-size: 20px;
		}