/**
 * Theme Name: SPU v8
 * Theme URI: http://solopracticeuniversity.com
 * Description: A custom child theme derived from BP-default
 * Version: 1.6
 * Author: David Carson
 * Author URI: http://davidtcarson.com
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: bp-default
 * Template Version: 1.6
 * Tags: buddypress
*/
@font-face {
	font-family: 'Pictos';
	src: url('font/pictos-web.eot');
	src: local('☺'), url('font/pictos-web.woff') format('woff'), url('font/pictos-web.ttf') format('truetype'), url('font/pictos-web.svg#webfontIyfZbseF') format('svg');
	font-weight: 400;
	font-style: normal;
}


html {
	width: 100%; 
	margin: 0; 
}
.wf-loading #header h1 a {
    /* Hide the blog title and post titles while web fonts are loading */
    visibility: hidden;
  }

body {
	background-color: white;
	background-image: none; 
    background-position: left top;
    background-repeat: repeat;
    max-width: 10000px; 
    width: 100%;
	font-family: Arial,sans-serif;
	min-width: 1060px;
}
body.mac {
	font-family: "ff-dagny-web-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.spu-full-width {
	width: 100%; 
	 
}

div#header, 
div#container,
div#footer,
div#spu-subnav {
	width: 1000px; 
	margin: 0 auto; 
}

div#wrapper-header {
	background: #0486A2; /* Old browsers */
	background: -moz-linear-gradient(top, #00B2D9 0%, #00B2D9 15%, #0486A2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B2D9), color-stop(15%,#00B2D9), color-stop(100%,#0486A2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00B2D9 0%,#00B2D9 15%,#0486A2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00B2D9 0%,#00B2D9 15%,#0486A2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #00B2D9 0%,#00B2D9 15%,#0486A2 100%); /* IE10+ */
	background: linear-gradient(top, #00B2D9 0%,#00B2D9 15%,#0486A2 100%); /* W3C */
	border-top: 1px solid #5DD5EF;
	
	
	background: #03a7cb url('http://cdn.solopracticeuniversity.com/noise.png') repeat top left; 
	border-top: none; 
	
	max-height: 65px; /* Make sure Firefox etc. don't show "flash" before font served. */
	
}

div#wrapper-subnav {
	background: #0486A2 url('http://cdn.solopracticeuniversity.com/noise.png') repeat top left; 
	color: #FFF; 
	padding: 0.75em 0; 
	border-bottom: 1px solid #01414d; 
	border-top: 1px solid #015D6F; 
}


div#wrapper-footer {
background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 80px;
    padding-top: 2em;
}

#site-generator {
 
    margin: 0;
    padding: 20px; 
    background: #fff; 
}


#wrapper-container {
	background-color: #EEE;
    background-image: url( 'http://cdn.solopracticeuniversity.com/noise.png');
	padding-bottom: 2em;
}


#header {
	background: transparent; 

	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #fff;
	height: auto;
	margin-bottom: 20px;
	padding-top: 25px;
	position: relative;
	z-index: 1000;
	overflow: hidden; 
	padding: 0; 
	margin-bottom: -1px !important; 
}



/*--------------------------------------------------------------
2.1 - Content
--------------------------------------------------------------*/


div#container {
	background: transparent;
	border-right: none;
	border-bottom: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	margin-top: 0; 
	margin-bottom: 0; 

	-moz-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow:  0 1px 5px rgba(0, 0, 0, 0.1);
  	box-shadow:   0 1px 5px rgba(0, 0, 0, 0.1);
	
	background: #FFF;
	border: 1px solid #bcc6ca; 
	border-top: none; 
}


.activity-permalink div#container {
	-moz-box-shadow:  none; 
  	-webkit-box-shadow:  none; 
  	box-shadow:    none; 
  	padding-top: 2em; 
}
div#content {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	float: left;
	width: 100%;
}
div#content .padder {
	border-right: 1px solid #ddd;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-right: 300px;
	 
	
}


/*--------------------------------------------------------------
2.4 - Sidebar
--------------------------------------------------------------*/
div#sidebar {
	
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	float: left;
	margin-left: -301px;
	margin-top: 0;
	width: 300px;
	background: #FDFDFD; 
}


#header h1 a {

    line-height: 1; 
    color: #FFF; 
    text-decoration: none; 
	font-family: "ff-dagny-web-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase; 
  
    text-align: center;
    font-weight: 700; 
    text-shadow: 0.01em 0.01em 0 #004C5C, 0.02em 0.02em 0 #004C5C, 0.03em 0.03em 0 #004C5C, 0.04em 0.04em 0 #004C5C, 0.05em 0.05em 0 #004C5C, 0.06em 0.06em 0 #004C5C, 0.07em 0.07em 0 #004C5C, 0.08em 0.08em 0 #004C5C, 0.09em 0.09em 0 #004C5C, 0.1em 0.1em 0 #004C5C, 0.125em 0.125em 0 #004C5C, 0.15em 0.15em 0 #004C5C;  
    letter-spacing: .025em; 
    font-size: 22px; 
    width: 100%; 
    text-align: center; 
}

.mac #header h1 a {
	font-family: "ff-dagny-web-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#wrapper-logo {
	float: left; 
	width: 35%; 
	position: relative; 
}

#header h1 {
	width: 100%; 
	position: relative; 
}



/*--------------------------------------------------------------
4.0 - Navigation
--------------------------------------------------------------*/
a {
	color: #0486A2; 
}
a:hover,
a:active {
	color: #888;
}
a:focus {
	outline: none;
}

#activity-stream a {
	font-weight: 700; 
}

#navigation {
	position: relative;
	width: 65%;
	float: right; 
	overflow: hidden; 
	max-height: 65px; 
}
#navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav {
	margin: 0;
	list-style: none;
	padding: 0;
	float: right;
	/* margin-bottom: -1px; */
	/* border-right: 1px solid #0486A2; */
}
#nav li a {
	background: transparent;
	color: #daf8ff;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	text-align: left;
	/* border-right: 1px solid #00B2D9; */
	font-weight: 700; 
	text-shadow: 0 1px 0 #036c83; 
	border-left: 1px solid #015D6F;
	border-right: 1px solid transparent; 
}

.logged-in #nav li a { 
	padding-left: 13px; 
	padding-right: 13px; 
}
#nav li a:hover {
	background: #049cbd url('http://cdn.solopracticeuniversity.com/noise.png') repeat scroll left top; 
	
	/* border-right: 1px solid #02a0c3; */
}

#nav li {
	margin-left: 0;
	display: inline-block;
	float: left;
	
	border-bottom: 1px solid #015D6F; 
}
/* #nav li.activity {
border-left: 1px solid #00B2D9;
}
#nav li.activity a {
border-left: 1px solid #0486A2;
}



#nav li.activity.current-menu-item  {
border-left: none;
}

#nav li.activity.current-menu-item a {
border-left: none;
}

*/

#nav li li {
	margin-left: 0;
}
#nav > li > a {
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#nav li.selected,
#nav > li.current-menu-item,
#nav > li.current_page_item,
#nav > li.current_page_ancestor,
.single-lesson #nav li.lessons, 
.tax-course #nav li.courses,
.single-coop #nav li.coop,
.parent-pageid-105 #nav li.faculty,
.single-post #nav li.blog  {
	border-color: #057b94; 
	border-bottom: 1px solid #0486A2; 
}
#nav li.selected a,
#nav > li.current-menu-item a,
#nav > li.current_page_item a,
#nav > li.current_page_ancestor a, 
.single-lesson #nav li.lessons a, 
.tax-course #nav li.courses a, 
.single-coop #nav li.coop a, 
.parent-pageid-105 #nav li.faculty a, 
.single-post #nav li.blog a {
	background-color: #0486A2;
	color: #FFF;
	border-color: #015D6F; 
	text-shadow: 0 1px 0 #044351; 
	border-right: 1px solid transparent;
	
	
	/*-moz-box-shadow:   inset 5px 0 5px -5px #014d5c ,  inset -5px 0 5px -5px #014d5c , inset 0 5px 5px -5px #014d5c */;
   /*-webkit-box-shadow:	inset 5px 0 5px -5px #014d5c /*,  inset -5px 0 5px -5px #014d5c /*, inset 0 5px 5px -5px #014d5c */;
  /* box-shadow:   inset 5px 0 5px -5px #014d5c /*,  inset -5px 0 5px -5px #014d5c /*, inset 0 5px 5px -5px #014d5c */;
}
#nav li.help a, 
#nav li.enroll a
 {
	border-right: 1px solid #015D6F; 
}

#nav > li > ul {
	border-top-width: 0;
}
#nav > ul li.sfhover a,
#nav > ul li:hover a {
	background: #333;
	color: #fff;
}
#nav li.sfhover,
#nav li:hover {
	position: relative;
	z-index: 1000;
}
#nav ul {
	border: 1px solid #222;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#nav ul li ul {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#nav ul,
#nav .sfhover ul ul,
#nav :hover ul ul {
	display: none;
	position: absolute;
}
#nav .sfhover ul,
#nav :hover ul {
	display: block;
	top: 100%;
	width: 128px;
}
#nav .sfhover ul li > a,
#nav :hover ul li > a {
	background: #333;
	color: #fff;
}
#nav .sfhover ul .sfhover > ul,
#nav :hover ul :hover > ul {
	left: 125px;
	top: -1px;
	width: 128px;
	display: block;
}
#nav ul li.sfhover > a,
#nav ul li:hover > a {
	background-color: #222;
	color: #fff;
}
#nav .sfhover ul li,
#nav :hover ul li {
	min-height: 30px;
	line-height: 20px;
	width: 128px;
}
#nav .sfhover ul li a,
#nav :hover ul li a {
	padding: 5px 5px 5px 10px;
}




#nav li a:before {
    display: block;
    font-size: 2em;
    text-align: center;
    text-transform: none !important;
    line-height: 1; 
    margin-bottom: -2px; 
}
h2, .dir-form h3 {
    font-size: 28px;
}


#nav li a:before {
    content: "&";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    vertical-align: middle;
}

.pictos, #wpadminbar .pictos {
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    vertical-align: middle;
}
#wpadminbar .pictos {
	font-size: 16px; 
}

.lesson-details .pictos {
	font-size: 1.4em;
 
}
.lesson-details {
	color: #999999; 
}


#nav li.lessons a:before { content: "V"; }
#nav li.activity a:before { content: "\'"; }
#nav li.courses a:before { content: "|"; }
#nav li.forums a:before { content: "q"; }
#nav li.groups a:before { content: "C"; }
#nav li.blog a:before { content: "N"; }
#nav li.coop a:before { content: "$"; }
#nav li.help a:before { content: "?"; }
#nav li.more a:before { content: "l"; }
#nav li.members a:before { content: "U"; }
#nav li.free a:before { content: ">"; }
#nav li.about a:before { content: "F"; }
#nav li.login a:before { content: "("; }
#nav li.faculty a:before { content: "U"; }
#nav li.contact a:before { content: "M"; }
#nav li.enroll a:before { content: "K"; }
#nav li.bridges a:before { content: "G"; }

