/* @override 
	http://www.strayillustration.com/dev/wp-content/themes/stray/style.css
	http://www.strayillustration.com/wp-content/themes/stray/style.css
*/

/*
Theme Name: Stray Illustration
Theme URI: http://strayillustration.com
Description: Wordpress theme for Belfast illustrator Julie Turkington.
Version: 1.0 (WP2.7+)
Author: Barrie Holden
Author URI: http://magicmarkerdesign.com
Tags: Magic Marker Design, Stray Illustration, clean, simple, portfolio
*/

/* COLOUR REFS 
Pink: #ED3F93;
Biege: #b1ab9d;
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* GENERAL STYLES */
body {
	background: white;
	color: #666;
	font-size: 62.5%;
}
* {
	font-size: 1em;
	padding: 0;
	margin: 0;
	font-family: "Helvetica Neue", Arial;
	list-style: none;
}
#wrap {
	width: 960px;
	margin: 0 auto;
}
#content {
	width: 960px;
	margin: 40px 0 0 0;
	float: left;
	clear: left;
}
#content h2 {
	margin: 0 0 12px 0;
}
a {
	text-decoration: none;
}
p {
	font-size: 1.8em;
	color: #666;
	font-weight: bold;
}
p a {
	background-color: #999;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 3px 0 3px;
	}
	p a:hover {
		background-color: #666;
	}
h1 a {
	font-size: 3.4em;
	color: #333333;
}
h2 {
	font-size: 2.8em;
	color: #333333;
}

/* HEADER STYLES */
#header {
	width: 960px;
	display: block;
	margin: 60px 0 0 0;
	float: left;
	clear: left;
}
h1#logo {
	width:  185px;
	height:  100px;
	margin:  0;
}
h1#logo a {
	height:  100px;
	display: block;
	background: url(style/images/stray_logo.jpg) no-repeat;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
}
h1#logo a:hover {
	opacity: 0.65;
}
ul#nav {
	width: 960px;
	height: 30px;
	padding: 15px 0 0 0;
	letter-spacing: 0.1em; 
	font-weight: bold;
	float: left;
	clear: left;
	font-size: 1.8em;
	background: url(style/images/menu_underline_dotted.gif) no-repeat bottom;
	}
	ul#nav li {
		float: left;
		display: inline;
		margin: 0 8px 0 0;
		}
		ul#nav li a {
			color: #999;
			}
			ul#nav li a.current {
			color: #ED3F93;
			}
			.active_category {
			color: #ED3F93;
			}
ul#nav .navSeperator {
	margin: 0 0 0 10px;
	color: #CCCCCC;
}
ul#nav .navBuyStuff {
	width: 140px;
	height: 26px;
	float:right;
	margin: 0 0 0 0;
	display:  block;
	text-align: right;
	background: url(style/images/menu_shoppingcart.gif) no-repeat 0 0;
}
	ul#nav .navBuyStuff:hover {
		background-position: 0 -26px;
		}
		
			
/* HOMEPAGE STYLES */
#homepageWorkContainer {
	width: 960px;
	height: 420px;
}
#homepageImage {
	width: 460px;
	height: 398px;
	float:  left;
	background: url(style/images/loader.gif) no-repeat center;
	background-color: #FFF;
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
	}
	#homepageImage:hover {
		opacity: 0.8;
		}
		#homepageImage a {
			cursor: pointer;
		}
#homepageInfoContainer {
	width: 400px;
	float:  left;
	margin: 0 0 0 20px;
	padding: 60px 0 0 0;
}
#viewJobButton a {
	font-size: 2.8em;
	font-weight: bold;
	color:  #ffffff;
	width:  173px;
	height: 40px;
	display: block;
	margin:  20px 0 0 0;
	padding: 4px 0 0 14px;	
	background: url(style/images/button_viewjob_sprite.jpg) no-repeat 0 0;
	}
	#viewJobButton a:hover {
		background-position: 0 -44px;
		}

/* HOMEPAGE SLIDER STYLES */
#newIcon {
	width: 115px;
	height: 116px;
	position: absolute;
	top: -30px;
	left: 340px;
	z-index: 500;
}

#featured_section {
	width: 960px;
	height: 420px;
	position: relative;
	margin: 20px 0 30px 0;
}
.container {
	width:  950px;
	height: 420px;
	overflow: hidden;
	position: absolute;
}
.slides {
	position: absolute;
	top: 0;
	left: 0;
	width:  960px;
}
.slides #homepageWorkContainer {
	position: absolute;
	top: 0px;
	width:  960px;
	display: none;
}
.slides #homepageWorkContainer img {
	cursor: pointer;	
}
#homesliderPagination  {
	
}
ul.pagination { 
	list-style-type:none; 
	margin:0; 
	padding:0; 
	position: absolute;
	top: 20px;
	left: 518px;
	width:132px; 
}
	ul.pagination li { 
		float:left; 
		margin:0 5px; 
	}	
	ul.pagination a { 
		display:block; 
		width:15px; 
		height:0;
		padding-top: 15px; 
		
		overflow:hidden; 
		background-image: url(style/images/pagination_marker.png); 
		background-position:0 -15px; 
		background-repeat:no-repeat;
	}
		ul.pagination li.active a {
			background-position:0 0
		}
.featured_button   {
	width: 208px;
	height: 33px;	
	position: absolute;
	top: 10px;
	left: 480px;
	}
.featured_button a {
	width: 33px;
	height: 0;
	padding-top: 33px;
	overflow: hidden;
	display: block;
}
.next, .previous {
	width: 33px;
	height: 33px;
	display: block;
	position: relative;
}
.next {
	background: transparent url(style/images/featured_prevnext_sprite.png) no-repeat -34px 0;
	float: right;
}
	.next:hover {
		background-position: -34px -33px;
	}
