/*
Theme Name: jelly
Theme URI: http://www.jellyfacecreative.com
Description: WordPress template for <a href="http://www.jellyfacecreative.com" target="_blank">jellyFace</a>, a design and communication firm. Built from <a href="http://elliotjaystocks.com" target="_blank">Elliot Jay Stocks</a> Starkers theme.
Version: 2.0
Author: Kevin O'Hara
Author URI: http://www.jellyfacecreative.com
Tags: jellyface, jelly, fancy, design, wallpaper, starkers
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
/* h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal } */
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
h1, h2, h3, h5, h5, h6 { font-weight:bold } /*Kevin added this one and removed the typography.css file */



/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */



/* BEGIN TYPOGRAPHY */
/* ----------------------------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	color: #EC5810;
	line-height: 1.3em;
	letter-spacing: -.04em;
	font-family: Calibri, Arial, Helvetica, sans-serif
}

a, a:visited {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
	outline: none;
}

a:hover {
	color: #003333;
	text-decoration: underline;
}

a:active {
}
.container p {
	font-size: 110%;
	line-height: 1.8em;
	padding-bottom: 15px;
}

::-moz-selection {
	background-color: #006666;
	color: white;
}

::selection {
	background-color: #006666;
	color: white;
}

/* BEGIN LAYOUT */
/* ----------------------------------------- */

html {
	background: url(images/jelly_paper.jpg) top center repeat; 
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 960px;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#paper {
	background: url(images/jellyface_paper_bg.jpg) repeat;
}

#wrapper {
	width: 960px;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -10px;
	overflow: hidden;
}

#main {
	padding: 0;
	overflow: auto;
}

#header {
	height: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 8px;
	background: url(images/jellyface_header_bg.jpg) top center no-repeat;
}

#header .holdem {
	width: 960px; 
	margin: 0 auto;
}

#header a.logo {
	width: 230px;
	height: 80px;
	position: relative;
	top: 42px;
	background-image: url(images/jellyface_logo.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

#header a.tagline {
	width: 248px;
	height: 35px;
	position: relative;
	top: 8px;
	left: 104px;
	background-image: url(images/jellyface_tagline.png);
	display: block;
	text-indent: -9999px;
}

#nav {
	height: 90px;
	background: url(images/nav_bg.jpg) top center no-repeat;
}

#nav ul {
	overflow: hidden;
	list-style: none;
	padding: 20px 0 0 5px;
	clear: both;
}

#nav ul li {
	display: block;
	float: left;
	padding: 0 5px;
}

#nav ul li a {
	height: 30px;
	line-height: 30px;
	display: block;
	text-indent: -9999px;
	position: relative;
}

#nav ul li.about {
	width: 97px;
	background: url(images/btn_about.jpg) no-repeat;
}

#nav ul li.contact {
	width: 126px;
	background: url(images/btn_contact.jpg) no-repeat;
}

#nav ul li.services {
	width: 126px;
	background: url(images/btn_services.jpg) no-repeat;
}

#nav ul li.work {
	width: 88px;
	background: url(images/btn_work.jpg) no-repeat;
}

#nav ul li:hover {
	background-position: 0 -30px ;
}

#nav ul li.current_page_item {
	background-position: 0 -60px;
}

#nav ul li.current_page_item:hover {
	background-position: 0 -90px;
}

#nav ul li.current_page_ancestor {
	background-position: 0 -60px;
}

#nav ul li.current_page_ancestor:hover {
	background-position: 0 -90px;
}

.container {
	width: 590px;
	background: url(images/container_bg.jpg) no-repeat;
	min-height: 304px;
	margin: 0 50px 40px 0px;
	float: left;
}

.keepem {
	overflow: auto;
}

#sidebar {
	min-height: 220px;
	overflow: hidden;
	margin: 60px 0 20px;
}

#sidebar h2 {
	font-size: 200%;
	margin: 0 0 10px 0;
}

#sidebar p {
	margin: 0 0 10px;
	padding: 0 10px 30px;
	background: url(images/jelly_br.jpg) bottom no-repeat;
}

#sidebar ul.social {
	width: 100%;
	margin: 0 10px 10px 0;
	padding: 0 0 30px;
	clear: both;
	background: url(images/jelly_br.jpg) bottom no-repeat;
	overflow: auto;
}

#sidebar ul.social li  {
	display: block;
	float: left;
	padding: 0 5px;
}

#sidebar ul.social li a {
	height: 32px;
	line-height: 32px;
	width: 32px;
	display: block;
	text-indent: -9999px;
	position: relative;
	/*filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;*/
}

#sidebar ul.social li a:hover {
	/*filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;*/
}

#sidebar ul.social li a:active {
}

#sidebar ul.social li a.flickr {
	background: url(images/icon_flickr.png) no-repeat;
}