#header h1 a, #nav li a { line-height: 40px; padding-top: 10px; padding-bottom: 10px; float: left; vertical-align: middle; }
#nav li a { line-height: 20px; }

.page-template-page-lessons-php .type-lesson .entry {
	clear: both; 
}

span.activity,
div#message p {

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: 400;
	margin-top: 3px;
	text-decoration: none;

}

span.activity, .blogger-warning {
	background: #FCF8E3; 
	background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    color: #C09853;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.blogger-warning {
	padding: 20px; 
}

body .entry .blogger-warning p {
	margin-bottom: 0; 
}

div#message.error p {
	background: #F2DEDE;
	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
	clear: left;
	
}
div#message.updated p, body.single p.member-content {
	background: #DFF0D8;
	background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
 body.single p.member-content {
 padding: 20px; 
 line-height: 1.4em; 
 overflow: hidden; 
 }
 
  body.single p.member-content a.button {
  	font-size: 18px; 
  	float: left; 
  	margin-top: 12px;
  	padding: 10px 20px;  
  }
.standard-form#signup_form div div.error {
	background: #F2DEDE;
	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	margin: 0 0 10px 0;
	padding: 6px;
	width: 90%;
}

span.user-nicename {
	display: none; 
}

#wpadminbar { background: #464646; border-bottom: 1px solid #222;  }


form#whats-new-form textarea {
	background: #FBFBFB;
    border: 1px solid #E5E5E5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	font-family: inherit;
	font-size: 14px;
	height: 20px;
	padding: 6px;
	width: 98%;
}

img.avatar {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    border-radius: 4px;
  	

  	
	border-color: #FFF; 
	border: none; 
}

.activity-list .activity-content .activity-header img.avatar, 
.activity-list li.mini .activity-avatar img.avatar, 
.activity-list li.mini .activity-avatar img.FB_profile_pic,
#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar > a img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    border: none; 
}

div#item-header img.avatar {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
    border-radius: 6px;
}

body.activity-permalink div.activity-comments ul li {
	border-color: #EAEAEA;
}

body.activity-permalink .activity-avatar img.avatar {
   	-moz-box-shadow:  1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow:  1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
  	box-shadow:    1px 3px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1);
    padding: 10px; 
    border: none; 
    background: #FFF; 
}

body.activity-permalink .activity-list li .activity-content {
	margin-left: 205px; 
}

.item-title a,
table.forum tr td.td-title a.topic-title { 
	font-weight: 700; 
	text-decoration: none; 
	font-size: 16px;  
}

.topic-meta a { text-decoration: none; font-weight: 400; font-size: 14px; }


h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.mac h1, .mac h2, .mac h3, .mac h4, .mac h5, .mac h6 {
	font-family: "ff-dagny-web-pro","Helvetica Neue",Arial,Helvetica,sans-serif;
}

div#item-header h2 a {
    color: #444444;
    text-decoration: none;
}


div.item-list-tabs ul li.selected a,
div.item-list-tabs ul li.current a {
	background-color: #fff;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #555;
	font-weight: 700;
}

.wrapper-recent-lessons {
	border-top: 1px solid #EAEAEA; 
	overflow: hidden; 
	width: 100%; 
}

.page-template-page-courses-php .wrapper-recent-lessons {
	border-top: none; 
}

.wrapper-recent-lessons .post, .wrapper-recent-lessons div.post .entry {
	margin-bottom: 0; 
}
.wrapper-recent-lessons .entry {
	border-bottom: 1px solid #EAEAEA; 
	padding: 1em 0; 
	overflow: hidden; 
	margin-bottom: 0; 
	clear: both; 
	overflow: hidden; 
}

.lesson-image {
	float: left; 
	width: 50px; 
	margin-right: 20px; 
}

.lesson-details {
	float: left; 
	width: 490px; 
}

.lesson-button {
	float: left; 
	width: 80px; 
	margin-left: 20px; 
	margin-top: 1em; 
	text-align: right ;
}

#sidebar .lesson-image {
    margin-right: 10px;
    width: 40px; 
    margin-top: 4px; 
}
#sidebar .lesson-image img.avatar { 
	width: 40px; 
	height: 40px; 
}


#sidebar .lesson-details {
	width: 210px; 
}

.wrapper-recent-lessons a {
	text-decoration: none; 
}

.wrapper-recent-lessons h3 {
	margin-bottom: 2px; 
	font-size: 18px; 
}


#sidebar .wrapper-recent-lessons h3 {
	margin-bottom: 2px; 
	font-size: 16px; 
	margin-top: 0; 
}


#wp-admin-bar-user-info span.username {
	display: none; 
}


div.item-list-tabs {
	background: #F5F5F5; 
	
	border-top: 1px solid #DDDDDD; 
	margin-bottom: 15px; 
}

div.item-list-tabs ul li {
    margin: 0;
}

div.item-list-tabs ul li a {
	
 border-right: 1px solid #DDDDDD;  
 padding: 8px 10px; 
}

#group-create-tabs.item-list-tabs ul li span {
    border-right: 1px solid #DDDDDD;
    padding: 8px 12px;
}

#group-create-tabs.item-list-tabs {
	border-bottom: 1px solid #DDDDDD; 
}

div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
    background: #e2f0f2;
    color: #0486A2; 
}
div.item-list-tabs ul li.selected a span, div.item-list-tabs ul li.current a span {
    background-color: #0486A2;
}
div.item-list-tabs ul li a span {
    background: #666;
}
div.item-list-tabs ul li a, 
div.item-list-tabs ul li span {
	color: #666; 
	font-size: 14px; 
	font-weight: 700; 
}

div.item-list-tabs ul li a:hover {
	color: #888; 
}
div.item-list-tabs ul li:first-child {
    margin-left: 0;
}


div.item-list-tabs ul li.loading a {
    background-image: none;
    padding-right: 12px !important;
}


.new_blog_post .activity-inner > p {
	color: #999; 
}

div#subnav.item-list-tabs {
	padding-top: .8em; 
	padding-bottom: .8em; 
	padding-left: 1em; 
}

div#subnav.item-list-tabs ul li a {
	border-right: none; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 13px; 
}

div#subnav.item-list-tabs ul li.selected a, div#subnav.item-list-tabs ul li.current a {
    background: #e2f0f2;
  
}
.activity-item p, form#whats-new-form h5 { font-size: 14px; }

.activity_update .activity-inner > p, .activity-comments p {
	font-size: 16px; 
}


div#message p { font-size: 14px; }

#item-header-content .pictos { font-size: 22px; margin-right: 4px; color: #555;  }

#sidebar-me a { font-weight: 700; text-decoration: none; }


#sidebar h2, div#sidebar h3.widgettitle {
    background: #F5F5F5;
   	margin-bottom: 0; 
    font-size: 13px;
    line-height: 0.9em;
    text-transform: uppercase;
    width: 100%;
	margin: 25px 0 10px 0;
    padding: 0;
 
}

#sidebar h2 span, div#sidebar h3.widgettitle span {
    background: #FDFDFD;
    padding-right: 10px;
}



button, a.button, input[type="submit"], input[type="button"], input[type="reset"], ul.button-nav li a, div.generic-button a, .comment-reply-link {
	font-weight: 400 !important; 
}


#profile-snapshot {
margin: 0 0 15px;
}

#item-header-content #item-buttons #post-mention { display: none; }

#profilelist { font-size: 16px; padding-top: 10px; border-top: 10px solid #F5F5F5; margin-top: 10px; }

#profilelist #subheading { margin-bottom:8px; }
#profilelist h3 { margin-bottom: 4px; }
#profilelist a { font-weight: 700; text-decoration: none; }
#profilelist .pictos { font-size: 24px; margin-right: 6px;   }

.profile-quicklinks { margin: 6px 0; }

.bookmark-this-lesson {
background:  #F5F5F5;
    border: 1px solid #DDDDDD;
  	clear: both; 
    margin: 15px 0;
	overflow: hidden; 
}

.bookmark-this-lesson a { padding: 10px 0;  line-height: 1em; display: block; float: left; font-size: 16px; font-weight: 700; text-decoration: none; line-height: 24px; width: 33%;   }

.bookmark-this-lesson span { float: left; display: inline; /* padding-left: 18px; */ text-align: center; padding: 0 0 0 20px;  }

.bookmark-this-lesson span.make-bookmark:before {
    content: "S";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 6px 0 0;
    vertical-align: middle;
   
    float: left; 
    color: #484848; 
}

.bookmark-this-lesson span.view-all-bookmarks:before {
    content: "l";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 6px 0 0;
    vertical-align: middle;
   
    float: left; 
    color: #484848; 
}

.bookmark-this-lesson span.go-to-course-homepage:before {
    content: "H";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 6px 0 0;
    vertical-align: middle;
  
    float: left; 
    color: #484848; 
}

.bookmark-this-lesson span.unbookmark:before {
    content: "*";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 6px 0 0;
    vertical-align: middle;
   
    float: left; 
    color: #484848; 
}



/* a .make-bookmark, a .unbookmark {	background: url( 'images/bookmark.png' ) no-repeat top left; }
a:hover .make-bookmark, a .unbookmark { background-position: bottom left; }
a:hover .unbookmark { background-position: top left; }

.bookmark-this-lesson a span.view-all-bookmarks {
	background: url( 'images/bookmarks-all.png' ) no-repeat top left;
	padding-left: 36px; 
} */
.bookmark-this-lesson.first { margin-top: 0; }
.bookmark-this-lesson a {
	border-right: 1px solid #DDDDDD;
}

.bookmark-this-lesson a:hover {
	background: #E2F0F2;
    color: #0486A2;
}



div#content .padder {
	padding-left: 

}

.single-lesson div.post-content,
.single-coop div.post-content {
    margin-left: 0;
}

/* .single-lesson .entry p { font-size: 16px; line-height: 24px; } */
.single-lesson h2.posttitle { font-size: 28px; color: #444; }
#respond { float: left; margin-top: 24px; }
.next-previous-links { width: 100%; clear: both; display: block; margin: 10px 0; overflow: hidden; }

.single-lesson p.date { }

.single-lesson #profilelist {border-top: none; margin-top: 0; padding-top: 0;}

p.date, p.postmetadata {
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    color: #888888;
    font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 10px 0;
    padding: 3px 0;
}

.mac p.date, .mac p.postmetadata {
	    font-family:  "ff-dagny-web-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

p.date a, p.postmetadata a { font-weight: 700; text-decoration: none; }


#sidebar div.author-box {
    background: transparent;
    border-radius: 0;
    float: left;
    font-family:inherit;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

#sidebar div.author-box img {
    border: none;
 	float: left;   
 	
    margin: 0 10px 15px 0; 
}

#sidebar div.author-box h4 { line-height: 40px; vertical-align: middle; margin-top: 0; }

.single-lesson #sidebar p, .tax-course #sidebar p, #sidebar .wrapper-course-info p{ font-size: 14px; }
.single-lesson #sidebar h3, .tax-course #sidebar h3, #sidebar .wrapper-course-info h3 { margin-bottom: 3px;  }
.single-lesson #sidebar h3 a, .tax-course #sidebar h3 a, #sidebar .wrapper-course-info h3 a { text-decoration: none; }

.single-lesson #profilelist .pictos { width: 26px; float: left; }
.single-lesson .profile-quicklinks { margin: 10px 0;  }

#spu-subnav { font-size: 14px; text-shadow: 0 1px 0 #095566; overflow: hidden;   }

#spu-subnav a { color: #a8e5f2; text-decoration: none;  }
#spu-subnav span.pictos { margin-left: 19px;margin-right: 3px;  font-size: 20px; color: #a8e5f2;}

.directory div.item-list-tabs ul li#members-administrator, 
.directory div.item-list-tabs ul li#members-editor,
.directory div.item-list-tabs ul li#members-author, 
.directory div.item-list-tabs ul li#members-contributor, 
.directory div.item-list-tabs ul li#members-subscriber, 
.directory div.item-list-tabs ul li#members-inactive, 
.directory div.item-list-tabs ul li#members-blocked, 
.directory div.item-list-tabs ul li#members-keymaster, 
.directory div.item-list-tabs ul li#members-member, 
.directory div.item-list-tabs ul li#members-moderator {
	display: none; 
}

