/*
Theme Name: Clio Music
Theme URI: http://cliomusic.com
Description: Built for Clio Music
Author: 0to5
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
	behavior: url(http://www.cliomusic.com/ie-css3.htc);
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
* {
	outline: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -280px 0 0;
	width: 100%;
}
#content {
	margin: 0 290px 0 0px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Helvetica, Arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* Headers */



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper, 
.wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}

#container-head {
	width: 100%;
}

#wrapper-head{
	position: relative;
	height: 106px;
	
}

#container-admin {
	background: #f4f4f4; width:100%; height: 30px;
}

#container-squares {
	background: url(images/squares.png) center center repeat-x; width: 100%; height: 145px; 
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	font-size: 13px;
	color: #6f6f6f;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}

h1 {
	text-transform: uppercase; font-size: 30px; font-weight: 300; font-family: "museo-sans-1","museo-sans-2", "Museo Sans";
	display: block; width:908px; color: #6f6f6f;
	padding: 4px 15px; margin: 20px 0; background: #f4f4f4; 
	-moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	background: #f4f4f4 no-repeat 850px center;
		 
}


h2 {
	text-transform: uppercase; font-size: 20px; font-weight: 500; font-family: "museo-sans-1","museo-sans-2", "Museo Sans"; color: #6f6f6f; margin-bottom: 20px;
}

h4 {
	text-transform: uppercase; font-size:14px; font-weight: 500; font-family: "museo-sans-1","museo-sans-2", "Museo Sans"; color: #6f6f6f; margin-bottom: 14px;
}

/* =Menu
-------------------------------------------------------------- */



#access {
	display: block;
	position: absolute;
	top: 40px; right: 10px;
	//float: right;
	margin: 0 auto;
	width: 790px;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	text-transform: uppercase;
	color: #6f6f6f;
	width: auto;
	position: absolute; right: 100px;
	//float: right;
	font-weight: 400; 
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	//clear: left;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current_page_parent > a {
	color: #6f6f6f;
	background-color: #f4f4f4;
	-moz-border-radius: 10px;-webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
		 
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	background-color: #f4f4f4;
	-moz-border-radius: 10px;-webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
		 
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	//padding-left: 5px;
}
#access ul li {
	margin-right: 16px;
}

#access a {
	color: #6f6f6f;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-family: "museo-sans-1","museo-sans-2", sans-serif;
	padding-left:24px;
	background-color: #fff;
	-moz-border-radius: 10px;-webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
		 
	

}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	background: #0cb1d6;
	color: #fff!important;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	
	-moz-border-radius-bottomright: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomleft:10px; 
		
	border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;  border-top-right-radius: 10px;
	padding: 15px 0 15px 0px;
	overflow: hidden;
		 
}

#access ul ul a {
	color: white; width: auto; background-color: transparent; padding-left: 35px; -moz-border-radius:0; border-radius:0px;
		 
}

#access ul ul li:hover a, #access ul ul a:hover, #access ul ul li:hover a:hover {
	background-color: #f15d35 ;
	cursor: pointer; -moz-border-radius:0; border-radius:0px; width: 160px;
		 
	
}

#access ul ul li:active a, #access ul ul a:active, #access ul ul li:active a:active {
	background-color: #193f50;
	
}

#access ul ul li {
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {

	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	background: #0cb1d6;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background: #0cb1d6;
}

#access ul li:hover > ul {
	display: block;
}


#access .page-item-11 a{
	background:url(images/icons-navigation-about.png) no-repeat 0px 10px;
}

#access .current_page_item.page-item-11 > a{
	background: #f4f4f4 url(images/icons-navigation-about.png) no-repeat 0px 10px;
}

