/* @override http://flumestudios.com/assets/css/global.css */

/* DOCUMENT INFORMATION
	- Document	 			Flume Studios
	- Version  				1.0
	- Author  				Colin Sproule  

   COLORS
	- body background    	#edeeee
	- default body color	#8d8b96
	- all other text	  	#6b6976
	- link color			#535b9c
	
	TYPOGRAPHY
	- default text size		11px
	- default font			Arial
	- navigation			Dinot-Medium   
*/

/* @group defaults */

html,body {
	background-color: #edeeee;
	color: #767380;
	font: 11px/18px Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
}

a {outline: none; color: #91a4c0; text-decoration: none;}
a:hover {text-decoration: underline;}

p {margin: 18px 0;}

h3 {color: #656272; margin-bottom: 18px;}

dl dd {margin-bottom: 18px;}

dl dd p {margin: 0;}

dl dt {color: #656272}

/* @end defaults */

/* @group handy styles */

.strong {color: #747180;} strong {font-weight: bold;}
.italic { font-style: italic;}

img.polaroid {
	float: right;
	display: inline;
	padding-left: 34px;
}

.round-bottom-inner {
	position: absolute;
	bottom: 0;
	left: 0;
}

/* @end handy styles */

/* @group footer */

#footer {
	clear: both;
	width: 970px;
}

#footer p {
	width: 430px;
	float: left;
	padding: 10px 0 10px 30px;
	color: #747180;
	margin: 0;	
}

#footer p#copy {
	float: right;
	text-align: right;
	padding-left: 0;
	padding-right: 30px;
}

/* @end footer */

/* @group fancy background highlights */

#container, #container-bg {
	width: 970px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	background: url(/assets/img/global/sub-nav-highlight.gif) repeat-y;
	background-position: -999em;
}

/* bg position for fancy work nav */
#container.work-1 {
	background-position: 10px !important;
}
#container.work-2 {
	background-position: 200px !important;
}
#container.work-3 {
	background-position: 390px !important;
}
#container.work-4 {
	background-position: 580px !important;
}
#container.work-5 {
	background-position: 770px !important;
}

#container-inner {
	background: transparent url(/assets/img/global/container-inner-bg.gif) 10px 0 repeat-y;
	height: 100%;
}

#container-bg.work-1 {
	background-position: 10px !important;
}
#container-bg.work-2 {
	background-position: 200px !important;
}
#container-bg.work-3 {
	background-position: 390px !important;
}
#container-bg.work-4 {
	background-position: 580px !important;
}
#container-bg.work-5 {
	background-position: 770px !important;
}

/* @end fancy background highlights */


/* @group nav */

#nav-wrap {
	padding: 0 10px;
	float: left;
	position: relative;
	background: white url(/assets/img/corners/round-bottom.gif) no-repeat bottom;
}

ul#nav {
	width: 950px;
	background-color: #f6f6f6;
	float: left;
	border-right: 1px dotted #e6e6e6;
	height: 190px;
}

ul#nav li#flume-logo {
	display: block;
	float: left;
	width: 149px; height: 149px;
	padding: 20px;
	border-left: 1px dotted #e6e6e6;
	background: white url(/assets/img/global/flume-studios-logo.png)
	no-repeat 19px 0;
	text-indent: -999em;
}

ul#nav li#flume-logo a {
	border: 0;
	margin: -20px 0 0 -20px;
}

ul#nav li#flume-loves-design {
	display: block;
	float: left;
	width: 149px; height: 149px;
	padding: 20px;
	border-left: 1px dotted #e6e6e6;
}

ul#nav li {
	display: block;
	float: left;
}

ul#nav li a {
	text-decoration: none;
	display: block;
	float: left;
	width: 149px; height: 149px;
	padding: 20px;
	border-left: 1px dotted #e6e6e6;
}

ul#nav li a .nav-title {
	text-indent: -999em;
	display: block;
}

/* nav title image replacement */
ul#nav li a span.our-work {
	background: url(/assets/img/nav/our-work.png) no-repeat;	
}
ul#nav li a span.how-work {
	background: url(/assets/img/nav/how-work.png) no-repeat;	
}
ul#nav li a span.about {
	background: url(/assets/img/nav/funny-story.png) no-repeat;	
}

ul#nav li a .nav-description {
	color: #a7a5b0;
	text-decoration: none;
	display: block;
	float: left;
	width: 149px;
	margin-top: 10px;
	text-indent: -999em;
}

ul#nav li a:hover {
	background-color: white;
}

ul#nav li a .nav-description.preview {
	text-indent: 0;
	cursor: pointer;
}

ul#nav li .active {
	background-color: white;
	text-indent: 0 !important;
}

ul#nav li p {
	color: #a7a5b0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	text-transform: none;
}

#flume-loves-design {
	position: relative;
	background: #f6f6f6 url(/assets/img/global/flume-loves-bg.gif) repeat-y;
}

#flume-loves-design:hover {
	background-color: #f6f6f6 !important;
}

#flume-loves-design img {
	position: absolute;
	left: 16px;
	top: 20px;
}

ul#nav li#flume-logo a {
	background: white url(/assets/img/global/flume-studios-logo-hover.png)
	no-repeat 19px 0;
}

/* @end nav */