#faculty #members-list img.avatar { width: 70px; height: 70px; }
#faculty #members-list .item-title a { font-size: 16px; }
#faculty #members-list .course-title { display: block;  }
#faculty #members-list .item-title { margin-top: 10px; }
#faculty #members-list { width: 100%; border-top: 1px solid #EAEAEA;  }
#faculty #members-list li { width: 50%; float: left; border-bottom: none;   }
#faculty ul.item-list li div.item-title { width: 100%; }

ul.item-list li div.item-title span.label-faculty {
background-color: #D9EDF7;
    color: #3A87AD;
    font-size: 10.998px;
    font-weight: 700;
    line-height: 14px;
 
    vertical-align: baseline;
    white-space: nowrap;
    padding: 1px 4px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 6px; 
	line-height: 14px; 
	vertical-align: middle; 
	
}

.label-faculty.activity {
background:  #0486A2;
background-color: #0486A2;
    border-color: #0486A2;
    color: #FFF;
    font-weight: 700; 
    text-shadow: none; 
}

.tax-course div.post-content {
    margin-left: 0;
}


.tax-course h2.posttitle a {

	padding: 10px 0; 
	font-size: 18px; 
	color: #0486A2; 
	float: left; 

}
.tax-course h2.posttitle a:hover {
	color: #888; 
}
.tax-course .type-lesson {
border-top: 1px solid #DDDDDD;
overflow: hidden; 
}
.tax-course .lesson-button {
	float: right; 
	margin-top: 14px; 
}
.tax-course #blog-archives { position: relative; }
.course-status { position: absolute; top: 0; right: 0; }
.course-status p { display: none; background-color: #333333; color: #FFF; padding: 6px 12px; font-size: 16px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 0; 
 }
.in_progress p.in-progress { display: block; background-color: #F89406;  }
.completed p.completed { display: block; background-color: #468847;  }
.delay p.delayed { display: block; background-color: #B94A48;  }
.delay p.delayed .pictos { margin-right:3px; }

#video-intro { margin: 0 auto; background: #EEE url('http://cdn.solopracticeuniversity.com/noise.png') repeat top left; padding: 20px;   }
.videopress-poster { margin: 0 auto; }

.tax-course h1.pagetitle {
    line-height: 120%;
    margin-right: 100px;
    color: #444; 
}
#syllabus-intro { font-size: 16px; line-height: 22px;padding: 24px 10px 20px; }



#sidebar .course-list-profile h2 {
    background: #F8C862;
}


#sidebar .lesson-image img {
    height: 40px;
    width: 40px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 45px;
	border-radius: 4px;
    border: none;
    float: left;
}

/*
ul.item-list li { 
	-webkit-border-image: -webkit-linear-gradient(right, #ffcbb6, rgba(255, 203, 182, 0)) 1 90%; 
	-webkit-border-image: -webkit-gradient(linear, 90% 0, 0 0, from(#ffcbb6), to(rgba(255, 203, 182, 0))) 1 90%; 
	-o-border-image: -o-linear-gradient(right, #ffcbb6, rgba(255, 203, 182, 0)) 1 90%; 
	-moz-border-image: -moz-linear-gradient(right, #ffcbb6, rgba(255, 203, 182, 0)) 1 90%; 
}

ul.item-list li li {
	-webkit-border-image: none; 
	-webkit-border-image: none; 
	-o-border-image: none; 
	-moz-border-image: none; 
}

*/


h1 small,
h2 small {
	font-size: 16px; 
	color: #999; 
	font-weight: 400; 
	letter-spacing: 0 !important; 
}


#video-intro .videopress-placeholder[style] {
	width: 200px !important; 
	height: auto !important; 
}

#video-intro .videopress-placeholder .videopress-title[style] {
	/* display: none !important; */
	margin-left: 240px !important;
	width: 200px;  
}
#video-intro .videopress-placeholder .videopress-title span[style] {
	padding:3px 0;
	line-height:1.5em;
	background-color:transparent !important;
	color:#0486A2 !important;
	  text-shadow: 0 1px 0 #FFFFFF;
	  font-family: Arial,sans-serif;
	  padding-bottom: 48px !important; 
	  background: url('images/intro-arrow.png') bottom left no-repeat; 
}


#video-intro .videopress-placeholder .videopress-title span:before {

    content: "View the ";  /* Some fancy character */
    	color:#555 !important;
	  text-shadow: 0 1px 0 #FFFFFF;
	  font-family: Arial,sans-serif;
  
}

#video-intro .videopress-placeholder .videopress-title span[style],
#video-intro .videopress-placeholder .videopress-title span:before {
	font-family: "ff-dagny-web-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}



#video-intro .videopress-placeholder img.videopress-poster {
	width: 200px !important; 
	height: auto !important; 
} 

#video-intro .video-player {
	overflow: hidden; 
}
#video-intro .play-button span[style] {
	font-size: 300% !important; 
}
#video-intro .videopress-placeholder div[style] {
	margin-bottom: 0 !important; 
}
#video-intro .videopress-placeholder div img {
	display: none; 
}

.tax-course div.page #study-group ul {
	margin: 0; 
}
.style4 a.btn {
   padding: 5px 12px;
    text-align: center;
    text-decoration: none; 
   	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input#signup_submit {
	font-size: 16px; 
	padding: 5px 10px; 
	vertical-align: middle; 
	margin-bottom: 20px; 
}
.lesson-button a.button, .style4 a.btn, input#signup_submit, 
body a.enrollnow {
  	filter: none; 
   background-color: #a4c92c; 

   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4c92c), to(#8daf24));
   background-image: -webkit-linear-gradient(top, #a4c92c, #8daf24); 
   background-image: -moz-linear-gradient(top, #a4c92c, #8daf24);
   background-image: -ms-linear-gradient(top, #a4c92c, #8daf24);
   background-image: -o-linear-gradient(top, #a4c92c, #8daf24);
   color: #FFF; 
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
       box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 1px 0 0 rgba(255, 255, 255, 0.05) inset, -1px 0 0 rgba(255, 255, 255, 0.05) inset, 0 1px 0 rgba(0, 0, 0, 0.08) inset;
       text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
     
       font-weight: 700 !important; 
     
}


.group-forum-topic .poster-meta a { font-weight: 800; text-decoration: none; }

.group-forum-topic .post-content { font-size: 16px; }
.lesson-button a.button:hover, .style4 a.btn:hover, input#signup_submit:hover, body  a.enrollnow:hover {
	filter: none; 
    border-color: #7d9c1c;
    color: #FFF;
    background-image: none; 
    background: #8daf24;
    background-color: #8daf24; 
    
}


#nav li.enroll a {
   background-color: #8daf24; 

   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4c92c), to(#8daf24));
   background-image: -webkit-linear-gradient(top, #a4c92c, #8daf24); 
   background-image: -moz-linear-gradient(top, #a4c92c, #8daf24);
   background-image: -ms-linear-gradient(top, #a4c92c, #8daf24);
   background-image: -o-linear-gradient(top, #a4c92c, #8daf24);
      color: #FFF;
      text-shadow: none; 
      text-shadow: 0 1px 0 #5e780c; 
}

#nav li.enroll a:hover {
	 background-image: none; 
	 background-color: #8daf24;
}
#nav li.enroll.current-menu-item a {
   	background: none repeat scroll 0 0 #0486A2;

  
    color: #FFFFFF;
    text-shadow: 0 1px 0 #044351;
}
.back-to-course-directory {
	clear: both; 
	float: left; 
	display: block; 
	width: 100%;
	margin-bottom: 20px;  
}
.back-to-course-directory a,
.back-to-it a, 
.navigation a, 
.paged-navigation a, 
.comment-navigation a, 
.next-previous-links a, 
.post-content .alignleft a,
.post-content .alignright a { 
	/*text-decoration: none; 
	background: #FCF8E3; 
	padding: 5px 8px; 
	margin: 0; 
	line-height: 1; 
	vertical-align: middle; 
	float: left; 
	color: #C09853; 
	font-size: 16px; */
	

    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    padding: 5px 14px;
    text-decoration: none; 
	
}

.back-to-it a, 
.navigation a, 
.paged-navigation a, 
.comment-navigation a,
.next-previous-links a,
.post-content .alignleft a,
.post-content .alignright a {
    font-family: "ff-dagny-web-pro","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal; 
    font-size: 16px; 
}

.back-to-course-directory a:hover,
.back-to-it a:hover, 
.navigation a:hover, 
.paged-navigation a:hover, 
.comment-navigation a:hover, 
.next-previous-links a:hover, 
.post-content .alignleft a:hover,
.post-content .alignright a:hover { 
	background-color: #F5F5F5 ; 

}

.tax-course .back-to-course-directory a {
	font-size: 14px; 
} 

.post-content .alignleft a {
	margin-bottom: 12px; 
}

.tax-course h1.pagetitle {
	margin-bottom: 0; 
}

.tax-course .nav-tabs .pictos {
	line-height: 1em; 
	color: #BBBBBB; 
	font-size: 1.4em; 
	margin-right: 3px; 
}


.tax-course .nav-tabs .active .pictos {
	color: #222; 

}

#comments h3 em {
	font-style: normal; 
	color: #777; 
}

.course-title em {
	background: #FCF8E3; 
	color: #C09853; 
	font-style: normal; 
	padding-right: 4px; 
	padding-left: 4px; 
}

.page-template-page-courses-php h2.pagetitle small a {
	color: #0486A2; 
	font-weight: 700; 
}
.post-type-archive-coop div#content .padder {
	margin-right: 0; 
}
.post-type-archive-coop h2.posttitle { font-size: 18px; line-height: 24px; border-bottom: 1px solid #DDD; float: left;  }
.post-type-archive-coop h2.posttitle a {
	color: #0486A2; 
}
.post-type-archive-coop div.post-content {
    margin-left: 0;
    margin: 2px; 
    float: left; 
    width: 133px; 
}

.post-type-archive-coop div.post-content img {

	float: left; 
	

	padding: 3px; 
	
	border: 1px solid #DDD; 
}


.post-type-archive-coop .blog-welcome {
	margin-bottom: 20px; 
	overflow: hidden; 
}


.featuredribbon {
    background: url('images/featured-ribbon.png') no-repeat scroll left top transparent;
    display: block;
    height: 150px;
    position: absolute;
    right: 0;
    top: 0; 
    width: 150px;
    z-index: 200;
}

.coopfeatured { width: 522px; float: left; position: relative;  }
.coopabout { width: 408px; margin-right: 30px;  float: left; }
.wrapper-coopfeatured {
float: right; position: relative; 

}
.wrapper-coopfeatured img {
padding: 8px; 
border: 1px solid #DDD; 

	padding: 0 ;
	border: none; 
}

.wrapper-coopfeatured a:hover img, 
.post-type-archive-coop div.post-content a:hover img {
	border-color: #777; 
	opacity: 0.8; 
}
body .entry p,
body .entry ul, 
body .entry ol, 
body .entry blockquote, 
body .entry blockquote p  {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-style: normal;
   
    line-height: 29px;
     font-weight: 400; 
   
}

body.mac .entry p,
body.mac .entry ul, 
body.mac .entry ol, 
body.mac .entry blockquote, 
body.mac .entry blockquote p  {
    font-family: "ff-dagny-web-pro","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-weight: 400;
}

body .entry p{
	margin: 0 0 18px;
}
.entry p:first-child:first-line {
  /*  font-variant: small-caps; */
}
/*.single-post div.entry p:first-child {
    color: #111111;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35em;
}
*/
blockquote {
    border-left: 10px solid #0088aa;
    color: #777; 
    
}
.author-box span.sticky-post {
    background: #efb740;
    border: none; 
    color: #FFF;
    text-shadow: none;
    margin-top: 0; 
    font-size: 18px; 
    padding: 4px 0; 
    width: 100%; 
    text-shadow: 0 1px 0 #a4781c; 
	 -moz-border-radius: 0;
	-webkit-border-radius:0 ;
	border-radius: 0;
	text-transform: uppercase; 
	font-weight: 700; 
    
}
.single-post div.post-content, 
.single-campusnews div.post-content {
    margin-left: 0;
}

.single-post div#content .padder, 
.single-campusnews div#content .padder {
	padding:30px; 
}

.single-post h5.date, 
.single-campusnews h5.date {
    color: #999999;
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
    line-height: 1.4em; 
    margin-bottom: 0; 
}


.single-post .posttitle, 
.single-campusnews .posttitle {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 40px;
    margin: 6px 0;
    text-align: center;
    color: #333; 
    line-height: 1; 
    letter-spacing: -0.03em; 
}
.mac.single-post .posttitle,
.mac.single-campusnews .posttitle {
	    font-family: "ff-dagny-web-pro","Helvetica Neue",Arial,Helvetica,sans-serif;
}


.single-post h5.byline, .metawhat,
.single-campusnews h5.byline, .metawhat {
    color: #999999;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
}

h5.byline a {
	text-decoration: none; 
	font-weight: 700; 
	font-style: normal;
}



/* Faded out hr */
hr.soften {
  background-color: transparent; 
  height: 1px;
  margin: 4px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
  width: 100%; 
  float: left; 
  margin: 10px 0 20px; 
}


.nonsuperadmin .profile .admin, .nonsuperadmin #profile-edit-form ul.button-nav li#Admin, .nonsuperadmin table.profile-fields .field_terms-of-service {
	display: none; 
}

.standard-form textarea, .standard-form input[type="text"], .standard-form select, .standard-form input[type="password"], .dir-search input[type="text"], .wpcf7 input.wpcf7-text, .wpcf7 input.wpcf7-captchar, .wpcf7 textarea, .standard-form textarea {
    border: 1px solid #E5E5E5;
    color: #555;
    font-family: inherit;
    font-size: 14px;
    padding: 6px;
    background: #FBFBFB;
    font-weight: 400; 
}

.wpcf7 textarea {
	width: 70%; 
}

.wpcf7 input, .wpcf7 textarea {
	font-size: 16px; 
}

img.wpcf7-captchac {
	border: 1px solid #DDD; 
	padding: 5px; 
	margin-top: 10px; 
}

.standard-form textarea:focus, .standard-form input[type="text"]:focus, .standard-form select:focus, .standard-form input[type="password"]:focus, .dir-search input[type="text"]:focus, #whats-new:focus, .wpcf7 input.wpcf7-text:focus, .wpcf7 textarea:focus,.wpcf7 input.wpcf7-captchar:focus  {
	background-color: #F5F7F9;
	border-color:#A4BACA !important;  
	-moz-box-shadow:    0 1px 1px rgba(0, 0, 0, 0.05) inset; 
  	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; 
  	box-shadow:         0 1px 1px rgba(0, 0, 0, 0.05) inset; 
  	outline-color: none; 
}