#access .page-item-11 a:hover, #access .open.page-item-11 > a {
	background:#0cb1d6 url(images/icons-navigation-about.png) no-repeat 0px -41px; color: white;
	
	-moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px;
	
	border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom-right-radius:0px; border-bottom-left-radius:0px;
		 
}

	#access .page-item-14 a, #access .current_page_item ul .page-item-14 a, #access ul ul .page-item-14 a:hover{
		background:url(images/icons-navigation-bios.png) no-repeat 0px -43px;
	}
	
	#access .current_page_item.page-item-14 a, #access ul ul .current_page_item.page-item-14 a:hover{
		background: #f4f4f4 url(images/icons-navigation-bios.png) no-repeat 0px 9px; -moz-border-radius:0; border-radius:0; color: #6f6f6f; cursor:default;
			 
	}
	
	#access .page-item-16 a, #access .current_page_item ul .page-item-16 a, #access ul ul .page-item-16 a:hover{
		background:url(images/icons-navigation-board.png) no-repeat 0px -43px;
	}
	
	#access .current_page_item.page-item-16 a, #access ul ul .current_page_item.page-item-16 a:hover{
		background: #f4f4f4 url(images/icons-navigation-board.png) no-repeat 0px 9px; -moz-border-radius:0; border-radius:0; color: #6f6f6f; cursor:default;
			 
	}

#access .page-item-18 a {
	background:url(images/icons-navigation-platform.png) no-repeat 0px 9px;
}

#access .current_page_item.page-item-18 > a {
	background: #f4f4f4 url(images/icons-navigation-platform.png) no-repeat 0px 9px;
}

#access .page-item-18 a:hover, #access .open.page-item-18 > a {
	background:#0cb1d6 url(images/icons-navigation-platform.png) no-repeat 0px -41px; color: white;
	-moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px;
	border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom-right-radius:0px; border-bottom-left-radius:0px;
		 
}


	#access .page-item-20 a, #access .current_page_item ul .page-item-20 a, #access ul ul .page-item-20 a:hover{
		background:url(images/icons-navigation-why.png) no-repeat 0px -43px;
	}
	
	#access .current_page_item.page-item-20 a, #access ul ul .current_page_item.page-item-20 a:hover{
		background: #f4f4f4 url(images/icons-navigation-why.png) no-repeat 0px 9px; -moz-border-radius:0; border-radius:0; color: #6f6f6f;cursor:default;
			 
	}
	
	#access .page-item-22 a, #access .current_page_item ul .page-item-22 a, #access ul ul .page-item-22 a:hover{
		background:url(images/icons-navigation-music.png) no-repeat 0px -43px;
	}
	
	#access .current_page_item.page-item-22 a, #access ul ul .current_page_item.page-item-22 a:hover{
		background: #f4f4f4 url(images/icons-navigation-music.png) no-repeat 0px 9px; -moz-border-radius:0; border-radius:0; color: #6f6f6f;cursor:default;
			 
	}
	
	#access .page-item-24 a, #access .current_page_item ul .page-item-24 a, #access ul ul .page-item-24 a:hover{
		background:url(images/icons-navigation-demo.png) no-repeat 0px -43px;
	}
	
	#access .current_page_item.page-item-24 a, #access ul ul .current_page_item.page-item-24 a:hover{
		background: #f4f4f4 url(images/icons-navigation-demo.png) no-repeat 0px 9px; -moz-border-radius:0; border-radius:0; color: #6f6f6f; cursor:default;
			 
	}

#access .page-item-26 a {
	background:url(images/icons-navigation-blog.png) no-repeat 0px 9px;
}

#access .current_page_item.page-item-26  > a {
	background: #f4f4f4 url(images/icons-navigation-blog.png) no-repeat 0px 9px;
}

#access .page-item-26 a:hover {
	background:#0cb1d6 url(images/icons-navigation-blog.png) no-repeat 0px -41px; color: white;
	-moz-border-radius: 10px;-webkit-border-radius: 10px; -khtml-border-radius: 10px;  border-radius: 10px;
		 
}

#access .page-item-28 a {
	background:url(images/icons-navigation-news.png) no-repeat 0px 9px;
}

#access .current_page_item.page-item-28  > a {
	background: #f4f4f4 url(images/icons-navigation-news.png) no-repeat 0px 9px;
}

