/*
Cinegraphic master stylesheet
master.css

Author: Darren
Date created: 22/2/10

*/

/*
= GENERAL RULES */

/* whitespace reset */
h1, h2, h3, h4, p, ul, ol, dl, html, body, form, fieldset, blockquote, address {
	margin: 0;
	padding: 0;
	font-weight:normal;
}

h1, h2, h3, h4 {text-shadow: #EEE 2px 2px 2px;}

/* no bullets */
ul, ol {
	list-style: none;
}

/* no borders */
img, fieldset {
	border: 0 none;
}

address {
	font-style: normal;
}

body {
	/*width: 760px;*/
	margin:0 auto;
    font: 80% "Lucida Grande", Helvetica, Arial, sans serif;
    padding:0;
    color:#26393d;
    background:#ccc;
}



/* links */

a:link {
	color: #2194b5;
	text-decoration: none;

}

a:visited {
	color: #464973;
}

a:focus, a:hover, a:active {
	text-decoration: none;
	color: #b30;
}

.clear {
	clear: both !important;
    margin-top:10px;
}

.hidden {
	position: absolute;
	left: -9999px;
}

/*
= LAYOUT */

#container {	
	width:100%;
	height:100%;
	background:#44607D;
}

.main {
	width:920px;
	margin: 0;
    overflow: hidden;
    margin:0 auto;
    clear:both;
    
}



/* HOMEPAGE */

#showcase {background:url(../images/showcase_bg.png) repeat-x 0 0; height:230px; width:100%;}

.rounded {margin:20px 0 10px 0; width:100%; overflow:hidden;}

#left {float:left; width:70%;}


#bottomleft {float:left; width:70% !important;}

#bottomgroup li#bottomleft {margin:0;}

#bottomgroup li#bottomleft div.text, #bottomgroup li#bottomright div.text {margin:0 !important; overflow:hidden;}

#right, #bottomright {
float:left; 
width:30% !important; 
position:relative; 
padding-bottom:3em;
}


#bottomright {margin:0 !important;}
li#bottomright p {margin-top:15px;}

#left h1  {padding:1em 0 !important; margin:0 !important;}
#left h2 {font-size:140% !important;}
#left p  {padding:5px 0; margin:0; line-height:1.4em; font-size:110%;}

#left p#last  {margin-bottom:20px;}

body.home #right ul {margin:1em 0; width:100% !important;}
body.contact #right ul {margin:1em 0; width:100%;}


#right ul {margin:1em 0; width:60%;}
#right li {font-size:110%; margin:0;}

#right h2 {font-size:140% !important; margin-left:15px;}

body.contact #right p {margin:10px 1.4em;}

body.portfolio #right h2 {margin-left:10px;}
		
/* tooltips */

.demotip {
	display:none;
	background:transparent url(../images/tip.png);
	font-size:12px;
	width:130px;
	padding:20px 25px 30px 55px;
	color:#fff;	
	position: absolute; top: 60px !important; z-index:100;
}

.tip {
	display:none;
	font-size:12px;
	width:210px;
	padding:10px 25px 10px 30px;
	background:url(../images/portfolio/tip_small.png) no-repeat 2px 50%;
	position: relative; left:10px !important;top: 39px !important; z-index:100;
}




/*
= CV */

body.cv div#bottom div#left h2, body.cv div#bottom div#left h3 , body.cv div#bottom div#left h4 {margin:1em;}

body.cv div#bottom div.rounded div#left h3 {margin-bottom: 0 !important;}

body.cv ul.jobduties, body.portfolio ul.jobduties {
color:#26393D;
padding:0.6em 1em;
}

p.notes {
background:transparent url(../images/comment.png) no-repeat scroll 10px 10px;
padding:5px 10px 0 40px !important;
}

body.cv ul.jobduties li, body.portfolio ul.jobduties li {
background:transparent url(../images/note.png) no-repeat scroll 0 50%;
padding:0.2em 0 0.2em 40px;
}

body.cv ul.jobduties li.example {
background:none;
padding:0.2em 0 0.2em 40px;
}

body.cv p span.date {
display:block;
font-size:90%;
font-style:italic;
}

body.cv p.spacer {
border-top:1px dotted #CCCCCC;
margin-top:1em !important;
}

p.last {padding-bottom:10px !important;}

body.cv h4.title {
	background:url(../images/plus.gif) no-repeat 10px 50%;
	font-weight:normal; 
	font-size:120%; 
	line-height:1.8em; 
	margin:0.6em !important; 
	padding:10px 10px 10px 50px; 
	cursor:pointer;
	text-shadow:none;
}