.page-id-5915 h2.pagetitle {
    color: #333333;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1em;
    margin: 10px 0 0;
 }  
    
span.required { 
	font-size: 11px; 
	color: #999; 
}


img.alignleft {
margin-right: 19px; 
}

.parent-pageid-105 .page h3, 
.single-post .category-faculty .entry h3,
.page-id-5915 .page .entry h3 {
    color: #111111;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em; 
}

div.page ol, div.post ol {
    list-style: decimal inside none;
    overflow: hidden; 
}

.page-id-5915 #sidebar a:hover img { opacity: 0.8; }

.error404 .page-404 p { font-size: 24px; margin-bottom: 40px; line-height: 1.4em;   }
.error404 div#content .padder {
	margin-right: 0; 
	border-right: none; 
	text-align: center; 
	padding-right: 100px; 
	padding-left: 100px; 
}
.error404 h2.posttitle {
	margin: 20px 0; 
	font-size: 32px; 
	color: #222; 
}

.error404 div#content .padder .pictos { color: #B94A48; }

.home-page.logged-out #wrapper-container { padding-top: 2em;  }
.error404 #wrapper-container #container, 
.home-page.logged-out #wrapper-container #container { border-top: 1px solid #BCC6CA;   }
.home-page.logged-out .makecolor { display: none; }
.home-page.logged-out div#content .padder {
	margin-right: 0; 
	border-right: none; 
	overflow: hidden; 
	padding: 19px 30px; 
}


#signup_form p, #activate-page p {
	font-size: 18px; 
	line-height: 1.4em; 
}

#signup_form p.description {
	font-size: 12px; 
	line-height: 1; 
}

.register-section h4 {
	font-size: 24px; 
}