/* @group subnav */

#sub-nav {
	float: left;
	width: 950px;
	margin: 0 10px;
}

#sub-nav li {
	float: left;
	display: block;
}

#sub-nav li a, #sub-nav li span {
	display: block;
	color: #747180;
	float: left;
	width: 149px;
	padding: 62px 20px 18px 20px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 20px 66px;
	text-indent: -999em;
}

#sub-heading {
	float: left;
	width: 950px;
	background:  url(/assets/img/global/dotted-bg.gif);
	margin-left: 10px;
	padding: 62px 20px 18px 20px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	color: #747180;
}

#sub-heading span.how-work {
	background: url(/assets/img/nav/how-work-sub.gif) no-repeat 0;
	text-indent: -999em;
	display: block;	
}

#sub-heading span.funny-story {
	background: url(/assets/img/nav/funny-story-sub.gif) no-repeat 0;
	text-indent: -999em;
	display: block;	
}

/* replace text with nav images */
#sub-nav li .lakesong {
	background-image: url(/assets/img/nav/lakesong.png);
}
#sub-nav li .cjsw {
	background-image: url(/assets/img/nav/cjsw.png);
}
#sub-nav li .gwabs {
	background-image: url(/assets/img/nav/gwabs.png);
}
#sub-nav li .makegood {
	background-image: url(/assets/img/nav/makegood.png);
}
#sub-nav li .plastic-chatter {
	background-image: url(/assets/img/nav/plastic-chatter.png);
}
/* dim non active links */
#sub-nav.sub-nav-work li a{
	opacity: 0.45;
}
#sub-nav.sub-nav-work li a:hover {
	opacity: 1.0;
}

/* @end subnav */

/* @group homepage */

/* LOOK HERE */

#home-text {
	background: url(/assets/img/index/flume-home.jpg);
	width: 870px; height: 349px;
	position: relative; 
	/* 
		we add the background and the width/height to get the image looking right.
		home-text is the div that is holding our paragraph of text so we give it
		"position: relative" so that we can position our pargraph inside of it 
		EXACTLLY where we want them to go.
	*/
}

#home-text p {
	width: 465px;
	position: absolute;
	top: 180px;
	left: 340px;
	font-size: 14px;
	color: #555;
	
	/*
		so I gave this paragraph the exact width of your text that is in the image so
		if you have a few lines of text it will look correct.
		
		Then I give it "position: absolute" which now lets me put it wherever the heck
		I want it to go. You position things based on the parent (wrapping) element. In
		this case we have the div "home-text" as our parent.
		
		SOOOO...
		
		"top: 180px" means place this paragraph 180px from the top of "home-text"
		"left: 340px" means place this paragraph 340px from the left of "home-text"
		 
	*/
}

  

/* @end homepage */   

/* @group content  */

#content-work-wrap {
	background: white url(/assets/img/corners/round-top.gif) no-repeat top;
	float: left;
	position: relative;
}

#content-wrap {
	background: white url(/assets/img/corners/round-top.gif) no-repeat top;
	float: left;
	position: relative;
}

#content {
	width: 960px;
	float: left;
	background: url(/assets/img/global/dotted-bg.gif);
	margin-left: 10px;
	padding-right: 1px;
}

#content-text {
	width: 930px;
	float: left;
	background:  url(/assets/img/global/dotted-bg.gif) 10px;
	padding: 30px 20px 30px 21px;
}

.content-inner {
	background-color: #f6f6f6;
	float: left;
	padding: 20px;
	margin: 0 10px;
}

.content-work-inner {
	float: left;
	padding: 20px;
}

.work-description {
	width: 149px;
	float: left;
}

img.work-image {
	float: left;
	margin-left: 41px;
}

.go-website {
	float: left;
	display: block;
	width: 149px;
	text-align: center;
	padding: 6px 0;
	border-top: 1px dotted #e6e6e6;
	border-bottom: 1px dotted #e6e6e6;
}

.go-website a {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: white;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	float: left;
	width: 100%;
	background-color: #91a4c0;
}

.go-website a:hover {
	text-decoration: none;
}

#work {
	float: left;
	position: relative;
}

#work li {
	display: block;
	float: left;
	width: 149px; min-height: 341px;
	padding: 20px;
	border-left: 1px dotted #e6e6e6;
	background-color: white;
}

#work li:hover {
	cursor: pointer;
}

#work li.hover {
	color: #747180;
	background-color: #fafafa;
}

#work li p {
	margin-top: 5px;
	cursor: pointer;
}

#work li img {
	position: absolute;
	bottom: 30px;
	display: block;
}

/* @end content */

/* @group work slideshow styles */

/* slide navigation specific */

ul#work-show-nav {
	width: 149px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}

ul#work-show-nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 2px 5px;
}

#work-show-nav li:hover {
	cursor: pointer;
}

ul#work-show-nav li#button_selected {
	background-color: #dde275; 
}

ul#slide_control li{
    list-style: none;
    display: block;
    float: left;
}

#work-show li {
	list-style:none;	
}

/* slide image holder specific */

ul#work-show{
    float: left;
}

ul#work-show img{
    width: 720px;
    height: 425px;
    float: left;
}

img.work-fullsize {
	margin-left: 41px;
}

/* @end work slideshow styles */