body.cv h4.active {background:url(../images/minus.gif) no-repeat 10px 50%;}
body.cv h4.rollover {background:url(../images/plus.gif) no-repeat 10px 50% #ffff99;}

body.cv h4:hover {color:#B30;}

body.cv h4 span.date {display:block; font-size:90%; font-style:italic; }

body.cv div.togglecontainer {margin:0 1em; padding:0;}

body.cv div#last {margin-bottom:1em;}


body.cv #right ul {width:100%;}

ul#coreskills li {
margin: 0.4em 0;
background:transparent url(../images/comment.png) no-repeat 1em 50%;
padding:10px 10px 10px 35px;
}


ul#protools li {margin:1em 1.4em;}

ul#protools li ul {margin:0;}

ul#protools li ul li {margin:0.4em 0; padding-left:35px; font-size:100%; background:transparent url(../images/note.png) no-repeat 0 0;}

		

/*
= TYPOGRAPHY */

h1, h2, h3, h4 {
	font-size: 1.4em;
	margin: 0.5em 0;
	color:#26393D;
	padding:0;
}

#main h1 {
	padding-left: 10px;
	margin-top:10px;
}



h2, h3 {
    padding: 0;
}


.minisidebar #main h1 {
	margin-left: -10px;
}


h1 span, h2 span {
	font-size: 0.78em; /* 1.4em of base unit */
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4, h5 {
	font-size: 1em;
}

p, ul, ol {
	margin: 0 0 1em;
	line-height: 1.2em;
}



#lists ul, #lists p {
	margin: 0 10px 1em;
}

h2.linkedin {line-height:2.2em; padding-left:50px; background:url("../images/home/linkedin.png") no-repeat 0 0;}

#list {overflow:hidden;}

div.endorsement {margin:1.4em 0 0 0; float:left;}
div.endorsement p {margin:0 !important; padding: 0 !important;}
div.endorsement span {font-size:0.9em; padding:0;}
div.endorsement p span.title {display:block;}

div.endorsement span.relationship {}

div.endorsement img.profile_pic {border:2px solid #eee;width:66px; height:66px; float:left; margin:0 10px 30px 35px; -moz-box-shadow: 0 2px 4px #999;-webkit-box-shadow: 0 2px 4px #999; box-shadow: 0 2px 4px #999;}

body.cv div.endorsement img.profile_pic, body.portfolio div.endorsement img.profile_pic {-moz-box-shadow: 0 2px 4px #31465B;-webkit-box-shadow: 0 2px 4px #31465B; box-shadow: 0 2px 4px #31465B;}

div.endorsement span.title, div.endorsement span.date {margin-left:10px;}
div.endorsement span.date {font-size:80% !important; display:block;}




div.endorsement p.endorse {background:url("../images/home/quot_top.png") no-repeat 0 0; padding: 15px 25px 0 25px !important;}
div.endorsement p.endorse_close {background:url("../images/home/quot_bottom.png") no-repeat 0 0; padding: 15px 25px !important;}

body.cv div.endorsement p.endorse, body.portfolio div.endorsement p.endorse {background:url("../images/home/quot_top_bg.png") no-repeat 0 0; padding: 15px 25px 0 25px !important;}
body.cv div.endorsement p.endorse_close, body.portfolio div.endorsement p.endorse_close {background:url("../images/home/quot_bottom_bg.png") no-repeat 0 0; padding: 15px 25px !important; margin-bottom:10px !important;}

div.endorsement p.endorse span.quotedetails {display:block; width:500px; padding-right:100px;color:#fff; font-size:85% !important; line-height:1.4em !important; }


div.signoff {margin:1.4em; border-top:1px solid #ccc; padding-top:5px;}


/* moz borders  */

.borders {	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
/* moz borders  */


/*
= NAVIGATION */

ul#navigation {
	list-style: none;
    /*position: relative;*/
	overflow:hidden;
	height:3.3em;
    z-index: 99;
	margin:1em 1em 1em 0;
	font-size:100%;
}

ul#navigation li {
    padding: 0 0;
	margin:0;
	float:left;
	width:auto;
}

ul#navigation li.nav {padding:0;}

ul#navigation li a#logo {
	width: 200px;
	height: 40px;
	background:url(../images/logo.png) no-repeat 0 -8px;
	margin: 0;
	display: block;
	/*position: relative; /* to make clickable in IE */
    text-indent: -999em;
    z-index: 99;
    position:relative;
    padding:0;
}


ul#navigation li a:hover{
color:#4098c8;
text-shadow:none !important;
}

ul#navigation li#tab_on a {
color:#4098c8 !important; 
}


ul#navigation li.left {
margin-left:160px;
}


ul#navigation li a {
	color: #eee;
	text-decoration: none;	
	font-weight: normal;
	display:block;
	padding:1em 2em;
	text-shadow: #31465B 2px 2px 2px;
}


.clear {clear:both;}

body.home div.seperator {background:url(../images/home/seperator.png) repeat-x 0 0; height:2px;margin:10px 0 0 0;}



/* 
= bottomgroup */

#bottom {
background:#CCCCCC url(../images/bottom_bar_line.png) repeat-x 0 0;
border-top:1px solid #EEEEEE;
padding:1em 0 0 0;
width:100%;
}

