/* @override http://www.uccrew.co.uk/wp-content/themes/uccrew/style.css */

/* ----------------------------------------------------- 
	Theme Name: UC Crew
	Them URI: http://www.cultivatecreative.co.uk
	Version: 1.0
	Media: Screen
	Author: Cultivate Creative
	Edit Date: 09/04/2010
----------------------------------------------------- */

/* ----------------------------------------------- [ * ] */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a { outline: none; }

/* -------------------------------- [ General Elements ] */
body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #CACAC8;
	color: #fff;
	position:relative
}

p {
	font-size: 1.1666em; /* 14px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
	font-weight: normal;
}

h1 {
	font-size: 1.8333em; /* 22px */
	line-height: 1.6364em; /* 36px */
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.8333em; /* 22px */
	line-height: 1.6364em; /* 36px */
	margin-bottom: 0.8182em;
}

h3 {
	font-size: 1.5em; /* 18px */
	line-height: 1.8em; /* 36px */
	margin-bottom: 0.9em;
}

h4 {
	font-size: 1.3333em; /* 16px */
	line-height: 1em; /* 18px */
	margin-bottom: 1em;
}

h5 {
	font-size: 1.1666em; /* 14px */
	line-height: 1.125em; /* 18px */
	margin-bottom: 1.125em;
}

.small {
	font-size: 0.8333em; /* 10px */
}

ul {
	margin-bottom: 10px;
	padding: 0;
}

ul li {
	font-size: 1.2em;
	line-height: 1.6;
	list-style: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

/* --------------------------------- [ General Classes ] */

.left,
.align-left {
	float: left;
}

.right {
	float: right;
}
/* ----------------------------------------- [ Wrapper ] */
#wrapper {
	width: 948px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: #73655C url(assets/main-background.png) no-repeat;
	position: relative;
}
/* ---------------------------------------- [ Main Nav ] */
ul#nav {
	margin: 0;
	height: 74px;
	z-index: 15;
}

ul#nav li {
	display: inline;
	float: left;
}

ul#nav li a {
	display: block;
	text-transform: uppercase;
}

#nav li.page-item-3 a {
	background: url(assets/menu.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 120px;
	height: 74px;
}

#nav li.page-item-3 a:hover {
	background: url(assets/menu.png) no-repeat 0 -74px;
}

#nav li.page-item-2 a {
	background: url(assets/menu.png) no-repeat -120px 0;
	text-indent: -9999px;
	display: block;
	width: 119px;
	height: 74px;
}

#nav li.page-item-2 a:hover {
	background: url(assets/menu.png) no-repeat -120px -74px;
}

#nav li.page-item-6 a {
	background: url(assets/menu.png) no-repeat -239px 0;
	text-indent: -9999px;
	display: block;
	width: 116px;
	height: 74px;
}

#nav li.page-item-6 a:hover {
	background: url(assets/menu.png) no-repeat -239px -74px;
}

#nav li.gallery a{
	background: url(assets/menu.png) no-repeat -354px 0;
	text-indent: -9999px;
	display: block;
	width: 140px;
	height: 74px;
}

#nav li.gallery a:hover {
	background: url(assets/menu.png) no-repeat -354px -74px;
}

#nav li.page-item-8 a {
	background: url(assets/menu.png) no-repeat -494px 0;
	text-indent: -9999px;
	display: block;
	width: 222px;
	height: 74px;
}

#nav li.page-item-8 a:hover {
	background: url(assets/menu.png) no-repeat -494px -74px;
}

ul#nav li a:hover {
	text-decoration: none;
}
/* ------------------------------------------ [ Content ] */
#content {
	position: relative;
	overflow: hidden;
	width: 908px;
	padding: 0 20px 20px 20px;
	z-index: 12;
}

#content.single {

}

.post ul {
	padding: 0 0 0 20px;
	margin: 0 0 1.5em 0;
}

.post ul li {
	list-style-type: disc;
	list-style-position: outside;
}
/* --------------------------------------------- [ Home ] */
#main {
	width: 560px;
	float: left;
	margin: 300px 20px 0 0;
	z-index: 11;
	padding: 20px;
	background-color: #000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
}

