/* --- Colours --- */

.turquoise {background-color: #58C1BA; }
.amparoblue {background-color: #2D7AC0 }
.tomato {background-color: #D52249 }
.violet {background-color: #BC87BD }
.tuscany {background-color: #C3A492 }
.aurora {background-color: #F8E469 }
.champagne {background-color: #FAE4CC }
.herb {background-color: #8B9068 }

/* --- End Colours --- */

html {
	height: 100%;
}

body.style-min1 {
	background: #E5E3E4 url(../img/bg1.gif) top left;
	overflow-x: hidden;
}

.style-min1 #container-min {
	width: 960px;
	height: 405px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -480px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	background: transparent;
}

/* --- Left Aligned ---

#container-min {
	width: 960px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -700px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	background: transparent url("../img/semicircle.png") center left no-repeat;
	padding: 200px 0 0 25px;
}
*/

#container-norm {
	font-family: 'American Typewriter', Georgia, sans-serif;
}

.container {
	opacity: 0;
}


/* --- Left Nav --- */

#column {
	height: 40px;
	width: 120px;
	float: left;
}

#logo a {
	background: transparent url("../img/logo.png") 0px bottom no-repeat;
	display: block;
	height: 40px;
	padding: 0 0 10px 0;
}

#logo a:hover {
	background: transparent url("../img/logo.png") -244px bottom no-repeat;
}

#logo {
	font-size: 1.3em;
	margin-left: 20px;
	padding: 0;
	border-bottom: none;
}

#logo span {
	opacity: 0;
	color: #ddd;
}

#navlinks {
	margin: 0 0 0 3px;
	font-size: 12pt;
	margin-top: -5px;
	display: none;
}

/* --- Main Nav --- */

#stuff {
	float: right;
	width: 700px;
	display: none;
}

#stuff ul {
	float: right;
	opacity: 0;
	//visibility: hidden;
}

#stuff ul span {
	font-weight: bold;
}

#stuff li {
	float: left;
}

.style-min1 #stuff li a {
	display: block;
	margin: 0 0 0 10px;
	padding: 15px 10px 20px 10px;
	font-size: 20pt;
	color: #333333;
}

/* --- Nav Individual Styles --- */

#stuff a#min1:hover {
	color: #2D7AC0;
}

#stuff a#min2:hover {
	color: #D52249;
}

#stuff a#min3:hover {
	color: #2CAF15;
}

#stuff a#min4:hover {
	color: #BC87BD;
}

#stuff a#min5:hover {
	color: #8B9068;
}

/* --- Sublinks --- */

.style-min1 #sublinks {
	float: right;
	width: 920px;
	height: 24px;
	margin-top: 27px;
	background-color: #333333;
	//background: transparent url("../img/sublinks.png") bottom left repeat-x;
	color: #FFFFFF;
	line-height: 22px;
	padding: 10px 15px 10px 15px;
	z-index: 5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: #999999 5px 5px 5px;
	-webkit-box-shadow: #999999 5px 5px 5px;
}

.style-min1 #sublinks a {
	color: #cccccc
}

.style-min1 #sublinks a:hover {
	color: #FFFFFF;
	border-bottom: 1px dashed #aaa;
}

#sublinks ul {
	position: absolute;
	top: 77px;
	right: 25px;
	margin-left: 5px
}

#sublinks li {
	float: left;
}

#sublinks span {
	font-style: italic;
	margin-right: 1px;
}

/* --- Sublink Individual Styles --- */


/* Initially hide all Sublink Groups */

#sub-1, #sub-2, #sub-3, #sub-4, #sub-5 {
	display: none;
}

/* --- Content --- */

.contentsection {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 950px;
	margin: -90px 0 0 -465px;
	padding: 0 10px 0 20px;
	overflow: hidden;
	opacity: 0;
}

.info {
	position: absolute;
	background-color: #333333;
	color: #FFFFFF;
	width: 715px;
	height: 18px;
	padding: 14px 0 16px 10px;
	margin: -31px 0 0 -10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: 0;
	-moz-box-shadow: #999999 5px 5px 5px;
	-webkit-box-shadow: #999999 5px 5px 5px;
}

.infopic {
	float: right;
	margin-right: -20px;
	background-color: #333333;
	height: 160px;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: #999999 5px 5px 5px;
	-webkit-box-shadow: #999999 5px 5px 5px;
	display: none;
}

#three-one div {
	margin-top: -25px;
}

#three-two div {
	margin-top: -65px;
}

