/*   
	Theme Name: Bluefly Digital
	Theme URI: http://wearebluefly.com
	Description: Theme created for Bluefly Digital, by Bluefly Digital Ltd
	Author: Bluefly Digital Ltd
	Author URI: http://wearebluefly.com
	Version: 3
	.
	Look but don't steal, stealing is wrong, there are things to be learnt here!
	.
*/

html{
	background: url(images/background.jpg);
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	line-height: 1.5;
}

.text-indent{
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

h1{
	float: left;
}
	
	h1 a{
		width: 393px;
		height: 95px;
		background-image: url(images/logo.png);
	}

h2, h3{
	color: #777;
	font: italic 700 20px/1.2em 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}

h3{
	font-size: 18px;
	margin-bottom: 10px;	
}

h4{
}

	h4 a#talk-to-us{
		background-image: url(images/talktous.jpg);
		width: 240px;
		height: 43px;
	}

p{
	margin-bottom: 10px;
}
	
#header{
	overflow: auto;
	margin-bottom: 20px;
}

	#nav{
		float: right;
		background: #333;
		width: auto;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-top: 35px;
		line-height: 1;
	}
	
		#nav li{
			float: left;
			padding: 4px;
			border-right: 1px solid #777;
		}
		
			#nav li.page_item{
				padding: 8px 5px;
			}
		
			#nav li:first-child{
				margin-left: 0;
				padding-left: 5px;
			}
			
				#nav li:first-child:hover, #nav li.page-item-3.current_page_item{
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-webkit-border-top-left-radius: 5px;
				}
			
			#nav li:last-child, .page-item-5{
				border-right: none !important;
			}
		
			#nav li a{
				color: #fff;
				text-decoration: none;
				padding: 5px;
			}
			
				#nav li:hover, #nav .current_page_item{
					background: #ccc;
				}
				
					#nav li.current_page_item:hover{
						background: #333;
					}
				
			#nav li#searchli{
				padding: 0;
			}
				
			#searchform{
				float: left;
				margin: 0;
				padding: 4px;
				background: #777;
				-moz-border-radius-topright: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-right-radius: 5px;
				-webkit-border-top-right-radius: 5px;
			}
			
				#s{
					width: 100px;
					padding: 0;
					float: left;
				}
				
				#searchform input#go{
					height: 18px;
					width: 18px;
					background: url(images/search.png) no-repeat -2px -2px;
					border: none;
					float: left;
					margin-left: 5px;
				}
				
#homework{
	width: 960px;
	height: 210px;
	margin-bottom: 20px;
	display: block;
	position: relative;
}

	#homework .jcarousel-container{
		z-index: 1 !important;
	}

	#homework ol{
		width: 4800px;
	}

	#homework ol li{
		float: left;
		width: 960px;
		height: 210px;
	}	

	#homework ol img{
		border: 5px solid #fff;
		width: 950px;
	}
	
	#homework .jcarousel-container > a{
		position: absolute;
		width: 30px;
		height: 30px;
		z-index: 999;
		top: 85px;
		-webkit-box-shadow: 2px 2px 5px #888;
		-moz-box-shadow: 2px 2px 5px #888;
		box-shadow: 2px 2px 5px #888;
	}
	
		#homework a#homeprev{
			background-image: url(images/homeprev.jpg);
			left: -15px;
		}
		
		#homework a#homenext{
			background-image: url(images/homenext.jpg);
			right: -15px;
		}

#content{
	width: 700px;
	float: left;
	overflow: auto;
	margin-bottom: 20px;
}

	#content ul{
		list-style: disc;
	}

	.home-cols{
		margin-left: -20px;
		overflow: auto;
	}

	.col{
		width: 220px;
		margin-left: 20px;
		float: left;
	}

#sidebar{
	width: 240px;
	float: left;
	margin-left: 20px;
}

#footer{
	clear: both;
	width: 960px;
}