img.latest-event {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 5;
}

#events-home {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 248px;
	z-index: 20;
	padding: 20px;
	background-color: #000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
}

#events-home h4 {
	font-size: 1em;
}

#events-home h2 {
	font-size: 1.2em;
}

#events-home .tec-event {
	margin-bottom: 10px;
}
/* ------------------------------------------- [ Events ] */
h2.tec-cal-title {
	position: absolute;
	top: 0;
	right: 120px;
	z-index: 4;
	display: block;
	width: 368px;
	height: 570px;
	padding: 0 !important;
	background: url(assets/events.png) no-repeat;
	text-indent: -9999px;
}

#tec-content {
	width: 560px;
	min-height: 400px;
	padding: 20px !important;
	margin: 260px 20px 0 0;
	float: left;
	z-index: 11;
	background-color: #000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 5.5 - 7*/
}

#tec-events-calendar-header {
	clear: both;
	height: 30px;
}

.tec-calendar-buttons {
	position: static !important;
	float: left;
}

.tec-button-on,
.tec-button-off {
	margin: 0 10px 0 0 !important;
}

.tec-event.post {
	margin-bottom: 40px;
}

.tec-event.post h2.entry-title a{
	color: #fff;
}

.tec-event-meta-desc {
	color: #e9ebeb !important;
}

span.back {
	color: #e9ebeb !important;
	margin-bottom: 20px !important;
}

span.back a {
	color: #e9ebeb !important;
}

.tec-event.post h4.event-day {
	font-weight: normal;
	margin: 0;
	color: #fc7cb3;
}

table.tec-calendar,
.tec-calendar td {
	border: 1px solid #0 !important;
}

.tec-calendar td {
	height: 80px !important;
}

table#big.tec-calendar {
	z-index: 10;
	position: relative;
	height: 500px !important;
}

#tec-events-month,
#tec-events-year {
	margin-top: 5px;
}

.upcoming a.tec-button-on, .grid a.tec-button-on {
	background: #fc7cb3 !important;
}

.tec-thismonth {
	background: #fff;
}

.tec-othermonth {
	background: #fff;
}

.tec-event a {
	color: #000;
}

.tec-event-entry {
	padding-right: 10px !important;
	border-right: 1px solid #fc7cb3 !important;
	width: 355px !important;
}

.tec-event-list-meta {
	padding-left: 10px !important;
	width: 180px !important;
	border: none !important;
	font-size: 11px !important;
}
.tec-event-meta-desc {
	padding: 0 0 8px 0 !important;
	width: 50px !important;
}

.tec-nav-next,
.tec-nav-previous {
	width: 280px;
	float: left;
}

.tec-nav-next {
	text-align: right;
}

.tec-event .post-meta a {
	color: #fff;
}

.category-events {
	margin-bottom: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

#tec-content #leave-comment h4 {
	font-size: 1.2em;
}

#tec-content #leave-comment label,
#tec-content #leave-comment input,
#tec-content #leave-comment textarea{
	font-size: 1em !important;
}

#tec-content #leave-comment .tooltip {
	font-size: 0.8em;
}

/* --------------------------------------------- [ Blog ] */
h2.blog-title {
	position: absolute;
	top: 0;
	right: 120px;
	z-index: 4;
	display: block;
	width: 368px;
	height: 570px;
	background: url(assets/blog.png) no-repeat;
	text-indent: -9999px;
}

#blog.narrow {
	width: 560px;
	padding: 20px !important;
	margin: 280px 20px 0 0;
	float: left;
	background-color: #000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
	/* For IE 5.5 - 7*/
}

.blog-post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #fff;
	overflow: hidden;
}

.single .blog-post {
	border: none;
}

.blog-post img.replaced {
	display: none;
}

.blog-post h2 {
	margin-bottom: 0;
}

.post-meta {
	float: left;
	margin-bottom: 10px;
}

.post-meta p.left {
	width: 460px;
}

.post-meta p.right {
	width: 100px;
	text-align: right;
}

blog-post p {
	clear: both;
}

#contact {
	position: relative;
	float: left;
	margin-top: 400px;
	width: 248px;
	z-index: 20;
	padding: 20px;
	background-color: #000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
}