#access .page-item-28 a:hover, #access .open.page-item-28 > a {
	background:#0cb1d6 url(images/icons-navigation-news.png) no-repeat 0px -41px; color: white;
	-moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px;
	border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom-right-radius:0px; border-bottom-left-radius:0px;
		 
}


	#access .page-item-30 a, #access .current_page_item ul .page-item-30 a, #access ul ul .page-item-30 a:hover{
		background:url(images/icons-navigation-pr.png) no-repeat 0px -43px;
	}
	
	#access .current_page_item.page-item-30 a, #access ul ul .current_page_item.page-item-30 a:hover{
		background: #f4f4f4 url(images/icons-navigation-pr.png) no-repeat 0px 9px; -moz-border-radius:0; border-radius:0; color: #6f6f6f; cursor:default;
			 
	}
	
	#access .page-item-32 a, #access .current_page_item ul .page-item-32 a, #access ul ul .page-item-32 a:hover{
		background:url(images/icons-navigation-mc.png) no-repeat 0px -43px;
	}
	
	#access .current_page_item.page-item-32 a, #access ul ul .current_page_item.page-item-32 a:hover{
		background: #f4f4f4 url(images/icons-navigation-mc.png) no-repeat 0px 9px; -moz-border-radius:0; border-radius:0; color: #6f6f6f; cursor:default;
			 
	}
	
	#access .page-item-334 a, #access .current_page_item ul .page-item-334 a, #access ul ul .page-item-334 a:hover{
		background:url(images/icons-navigation-events.png) no-repeat 0px -43px;
	}
	
	#access .current_page_item.page-item-334 a, #access ul ul .current_page_item.page-item-334 a:hover{
		background: #f4f4f4 url(images/icons-navigation-events.png) no-repeat 0px 9px; -moz-border-radius:0; border-radius:0; color: #6f6f6f; cursor:default;
			 
	}
	

#access .page-item-92 a {
	background:url(images/icons-navigation-contact.png) no-repeat 0px 9px;
}

#access .current_page_item.page-item-92 >  a {
	background: #f4f4f4 url(images/icons-navigation-contact.png) no-repeat 0px 9px;
}

#access .page-item-92 a:hover {
	background:#0cb1d6 url(images/icons-navigation-contact.png) no-repeat 0px -41px; color: white;
	-moz-border-radius: 10px;-webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
		 
}

.children li a {
	color: #fff;
}

#access .children li a {
	padding-left: 25px;
}

#access .current_page_item a {
	background-image: inherit;
	background:#f4f4f4;
}

#access .current_page_item .children a {
	color: #fff;
	background: #0cb1d6;
}

.open a {
	background-color:#0cb1d6; color: white; border-radius:0; border-top-right-radius: 10px; border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomright:0px; -moz-border-radius-bottomleft:0px;
		 
}

input#s {
	width:80px; height: 17px; 
	margin-top: 8px;
	padding-left: 18px; 
	//background: #6f6f6f url(images/icons-s-small.png) no-repeat 6px 6px;
	background: #6f6f6f url(images/icons-s-large.png) no-repeat 6px 6px;
	background-size:9px;
	border:0; outline: none;
	color: white; font-size: 12px; 
	-moz-border-radius:15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px;
	border-radius:15px; 
	position: absolute; right: 0px;
	//background-color:#f4f4f4;
	behavior: url(http://www.cliomusic.com/ie-css3.htc);
}

input#s.open {
	width:115px; height: 24px; 
	margin-top: 6px;
	padding-left: 25px; margin-left: 10px;
	//background: #6f6f6f url(images/icons-s-large.png) no-repeat 7px 7px;
	//background: #6f6f6f url(images/icons-s-small.png) no-repeat 6px 9px;
	background: #6f6f6f url(images/icons-s-large.png) no-repeat 9px 6px;
	background-size:13px;
	border:0; outline: none;
	color: white; font-size: 15px;  
	-moz-border-radius:15px; -webkit-border-radius: 15px; -khtml-border-radius: 15px;
	border-radius:15px;
		 
	//float: right;

	
}

#access.search-open .menu {
	right: 150px;
}

#access.search-open li{
	//margin-right: 8px;
}



/* Breadcrumbs 
--------------------------------
*/





#crumb-container {
	width: 940px; margin: 0 auto; height: 54px ;
	text-transform: uppercase; font-size: 12px; font-weight: 500; font-family: "museo-sans-1","museo-sans-2", "Museo Sans" !important;
	display: block;  color: #6f6f6f;
	background: #f4f4f4; 
	-moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	background: #f4f4f4 no-repeat 850px center; margin-top: 10px;
		 
}




