/* ----------------------------------------------
	Theme Name : Clearview
	Author : Chris Seymour
	Author URI : http://www.c5mix.com/	
 ------------------------------------------------ */


/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

body {
	/* customize_background */ background-color:#1F1F1F; /* customize_background */
	margin:0;
	padding:0;
}
body.show-hide {
	overflow:hidden;
}
a { }
a img { border: 0 }

* {
	outline:none;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

#container {
}
.inner {
}

/* Header */

#header {
	/* customize_header_background */ background-color:#000; /* customize_header_background */
	width:240px;
	height:60px;
	position:fixed;
	top:25px;
	left:0;
	overflow:hidden;
	opacity:0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)";  
	filter: alpha(opacity=85);
}
#header #logo {
	text-align:right;
	font-family: 'TitilliumText22LRegular', Arial, Helvetica, sans-serif;
}
#header #logo a {
	font-size:2em;
	/* customize_logo */ color:#fff; /* customize_logo */
	text-decoration:none;
	display:block;
	padding:20px 10px 10px;
}



/*  Main Navigation  */

#nav {
	position:fixed;
	height:60px;
	min-width:683px;
	left:242px;
	top:25px;
	font-family: 'TitilliumText22LBold', Arial, Helvetica, sans-serif;
	z-index:99;
}
#menu-tab {
	/* customize_menu_tab_background */ background-color:#000; /* customize_menu_tab_background */
	opacity:0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";  
	filter: alpha(opacity=75);
}
#menu {
	/* customize_menu_background */ background-color:#000; /* customize_menu_background */
	padding:30px 30px 0 10px;
	height:30px;
	opacity:0.70;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";  
	filter: alpha(opacity=70);
}
#menu ul {	
	margin:0;
	padding:0;
	float:left;
}
#menu ul li {
	margin:0;
	list-style:none;
	float:left;
	border-left:1px solid #fff;
}
#menu ul li a {
	margin: 0 0 0 5px;
	padding:3px 20px 3px 5px;
	/* customize_menu_link */ color:#fff; /* customize_menu_link */
	display:block;
	font-size:1.1em;
	line-height:1;
	text-decoration:none;
	border-left:1px solid #fff;
}
#menu ul li a:hover, #menu ul li.nav-selected a, #menu ul li.nav-path-selected a {
	/* customize_menu_link_hover */ color:#60ACBE; /* customize_menu_link_hover */
}

.menu {
  position: relative;
}
.menu, .menu .toggle {
}
.menu .toggle {
  cursor: hand;
  cursor: pointer;
  position: absolute;
  width:15px;
  height:60px;
  line-height:60px;
  left: 0;
  top: 0;
}
.menu .toggle-hover {
}
.menu .items {
  position: relative;
  left: 15px;
  top: 0;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Feature */

#feature {
	margin:0 0 20px;
	overflow:hidden;
}
#feature h1 {
	/* customize_feature_heading */background-color:#000;/* customize_feature_heading */
	padding:5px;
	display:inline;
	color:#fff;
	font-size:3.4em;
	line-height:1.6em;
	opacity:0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";  
	filter: alpha(opacity=75);
}
#feature img {
	background:#000;
	padding:10px;
}



/* Sections */

#sections {
	margin:0 0 20px;
	overflow:hidden;
}
.column {
	background:url(/packages/theme_clearview/themes/clearview/images/white-bg.png);
	padding:20px;
	width:290px;
}




/* Wrapper */

#wrapper {
	padding:125px 0 150px 260px;
	width:680px;
}



/* Content */

#content {
	background:url(/packages/theme_clearview/themes/clearview/images/white-bg.png);
	margin:0 0 20px;
	padding:20px;
	width:640px;
	z-index:3;
	
}
#right_sidebar #content, #left_sidebar #content, #page #content, #blog_entry #content, #pb_post #content {
	width:400px;
}
#left_sidebar #content {
	float:right;
}
#content-page-title {
	overflow:hidden;
	max-width:680px;
}
#right_sidebar #content-page-title, #left_sidebar #content-page-title, #page #content-page-title, #blog_entry #content-page-title, #pb_post #content-page-title {
	max-width:440px;
}
#left_sidebar #content-page-title {
	margin-left:240px;
}
#content-page-title h1 {
	background-color:#000;
	color:#fff;
	margin:0 0 -6px;
	padding:10px 60px 0 20px;
	float:left;
	text-transform:uppercase;
	overflow:hidden;
	opacity:0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";  
	filter: alpha(opacity=75);
}