#sidebar ul.social li a.twitter {
	background: url(images/icon_twitter.png) no-repeat;
}

#sidebar ul.social li a.linkedin {
	background: url(images/icon_linkedin.png) no-repeat;
}

#sidebar ul.social li a.facebook {
	background: url(images/icon_facebook.png) no-repeat;
}

#sidebar ul.social li a.mws {
	background: url(images/icon_mommieswithstyle.png) no-repeat;
}

#sidebar ul.social li a.kevinoh {
	background: url(images/icon_kevinoh.png) no-repeat;
}

#sidebar .keepem {
	float: left;
	margin: 10px 0;
	padding: 0 0 20px;
	width: 100%;
	background: url(images/jelly_br.jpg) bottom no-repeat;
}

#sidebar .bio_picsThumb {
	background-color: white;
	border: 1px solid #003333;
	padding: 2px;
	margin: 10px 10px 10px 0px;
	width: 45px;
	height: 45px;
}

#sidebar .keepem  h2 {
	font-size: 160%;
	margin: 10px 0 0;
}


#subNav {
	background: url(images/jelly_br.jpg) top center no-repeat;
	padding: 20px 0 15px;
	overflow: auto;
}

#subNav ul {
	list-style: none;
	overflow: auto;
	
}

#subNav li {
	width: 310px;
	min-height: 140px;
	display: block;
	float: left;
	padding: 0 10px 0 0;
	font-size: 90%;
	overflow: hidden;
}

#subNav h2 a{
	color: #EC5810;
	width: 100%;
}

#subNav p {
	padding: 5px 10px 0 65px;
}

#subNav p.identity {
	background: url(images/icon_identity.png) 0 5px no-repeat;
}

#subNav p.communication {
	background: url(images/icon_communication.png) 0 10px no-repeat;
}

#subNav p.design {
	background: url(images/icon_design.png) 0 10px no-repeat;
}

#closingTag {
	background: url(images/jelly_br.jpg) no-repeat;
	text-align: center;
	overflow: hidden;
}

#closingTag h3 {
	width: 412px;
	height: 25px;
	margin: 0 auto;
	margin: 30px auto;
	background: url(images/best_face_forward.jpg) no-repeat;
	text-indent: -9999px;
}
 
.push {
	height: 10px;
}
 
#footer {
	height: 130px;
	font-size: 90%;
	overflow: hidden;
	color: #FFF;
	padding: 0;
	background: url(images/footer_bg.png) right repeat-x;
}


#footer .footContainer {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #90744E;
}


#footer .footContainer  a {
	color: #FFF;
}

#footer .footContainer  p.footerLogo {
	width: 217px;
	height: 31px;
	background: url(images/footerLogo.png) no-repeat;
	text-indent: -9999px;
}

#footer .footContainer  ul.footerNav {
	float: right;
}

#footer .footContainer  ul.footerNav li {
	float: left;
	margin: 0 0 0 10px;
}

#footer .footContainer  ul.footerNav li a {
	color: #90744E;
}

#services {
	overflow: auto;
}

#services ul {
	list-style: none;
	overflow: auto;
}

#services li {
	display: block;
	padding: 0 0 20px 0;
	font-size: 90%;
}

#services h2 a{
	color: #EC5810;
	font-size: 140%;
}

#services p {
	min-height: 65px;
	padding: 5px 0 0 65px;
}

#services p.identity {
	background: url(images/icon_identity2.png) 0 5px no-repeat;
}

#services p.communication {
	background: url(images/icon_communication2.png) 0 10px no-repeat;
}

#services p.design {
	background: url(images/icon_design2.png) 0 10px no-repeat;
}

h2.story_to_tell {
	background: url(images/h2_story_to_tell.png) no-repeat;
	width: 426px;
	height: 71px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
}

h2.jelly_who {
	background: url(images/jelly_who.png) no-repeat;
	width: 162px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
}