#just-crumbs {
	width: auto; float: left;
}

#crumbs ul {
	margin: 0; padding: 0; border-radius: 5px; display:block; float:right; 	 
}

#crumbs li, #crumbs li a {
	max-width: 490px; text-overflow: ellipsis-word; -o-text-overflow: ellipsis-word;
}

#crumbs ul > li {
	 height: 54px; list-style: none; display: inline-block; 
	 background: url(images/breadcrumbs.png) right -108px no-repeat; z-index: 400;
	 margin-left: -15px;
}

#crumbs ul > ul > li {
	 height: 54px; list-style: none; display: inline-block;
	 background: url(images/breadcrumbs.png) right -54px no-repeat; z-index: 300;
	 margin-left: -15px;
}

#crumbs ul > ul > ul > li {
	 height: 54px; list-style: none; display: inline-block; 
	 background: url(images/breadcrumbs.png) right -0px no-repeat; z-index: 200;
	 margin-left: -15px;
}

#crumbs ul > ul > ul > ul > li {
	 height: 54px; list-style: none; display: inline-block; 
	 background: url(images/breadcrumbs.png) right 0px no-repeat; z-index: 100;
	 margin-left: -15px;
}

#crumbs li.current {
	height: 54px; list-style: none; display: inline-block; 
	background: url(images/breadcrumbs.png) right 0px no-repeat; z-index: 100;
	margin-left: -15px;
}

#crumbs ul li:hover a {
	 max-height: 54px; list-style: none; display: inline-block; background: url(images/breadcrumbs.png) right -270px no-repeat; color: #fff; 
}

ul#first li#home {
	margin-left: 0px; -moz-border-radius:5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;
	border-radius:5px; 
		 
}

li#home:hover{
	background: url(images/breadcrumbs.png) right -216px no-repeat; z-index: 400;
	
}

#crumbs a, #crumbs span.current {
	padding: 20px 35px; display: block; color: #6f6f6f; height: 15px; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap;
}

#crumbs a.home {
	background: url(images/breadcrumbs-home.png) no-repeat;
	text-indent: -9999px; width: 30px; padding: 20px 20px; border-radius:5px; padding-right: 25px;
	background-position: center;
		 

}

#crumbs a.home:hover {
	background: transparent url(images/breadcrumbs-home-over.png) no-repeat; border-radius:5px;
	background-position: center; background-origin:inherit; width: 30px;
		 

}



#sub-nav {
	width: auto; float: right; padding-right: 10px;
}

#sub-nav li {
	display: inline-block; list-style: none; padding: 20px 10px;
}

#sub-nav li a {
	color: #6f6f6f;
	width: auto; background-color: transparent; padding-left: 25px; padding-right: 5px; -moz-border-radius:10px; border-radius:10px;
	cursor: pointer;
		 
}



#sub-nav li.page-item-14 a{
	background: #f4f4f4 url(images/icons-navigation-bios.png) no-repeat 0px -1px; -moz-border-radius:10px; border-radius:10px; color: #6f6f6f;cursor:default;
		 
}

	#sub-nav li.page-item-14 a:hover{
		background: #0cb1d6 url(images/icons-navigation-bios.png) no-repeat 0px -46px;
	}

#sub-nav li.page-item-16 a{
	background: #f4f4f4 url(images/icons-navigation-board.png) no-repeat 0px -1px; -moz-border-radius:10px; border-radius:10px; color: #6f6f6f;cursor:default;
		 
}

	#sub-nav li.page-item-16 a:hover{
		background: #0cb1d6 url(images/icons-navigation-board.png) no-repeat 0px -46px;
	}

#sub-nav li.page-item-20 a{
	background: #f4f4f4 url(images/icons-navigation-why.png) no-repeat 0px -1px; -moz-border-radius:10px; border-radius:10px; color: #6f6f6f;cursor:default;
		 
}

	#sub-nav li.page-item-20 a:hover{
		background: #0cb1d6 url(images/icons-navigation-why.png) no-repeat 0px -46px;
	}