/* Sidebar */

#sidebar {
	background:url(/packages/theme_clearview/themes/clearview/images/white-bg.png);
	margin:40px 0 0;
	padding:20px;
	width:180px;
}



/* Sub Navigation */

#sidebar ul.nav {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	font-family: 'TitilliumText22LMedium', Arial, Helvetica, sans-serif;
}
#sidebar ul.nav li {
	border-bottom: 1px dotted #909090;
}
#sidebar ul.nav li a {
	text-decoration:none;
	display: block;
	padding: 3px 2px;
}
#sidebar ul.nav li a:hover {
	color:#000;
}
#sidebar ul.nav li a.nav-selected, #sidebar ul.nav li a.nav-path-selected {
	color: #000;
	font-family: 'TitilliumText22LBold', Arial, Helvetica, sans-serif;
}
#sidebar ul.nav li ul {
	margin:0 0 0.5em;
	padding:0 0 0 2em;
	list-style:none;
}
#sidebar ul.nav li li {
	border-bottom:none!important;
	color:#777;
	font-size:0.9em;
}
#sidebar ul.nav li li a {
	padding:0!important;
}




/* Footer */

#footer {
	/* customize_footer_background */ background-color:#000; /* customize_footer_background */
	clear:both;
	padding:5px 0;
	width:100%;
	height:15px;
	/* customize_footer */ color:#ddd; /* customize_footer */
	font-size:10px;
	text-transform:uppercase;
	position:fixed;
	bottom:0;
	left:0;
	overflow:hidden;
	opacity:0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";  
	filter: alpha(opacity=75);
	z-index:99;
}
#footer p {
	margin:0 10px 0 0;
	float:left;
}
#footer a {
	/* customize_footer_link */ color:#ddd; /* customize_footer_link */
}
#footer ul {
	margin:0;
	padding:0;
	float:left;
}
#footer ul li {
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	float:left;
}
#footer div.left {
	margin-left:20px;
}
#footer div.right {
	margin-right:20px;
}
#footer div.right span {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}



/* Page List Block */

.ccm-page-list-title {
	margin-bottom:0.5em;
}
.ccm-page-list-description {
	margin-bottom:1.5em;
}


/* Blog Styles */

/* Default Blog */
#blog-index .entry {
}
#blog-index .entry .title h3 {
	margin-bottom:0.25em;
}
.meta, #blog-index .entry .title h4 {
	font-size:11px;
}
.blog-entry-divider {
	margin:20px 0;
	border:none;
}

/* ProBlog */
#content-sbBlog-title h3 {
	border:none;
}


/* Date Nav / Tag Cloud */
.ccmDateNav, .ccm-search-block-tag-cloud-wrapper {
	margin-bottom:1.5em;
}
ul.ccm-search-block-tag-cloud li a {
	line-height:1em;
}


#content div.ccm-spacer {
	clear:none!important;
}



/* Form */

#container form {
	margin-bottom: 1.5em;
}
#container form table {
	margin-bottom: 0;
}
#container form table td {
	border: 0;
}


#backtotop {
	display:none;
}

#toggle-content {
	background-color:#000;
	opacity:0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=75)";  
	filter: alpha(opacity=75);
	position:fixed;
	top:0px;
	right:0px;
	color:#fff;
	text-decoration:none;
	padding:5px 8px;
	line-height:1em;
}


/* alignment classes & additional classes*/

.left  { float: left; }
.right { float: right; }


/* Clearing */

.clearboth { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: ".";
}

/* customize_miscellaneous */ /* customize_miscellaneous */