.standard-form .register-section label, .standard-form .register-section span.label {
	font-size: 14px; 

}
.enrollsteps { margin: 0 -19px; border-top: 1px solid #DDDDDD;  }
.enrollsteps li { padding: 4px 19px; border-bottom: 1px solid #DDDDDD; }
.enrollsteps h4 { margin-bottom: 3px; }
.enrollsteps p { margin-bottom: 12px; line-height: 1.2em; font-size: 13px;  }


.enrollsteps li {
	background-color: #F0F0F0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#DBDBDB));
  background-image: -moz-linear-gradient(top, #F0F0F0, #DBDBDB);
  background-image: -o-linear-gradient(top, #F0F0F0, #DBDBDB);
  background-image: linear-gradient(top, #F0F0F0, #DBDBDB);
  border-bottom: 1px solid #BDBDBD;
  border-top: 1px solid white;
  opacity: .5; 
  color: #222; 
  text-shadow: 0 1px 0 #FFF; 
 position: relative; 

}

.registration .enrollsteps li.createprofile,
.activation .enrollsteps li.activateprofile, 
.page-id-1350 .enrollsteps li.chooseplan, 
.page-template-page-scholarship-registration-php .enrollsteps li.createprofile, 
.page-id-1420 .enrollsteps li.chooseplan,
.page-id-1450 .enrollsteps li.chooseplan, 
.page-id-2705 .enrollsteps li.chooseplan,
.page-id-2707 .enrollsteps li.chooseplan,
.page-id-3048 .enrollsteps li.chooseplan,
.page-id-6604 .enrollsteps li.chooseplan,
.page-id-5629 .enrollsteps li.chooseplan,
.page-id-6798 .enrollsteps li.chooseplan  {
  border-top: 1px solid #8daf24;
  border-bottom: 1px solid #7c9b1a;
  -webkit-box-shadow: inset 0px 1px 0px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 0px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 0px 0 rgba(255, 255, 255, 0.2);
  background-color: #a4c92c; 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a4c92c), to(#8daf24));
   background-image: -webkit-linear-gradient(top, #a4c92c, #8daf24); 
   background-image: -moz-linear-gradient(top, #a4c92c, #8daf24);
   background-image: -ms-linear-gradient(top, #a4c92c, #8daf24);
   background-image: -o-linear-gradient(top, #a4c92c, #8daf24);
  color: #FFF; 
  opacity: 1; 
  text-shadow: 0 -1px 0 #7c9a1b;
  
}

.registration div#content .padder,
.activation div#content .padder,
.page-id-1350 div#content .padder, 
.page-template-page-scholarship-registration-php div#content .padder { 
	border-right: 1px solid #BCC6CA; 
}
.registration div#sidebar,
.activation div#sidebar,
.page-id-1350 div#sidebar, 
.page-template-page-scholarship-registration-php div#sidebar  { 

		border-left: 1px solid #BCC6CA;
}

ul.enrollsteps .pictos { color: #5BB75B; visibility:hidden;  }

.registration ul.enrollsteps .chooseplan .pictos, 
.registration ul.enrollsteps .processpayment .pictos,
.activation ul.enrollsteps .chooseplan .pictos, 
.activation ul.enrollsteps .processpayment .pictos,
.activation ul.enrollsteps .createprofile .pictos {
	visibility: visible; 
	vertical-align: inherit; 
}


h2#practice-of-law, 
.page-id-1450 h2.pagetitle, 
.page-id-4740 h2.pagetitle,
.page-id-2342 h2.pagetitle,
.page-id-1700 h2.pagetitle,
.page-id-9866 h2.pagetitle {
    color: #484848;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1em;
    margin: 10px 0 0;
    text-align: center;
}


#free-audio h4, 
.page-id-105 .entry h1 {
	font-size: 32px; 
	line-height: 1; 
	letter-spacing: -1px; 
	color: #484848;
}

.page-id-105 .entry h1 {
	margin-bottom: 0; 
	border-bottom: 1px solid #DDD; 
	padding-bottom: 14px; 
	width: 100%; 
}

body.page-id-1350 h2.pagetitle, 
body.page-id-6 h2.pagetitle, 
body.page-id-2887 h2.pagetitle, 
body.page-id-6 h2.pagetitle, 
body.page-id-2369 h2.pagetitle, 
body.category-audio h3.pagetitle, 
.page-id-105 h2.pagetitle  {
    display: none;
}

.hwrap h3, 
#greetings h3 {
    color: #7D7D7D;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1em;
    margin-bottom: 6px;
    text-align: center;
}

.page-id-2342 .entry h3 {
	font-weight: 400; 
	line-height: 1.3em; 
	color: #999; 
}

.col3 {
	width: 31%; 
	float: left; 
	 text-align: center;
	 padding: 0 1%; 
	 
	
}

.page-id-6798 .col3 { 
	width: 47%; 
	margin-bottom: 30px; 
	padding-bottom: 20px;  
}

body.page-id-6798 .entry .col3 ul { font-size: 14px; }

 .grid {
 	clear: both; 
 	overflow: hidden; 
 	padding-top: 30px; 
 }
.col3 h1 {
	margin-bottom: 18px; 
}
.col3 h2 {
	margin-bottom: 3px; 
	margin-top: 2px; 
}

 body .entry .col3 ul {
 	font-size: 11px; 
 	line-height: 1.2em; 
 	margin: 0 0 3px; 
 	list-style-type: none; 
 	width: 100%; 
 	padding-bottom: 10px; 
 }
 
  body .entry .col3 ul li {
  	margin: 4px 0; 

  	
  }

.grid .style1 {
    color: #999999;
    font-size: 22px;
    font-weight: 400;
    margin-right: 2px;
}

.grid .style3 {
    color: #999999;
    font-style: italic;
    margin-bottom: 8px;
    font-size: 14px; 
    line-height: 20px; 
  
}

.tooltip, .tooltip-left { display: none; }

.grid .style2 {
    font-size: 28px;
    line-height: 1;
}

.page-id-2887 .grid .second, 
.page-id-1350 .grid .second, 
.page-id-6604 .grid .second, 
.page-id-6798 .grid .second,
body.page-template-referral-page-php .grid .second {
	margin-top: -20px; 
   background-color: #FEFBF3;
    border: 1px solid rgba(0, 0, 0, 0.2);
	 -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px; 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding-top: 20px; 
    position: relative; 
}

.page-id-2887 div.page p .bestvalue, 
.page-id-1350 div.page p .bestvalue,
.page-id-6604 div.page p .bestvalue,
.page-id-6798 div.page p .bestvalue,
body.page-template-referral-page-php div.page p .bestvalue {
    background: url('images/bestvalue80px.png') no-repeat scroll right top transparent;
    height: 100px;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0;
    width: 100px;
}

.grid h2.nobottommargin, div.page p.nobottommargin {
    margin-bottom: 0;
}

body .entry #security p {
    background: url("http://cdn.solopracticeuniversity.com/lock-open-close.png") no-repeat scroll 14px 15px #EEE;
    float: left;
    margin-bottom: 20px;
    padding: 20px 20px 20px 70px;
    text-shadow: 0 1px 0 #FFF; 
    font-size: 14px; 
    line-height: 1.3em; 
}

div#content .one-column {
    border-right: none;
    margin-right: 0;

}


.section {
 
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 20px 30px;
    margin-bottom: 30px; 
   
}
.section.first {
    margin-top: 20px;
}
.section.odd {
    background:  #EEE;
    border: 1px solid #DDD; 
    
}

.page-id-1496 .section.odd img {
	margin-bottom: -20px; 
	margin-right: -30px; 
	padding: 0; 
}

.page-id-1496 .section img.alignleft {
	padding: 0; 
	margin: 0; 
	border: 1px solid #EEE; 
	
}
body .fullwide {
	width: 100%; 
	text-align: center; 
	padding: 20px 0; 
	border:none !important; 
	margin-bottom: 30px; 
}

body .fullwide h2 {
	font-size: 28px; 
	line-height: 34px; 
	margin: 0; 
}
body .entry ul#quotes {
	margin: 0; 
	list-style-type: none; 
	float: left; 
	position: relative; 
	width: 100%;  
}

.tos-link { width: 100%; float: left; text-align: left;  }
.tos-link span {  padding: 8px 0 8px 8px; float:left; font-size: 14px; color: #999;   }
.tos-link a { color: #666; text-decoration: none; padding: 8px; float:left; font-size: 14px; }
.tos-link a:hover { color: #444; }

.tos-link a:hover:after {
    content: 'R';
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 0 5px;
    vertical-align: middle;
    font-size:18px; 
     
    color: #222; 
}

body .entry ul#quotes li {
	width: 50%;
	float: left;  
	margin-bottom: 20px; 
	min-height: 150px; 
}
body .entry ul#quotes blockquote {
	font-size: 16px; 
	line-height: 22px; 
}
body .entry ul#quotes blockquote {
	padding: 0; 
	border-color: #EEE; 
	padding-left: 20px; 
	padding-right: 30px; 
}

body .entry ul#quotes li cite span {
	line-height: 30px; 
	font-style: normal; 
	color: #222; 
	vertical-align: middle;  
}

body .entry ul#quotes li img {
	height: 30px; 
	width: 30px; 
	margin-right: 10px; 
	float: left; 
}

.longer-testimonial, .sample-videos {
	float: left; 
	width: 100%; 
	
}

.longer-testimonial {
	background: #EEE url('http://cdn.solopracticeuniversity.com/noise.png') top left repeat; 
}

.longer-testimonial #spu-description {
	padding: 20px 30px 20px 80px; 
}
.longer-testimonial:before {
    content: '"';
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 40px 0 0 20px;
    vertical-align: middle;
    font-size:42px; 
    float: left; 
    color: #222; 
}

.page-id-1496 .faculty-video {
	margin-top: 30px; 
	float: left; 
	width: 100%; 
	padding: 20px 0; 
}
.sample-videos {
	margin: 40px 0; 
}
.sample-videos .wrapper-video {
	width: 300px; 
	float: left;
	margin-right: 20px;  
}

body .sample-videos .last {
	margin-right: 0; 
}

body .entry .firstandsecond ul {
	list-style-type: none; 
	margin-left: 0; 
	    font-size: 17px;
    line-height: 25px;
}

.sample-videos h2 { text-align: center; width: 100%; }

.page-id-1496 .faculty-video p, 
.page-id-1496 .faculty-video .video-box {
	width: 45%; 
	float: left; 
}

body.page-id-1496 .entry .faculty-video p {
	font-size: 30px; 
	line-height: 38px; 
	text-align: center; 
	margin-top: 40px; 
	width: 45%; 
	margin-right: 5%; 
	margin-left: 5%; 
}

.page-id-1496 .coop img.alignleft {
	border: none; 
}

.aboutimagewrapper {
	padding: 8px; 
	background: #FFF; 
	border: 1px solid #DDD; 
	margin-left: -30px; 
	margin-bottom: 0; 
	float: left; 
	margin-right: 30px; 
}

.page-id-1496 .coop .aboutimagewrapper {
	border: none; 
	border-bottom: 1px solid #DDD; 
	padding-bottom: 0; 
}

.page-id-1496 div#content .padder {

	padding: 19px 30px; 
}

.page-id-1496 h2.pagetitle { display: none; }

.section img {
	margin-bottom: 30px; 
}
body.page-id-1496 .entry p {
	font-size: 17px;
	line-height: 25px; 
}

.page-id-105 .columns {
	list-style-type: none; 
	margin: 30px 0; 
	float: left; 
}
.page-id-105 .columns li {
    border-bottom: medium none;
    float: left;
    width: 33%;
    min-height: 140px; 
}

.page-id-105 .columns li h2 {
	font-size: 18px; 
	line-height: 1; 
	margin: 0; 
}

.page-id-105 .columns li p {
	font-size: 14px; 
	line-height: 18px; 
	margin-bottom: 6px; 
}
.page-id-105 .columns li p a {
	text-decoration: none; 
	font-weight: 700; 
}

.page-id-105 .columns li img {
	width: 70px; 
	height: 70px; 
		 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	float: left; 
}

.page-id-105 .columns li .info {
	float: left; 
	width: 220px; 
	margin-left: 10px; 
	margin-right: 10px; 
}

.logged-in .hide-if-logged-in { display: none; }
.hide-loggedout, .hide-logged-out { display: none; }
.logged-in .hide-loggedout, .logged-in .hide-logged-out { display: inline; }



img.size-full {
	max-width: 100%; 
}

.audioplayer_container {
	overflow: hidden; 
	 
}

.bigbuttons a {
	padding: 14px 18px; 
	background: #f6723d; 
	color: #FFF; 
	font-weight: 700;
	font-size: 22px; 
	text-decoration: none; 
	float: left; 
}

.bigbuttons a:hover {
	background: #d85723; 
}

#bridges-buzz, .network-stats {
	float: left; 
	margin-top: 20px; 
	width: 100%; 
}


#sidebar #bridges-buzz li h4 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
}

#sidebar #bridges-buzz li p {
    display: block;
    float: left;
    font-size: 1.1em;
    padding: 0 10px 20px;
    color: #777; 
}

#sidebar #bridges-buzz li {
	margin-bottom: 20px; 
	border-bottom: 1px solid #DDD; 
	overflow: hidden; 
}

#sidebar #bridges-buzz img {
	max-width: 100%; 
}
ul#law-schools-list {
	list-style-type: none;
	margin-left: 0;  
}
ul#law-schools-list li {
 padding: 5px 0; 
}


ul#law-schools-list li:before {
    content: "@";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 8px 0 0;
    vertical-align: middle;
    font-size: 28px; 
    color: #f49f7b; 
}

.bridges-ad img { width: 100%; }

p.date span:first-child {
    font-style: normal;
}




div.author-box {
    background: transparent;
    border-radius: 0;
    float: left;
	font-family: Arial,sans-serif;
    font-style: normal;
    margin: 0 30px 15px 0;
    padding: 0;
    text-align: center;
    width: 150px;
}
.mac div.author-box {
	font-family: "ff-dagny-web-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div.author-box img {
    border: none;
}

div.post-content {
    margin-left: 180px;
}

body .entry p {
	/* float: left; */
}

p.read-more a {
	text-decoration: none; 
	font-weight: 700; 
}

h2.pagetitle a, h2.posttitle a {
	color: #484848; 
}

h2.pagetitle a:hover, h2.posttitle a:hover {
	color: #666; 
}

#blog-latest .entry p, 
#blog-archives .entry p {
	font-size: 16px; 
	line-height: 1.4em; 
}

.blog-welcome, #author-info {
	
	border-bottom: 1px solid #DDD; 
	padding-bottom: 20px; 
	padding-top: 14px; 
}
.blog-welcome h4 {
	font-size: 78px; 
	letter-spacing: -1px; 
	color: #484848; 
	line-height: 1; 
}
.blog-welcome p, #author-info {
	font-size: 20px; 
	line-height: 1.2em; 
	color: #888; 
}
#author-info {
	font-size: 18px; 
	margin-bottom: 20px; 
}
#sidebar .blog-welcome h4 {
	font-size: 18px; 
	letter-spacing: 0; 
	margin-bottom: 3px; 
}

#sidebar .blog-welcome p {
	font-size: 14px; 
}

#author-info #author-avatar {
	margin-right: 10px; 
	float: left; 
}
#blog-latest .blog-welcome {
	margin-bottom: 20px; 
}

.blogaction {
margin-top: 20px; 
}
.blogaction li {
	margin: 2px 0; 
	float: left; 
}
.blogaction li a {
	font-weight: 700; 
	text-decoration: none; 
	font-size: 16px; 
	
		 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px; 
    color: #0084A1;
    float: left;
    font-weight: 700;
 
    padding: 20px 10px 20px 80px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 172px; 
   	background: url('images/social-logo-icons.png') no-repeat scroll 0 0 #EEE; 
	
}

