* {
	font-family: "Roboto", sans-serif;
	margin:0;
	padding:0;
}


/* Testing */

.red {
	border: 1px solid red;
}

.green {
	border: 1px solid green;
}


/* General */

body {
	background:#000;
	box-shadow: inset 0 0 100px rgba(0,0,0,.5);
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	overflow-x:hidden;
	
	/* New From TB non-responsive.css */
	  padding-top: 70px;
	  padding-bottom: 30px;
	  min-width: 1024px;
}

.centered {
	text-align: center;
}

a.centered {
	text-align: center;
}


/* Header Area */

h1.clafi_website_title {
	font-weight: 100 !important;
	color: #fff;
}

h1.clafi_website_title span {
	text-align: center;
}

/* Index */

div.index {
	border: none;
}

h1.index_page_title {
	/* Note: HTML in page-templates/full-width.php */
	text-align: center;
	font-size: 40px;
	font-weight: 200;
}

div.index img {
	width: 100%;
}

div.index h3 {
	text-align: center;
	margin: 0px auto;
	font-weight: 200;
	width:80%;
	font-size: 25px;
}



div.index img {
	margin: 0px auto;
	width: 97%;
}

/* Container */

.clafi_container {
	margin: 0px auto;
	width: 88% !important;
	border: 10px solid green;
	margin-top: 250px;
	opacity: 0.93;
	padding: 25px;
	border-radius: 6px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	margin-bottom: 25px;
	text-transform: none !important;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgb(212, 213, 213);
}

/* oe_menu */

.oe_overlay{ 
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100% !important;
	height:100% !important;
}

ul.oe_menu {
	list-style:none;
	position:relative;
	margin:30px 0px 0px 40px;
	width:800px;
	float:left;
	clear:both;
}

ul.oe_menu > li {
	width:112px;
	height:101px;
	padding-bottom:2px;
	float:left;
	position:relative;
}

ul.oe_menu > li > a {
	display:block;
	background-color:#101010;
	color:#aaa;
	text-decoration:none;
	font-weight: 100;
	font-size:14px;
	width:90px;
	height:80px;
	padding:10px;
	margin:1px;
	opacity:0.8;
	
}

ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a {
	background:#fff;
	color:#101010;
	opacity:1.0;
}

.oe_wrapper ul.hovered > li > a {
	background:#fff;
}

ul.oe_menu div {
	position:absolute;
	top:103px;
	left:1px;
	background:#fff;
	width:498px;
	height:180px;
	padding:30px;
	display:none;
}

ul.oe_menu div ul li a {
	text-decoration:none;
	color: #333;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-weight: 100 !important;
	font-size:13px;
}

ul.oe_menu div ul.oe_full {
	width:100%;
}

ul.oe_menu div ul li a:hover {
	background:#000;
	color:#fff;
}

ul.oe_menu li ul {
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
}

li.oe_heading {
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}


span.reference {
	position:fixed;
	left:0px;
	bottom:0px;
	background:#000;
	width:100%;
	font-size:10px;
	line-height:20px;
	text-align:right;
	height:20px;
}

span.reference a {
	color:#aaa;
	text-transform:uppercase;
	text-decoration:none;
	margin-right:10px;	
}

span.reference a:hover {
	color:#ddd;
}

.bg_img img {
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:-1;
}

h1 {
	font-size:75px;
	text-align:right;
	position:absolute;
	right:40px;
	top:20px;
	font-weight:normal;
	/*text-shadow:  0 0 3px #0096ff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0096ff, 0 0 70px #0096ff, 0 0 80px #0096ff, 0 0 100px #0096ff, 0 0 150px #0096ff;
*/}

h1 span {
	display:block;
	font-size:15px;
	font-weight:bold;
}


/* Menu - Social Media */

img.menu_social_media {
	margin-right: 15px;
	margin-top: 5px;
}


/* Content Area */

.clafi_content_area {
	color: #333;	
	font-weight: 100 !important;
	width: 100%;
}

.clafi_content_area h3.page_title {
	font-size: 37px;
	text-align: left;
	font-weight: 100;
	margin-bottom: 55px;
}

.clafi_content_area p, li {
	font-size: 17px;
}

/* Sidebar */

.clafi_sidebar {
	color: #333 !important;	
	padding-top: 105px;
	font-weight: 100 !important;
}

.clafi_sidebar li {
	list-style: none !important;
}

/* Sidebar: Search section */
.clafi_sidebar li#search-2 {
	display: block;
	list-style: none;
}

.clafi_sidebar li#search-2 input {
	padding: 5px;
	height: 15px;
}

.clafi_sidebar li#search-2 input[type="submit"] {
	float: right;
	height: 25px;
}

.clafi_sidebar label.screen-reader-text {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 10px;	
	/* Ensure this and .clafi_sidebar h3.widget-title are the same */
}