#three-three div {
	margin-top: -105px;
}

.content h2 {
	font-size: 1.6em;
	line-height: 5px;
	margin: 10px 0 0 0;
	width: 175px;
}

.content h2 span {
	float: left;
}

.content h2:hover #arrow:hover {
	background-color: #ccc;
}

.content h2:hover #arrow #downarrow {
	border-top: 8px solid #333333;
}

#arrow {
	float: left;
	padding: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 1px 5px 0 10px;
	cursor: pointer;
}

#arrow #downarrow {
	font-size: 0px; line-height: 0%; width: 0px;
	background: transparent;
	border-top: 8px solid #bbbbbb;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.content h3 {
	font-size: 0.8em;
	line-height: 5px;
	margin: 5px 0 10px 0px;
	width: 160px;
	padding-bottom: 5px;
}

#work {
	width: 170px;
	border-bottom: 1px #ccc solid;	
}

#work-2 { display: none; }

#work-dropdown {
	position: absolute;
	margin: -82px 0 0 -14px;
	background: #333333;
	padding: 5px 10px 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: #999999 5px 5px 5px;
	-webkit-box-shadow: #999999 5px 5px 5px;
}

#work-dropdown h2 {
	margin: -10px 0 20px 0;
	width: 140px;
	height: 20px;
}

#work-dropdown h2 a {
	color: #FFFFFF;
}

#work-dropdown ul {
	margin: 5px 0 10px 0;
}

#work-dropdown li {
	padding: 5px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#work-dropdown li:hover {
	background: #222222;
}

#about-contact {
	margin-top: -60px;
	width: 170px;
	border-bottom: 1px #ccc solid;
}

/* Selected Work */

#selected-work {
	margin: -60px 0 0 180px;
	//border-left: 1px #ccc solid;
	padding-left: 20px;
}

#selected-work li {
	
}

#selected-work a {
	display: block;
	height: 40px;
}

#selected-work a:hover .info {
	opacity: 1;
}

/* --- Footer --- */

.style-min1 #footer {
	display: block;
	float: right;
	width: 935px;	
	padding: 10px;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #666666;
	opacity: 0;
	margin-top: 20px;
}

.style-min1 #footer a {
	color: #444444;
}

.style-min1 #footer a:hover {
	color: #222222;
}

#lightsout {
	display: inline;
}

#lightson {
	display: none;
}

/* --- OHSHITSHIFT --- */

#shifter {
	margin-top: -10px;
}

#gearshift {
	cursor: pointer;
}

/* --- =Twitter --- */

.tweet {
	color: #085258;
}

.tweet_list {
    -webkit-border-radius: 0 0 .5em .5em;
    -moz-border-radius: 0 0 .5em .5em;
    float: right;
    list-style-type: none;
	width: 500px;
	height: 38px;
    margin: 0 20px 0 0;
    padding: 0;
	background-color: #E8E9EB;
	font-size: 0.8em;
	display: none;
}
.tweet_list li {
    padding: .5em;
}
.tweet_list li a {
	color: #0C717A;
}
.tweet_list .tweet_avatar {
	padding-left: .5em;
	float: right;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}


/* --- TipTip CSS - Version 1.2 --- */


#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}



/* -------------------- */
/* ------ Styles ------ */
/* -------------------- */

body.style-min2 {
	background: #E5E3E4 url(../img/bg2.gif) top left;
	overflow-x: hidden;
}

.style-min2 #container-min {
	width: 960px;
	height: 405px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -480px;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	background: transparent url("../img/drip.png") bottom right no-repeat;
}

.style-min2 #stuff li a {
	display: block;
	margin: 0 0 0 10px;
	padding: 15px 10px 20px 10px;
	font-size: 20pt;
	color: #cccccc;
}


.style-min2 #sublinks {
	float: right;
	width: 920px;
	height: 24px;
	background-color: #777777;
	color: #1111111;
	line-height: 22px;
	padding: 10px 15px 10px 15px;
	z-index: 5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.style-min2 #sublinks a {
	color: #000000
}

.style-min2 #sublinks a:hover {
	color: #FFFFFF;
	border-bottom: 1px dashed #aaa;
}

.style-min2 #footer {
	display: block;
	float: right;
	width: 933px;	
	padding: 10px;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #aaa;
	margin-top: 20px;
}

.style-min2 #footer a {
	color: #ccc;
}

.style-min2 #footer a:hover {
	color: #FFFFFF;
}