.blogaction li.email-updates a { background-position: 0 -84px; }
.blogaction li.facebook-page a { background-position: 0 -184px; }
.blogaction li.twitter a { background-position: 0 -284px; }
.blogaction li.pinterest a { background-position: 0 -384px; }

.blogaction {
	width: 100%; 
	overflow: hidden; 
}
.blogaction li a:hover {
	background-color: #E5E5E5; 
}

.blogaction li.rssfeed a span.pictos {
	color: #ff9e40; 
	display: none; 
}

body #sidebar .blog-posts {
	border-top: none; 
	margin-top: 20px; 
}

.more-button {
	 
	margin-top: 20px; margin-bottom: 10px; 
	display: block; 
	
}

#sidebar .blog-posts  h2 {
	/* background: #f87946; */
}

body a.orange.button {
	background: #f87946; /* Old browsers */
	background: -moz-linear-gradient(top, #f87946 0%, #ed5b1f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f87946), color-stop(100%,#ed5b1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f87946 0%,#ed5b1f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f87946 0%,#ed5b1f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f87946 0%,#ed5b1f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f87946', endColorstr='#ed5b1f',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f87946 0%,#ed5b1f 100%); /* W3C */
	border-color:#d94e14;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	color: #FFF;
	padding: 6px 14px;
	font-size: 14px; 
	line-height: 1; 
	font-weight: 700 !important; 
	text-shadow: 0 -1px 0 #b43e0d;
	text-transform: uppercase;  
}
body a.orange.button:hover {
	background: #ed5b1f;
	filter: none; /* IE6-9 */
	outline: none;
	text-decoration: none;
}




body a.yellow.button, 
body.create-blog #setupform input[type="submit"] {
	background: #FAA732; /* Old browsers */
	background: -moz-linear-gradient(top, #FBB450 0%, #F89406 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBB450), color-stop(100%,#F89406)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FBB450 0%,#F89406 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FBB450 0%,#F89406 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #FBB450 0%,#F89406 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FBB450', endColorstr='#F89406',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #FBB450 0%,#F89406 100%); /* W3C */
	border-color: #F89406; 
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); 
	color: #FFF;
	padding: 6px 14px;
	font-size: 14px; 
	line-height: 1; 
	font-weight: 700 !important; 
	text-shadow: 0 -1px 0 #d6820c;
	text-transform: uppercase;  
}
body a.yellow.button:hover, 
body.create-blog #setupform input[type="submit"]:hover {
	background: #F89406;
	filter: none; /* IE6-9 */
	outline: none;
	text-decoration: none;
}

#sidebar .type-coop .lesson-image {
    margin-right: 10px;
    margin-top: 4px;
    width: 80px;
}
#sidebar .type-coop .lesson-image img {
	width: 80px; 
	height: 80px; 
}

#sidebar .type-coop .lesson-details {
    width: 160px;
}


body .type-coop .entry .lesson-details p {
	font-size: 13px; 
	line-height: 1.2em; 
}

body .coopad {
	border-top: none; 
}

.comment-content p {
	font-size: 16px; 
	line-height: 22px; 
}
.comment-content p.form-allowed-tags {
	font-size: 13px; 
	line-height: 18px; 
}
.comment-content a {
	font-weight: 700; 
	text-decoration: none; 
}

.single-lesson .form-allowed-tags {

	display: none; 
}

#comments {
    margin-top: 14px;
    padding-top: 14px; 
    border-top: 1px solid #DDD; 
}

#comments h3 {
	font-size: 32px; 
	line-height: 1.3em; 
}

.page-template-page-lessons-php h2.pagetitle, 
.page-id-3202  h2.pagetitle {
	margin-bottom: 4px; 
}

.page-template-page-lessons-php .back-to-it a, 
.page-id-3202 .back-to-it a {
	font-size: 14px; 
	margin-bottom: 14px; 
	overflow: hidden; 
	
}

.logged-in.home-page #footer-nav li.activity {
	display: none; 
}

p.message-below-page {
	margin: 20px 0; 
	font-size: 16px; 
}

.home-page #wp-admin-bar-front_page, 
.nonsuperadmin #wp-admin-bar-site-name, 
.nonsuperadmin #wp-admin-bar-my-sites, 
.nonsuperadmin #wp-admin-bar-new-content {
	display: none; 
}


#wp-admin-bar-faculty_node div.ab-empty-item:before {
    content: "x";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 6px 0 0;
    vertical-align: middle;
    font-size: 16px; 
    float: left; 
}

#wp-admin-bar-handbook_node div.ab-empty-item:before {
    content: "?";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 6px 0 0;
    vertical-align: middle;
    font-size: 16px; 
    float: left; 
}

#wp-admin-bar-superadmin_node div.ab-empty-item:before {
    content: "y";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 6px 0 0;
    vertical-align: middle;
    font-size: 16px; 
    float: left; 
}

.loggedout-lock .lesson-details h3 a:after {
    content: "(";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 0 6px;
    vertical-align: middle;
    font-size: 18px; 
    color: #484848;
      
   
}

.logged-in .loggedout-lock .lesson-details h3 a:after {
	display: none; 
}

#wpadminbar .quicklinks a, #wpadminbar .quicklinks .ab-empty-item, #wpadminbar .shortlink-input {
    height: 29px;
}

#wpadminbar .ab-sub-wrapper .ab-submenu {
	margin-top: 1px; 
}

 ul.bloggerslist li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DDD;

    height: 34px;
    margin: 0 0 -1px;
    padding: 5px 0;
    position: relative; 
}

a.blog-rss-icon {
    background: url("http://cdn.solopracticeuniversity.com/rss.png") no-repeat scroll center center transparent;
    height: 46px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 0;
    width: 14px;
}

ul.bloggerslist li a img {
    border: none;
    float: left;
    height: 30px;
    margin-right: 7px;
    width: 30px;
	 -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius:3px; 
}

ul.bloggerslist li h5 {
    clear: right;
    float: left;
    line-height: 1em;
    width: 100%;
    margin-top: 4px; 
}
ul.bloggerslist li h5 a {
	text-decoration: none; 
}

.bloggerinfo {
	float: right; 
	width: 220px; 
}

#sidebar ul.bloggerslist li p {
    float: left;
    font-size: 11px;
    line-height: 1;
}

.makecolor {
	height: 6px; 
	width: 100%; 
	background: #03627c; 
	
}

body.xprofile .field_terms-of-service {
	display: none; 
}

body.xprofile.superadmin .field_terms-of-service {
	display: table-row; 
}

.yellowstripe .makecolor {
	background: #EFB740; /* url('images/bg-makecolor.png') top center repeat-x scroll; */
}

.greenstripe .makecolor {
	background: #8DAF24; /* url('images/bg-makecolor.png') top center repeat-x scroll; */
}

.orangestripe .makecolor {
	background: #f87643; /* url('images/bg-makecolor.png') top center repeat-x scroll; */
}

.darkbluestripe .makecolor {
	background: #03627c; /* url('images/bg-makecolor.png') top center repeat-x scroll; */
}

/*body.blog .makecolor, 
body.single-post .makecolor {
	background: #EFB740 !important;  url('images/bg-makecolor.png') top center repeat-x scroll; */
}

.error404 .makecolor {
	display: none; 
}

#blog-latest .sticky p.date span {
	display: none; 
}

#free-audio {
	border-bottom: 1px solid #DDD; 
	padding: 20px 0; 
	margin-bottom: 20px; 
}

#free-audio p {
	font-size: 16px; 
	line-height: 22px; 
}

span.activity, div#message p {
	background: transparent; 
	background-color: #FCF8E3; 
	color: #C09853; 
	
	
}

.single-post #content .padder .lesson-image {

    width: 125px;
}

body.single-post  #content .padder .coopad, 
body.single-post  #content .padder .coopad .entry {
	border-top: none; 
	border-bottom: none; 
}
body.single-post  #content .padder .coopad {
	border-top: 1px solid #DDD; 
	margin-top: 12px; 
	float: left; 
}

body.single-post  #content .padder .coopad h2 {
	font-size: 14px; 
	margin-bottom: 0; 
	float: right; 
}
body.single-post  #content .padder .coopad h3 a {
	font-size: 24px; 
	margin-bottom: 4px; 
}

body.single-post #content .padder .type-coop .entry .lesson-details p {
	font-size: 22px; 
	line-height: 28px; 
}

#wpadminbar .quicklinks .menupop ul li a, #wpadminbar .quicklinks .menupop ul li a strong, #wpadminbar .quicklinks .menupop.hover ul li a, #wpadminbar.nojs .quicklinks .menupop:hover ul li a {
    color: #0486A2;
}

#wpadminbar .menupop li:hover, #wpadminbar .menupop li.hover, #wpadminbar .quicklinks .menupop .ab-item:focus, #wpadminbar .quicklinks .ab-top-menu .menupop .ab-item:focus {
    background-color: #EAF2FA;
}

p.postmetadata {
    border-bottom: 1px solid #E4E4E4;
    border-top: none;
}
.post-type-archive-coop .blog-welcome {
	border-bottom: none; 
}

.post-type-archive-coop div.page ul.nav > li > a { 
	font-size: 20px; 
	line-height: 30px; 
	color: #0486A2; 
}

.post-type-archive-coop div.page ul.nav li.active a {
	color:#484848 ; 
}

.post-type-archive-coop #submit { margin: 20px 0; padding: 20px 0; border-top: 1px solid #DDD; }
.post-type-archive-coop #submit p { font-size: 24px; line-height: 1.3em; }
.post-type-archive-coop div#content .padder { border-right: none; }

.single-coop .back-to-it {
	width: 100%; 
	float: left;  
	margin-bottom: 12px; 
}

.single-coop h2.posttitle {
	font-size: 36px; 
	line-height: 38px; 
	clear: both; 
}

.single-coop .entry {
	overflow: hidden; 
}

.post-ratings-text { display: none !important; }
.post-ratings { padding: 10px 0; font-size: 16px; color: #777; }

.wrapper-coopfeaturedimage {
	width: 100%; 
	background: #f8f8f8; 
	padding: 20px; 
	margin: 0 0 20px; 
	
	width: 90%; 
	padding: 20px 5%; 
}

.coopfeaturedimage {
	margin: 0 auto; 
	width: 502px; 
	border: 1px solid #DDD; 
	padding: 10px;
	background: #FFF; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.coopfeaturedimage img { border: 1px solid #EEE;    }

/*.single-coop.postid-3382 .wrapper-coopfeaturedimage.first { display: none; } */

.single-coop #sidebar {
	background: #eaeaea;
}

.single-coop .coopdiscount {
	padding: 20px; 
	background: #EEE; 
	color: #222; 
	font-size: 20px; 
	
}
.random-coop-entries {
 
	overflow: hidden; 
}
.random-coop-entries div {
	float: left; 
	padding: 8px; 
	background: #FFF; 
	border: 1px solid #CCC; 
	margin: 5px; 
}

.random-coop-entries div img {
	border: 1px solid #DDD; 
	width: 100px; 
	height: 100px; 
}

.random-coop-entries div a:hover img {
	border-color: #777; 
}

h3.random {
	text-align: center; 
	text-transform: uppercase; 
	 
	font-size: 13px; 
	margin-top: 12px; 
}

.single-coop #sidebar a {
	text-decoration: none; 
}