#sub-nav li.page-item-22 a{
	background: #f4f4f4 url(images/icons-navigation-music.png) no-repeat 0px -1px; -moz-border-radius:10px; border-radius:10px; color: #6f6f6f;cursor:default;
		 
}

	#sub-nav li.page-item-22 a:hover{
		background: #0cb1d6 url(images/icons-navigation-music.png) no-repeat 0px -46px;
	}

#sub-nav li.page-item-24 a{
	background: #f4f4f4 url(images/icons-navigation-demo.png) no-repeat 0px -1px; -moz-border-radius:10px; border-radius:10px; color: #6f6f6f;cursor:default;
		 
}

	#sub-nav li.page-item-24 a:hover{
		background: #0cb1d6 url(images/icons-navigation-demo.png) no-repeat 0px -46px;
	}

#sub-nav li.page-item-30 a{
	background: #f4f4f4 url(images/icons-navigation-pr.png) no-repeat 0px -1px; -moz-border-radius:10px; border-radius:10px; color: #6f6f6f;cursor:default;
		 
}

	#sub-nav li.page-item-30 a:hover{
		background: #0cb1d6 url(images/icons-navigation-pr.png) no-repeat 0px -46px;
	}
	
#sub-nav li.page-item-334 a{
	background: #f4f4f4 url(images/icons-navigation-events.png) no-repeat 0px -1px; -moz-border-radius:10px; border-radius:10px; color: #6f6f6f;cursor:default;
		 
}

	#sub-nav li.page-item-334 a:hover{
		background: #0cb1d6 url(images/icons-navigation-events.png) no-repeat 0px -46px;
	}	

#sub-nav li.page-item-32 a{
	background: #f4f4f4 url(images/icons-navigation-mc.png) no-repeat 0px -1px; -moz-border-radius:10px; border-radius:10px; color: #6f6f6f;cursor:default;
		 
}

	#sub-nav li.page-item-32 a:hover{
		background: #0cb1d6 url(images/icons-navigation-mc.png) no-repeat 0px -46px;
	}

#sub-nav li a:hover {
	color: #fff; background-color:#0cb1d6;
	cursor: pointer; padding:5px; padding-left: 25px;
}

/* =Buttons
-------------------------------------------------------------- */

button {
	background: url(images/button.png) no-repeat; width: 267px; height: 64px; color: white!important; border: none; outline: none; 	font-family: "museo-sans-1","museo-sans-2"; text-transform: uppercase; font-size: 17px;
}

.button {
		background: url(images/button.png) no-repeat; width: 267px; height: 64px; color: white; border: none; outline: none; 	font-family: "museo-sans-1","museo-sans-2"; text-transform: uppercase; font-size: 17px; display: block;  cursor: pointer;
}

.button a{
	color: #fff!important;
	font-family: "museo-sans-1","museo-sans-2";
	padding:24px!important; display: block;
	
}

.button:hover {
	background: url(images/button.png) no-repeat 0 -64px;
}

.button:active {
	background: url(images/button.png) no-repeat 0 -128px;
}

.button a.why-clio {
	width: 200px; background: url(images/icons-button-whyclio.png) no-repeat right center;
}

.button a.musical-grammar {
	width: 200px; background: url(images/icons-button-music.png) no-repeat right center;
}

.button a.video {
	width: 200px; background: url(images/icons-button-video.png) no-repeat right center;
}


.button a.demo {
	width: 200px; background: url(images/icons-button-demo.png) no-repeat right center;
}

/* =Content
-------------------------------------------------------------- */

#post-11 h1.entry-title {
	background:#f4f4f4 url(images/icons-header-about.png) no-repeat 880px;
}
	#post-14 h1.entry-title {
		background:#f4f4f4 url(images/icons-header-bios.png) no-repeat 880px;
	}
	
	#post-16 h1.entry-title {
		background:#f4f4f4 url(images/icons-header-management.png) no-repeat 880px;
	}
	

