html
{
	background: #ffffff;
	background-image: url(images/background_html.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
body
{
	margin:auto;
	font-family: 'Trebuchet MS', sans-serif;
}
strong
{
	font-weight: bold;
}
small
{
	font-size: 10px;
	color: #6b859e;
}
a small
{
	color: #6b859e;
	text-decoration: none;
}
a:hover small
{
	color: white;
}
a
{
	color: #6b859e;
	text-decoration: none;
}
a:hover
{
	color: white;	
}
h1
{
	font-size: 20px;
	font-weight: bold;
	padding-top: 14px;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #879fb5;
}
h3
{
	font-size: 12px;
	font-weight: bold;
	color: #879fb5;
	padding-top: 10px;
}
a:hover h2
{
	color: white;
}
hr
{
	border: 0;
	height: 1px;
	color: #587086;
	background-color: #587086;
}
.articleSep
{
	color: #3f5a72;
	background-color: #3f5a72;
}
.articleOct
{
	color: #5c748b;
	background-color: #5c748b;
}

/* LAYOUT */
#siteWrapper
{
	margin-left: auto;
    margin-right: auto;
}
#header
{
	background-image: url(images/shaneHeader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 133px;
	width: 949px;
}
#content2
{
	background-image: url(images/layout3_background.gif); /* changed from layout1_background.gif on 6 May 10 */
	background-repeat: repeat-y;
	margin-top: 15px;
	width: 949px;
	text-align: left;
	color: #C7D1DA;
	font-size: 14px;
}
#content, #contentWide
{
	background-image: url(images/layout1_background.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
	width: 949px;
	text-align: left;
	color: #C7D1DA;
	font-size: 14px;
}
#contentWide
{
	background-image: url(images/layout2_background.gif);
}

.projectStats ul, .merchInfo ul
{
	margin: 20px;
	padding: 15px;
	background-color: #3b4e61;
}
.projectStats ul li:before, .merchInfo ul li:before
{
	content: "\00BB \0020";
	margin-right: 5px;
}

.projectStats li, .merchInfo li
{
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer
{
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #a8b8c6;
	width: 949px;
	text-align: left;
	color: #587086;
}
#footer hr
{
	color: #758da4;
	background-color: #758da4;
}
#footer h1
{
	color: #51687e;
}
#footer h3
{
	color: #587086;
}
#footer p
{
	color: #587086;
}
#footer a
{
	color: #2b3e50;
}
#footer a:hover
{
	color: white;
}
#footer ul
{
	margin-top: 10px;
	margin-left: 10px;
}
#footer li
{
	color: #587086;
	font-size: 12px;
}
#footerColumn1
{
	width: 280px;
	float: left;
	display: inline;
	padding: 14px;
}
#footerColumn2
{
	width: 280px;
	float: left;
	display: inline;
	padding: 14px;
}
#footerColumn3
{
	width: 280px;
	float: left;
	display: inline;
	padding: 14px;
}
#elastikos
{
	color: #7d94aa;
	font-size: 11px;
	width: 949px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#elastikos a:hover
{
	color: black;
}
#mainColumn, #wideColumn
{
	width: 472px; /* 500 minus padding */
	background-color: #364452;
	float: left;
	display: inline;
	padding: 14px;
}
#wideColumn
{
	width: 746px; /* 774 minus padding */
	background-color: #364452;
	float: left;
	display: inline;
	padding: 14px;
}
#mainColumn h1, #wideColumn
{
	color: #c7d1da;
}
#secondaryColumn
{
	width: 246px; /* 274 minus padding */
	background-color: #5c748b;
	float: left;
	display: inline;
	padding: 14px;
}
#secondaryColumn h1
{
	color: #c7d1da;
}
#secondaryColumn hr
{
	color: #7d94aa;
	background-color: #7d94aa;
}
#secondaryColumn a
{
	color: white;
}
#secondaryColumn a:hover
{
	color: #2b3e50;
}
#indexColumn1 /* used as of 7 May 10 */
{
	width: 446px; /* 474 minus 28 padding */
	background-color: #364452;
	float: left;
	display: inline;
	padding: 14px;
}
#indexColumn2 /* used as of 7 May 10 */
{
	width: 272px; /* 300 minus 28 padding */
	background-color: #5c748b;
	float: left;
	display: inline;
	padding: 14px;
}
#indexColumn2 small /* added 6 May 10 */
{
	color: #364452;
}
#indexColumn2 hr /* added 6 May 10 */
{
	color: #364452;
	background-color: #364452;
}
#indexColumn2 a /* added 6 May 10 */
{
	color: #364452;
	text-decoration: none;
}
#indexColumn2 a:hover /* added 6 May 10 */
{
	color: #ffffff;
}
#twoColumn /* added to display archives to 2 column on 4 May 10, not used as of 6 May 10 */
{
	  -moz-column-count: 2;
	  -moz-column-gap: 10px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 10px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 10px;
	column-rule: none;
	width: 746px; /* 387 minus 28 padding */
	background-color: #364452;
	float: left;
	display: inline;
	padding: 14px;
	padding-left: 0px;
	}
	
/* PROJECT CLASSES */
.poster
{
	margin-left: 13px;
	padding: 6px;
	border: 1px solid #3c546c;
}
.projectInfo
{
	margin-left: 21px;
	width: 205px;
}
.merchInfo img
{
	margin-left: 21px;
}
.projectInfo p, .merchInfo p
{
	font-size: 11px;
}

/* GALLERY Special classes */
.galleryTop
{
	font-size: 11px;
	padding: 0px;
	text-align:right;
}

/* FILMOGRAPHY Special classes */
.filmographySpecial
{
	font-size: 11px;
}
table
{
	margin-bottom: 20px;
}
.columnTitle
{
	width: 60%;
}
.columnRole
{
	width: 30%;
}
.columnYear
{
	width: 10%;
	text-align: right;
}
.columnYear p
{
	text-align: right;
}
#thirdColumn
{
	width: 147px; /* 174 minus padding */
	background-color: #c7d1da;
	float: left;
	display: inline;
	padding: 14px;
}
#thirdColumn h1
{
	color: #51677b;
}
#thirdColumn strong
{
	color: #5C748B;
	font-size: 11px;
}
#thirdColumn p
{
	color: #5c748b;
	font-size: 11px;
}
#thirdColumn p strong
{
	color: #5c748b;
}
#thirdColumn hr
{
	color: #8ea2b5;
	background-color: #8ea2b5;
}

/* POSTS */
.entry
{
	z-index: 1;
}

/* NAVIGATION */
#navigationWrapper
{
	width: 100%;
	background-color: #222b33;
}
#navigation
{
	width: 949px;
	text-align: left;
}
#navigationLinks
{
	padding-top: 11px;
	padding-bottom: 11px;
}
#navigationLinks a
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 11px;
	font-weight: bold;
	font-size: 14px;
}
#navigationLinks a:hover
{
	color: #7f96ab;
}
.inactive
{
	color: #43505c;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 14px;
	font-weight: bold;
	font-size: 14px;
}

/* RSS */
.rssFeed
{
	float: left;
	margin-right: 6px;
	margin-bottom: 3px;
}

/* FORMS */
.MailPressFormEmail, .MailPressFormName
{
	float: right;
	font-size: 11px;
	width: 100%;
	margin-bottom: 3px;
	margin-top: 3px;
}
.textField.search
{
	float: none;
	width: 150px;
}
.textField.signup
{
	float: none;
	width: 140x;
}
.MailPressFormSubmit
{
	margin-top: 3px;
	font-size: 11px;
	float: right;
}

/* Drop Menus */
.anylinkcss

{
	margin-top: 20px;
	position: absolute;
	padding-top: 6px;
	padding-bottom: 6px;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #ffffff;
	padding-left: -19px;
	text-align: left;
}
.anylinkcss a
{
	font-family: 'arial', sans-serif;
	font-size: 10px;
	margin-left: 6px;
	margin-right: 6px;
	display: block;
	border-bottom: 1px solid #e6f1f6;
	padding: 5px;
	text-decoration: none;
	color: #7ea9d0;
}
.anylinkcss a:hover
{ 
	background-color: #5c748b;
	color: white;
}
.anylinkcss a small
{
	color: #afcae2;
}

/* OTHER */
#videoPlayer
{
	/*margin-left: 12px;*/
}
#videoArea
{
	text-align: center;
	margin-bottom: 30px;
}

#innerContent
{
	margin-top: 150px;
	padding: 25px;
}
#left
{
	width: 566px;
	float: left;
	display: inline;
	padding-left: 59px;
	padding-right: 118px;
}
#right
{
	width: 158px;
	padding-left: 45px;
	padding-right: 45px;
	float: right;
}
ul
{
	margin-bottom: 30px;
	margin-left: 0px;
}
li
{
	list-style-image: url(images/bullet.gif);
	padding-bottom: 3px;
}
p
{
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	color: #c7d1da;
}
.inputField
{
	background-color: #fff8ee; 
	width:190px; 
	text-align: center; 
	color: #c47200; 
	font-size: 13px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border: 1px solid #d2d2d2;
}
#subscribeButton
{
	margin-top: 5px;
}
.messageField
{
	background-color: #222222;
	border: 1px solid #93282d;
	text-align: center; 
	color: #999999; 
	font-size: 13px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
}
.opening
{
	color: #666666;
}
.terms
{
	font-size: 10px;
}

/* TWITTER CLASSES */
.twitter-item
{
	background-color: #242d36;
	color: #9fb0c0;
	padding: 14px;
	padding-bottom: 13px;
	margin-bottom: 10px;
	font-size: 11px;
	background-image: url(images/tweet_background.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.twitter-item a
{
	color: #000000;
}
.twitter-item a:hover
{
	color: #C7D1DA;
}
.twitter-timestamp
{
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #6b859e;
}

/* NEXT GEN GALLERY STYLES */
.ngg-singlepic
{
	background-color:#242D36;
	border:1px solid #5C748B;
	display:block; 
	padding:4px;
	position:relative;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right; 
}
.ngg-singlepic:hover 
{
	background-color: #5C748B;
}
#caption a:hover
{
	color: #000000;
}

/* PAGE NAVIGATION - not to be confused with the navigation at the top of the page */
.navigation a
{
	font-weight: bold;
	color: white;
}
.navigation a:hover
{
	color: #A8B8C6;
}
p.postmetadata
{
	font-size: 10px;
}
.merchInfo p a
{
	text-align: center;
	display: block;
	background-color: #364452;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	margin-left: 21px;
	margin-right: 21px;
}
.merchInfo p a:hover
{
	color: #364452;
	background-color: #ffffff;
}
.mediaPicBox
{
	float: left;
}
.mediaPicBox a
{
	float: left;
	background: url(http://www.shanejacobson.com.au/wp-content/plugins/nextgen-gallery/css/shadowAlpha.png) no-repeat bottom right !important;
	background: url(http://www.shanejacobson.com.au/wp-content/plugins/nextgen-gallery/css/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important; 
}
.mediaPicBox img 
{
	margin: -6px 6px 6px -6px;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block; 
	padding:4px;
	position:relative;

}
.mediaPicBox img:hover 
{
	background-color: #A9A9A9;
}