div.bottomarea {background:#44607D;}

body.contact div.bottomarea {background:#ccc;}


#bottomgroup {overflow:hidden; padding:0; margin:0 auto;width:920px;}

#bottomgroup a {color:#fff;}
#bottomgroup a:hover {color:#B30;}
#bottomgroup span {color:#A2BOBE;}
#bottomgroup p {color:#fff;}
#bottomgroup div.endorsement {margin-left:0;}
#bottomgroup li {float:left; width:290px; margin:0 10px; border:none; position:relative;}
#bottomgroup li.left {margin:0; width:70%;}
#bottomgroup li.left div.text {margin:1em; overflow:hidden;}
#bottomgroup li.right {margin:0; width:30%; background:#eee;}


a#contactme {
display:block;
font-size:140%;
margin:10px 0 0 0;
padding:25px 1em 25px 4.2em;
text-decoration:none;
}



a#contactme {
background:transparent url(../images/large_email_icon.png) no-repeat 0 50%;
}


ul#bottomgroup li#right div.text {padding:1em 1em 0 1em;}	


/* 
= PORTFOLIO */


body.portfolio #right {position:absolute; right:0;}


div.seperator {background:url(../images/home/seperator.png) repeat-x 0 0; height:2px;margin:10px 0 0 10px;}

body.portfolio div.main div.top {position:relative;}


body.portfolio #bottom .top #left h3 {margin:1em 0 0 1em;}

body.portfolio ul.project_nav {margin:10px !important; padding-top:32px; width:100% !important; overflow:hidden;} 

body.portfolio ul.project_nav li {
background-repeat:no-repeat;
background: url(../images/portfolio/thumbs/port_thumbs.png) no-repeat 0 0;
float:left;
padding:0;

margin:0 15px 10px 0 !important;
}


body.portfolio ul.project_nav li.tab_on {border:2px solid #b30; background-color:#fff;}

body.portfolio ul.project_nav li a {float:left; text-decoration:none; width:50px; height:50px;}

body.portfolio ul.project_nav li:hover {border:2px solid #b30; background-color:#fff;}

body.portfolio ul.project_nav li.tab_on a {color:#b30;}

ul#pic_credit {position:relative;}
ul#pic_credit li {position:relative;}
ul#pic_credit li span {font-size:80%;position:absolute; bottom:15px; left:10px;}


body.portfolio #left ul.samples li img {border:2px solid #eee; -moz-box-shadow: 0 2px 4px #999;-webkit-box-shadow: 0 2px 4px #999; box-shadow: 0 2px 4px #999; margin-bottom:20px;}
body.portfolio ul.project_nav li {border:2px solid #eee; -moz-box-shadow: 0 2px 4px #999;-webkit-box-shadow: 0 2px 4px #999; box-shadow: 0 2px 4px #999;}


body.portfolio #left li#lastimg {margin-bottom:160px;}


#ch {background-position: -2px -2px;}
#book_web {background-position: -2px -72px;}
#gk_pp {background-position: -2px -142px;}
#brage {background-position: -2px -213px;}
#plu_e {background-position: -2px -284px;}
#gk_ipa_brand {background-position: -2px -355px;}
#da {background-position: -2px -426px;}
#ahg {background-position: -2px -497px;}
#book_trade {background-position: -2px -568px;}
#gk_ipa_screen {background-position: -2px -640px;}
#osh {background-position: -2px -710px;}
#abbot {background-position: -2px -781px;}
#ahg_blog {background-position: -2px -852px;}
#book_banners {background-position: -2px -923px;}
#bliss {background-position: -2px -992px;}
#dixons {background-position: -2px -1063px;}
#ticket {background-position: -2px -1132px;}
#tc {background-position: -2px -1203px;}
#hof {background-position: -2px -1272px;}



/* carasel for portfolio*/

#left div.jcarousel-skin-tango {background:#fff; border:2px solid #eee; -moz-box-shadow: 0 2px 4px #999;-webkit-box-shadow: 0 2px 4px #999; box-shadow: 0 2px 4px #999; margin-bottom:20px;}
#left div.jcarousel-skin-tango .jcarousel-container-horizontal {padding: 0; }
#left div.jcarousel-skin-tango .jcarousel-item {width: 640px !important; height: 300px;}

#left div.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 300px; width: 640px !important;  
}

#left div.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 0;
}

/**
 *  Horizontal Buttons */
 
 #left .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 120px;
    left:0;
}


#left .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 120px;
    right:0;
}

/* carasel */

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 20px 40px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 200px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 200px;
    height: 200px;
}


.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}



.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 78px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 78px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#mycarousel li div {height:160px;}


/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:830px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
    background:url(../images/slider_relection.png) no-repeat 50% 120%;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* CONTACT */

div#out p {font-size:90%;}
div#out p, div#out span {padding:0;color:#b30;}