#post-18 h1.entry-title {
	background:#f4f4f4 url(images/icons-header-platform.png) no-repeat 880px;
}

	#post-20 h1.entry-title {
		background:#f4f4f4 url(images/icons-header-whyclio.png) no-repeat 880px;
	}
	
	#post-22 h1.entry-title {
		background:#f4f4f4 url(images/icons-header-music.png) no-repeat 880px;
	}
	
	#post-24 h1.entry-title {
		background:#f4f4f4 url(images/icons-header-demo.png) no-repeat 880px;
	}

#page-id-26 h1.entry-title, h1.blog.entry-title {
	background:#f4f4f4 url(images/icons-header-blog.png) no-repeat 880px;
}

#post-28 h1.entry-title, #page-id-28 h1.entry-title, h1.news.entry-title {
	background:#f4f4f4 url(images/icons-header-news.png) no-repeat 880px;
}

	h1.press-releases.entry-title  {
		background:#f4f4f4 url(images/icons-header-press.png) no-repeat 880px;
	}
	
	h1.media-coverage.entry-title  {
		background:#f4f4f4 url(images/icons-header-media.png) no-repeat 880px;
	}
	
	#post-334 h1.entry-title, #page-id-334 #content h1.entry-title, h1.events.entry-title  {
		background:#f4f4f4 url(images/icons-header-events.png) no-repeat 880px;
	}

#post-92 h1.entry-title {
	background:#f4f4f4 url(images/icons-header-contact.png) no-repeat 880px;
}

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #6f6f6f;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #6f6f6f;
	line-height: 1.5em;
	font-family: "museo-sans-1","museo-sans-2";
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #6f6f6f;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #6f6f6f;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #6f6f6f;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #6f6f6f;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
	
}
#content .entry-title {
	color: #6f6f6f;
	font-size: 30px;
	//font-weight: bold;
	//line-height: 1.3em;
	//margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #6f6f6f;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	padding-left: 15px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #6f6f6f;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #6f6f6f;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #6f6f6f;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #6f6f6f;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
	background: #0cb1d6;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #fff;
	text-transform: uppercase; font-size: 17px;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	font-size: 12px; 
	 color: #6f6f6f;
	 background: #f4f4f4; 
	 margin-top: 90px; padding: 25px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	background: #f4f4f4 no-repeat 850px center;
	 

}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#container-footer {
	margin-top: 20px;
	background-color: #f4f4f4;
	height: 200px;
	width: 100%;
	background: url(images/footer-bg.png) repeat-x top;
}

#footer {
	width: 940px; margin: 0 auto; height: 200px;position: relative;
}

h1.clio.logo.footer {
	background: url(images/logo-footer.png) no-repeat; width: 169px; height: 94px; text-indent: -9999px; position: absolute; top: 0px;
}

#copy{
position: absolute; top: 160px; left: 20px;
	
}

#nav{
position: absolute; top: 160px; right: 20px;
	
}

#social{
position: absolute; top: 40px; left: 200px;
	
}

#social a {
	width: 48px; height: 48px; text-indent: -9999px; display: block; float: left; margin-right: 10px;
}

a.twitter {
	background: url(images/twitter.png) no-repeat;
}

a.facebook {
	background: url(images/facebook.png) no-repeat;
}

a.youtube {
	background: url(images/youtube.png) no-repeat; 
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


a:link {color:#04afd9; text-decoration:none;}      /* unvisited link */
a:visited {color:#04afd9; text-decoration:none;}  /* visited link */
a:hover {color:#f15d35;}  /* mouse over link */
a:active {color:#193f50;}  /* selected link */


#foreground {
	height: 330px; width: 100%;
	background: url('images/foreground-flat.png') repeat-x;
	position: absolute; top: 0; left: 0; 
	overflow: visible;
	z-index: 0;
	
	
}

#container-feature {
	width: 1000px; height: 400px; 
	position: relative;
	margin: 15px auto -400px auto;
	z-index: -1;
}

#flash-container {
	width: 960px; height: 400px; margin: 0 auto; z-index:500!important;
	 //background: url('images/feature-fade.png') no-repeat right;
}

#flash-container object, #flash-container embed {
	 z-index: 500!important;
}

#people-holder {
	z-index: 100; position: absolute; width: 100%; height: 400px; left: 0;
}

#people-container {
	width: 940px; height: 400px; 
	margin: 0 auto; 
	//background: url('images/clio-people.png') no-repeat;
	z-index: 100;
}