h2.kdg_name {
	width: 328px;
	height: 28px;
	background: url(images/h2_kdg.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
}

h2.kpo_name {
	width: 202px;
	height: 28px;
	background: url(images/h2_kpo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
}

h2.contact {
	width: 177px;
	height: 35px;
	background: url(images/h2_contact.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
}

h2.thank_you {
	width: 166px;
	height: 30px;
	background: url(images/h2_thank_you.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
}

h2 a.communication {
	width: 244px;
	height: 35px;
	background: url(images/h2_communication.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

h2 a.identity {
	width: 118px;
	height: 35px;
	background: url(images/h2_identity.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

h2 a.design {
	width: 100px;
	height: 35px;
	background: url(images/h2_design.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

h3.hi {
	width: 440px;
	height: 89px;
	background: url(images/h3_hi.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
}

h3.jellyWho {
	width: 527px;
	height: 114px;
	background: url(images/h3_jellyWho.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 12px;
}

h3.whatCanWeDo {
	width: 800px;
	height: 90px;
	background: url(images/h3_whatCanWeDo.png) no-repeat;
	display: block;
	text-indent: -9999px;
	margin-bottom: 12px;
}

p.intro {
	width: 508px;
	height: 118px;
	background: url(images/p_intro.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

p.whoWeAre {
	width: 470px;
	height: 111px;
	background: url(images/p_whoWeAre.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

p.whatWeDo {
	width: 598px;
	height: 111px;
	background: url(images/p_whatWeDo.png) no-repeat;
	display: block;
	text-indent: -9999px;
}

a.sliderBtn 	{
	background: url(images/slider_btn.png) no-repeat;
	color: #FFF;
	width: 112px;
	height: 32px;
	display: block;
	font-weight: bold;
	text-align: center;
	margin: 25px 0 0 25px;
	padding-top: 6px;
}

a.sliderBtn:hover {
	color: #CCC;
	text-decoration: none;
}

.bio_pics {
	background-color: white;
	border: 2px solid #003333;
	padding: 3px;
	margin: 10px 20px 10px 0;
	float: left;
}

.bio_picsThumb {
	background-color: white;
	border: 2px solid #003333;
	padding: 2px;
	margin: 10px 10px 20px 30px;
	width: 65px;
	height: 65px;
	float: left;
	clear: both;
}

a.button {
	margin: 20px 0;
	padding: 5px 12px;
	border: 2px solid red;
	background-color: #FF8080;
	text-align: center;
	float: left;
	font-weight: bold;
	text-decoration: none;
	
}

/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */

/*
	Easy Contact Form

*/

body div.formcontainer form.contact-form {
	clear: both;
	float: none;
	width: 100%;
}

body div.formcontainer form.contact-form fieldset {
	margin: 12px 0;
}

body div.formcontainer form.contact-form fieldset legend {
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -.01em;
	margin-bottom: 8px;
}

body div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	line-height:150%;
	color: #666;
	font-weight: bold;
	margin-left: 10px;
	padding:0;
	text-align:left;
	width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 2px 0 12px 0;
	width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	margin-left: 10px;
	padding: 10px;
	width: 496px;
	color: #AAA;
	border: 1px solid #AAA;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
	overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input:focus,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea:focus {
	border: 1px solid #EC5810;
	color: #333;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
	display: block;
	float: none;
	margin: 1em 0 0 10px;
	width: 100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
	cursor: pointer;
}

body div.formcontainer p.information {
	font-style: italic;
}

/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */

/*
	hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+
	
	<http://cherne.net/brian/resources/jquery.hoverIntent.html>

*/

#news {
	display: block;
	width: 312px;
	min-height: 85px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 8%;
}

#news a {
	color: #003333;
}
		
#news p {
	width: 82%;
	margin: 5px auto 0;
	color: #003333;
}

#news p.title {
	margin-top: 70px;
	font-size: 110%;
}

#newsBg {
	background: url(images/whats_new_bg2.png) no-repeat;
	position: absolute;
	bottom: 0;
	height: 330px;
}


/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------- */

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider  {
	width: 960px;
	height: 380px;
	position: relative;
	margin: 0;
	overflow: hidden;
	background: url(images/slider_bg.jpg) no-repeat;
}

.anythingSlider .slideContainer {
	width: 960px;
	overflow: auto;
	height: 380px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.anythingSlider .slideContainer ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 380px;
	width: 960px;
	margin: 0;
}

.anythingSlider .arrow {
	display: block;
	height: 50px;
	width: 50px;
	background: url(images/slider_arrows.jpg) 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 290px;
	cursor: pointer;
}

.anythingSlider .forward {
	background-position: 0 0;
	right: 0px;
}

.anythingSlider .back {
	background-position: -50px 0;
	left: 760px;
}

.anythingSlider .forward:hover {
	background-position: 0 -50px;
}

.anythingSlider .back:hover {
	background-position: -50px -50px;
}

#thumbNav {
	position: relative;
	float: right;
	width: ;
	top: 302px;
	right: 73px;
	text-align: right;
	font-style: italic;
	font-family: "Times New Roman", Times, serif; color: #90744E;
}

#thumbNav a {
	color: #90744E;
	font: 11px;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: none;
	text-align: center;
}

#thumbNav a:hover {
	background-image: none;
}

#thumbNav a.cur {
	text-decoration: underline;
}

#start-stop {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #90744E;
	padding: 2px 5px;
	text-align: center;
	position: absolute;
	right: 43px;
	top: 302px;
}

#start-stop.playing {
}

#start-stop:hover {
}

/*
  Prevents
*/

.anythingSlider .slideContainer ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .slideContainer ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}