.previous {
	background: transparent url(style/images/featured_prevnext_sprite.png) no-repeat 0 0;
	float: left;
}
	.previous:hover {
		background-position: 0 -33px;
	}

/* CATEGORY PAGE STYLES */
#categoryContentContainer {
	width: 960px;
	float: left;
	}
.thumbContainer {
	width: 220px;
	height: 220px;
	float:  left;
	margin: 0 20px 20px 0;
	background: url(style/images/loader.gif) no-repeat center;
	background-color: #FFF;
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
	}
	.thumbContainer:hover {
		opacity: 0.75;
		}
		.thumbContainer a {
			cursor: pointer;
			}
ul#browse-cats {
	margin:  40px 0 20px 0;
	clear: left;
	list-style: none;
}
ul#browse-cats li {
	margin:  0 0 10px 0;
	float: left;
}
#singleEntry {
	font-size: 1.6em;
	font-weight: bold;
	color: #CCC;	
}
span.browse-cat-header  {
	color: #999999;
	font-weight: bold;
	font-size: 2.1em;
}
ul#browse-cats li.cat-prev-link, ul#browse-cats li.cat-next-link {
	margin: 10px 0 0 0;
}
ul#browse-cats li.cat-prev-link a, ul#browse-cats li.cat-next-link a {
	width: 173px;
	height: 41px;
	display: block;
	color: #fff;
	font-size: 2.8em;
	font-weight: bold;
	float: left;
	margin-bottom: 20px;
}
ul#browse-cats li.cat-prev-link a {	
	padding:  3px 0 0 44px;
	background: url(style/images/butt_prev_job.jpg) no-repeat 0 0;	
	}
ul#browse-cats li.cat-next-link a {
	padding:  3px 0 0 18px;
	background: url(style/images/butt_next_job.jpg) no-repeat 0 0;
	}
	ul#browse-cats li.cat-prev-link a:hover,  ul#browse-cats li.cat-next-link a:hover {
		background-position: 0 -44px;
		}
	

/* HELLO PAGE */
.hello {
	width:  660px;
}
.hello li {
	font-size: 1.8em;
	color: #666;
	font-weight: bold;
}
.hello li a{
	background-color: #999;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 3px 0 3px;
	}
	.hello li a:hover {
		background-color: #666;
	}
	
/* BUY STUFF PAGE */
.buystuff {
	width:  540px;
	height:  240px;
	background: url(style/images/background_buystuff.jpg) no-repeat bottom left;
	padding: 30px 0 0 260px;
}
#buybutton a {
	width:  270px;
	height:  45px;
	display: block;
	background: url(style/images/shop_butt_sprite.gif) 0 0 no-repeat;
	color:  white;
	font-size: 2.1em;
	font-weight: bold;
	position: relative;
	display: block;
	padding:   10px 0 0 15px;
	}
	#buybutton a:hover {
		background-position: -285px 0;
		}

/* FOOTER */
#footer {
	margin: 0 0 20px 0;
	height:  140px;
	border-top: 1px solid #999;
	padding: 20px 0 0 0;
	clear: both;
}
#footerCol1 {
	float: left;
	width: 288px;
	background: url(style/images/footer_bubble.jpg) 0 0 no-repeat;
	padding: 0 10px 0 20px;
	margin: 0 40px 0 0;
}
#footerCol1 ul li {
	color: #FFF;
	}
#footerCol2 {
	float: left;
	width: 160px;
	padding:  0 0 0 20px;
}

#footerCol2 li a {
	padding: 0 0 0 18px;
	background: url(style/images/footer_nav_sprite.jpg) 0 2px no-repeat;
	}
	#footerCol2 li a:hover {
	background-position: 0 -13px;
	}
#footerCol3 {
	float: left;
	width: 210px;
	padding:  0 0 0 15px;
}
#footerCol4 {
	float: left;
	width: 180px;
	padding:  0;
}
#footerCol4 h4, #footerCol3 h4, #footerCol2 h4, #footerCol1 h4 {
	font-size: 1.8em;
	font-weight: bold;
	color: #BFBFBF;
	margin:  20px 0 0 0;
}
#footerCol1 h4 {
	color:  #FFF;
	margin: 20px 0 15px 0;
}
#footer li.copyright, #footer li.copyright a {
	font: italic 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin:  50px 0 15px 0px;
	color: #BFBFBF;
	}
	#footer li.copyright a {
		color: #999;
		font-weight: bold;
	}
	#footer li.copyright {
		width: 272px;
		padding-left: 26px;
	}
#footer li {
	font-size: 1.4em;
	font-weight: bold;
	color: #BFBFBF;
	margin: 0 0 4px 0;
	}
#footer li a {
	color: #999;
	}
.icon {
	margin-bottom: 6px;
	}
	.icon img {
		float: left;
		margin: 0 8px 0 0;
	}
.footerIconEtsy {
	width: 51px;
	height: 30px;
	float: left;
	padding: 5px 10px 0 0;
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
}
	.footerIconEtsy:hover {
		opacity: 0.7;
	}
.footerIconFlickr {
	width: 41px;
	height: 20px;
	float: left;
	padding: 15px 0 0 0;
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
}
	.footerIconFlickr:hover {
		opacity: 0.7;
	}
#imagetooltip {
	position:absolute;
	background:#666;
	padding:6px;
	display:none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
#tooltip {
	position:absolute;
	background:#666;
	padding:5px 8px 5px 8px;
	display:none;
	color:#fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	opacity: 0.85;
	}
	