.single-coop #sidebar a:hover {
	color: #074e5d; 
	text-decoration: underline; 
}
.student-handbook-sidebar ul {
	border-top: 1px solid #DDD; 
}
.student-handbook-sidebar li {
	border-bottom: 1px solid #DDD; 
	width: 100%; 
	float: left; 
}

.student-handbook-sidebar li a {
	font-size: 16px; 
	font-weight: 700; 
	text-decoration: none; 
	line-height: 36px; 
	padding: 4px 0; 
	float: left; 
}
.student-handbook-sidebar li.current_page_item {
	background: #EEE; 
}
.student-handbook-sidebar li.current_page_item a {
	color: #333; 
}
.student-handbook-sidebar li.current_page_item a:before {
    content: "E";
    font-family: "Pictos",sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 6px 0 12px;
    vertical-align: middle;
    font-size: 22px; 
    color: #484848;

}
#sidebar #bridges-buzz li p.send-founder-message { padding: 10px 0; float: left; font-size: 15px; margin-bottom: 20px; }

.recommended ul li img {
	width: 40px; 
	height: 40px; 
}

.recommended ul li a { float: right; width: 210px;  font-weight: 700; line-height: 1.2em; text-decoration: none; margin-top: 4px;  }
#sidebar #bridges-buzz .recommended li {
	margin-bottom: 0; padding: 10px 0;
}

.page-id-1363 #blog-page h3 {
	text-align: center; 
	font-size: 24px; 
	margin-top: 14px; 
	padding: 4px 0;
	width: 100%; 
	float: left; 
}

.page-id-1363 #blog-page h6 {
	text-align: center; 
}

body.page-id-1363 #post-1363 .entry p {
	font-size: 17px; 
	line-height: 26px; 
	float: left; 
	overflow: hidden; 
	width: 100%; 
}

body.page-id-1363 #post-1363 .entry hr {
	margin: 10px 0; 
}

div.page #post-1618 dl, 
div.page #post-2034 dl {
	margin: 12px 0 40px; 
	float: left; 
	width: 100%; 
	border-top: 1px solid #DDD; 
	padding-top: 20px; 
	
}

div.page #post-1618 dd,
div.page #post-2034 dd { 
	margin: 0; 
	float: right; 
	width: 530px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	
}

div.page #post-1618 dd.img,
div.page #post-2034 dd.img {
	float: left; 
	width: 100px; 
}

div.page #post-1618 dd.img img,
div.page #post-2034 dd.img img{
	height: 100px; 
	width: 100px; 
}

div.page #post-1618 dt,
div.page #post-2034 dt {
	font-size: 20px; 
	margin-bottom: 12px; 
}
div.activity-comments form textarea {
	font-size: 16px; 
}

body .entry ul.network-stats {
	list-style-type: none; 
	margin: 0; 
	border: 1px solid #DDDDDD; 
	width: 938px; 
}
body .entry ul.network-stats li {
	display: inline; 
	float: left; 
	margin: 0; 
	background: #F9F9F9; 
	text-align: center; 
	padding: 14px 0; 
	color: #484848; 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); 
	width: 14.19%; 
	border-right: 1px solid #DDD; 
	 
}

body .entry ul.network-stats li#comment-count {
	border-right: none; 
}

body .entry ul.network-stats li.odd {
	background: #FFF; 
}

body .entry ul.network-stats li span {
	display: block; 
	line-height: 20px; 
}

body .entry ul.network-stats li span.numbers {
	font-size: 36px; 
	font-weight: 700; 
	line-height: 42px; 
}

.page-id-1496 #greetings h3 {
	font-size: 22px; 
	margin-bottom: 10px; 
}

.homepage-welcome {
	width: 100%; 
	text-align: center; 
}

.homepage-welcome h2 {
	font-size: 48px; 
	line-height: 1; 
	color: #888; 
	letter-spacing: -1px; 
	margin-bottom: 4px; 
	overflow: hidden; 
	
}
.homepage-welcome h3 {
    color: #7D7D7D;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 6px;
    text-align: center;
   	overflow: hidden; 
}
.homepage-welcome h2 em {
	color: #484848; 
	
}

.homepage-featured-section {
	width: 100%; 
	margin-bottom: 0; 
	float: left; 
	
}

.homepage-featured-section div {
	float: left; 

}
body a.enrollnow {
	font-size: 22px; 
	padding: 8px 18px; 
	float: left; 
	line-height: 26px; 
	margin-right: 10px; 
}
.homepage-promo {
	margin-top:60px; 
	width: 38%; 
	
}

.homepage-featured-section .homepage-promo-image {
	width: 62%; 
	margin-right: -30px;
	float: right;
	min-height: 400px;   
}

.homepage-featured-section .homepage-promo-image img {
	padding: 0; 
	float: right; 
	margin: 0; 
}

.homepage-promo p {
    color: #888;
    font-size: 22px;
	line-height: 1.4em; 
	margin-bottom: 22px; 
}

.press {

	width: 1000px; 
	background: #EEE url('http://cdn.solopracticeuniversity.com/noise.png') top left repeat; 
	float: left; 
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC; 
	margin: 0 -30px 30px; 
}

.press p {
	padding: 20px 0; 
	font-size: 22px; 
	text-align: center; 
}

#footer-nav { float: left; margin: 0; }
#footer-nav li { float: left; display: inline; padding: 8px; }
#site-generator {
	padding: 0 20px; 
}

#footer-nav li a {
	font-size: 14px; 
	font-weight: 400; 
	text-decoration: none; 
}
#footer-nav li.current-menu-item a {
	border-bottom: 2px solid; 
	color: #484848; 
}
#header #nav .home {
	display: none ;
}

.homepage-promo span.learnmore {
	line-height: 42px; 
	vertical-align: middle; 
}

.enrollnow .pictos {
	color: #5f790e; 
	text-shadow: 0 1px 0 #c4e55d; 
}

a.enrollnow:hover .pictos {
	
}

.socialprofiles {
	width: 220px; 
	float: right; 
	margin: 0; 
}

.socialprofiles li {
	float: left; 
	display: inline; 
	margin-right: 4px; 
}

.socialprofiles li a {
	height: 32px; 
	width: 32px; 
	
	text-indent: -9999px; 
	float: left; 
	background: url('http://cdn.solopracticeuniversity.com/footer-social-icons_v8.png') top left no-repeat; 
}

.socialprofiles li.facebook a { background-position: -32px 0; }
.socialprofiles li.twitter a { background-position: -64px 0; }
.socialprofiles li.googleplus a { background-position: -96px 0; }
.socialprofiles li.linkedin a { background-position: -128px 0; }
.socialprofiles li.pinterest a { background-position: top right; }

#spu-subnav div { display: inline; float: left; }

#spu-subnav div.home-blog-subscribe { float: right; }

#spu-subnav .home-blog-subscribe span.pictos {
	margin-left: 12px; 
}

#spu-subnav .home-blog-subscribe .subscribe span.pictos {
	font-size: 18px; 
}

#spu-subnav a:hover {
	color: #FFF; 
}

body.groups #item-header #item-header-content span.highlight {
	display: none; 
}

.activity-list li.load-more a { text-decoration: none; }

.page-id-215 pre {
	margin-bottom: 40px; 
	text-align: left; 
}
.page-id-215 h2.pagetitle {
	font-size: 42px; 
	text-align: center; 
}

.page-id-215 .entry h3 {
	font-weight: 400; 
	line-height: 1.4em;
	font-size: 18px; 
	color: #999;  
}

.page-id-215 .entry {
	text-align: center; 
}
.bridges-homepage {
	background: #EEE; 
	float: left; 
	width: 898px;
	padding: 20px;  
	border: 1px solid #DDD; 
	margin-bottom: 11px; 
}
body .entry .bridges-homepage p {
	width: 590px; 
	float: left; 
	margin-bottom: 0; 
	font-size: 18px; 
	margin-top: 8px; 
	
}

.bridges-homepage-image {
	width: 300px; 
	float: right; 
	
}

.bridges-homepage-image img { 
	padding: 4px; 
	background: #FFF; 
	border: 1px solid #DDD; 
	float: right; 
}

.bridges-homepage-image a:hover img { border-color: #AAA; }
body.page-id-2707 h2.pagetitle,
body.page-id-2705 h2.pagetitle, 
body.page-id-3048 h2.pagetitle,
body.page-id-1420 h2.pagetitle,
body.page-id-6604 h2.pagetitle,
body.page-id-6798 h2.pagetitle {
    display: none;
}

.single-post #entry-author-info {
	margin-top: 20px; 
	border-bottom: 1px solid #DDD; 
	padding-bottom: 10px; 
	overflow: hidden; 
	width: 100%; 
	font-size: 18px; 
	
}

body.page-id-1420 .entry .col3 { width: 100%; }
body.page-id-1420 .entry #bridges-promo { display: none; }

.single-post #entry-author-info h3 {
	font-weight: 700; 
	text-transform: uppercase; 
	border-bottom: 1px solid #DDD; 
	float: left; 
	width: 100%; 
	padding-bottom: 10px; 
	
}

.single-post #author-avatar {
	
	float: left; 
	width: 50px; 
}

.single-post #author-description {
	float: right; 
	width: 570px; 
	line-height: 24px; 
	color: #777; 
}

.single-post #author-description #author-link {
	margin-top: 10px; 
}

body.activity-permalink .activity-avatar img.avatar {
	 -moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius:0; 
}

.home-page  #activity-filter-select { display: none; }

.home-page div#subnav.item-list-tabs {
	min-height: 5px; 
}

.tax-course ul#groups-list li {
	list-style-type: none; 
}

#delete-account-personal-li { display: none; }

body .entry .signup-switcher p { font-size: 14px; text-align: center; }

.col3 h1 span {
	font-size: 16px; 
	font-weight: 400; 
	color: #777; 
	display: block; 
}

.page-id-2705 #bridges-promo {
	float: left; 
	width: 100%; 
	padding-bottom: 20px; 
	margin-bottom: 20px; 
	border-bottom: 1px solid #DDD; 
}

.campusnews-intro h1.pagetitle {
	font-size: 50px; 
	line-height: 1; 
	margin-bottom: 0; 
	letter-spacing: -1px ;
}

body .campusnews-intro p {
	font-size: 22px; 
	line-height: 30px; 
	color: #777; 
	margin-bottom: 20px; 
	padding-bottom: 20px; 
	border-bottom: 1px solid #DDD; 
}

.previousnextlinks { float: left; width: 100%; overflow: hidden; }
.single-campusnews div.post-content { overflow: hidden; }

.single .guestpost {
	width: 100%; 
	
	margin-bottom: 20px; 
	padding-bottom: 20px; 
}

.single-post #entry-author-info.guestpost {

}

.single .guestpost p {
clear: both; 
    width: 570px;
    float: right; 
}
.message-box .message-content p {
	font-size: 16px; 
	line-height: 24px; 
}

#groups-list .item-desc {
	display: none
}

body.single-post .entry ol li {
	margin: 10px 0; 
	float: left; 
}