#sidebar {
	float: left;
	margin-top: 20px;
	width: 248px;
	padding: 20px;
	background-color: #000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
}

ul.archive {
	margin-bottom: 40px;
}

#sub-nav h3 {
	margin-bottom: 0;
}

.categories {
	margin-bottom: 30px;
}

/* ------------------------------------------ [ Gallery ] */

h2.gallery-title {
	position: absolute;
	top: 0;
	right: 120px;
	z-index: 4;
	display: block;
	width: 368px;
	height: 570px;
	background: url(assets/gallery.png) no-repeat;
	text-indent: -9999px;
}

.galleria {
	list-style:none;
	width:400px;
	padding-left: 0 !important;
}

.galleria li {
	display: block;
	width: 108px;
	height: 108px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0
}

.galleria li div{

	display: none;
	top: 0;
	left: 180px
}

.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

/* Custom CSS for Wordpress */
.caption {
	font-style: italic;
	color: #887;
}

.galleria_list{

}

.show_gallery {
	width: auto;
	margin: 0 auto; 
	float: left
}

.show_gallery li{
	width: 68px;
	height: 68px;
	margin: 0 10px 10px 0;
	background: #000;
	overflow: hidden;
	border: 1px solid #fff;
}

.show_gallery li div .caption{font:italic 0.7em/1.4 georgia,serif;}

.galleria_container {
	margin: 0 auto 20px auto;
	height:auto;
	min-height: 371px;
	width:auto;
	text-align:center;
	display:block
}

.galleria_container img {
	margin-bottom: 10px;
}

/* ------------------------------------- [ Get Involved ] */
h2.involved {
	position: absolute;
	top: 0;
	left: 80px;
	z-index: 4;
	display: block;
	width: 368px;
	height: 570px;
	background: url(assets/get-involved.png) no-repeat;
	text-indent: -9999px;
}


#get-involved {
	width: 868px;
	float: left;
	margin-top: 260px;
	z-index: 11;
	padding: 20px 20px 0;
	background-color: #000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.8);
}

ul.practice,
ul.lessons,
ul.street {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #fff;
}

ul.practice li,
ul.lessons li {
	width: 275px;
	margin-right: 20px;
	float: left;
}

ul.practice li.last {
	margin-right: 0;
}
/* ---------------------------------------- [ Footerbar ] */
#footerbar {
	padding: 0 20px;
	overflow: hidden;
}

.follow {
	width: 320px;
	margin-right: 20px;
	float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0 0 0;
}
.photos {
	width: 560px;
	float: right;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0 0 0;
}
/* ----------------------------------------- [ Comments ] */

#commentary {
	width: 560px;
	border-top: 1px solid #ccc;
	margin-top: 48px;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #ccc;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 5px 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment,
#tec-content #leave-comment {
	border-top: 1px solid #ccc;
	padding: 12px 0 0 0;
	margin-top: 24px;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {

	padding-bottom: 12px;
	clear: both;
	overflow: hidden;	
}

.comment-field.last-field {
	border-bottom: 0;
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 100px;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}
#respond {
	float: left;
	margin-top: 20px;
}

.span-1 {
	width: 82px;
	float: left;
}

.span-4 {
	width: 396px;
	float: left;
}

.span-5 {
	width: 478px;
	float: left;
}
.span-6 {
	width: 560px;
}
/* ------------------------------------------- [ Flickr ] */

#flickr_badge_wrapper {
	margin-right: -20px;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 20px 20px 0;
	float: left;
}

.flickr_badge_image img { 
	width: 75px;
	height: 75px;
}

.flickr_badge_image a {
	display: block;
}
/* ------------------------------------------- [ Footer ] */
#footer {
	margin: 0 auto;
	width: 908px;
	height: 100px;
	padding: 40px 20px 20px;
	text-align: right;
	background: #000;
	position: relative;
	z-index: 10;
}

.footer-back {
	position: absolute;
	left: 0 !important;
	top: -230px;
	z-index: -5;
}

.associated-logos {
	position: absolute;
	left: 20px;
}

.copyright {
	margin: 35px 0 0 0;
	float: right;
}