/* Sidebar: Events section */
.clafi_sidebar li#em_widget-2 {
	display: block;
	min-height: 150px;
	margin-top: 25px;
	list-style: none;
}

.clafi_sidebar li#em_widget-2 ul li {
	list-style: none;
}

.clafi_sidebar li#em_widget-2 ul li ul {
	margin-bottom: 25px;
}

.clafi_sidebar li#em_widget-2 a {
	color: #333;
	font-weight: 400;
	font-size: 17px;
	text-decoration: underline;
}

.clafi_sidebar li#em_widget-2 a {
	color: #333;
	text-decoration: underline;
}

.clafi_sidebar li#em_widget-2 a:hover {
	text-decoration: none;
}

.clafi_sidebar h3.widget-title {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #777;
	padding-bottom: 8px;
	/* Ensure this and .clafi_sidebar label.screen-reader-text are the same */
}


/* Events Content Style */

.clafi_events_container {
	width: 100%;
	margin-top: 25px !important;
	min-height: 300px;
	margin: 0px auto;
}

.clafi_events_content_container {
	border: 1px solid #ccc;
}

.clafi_events_content_container ul.event-categories li {
	list-style: none;
}

.clafi_events_title {
	background-color: #333;
	height: 25px;
}

.clafi_events_title h4 {
	font-weight: 100;
	text-align: left;
}

p.clafi_events_sub_section {
	font-weight: 300;
}

p.clafi_events_content {
	font-weight: 100;
}

.clafi_events_box {
	border-top: 1px solid #555;
	clear: both;
}

.clafi_events_section {
	margin-top: 25px;
	margin-bottom: 25px;
}

.clafi_events_section h2 {
	text-align: left;
	margin-bottom: 25px;
	font-weight: 100;
	font-size: 35px;
}

a.clafi_events_back {
	margin-bottom: 25px;	
}

.clafi_event_hr {
	border-top: 1px solid #555555;
	padding-top: 25px;
}

/* Events Table */
table.em-calendar {
	width: 100%;
	height: 350px;
}

table.em-calendar thead {
	background-color: #333;
}

table.em-calendar thead a {
	color: #fff;
	font-weight: 100 !important;
	text-decoration: none;
}

table.em-calendar thead a:hover {
	color: #fff;
	font-weight: 100 !important;
	text-decoration: underline;
}

table.em-calendar td.month_name {
	color: #fff;
	font-weight: 100;
}

table.em-calendar td {
	border: 1px solid #ccc;
}


/* About - Leadership */

.about_leadership_container {
	margin: 0px auto !important;
}

/* About - Leadership */

.about_contact_container {
	margin: 0px auto !important;
}

.about_leadership_container img {
	width: 50px !important;
}

/* Commercial Republic Project (CRP) */

.crp_container {
	width: 100%;
	height: 400px;
	background-image: url('http://www.clafi.ucla.edu/wp-content/uploads/bg_crp.jpg');
	background-repeat: none;
	margin: 0px auto;
}

.crp_opacity {
	width: 100%;
	margin: 0px auto;
	height: 150px;
	background-color: #101010;
	color: #aaa;
	font-weight: 100;
	font-size: 12px;
	text-shadow: 0px 0px 1px #000;
	opacity: 0.8;
}

.crp_opacity h3 {
	font-size: 30px !important;
	color: #ffffff !important;
	font-weight: 100 !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #333 !important;
	text-align: center !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.crp_opacity p {
	color: #ffffff !important;
	padding: 10px;
	text-align: center;
	font-weight: 100 !important;
	font-size: 15px;
}


/* CLAFI Leadership */

.clafi_leadership {

}

div.clafi_leadership_fs {
	text-align: right;
	padding-top: 25px;
	padding-bottom: 25px;
}

.clafi_leadership .wp-tab-content ul {
	display: block;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ebebeb;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.clafi_leadership h3 {
	text-align: left !important;
	margin-bottom: 10px;
	margin-top: 30px;
}

.clafi_leadership img {
	display: block;
	float: right;
	width: 100%;
}


/* CLAFI Blog */

.clafi_post {
	width: 700px;
	margin-bottom: 50px;
}

.clafi_post_header {
	background-color: #34495E;
	padding: 10px;
}

.clafi_post_header h2 {
	color: #FFB300;
	font-weight: 100 !important;
	text-align: center;
}

.clafi_post_header h5 {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 100;
}

span.clafi_post_emphasis {
	font-weight: bold;
}

.clafi_post_content {
	border: 1px solid #333;
	min-height: 200px;
}

.clafi_post_content p {
	width: 90%;
	margin: 0px auto;
	padding: 10px;
}

/* ssba (simple share button) */

#ssba {
	width: 500px !important;
	margin-left: auto;
	margin-right: auto;
}