#people {
	z-index: 100;
	width: 400px;
	height: 400px;

}



#text-holder {
	z-index: 100; position: absolute; width: 100%; height: 400px; left: 0;
	 background: url('images/feature-fade.png') no-repeat right;
}


#text-holder #text {

	margin-top: 80px;
	width: 550px; height: 200px; float: right;
}

#text-wrapper {
	width: 940px; height: 400px; 
	margin: 0 auto;
	z-index: 100;
}

#text {
	margin-left: 300px;
}

#main {
	z-index: 5000;
}

#col-1{
	width: 267px; margin-right: 69px;
	min-height: 100px;	
	float: left; vertical-align:middle;
	z-index: 500;
}

#col-2{
	width: 267px; margin-right: 69px;	
	min-height: 100px;	
	float: left; vertical-align:middle;
	z-index: 500;
}

#col-3{
	width: 267px;
	min-height: 100px;	
	float: left; vertical-align:middle;
	z-index: 500;
}

#main.home .col {
	height:140px;
	margin-bottom: 25px;
}

#main.home #col-1, #main.home #col-2 {		
	margin-top: 50px;

}

#recent-news {
	width: 760px; background: url(images/bg-recent-news.png) no-repeat; font-family: "museo-sans-1","museo-sans-2", "Museo Sans";
	height: 54px; clear: both; padding-left:180px; position: relative;
	//overflow: hidden;
}

#recent-news ul, #recent-news li { margin: 0; padding: 0; list-style: none; width: 760px; display: block;

}

#recent-news li {
	//position: relative;
}

#recent-news .date { 
padding-right: 80px;
margin-left: 20px;

}

#recent-news .story{


}

.ticker {
	width: 760px; position: absolute;
	height:18px!important; top: 20px;
	overflow: hidden;
}


/* SIDEBAR STUFF *
--------------------------------------------------
*/


#primary li {
	padding-left: 40px; margin-bottom: 15px; margin-left: 8px;
}

li.libraries {
	background: url(images/icons-list-libraries.png) no-repeat left center;
}

li.developers {
	background: url(images/icons-list-developers.png) no-repeat left center;
}

li.streamers {
	background: url(images/icons-list-streamers.png) no-repeat left center;
}

.page-id-18 #primary > h2 {
	padding-left: 35px; background: url(images/icons-list-who.png) no-repeat left center;
}

h1.clio.logo {
	background: #fff url(images/logo-header.png) no-repeat; width: 168px; height: 96px; text-indent: -9999px; padding: 0;margin: 10px 0;	display: block; position: absolute; left: 0;
}

h1.clio.logo a {
	width: 168px; height: 96px;
}

#primary img, #content p img {
	-moz-border-radius: 3px; -webkit-border-radius:3px; -khtml-border-radius: 3px; border-radius: 3px;
	
}


.fade {
  position: absolute;
  top: 100px
  left: 100px
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.one-col #content{
margin:0px;
width: 100%;
	
}

#container.one-col {
	margin: 0px;
}


/*
a:hover {
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#first a:hover {
	-khtml-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}*/



/* WHY CLIO STUFF */

#why-clio-container {
	width: 100%; background: white; height: 660px; position: relative; margin-top: -50px;
}

#feature-bg {
	width: 600px; height: 660px; position: absolute; left: 0; z-index: 10; background-repeat: no-repeat; background-position: center left; background-image: url(images/feature-bg-1.png);
}

#why-clio-shadow {
	background: url(images/feature-shadow.png) no-repeat left center;
	position: absolute; width: 620px; height: 660px; right: 0; z-index: 75;
}

#why-clio-words {
	background: white;
	width: 560px;
	height: 660px;
	position: absolute;
	right: 0;
	z-index:100;
}

#why-clio-container h2 {
	width: 26px; color: #6f6f6f; text-transform: none; width: 100%; margin-bottom: 5px; margin-top:0px;
}

#why-clio-container p {
	line-height: 13px; font-size: 12px;
}

.feature {
	height: 150px; padding: 35px 0 35px 90px; width: 560px; display: block; float: right; cursor: pointer;
}