#wp-admin-bar-this_page_is_not_private.hover span.pictos, 
#wp-admin-bar-this_page_is_private.hover span.pictos { 
	color: #222; 
	text-shadow: none; 
}

.create-blog input#blogname { width: 200px; text-align: right; }

.create-blog #content p {
	font-size: 18px; 
}

body.create-blog #setupform.standard-form label, 
body.create-blog #new-privacy p label {
	font-size: 18px; 
}

body.create-blog #setupform.standard-form label {
	padding: 12px 0; 
	border-top: 1px solid #DDD; 
	margin-top: 20px; 
}

body.create-blog #new-privacy p label.checkbox {
	font-weight: 400; 
	margin: 0; margin-top: 0;
	margin-bottom: 6px;  
	border-top: none; 
	padding: 0; 
}

body.create-blog span.suffix_address { color: #666; font-size: 16px; }

.create-blog #content p.create-subtext { font-size: 16px; color: #888; margin-top: 10px;  }

body.create-blog #setupform input[type="submit"] { font-size: 20px; }

.page-id-4740  #content .entry h3 {
	    float: left;
    padding-top: 30px;
    width: 100%;
    font-size: 32px; 
    text-align: center; 
    padding-bottom: 10px; 
    clear: both; 
}


.page-id-4740  #content .entry hr {
	    float: left;
    margin-top: 30px;
    width: 100%;
    clear: both; 
}

.page-id-4740  #content .entry p { float: left; width: 100%;   }

.activity-list li.new_blog_post.mini .activity-avatar img.avatar, .activity-list li.new_blog_post.mini .activity-avatar img.FB_profile_pic {
	height: 50px; 
	width: 50px; 
	margin-left: 0; 
		 -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius:4px; 
}

#site-create-sidebar { margin: 30px 0; }
#site-create-sidebar p { font-size: 16px;  }
#site-create-sidebar img.wpwrapper { background: #464646; margin-bottom: 10px;  }

.post-content h2 {
	line-height: 1; 
}

.page-id-5114 h2.pagetitle { display: none; }
#logos { text-align: center; }
#logos ul { list-style-type: none; margin: 0 0 30px; background: #EEE url('http://cdn.solopracticeuniversity.com/noise.png') repeat top left; float: left;  }
#logos ul li { font-size: 13px;  }
#logos ul li a { text-decoration: none; padding: 4px 2%; float: left; border-bottom: 1px solid #CCC; width: 96%  }
#logos ul li a:hover { color: #004c5c; }
#logos ul li a span { color: #888; margin-left: 4px;  }
#logos ul li.logo-preview { padding-left: 0; }
#logos ul img { float: left; }



ul#list-categories li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #D9DBDC;
    color: #C7C7C7;
    font-size: 18px;
    height: 24px;
    margin: 0 0 -1px;
    padding: 10px 0 8px;
    position: relative;
}

ul#list-categories li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 3px;
    text-decoration: none;
}

#list-categories ul.children {
    display: none;
}

a.blog-rss-icon {
    background: url("http://cdn.solopracticeuniversity.com/rss.png") no-repeat scroll center center transparent;
    height: 46px;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 0;
    width: 14px;
}

.browse-by-topic { margin-top: 10px; }

body.profile.public div#subnav.item-list-tabs {border-top: none; }

body.profile.public div#object-nav.item-list-tabs { border-bottom: 1px solid #DDDDDD; }

.wpcf7 input.wpcf7-text, .wpcf7 input.wpcf7-captchar, .wpcf7 textarea {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	background: #FFF; 
	border-radius: 3px ;
	border: 1px solid #CCCCCC;
}

.wpcf7-form p label {
	font-weight: 700;
}

body span.wpcf7-not-valid-tip {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    border-radius: 4px 4px 4px 4px;
    color: #B94A48;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

body div.wpcf7-validation-errors {
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px 4px 4px 4px;
    color: #C09853;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.logged-out .lesson-details h3 a { color: #888; }

.logged-out .lesson-details .course-title a:hover { color: #056c82; text-decoration: underline;  }

.last-active-date { display: none; }
.superadmin .last-active-date { display: block; color: #999; position: absolute; top: 0; right: 0; font-size: 12px; font-style:italic; line-height: 34px;}
div#item-header {
   position: relative; 
}

#item-header .pictos {
    color: #555555;
    font-size: 20px;
    margin-right: 4px;
}

#greetings h3.special-offer { line-height: 1.2em; }

.page-id-6889 .lesson-description  {
margin-left: 70px;
float: left;
font-size: 16px; 
color: #999;
font-style:italic;
}
.page-id-6889 .entry span.course-title {
	font-size: 14px; 
}




body #sidebar .entry ul#quotes li {
	width: 100%; 
	margin: 0; 
	border-bottom: 1px solid #DDD; 
	padding: 20px 0; 
	min-height: 0; 
}

.signup-buzz {
	margin: 40px 0;
	overflow: hidden; 
	float: left; 
}


.signup-buzz h3 {
	border-bottom: 1px solid #DDD; 
	margin-bottom: 0; 
	line-height: 1.4; 
}


body #sidebar .entry ul#quotes blockquote {
	border-left: none; 
	padding: 0 10px; 
}


body.page-template-referral-page-php .makecolor, 
body.page-template-referral-page-php h2.pagetitle {
	display: none; 
}

body.page-template-referral-page-php #wrapper-container { 
	padding-top: 2em;
}
body.page-template-referral-page-php #wrapper-container #container { 
	border-top: 1px solid #BCC6CA;
}
p.featurelead {
	color: #7D7D7D; 
	text-align: center; 
}
body.page-template-referral-page-php .section {
	padding: 20px; 
	background: #EEE;
    border: 1px solid #DDD;
    font-size: 16px; 
}
body.page-template-referral-page-php .section img {
	padding: 0; 
	border: 1px solid #CCC; 
	margin-bottom: 0; 
}
body.page-template-referral-page-php .section p {
	font-size: 14.5px;
	line-height: 1.4; 
	padding-top: 8px;  
}

body.page-template-referral-page-php hr.soften {
	margin:20px 0; 
}

body h2.landing {
	 color: #484848;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1em;
    margin: 20px 0;
    text-align: center;
}

body.page-template-referral-page-php .entry .col3 ul {
	font-size: 13px; 
}
div.page ul.landing-features {
	margin-left: 120px;
	margin-right: 100px;  
}
div.page ul.landing-features li {
	margin: 15px 0; 	
}

span.landing-label {
    background-color: #8DAF24;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
    color: #FFFFFF;
    display: inline;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
	vertical-align: middle; 
	letter-spacing: normal; 
    white-space: nowrap;
}
body.page-template-referral-page-php #greetings {
	text-align: center; 
	width: 100%; 
	
}
.landing-row {
	width: 100%; 
	overflow: hidden; 
	
}

body.page-template-referral-page-php h2#practice-of-law {

	font-size: 32px; 

}
body.page-template-referral-page-php .landing-row .section img.aligncenter {
	margin-bottom: 10px; 
}

.landing-row .section {
	min-height: 220px; 
	text-align: center; 
}

.landing-row .section img {
	margin-bottom: 14px; 
}

.landing-row-column {
	width: 48%; 
	margin: 0; 
	display: inline; 
	float: left; 
	
}

.landing-row-column-1 {
	margin-right: 2%;  
}
.landing-row-column-2 {
	margin-left: 2%;  
}

body.page-template-referral-page-php .padder {
    padding: 19px 100px;
}

body.page-template-referral-page-php .entry h3 {
	color: #484848; 
	font-size:24px; 
	margin-top: 24px; 
	letter-spacing: -1px; 
}
body.page-template-referral-page-php #quotes {
	margin-top: 20px; 
}
body.page-template-referral-page-php #quotes li {
	height: 220px; 
}


.page-id-8680 h2.pagetitle {
    color: #484848;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1em;
    margin: 10px 0 0;
    text-align: center;
}

.page-id-1700 #content .padder,
.page-id-9866 #content .padder {
    padding: 19px 39px;
}

div.page .states-cle table {
	border: none; 
}
.states-cle table tr td.label {
    border-right: none;
    min-width: 200px; 
}
.states-cle table > tbody > tr:nth-child(2n+1) > td, 
.states-cle table > tbody > tr:nth-child(2n+1) > th {
    background-color: #F9F9F9;
}
.states-cle table thead > tr > th, 
.states-cle table tbody > tr > th, 
.states-cle table tfoot > tr > th, 
.states-cle table thead > tr > td, 
.states-cle table tbody > tr > td, 
.states-cle table tfoot > tr > td {
    border-top: 1px solid #DDDDDD;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
body .entry .states-cle {
	color: #333; 
}
body .entry .states-cle table,
body .entry .states-cle table p {
	font-size: 16px; 
	line-height: 22px; 
}
body .entry .states-cle table p {
	margin-bottom: 0; 
}
body .entry .state-info {
	padding: 20px 0; 
	border-top: 2px dashed #222; 
	position: relative; 
	margin-top: 24px; 
}

.state-info .back-to-top {
	position: absolute; 
	right: 0; 
	top: 20px; 
}

.state-info .back-to-top a {
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none; 
}

.accreditation-header {
	text-align: center; 
	margin: 0 0 30px; 
}

select.ac_dropdown {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 50%;
    max-width: 250px; 
    margin: 0 auto; 
}
.btn-block {
	display: block; 
}
.spu-well {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin: 20px 0; 
    min-height: 20px;
    padding: 19px;
}
.spu-well p {
	font-size: 16px !important; 
	line-height: 1.4 !important; 
	text-align: left; 
	color: #333; 
	overflow: hidden; 
}
.spu-well p .btn {
	text-decoration: none; 
	font-size: 16px; 
}
.spu-well p.btn-nobm {
	margin-bottom: 0; 
}

body p a.btn-about {
	background-image: none;
	background: #666;  
	background-color: #666; 
}
body p a.btn-about:hover {
	background: #555;  
	background-color: #555; 
}

.single-post .entry .video-player, 
.parent-pageid-105 .entry .video-player {
	margin: 30px 0; 
	padding: 20px 0; 
	width: 100%; 
	border-top: 1px solid #EEE; 
	border-bottom: 1px solid #EEE; 
	float: left; 
	display: block; 
	min-width: 100%; 
	clear: both; 
	overflow: hidden; 
}

.parent-pageid-105 .page h3, 
.single-post .category-faculty .entry h3 {
	overflow: hidden; 
}




.btn-spu {
  text-decoration: none; 
  color: #444; 
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn-spu:focus {
  outline: none
}

.btn-spu:hover,
.btn-spu:focus {
  color: #333333;
  text-decoration: none;
}

.btn-spu:active,
.btn-spu.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


.btn-spu-green {
  color: #FFF;
  background-color: #8DAF24;
  border-color: #7fa01a;
}

.btn-spu-green:hover,
.btn-spu-green:focus,
.btn-spu-green:active,
.btn-spu-green.active,
.open .dropdown-toggle.btn-spu-green {
  color: #FFF;
  background-color: #7fa01a;
  border-color: #7fa01a;
}

.btn-spu-green:active,
.btn-spu-green.active,
.open .dropdown-toggle.btn-spu-green {
  background-image: none;
}

.page-id-2921 div.page ul.nav > li > a {
	
}