.feature-icon {
	padding-left: 154px; width: 380px; background:url(images/feature-icons.png) no-repeat; height: 100%; margin-right: 0px!important;
}

.active .feature-icon {
	background:url(images/feature-icons-active.png) no-repeat;
}

#feature1 .feature-icon {
	background-position:0 -15px;
}


#feature2 .feature-icon {
	background-position:0 -190px;
}


#feature3 .feature-icon {
	background-position:0 -367px;
}


#why-clio-container .feature.active {
	color: #04afd9; background: url(images/feature-active.png) no-repeat right center;
}

#why-clio-container .feature.active h2 {
	color: #04afd9;
}

.text-conatiner {
	width: auto; height: auto; margin: auto 0 ;
}

ol {
	margin-bottom: 18px!important;
}

#video-button {
	width: 267px;
	height: 154px;
	background: url(images/screencap1.png);
	position: relative;
		-moz-border-radius: 5px;-webkit-border-radius:5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#video-button span {
	width: 267px;
	height: 154px;
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 50;
		-moz-border-radius: 5px;-webkit-border-radius:5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#video-button img{
		-moz-border-radius: 5px;-webkit-border-radius:5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#video-button a{
	width: 267px;
	height: 154px;
	display: block;
	position: absolute;
	top: 0; left: 0;
	background: url(images/overlay-video.png);
	z-index: 100;
		-moz-border-radius: 5px;-webkit-border-radius:5px; -khtml-border-radius: 5px; border-radius: 5px;
}

#video-button a:hover{

	background: url(images/overlay-video-hover.png);

}

.square-1 {
	width: 160px; height: 160px; position: absolute;
}

.square-2 {
	width: 150px; height: 150px; position: absolute;
}

.orange {
	 background-color: #f15d35;
}

.blue {
	background-color: #0cb1d6;
}

.green {
	 background-color: #7bbe57;
}

.yellow {
	background-color: #e9e665;
}

.s1 {
	right: 1300px; 
	top: 40px;
}


.s2 {
	right: 1030px; top: 160px;
}

.s3 {
	right: 709px; top: 130px;
}

.s4 {
	right:653px; top: 50px;
}

.s5 {
	right: 773px; top: 89px;
}

.s6 {
	right: 773px; top: 30px;
}

.s7 {
	right:  203px; top: 200px;
}

.s8 {
	right: 3px; top: 80px;
}

.o1 { opacity: .85;
	
}

.o2 { opacity: .65;
	
}

.right {
	right: 0px;
}

.thumbnail img{
	height: 30px; width: auto; float: right;
}

#clio-platform-callout {
	width: 620px; height: 200px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	 background-color: #f15d35; margin-bottom: 25px; background: url(images/clio-platform-words-2.png);
}

#wdyfm {
	width: 581px; height:207px; background: url(images/wdyfm.png) no-repeat; margin-bottom: 15px; margin-top: -5px;
}

#percents {
	width: 242px; height: 149px; background: url(images/percents.png) no-repeat; margin-bottom: 15px; margin-left: -15px;
}

.page-id-18 #col-1, .page-id-18 #col-2 {
	margin-right: 40px;
}

#clio-belongs {

		background: #0cb1d6; -moz-border-radius:10px; border-radius:10px; display: block; height: 15px; padding: 5px 10px; color: white;

}

#object1, #object2{ position: absolute; left: -200px; top: 0px;}
#object1 { background-color: #ff0000; z-index:10; height: 20px; width: 100px; }
#object2 { background-color: #000099; z-index:10; height: 20px; width: 100px;}


.intro {
	color: #04afd9!important;
	margin-bottom: 25px;
	font-size: 1.4em!important;
	font-family: "museo-sans-1","museo-sans-2", "Museo Sans"!important;
	line-height: 1.5em;
	display: block;
	padding-bottom: 20px;
}

.readmore-betabeat {
	display: block;
	margin: 25px auto 0 auto;
	width: 180px;
	height: 165px;
	background: transparent url("images/readmore-betabeat.png") 0 0 no-repeat;
	text-indent: -9999em;
}

.readmore-betabeat:hover {
	background-position: 100% 0;
}