 /*
Theme Name: CESJ
Description: Custom WordPress Theme for CESJ
Author: James Cassidy
Version: 1.0
License: Free GPL
*/


@import url('css/prettyPhoto.css');

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
	background: #fff;
    font-size: 13px;
    line-height: 1.7em;
    color: #444;
    font-family: 'Helvetica Nue', Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
	color: #2d429b;
}
a:hover {
	color: #444;
	text-decoration: underline;
}
p { margin: 0 0 1.1em }
strong { font-weight: 700 }
em { font-style: italic }
pre{
	margin: 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
blockquote{
	border-left: 4px solid #ccc;
	padding-left: 20px;
    margin: 30px 0px;
}
.clear { clear: both }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

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

#wrap{
	/*overflow: hidden;*/
	background:#fff;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 910px;
	padding: 10px 0;
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    font-weight: bold;
}
h1 {
    font-size: 26px;
	color: #a35727;
    margin-bottom: 20px;
    line-height: 1.2em;
}
h1.home {
	color: #666;
	line-height: 1em;
}
h2 {
	font-size: 20px;
	color: #444;
    margin-bottom: 15px;
    line-height: 1.3em;
}
h3 {
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
	line-height: 1.3em;
}
h4 {
	font-size: 16px;
	color: #444;
	margin-bottom: 15px;
	line-height: 1.3em;
}
h1 a,
h2 a,
h3 a,
h4 a {
	color: #444;
	text-decoration: underline;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color: #2d429b;
	text-decoration: underline;
}

.single-title{ margin-bottom: 5px; }

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{ display:block;  margin:0 auto}
.alignright{ float:right;  margin:10px 0 10px 10px}
.alignleft{ float:left;  margin:10px 10px 10px 0}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

/* tag-cloud widget */
.tagcloud a {
	float: left;
	display: block;
    margin-right: 5px;
	margin-bottom: 5px;
    padding: 4px 7px;
	line-height: 1.3em;
	color: #fff !important;
    background: #ef4034;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tagcloud a:hover{
	background: #eee;
	color: #333 !important;
	text-decoration: none;
}
/* calendar widget */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#wp-calendar thead { font-size: 12px; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; }

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'copperplate_gothic_boldRg';
    src: url('typography/copperplate-gothic-bold-regular-webfont.eot');
    src: url('typography/copperplate-gothic-bold-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('typography/copperplate-gothic-bold-regular-webfont.woff') format('woff'),
         url('typography/copperplate-gothic-bold-regular-webfont.ttf') format('truetype'),
         url('typography/copperplate-gothic-bold-regular-webfont.svg#copperplate_gothic_boldRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

#logo {
overflow: hidden;
padding-top: 25px;
}
#logo > * {
	float: left;
}

#logo h1 {
    font-family: copperplate_gothic_boldRg, "Times New Roman",Georgia,Serif;
	color: #2d429b;
	margin: 0 !important;
	padding-left: 30px;
	padding-top: 25px;
    font-size: 32px;
	line-height: 1.7em !important;
	display: inline;
}
#logo img {
	/*padding-top: 25px;
	vertical-align: bottom;*/
}
#page-heading h1,
#page-heading h2{
	font-size: 21px;
	line-height: 1.7em;
	color: #000;
	text-shadow: 0px 0px 0px #fff;
	margin: 0px !important;
}
#page-heading a {
	color: #000
}

/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#header {
	margin: 0 auto;
	position: relative;
	width: 910px;
	padding: 0px;
}


/*-------------------------------------------------*
/* =  Top Navigation
/*-------------------------------------------------*/
#topnavigation {
	display: inline;
	position: absolute;
	right: 0px;
	top: 0px;
}
#topLinks ul li {
	float:left;
	padding:6px 8px;
	margin: 0 3px 0 0;
	background-color: #8f8f8f;
	line-height:100%;
}
#topLinks ul li a {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
#topLinks ul li a:hover {
	color:#d8d6d6;
}
#topLinks ul li.blue {
	background-color: #2d429b;
}
#topLinks ul li.green {
	background-color: #297831;
}
#topLinks ul li.purple {
	background-color: #663579;
}
#topLinks ul li.olive {
	background-color: #86881a;
}

/* SEARCH BOX */

#searchBox {
	position: absolute;
	right: 330px;
	top: 0px;
}
#searchform input {
	border:1px solid #7f9db9;
	background: #f0f5f9;
	padding: 2px 18px 2px 6px;
	border: 1px solid #c9cace;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#666;
	width:130px;
	font-size:11px;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 3px;
	right: -30px;
	width:13px;
	height:13px;
	border:none;
	background:url(images/magnifying-glass.png) no-repeat;
	cursor:pointer;
}


/*-------------------------------------------------*
/* =  Main Navigation
/*-------------------------------------------------*/
#navigation {
	margin: 0 auto;
	position: relative;
	width: 920px;
	padding: 0px;
	margin-top: 15px;
	background: #8f8f8f;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 180px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 1px;
    top: 27px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
}
/*** navigation skin ***/
.sf-menu {
margin-left: 2px;
}
.sf-menu a {
	font-size: 13px;
	font-weight: bold;
    color: #fff;
    padding: 7px 44px;
    text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
/*.sf-menu li:first-child {
	border-left: 1px solid #fff;
}*/

.sf-menu li:last-child a {
	border-right: 0px;
}

.sf-menu li li:first-child {
	border-left: none;
}


.sf-menu a:hover {
    color: #d8d6d6;
}
.sf-menu a:focus,
.sf-menu a:active {
	color: #fff;
}
#navigation .current-menu-item > a:first-child {
    color: #fff;
}
/*Subs*/
.sf-menu ul{
	background: #8f8f8f;
	padding: 0px;
    -moz-opacity: 0.98;
    -khtml-opacity: 0.98;
    opacity: 0.98;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.sf-menu ul a{
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	padding: 7px 10px;
	border-left: none;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
	background: #2744c1;
	color: #fff;
}

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

#breadcrumbs{
	margin-bottom: 20px;
	padding-left: 1px;
	position: relative;
}

#breadcrumbs li {
	display:inline;
	padding-right: 5px;
}
#breadcrumbs a {
	font-size: 11px;
	color: #747373;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.nocrumbs {
	border-top:3px solid #fff;
	margin-top:20px;
	padding-top:20px;
}

/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/

.home-wrap{
	margin: 0px;
}

#home-tagline{
	padding: 20px 30px;
	background:#eee;
	color: #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	margin-top: -30px;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
#home-tagline a{
	color: #ef4034;
}
#home-tagline a:hover{
	border-bottom: 1px dotted #ef4034;
}
#home-projects {
	margin: 0px 30px 0px;
}
h2.home-projects-heading{
	font-size: 14px;
	font-weight: bold;
	border-bottom: double #eee;
	padding-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*/
/* = NivoSlider
/*-----------------------------------------------------------------------------------*/
#slider_nivo {
    position: relative;
    width: 910px;
    height: 288px;
    overflow: hidden;
	margin-bottom: 30px;
	border-left: 1px solid #fff;
}
.nivoSlider {
	position: relative;
	width: 910px;
	height: 288px;
	background: #fff url(images/nivo-loader.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 6;
	display:none;
}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 910px;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-prevNav,
.nivo-nextNav {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
	text-indent: -9999px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.nivo-prevNav:hover,
.nivo-nextNav:hover {
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}
.nivo-nextNav {
    background: url('images/sliders/nivo-right-arrow.png');
    right: 20px;
}
.nivo-prevNav {
    background: url('images/sliders/nivo-left-arrow.png');
    left: 20px;
}
.nivo-controlNav a.active { font-weight: bold }
.nivo-controlNav {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 10px;
    left: 10px;
    padding: 0;
}
.nivo-controlNav a {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url('images/sliders/bullets.png') no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden;
}
.nivo-controlNav a.active {
    background-position: -8px 0;
    margin-right: -1px;
    margin-left: 6px;
}
/* Slider Captions */
.nivo-caption {
    position: absolute;
    nowhitespace: afterproperty;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0.8;
    /* Overridden by captionOpacity setting */z-index: 9999; text-align:center; padding:20px; width:880px; font-size:12px; color:#FFF;
}
.nivo-caption p {
    margin: 0 !important;
    padding: 0 !important;
}
.nivo-caption p { margin: 0 }
.nivo-caption a { display: inline !important }
.nivo-html-caption { display: none }
.nivo-caption {
    text-shadow: none;
    font-family: Helvetica,Arial,sans-serif;
}
.nivo-caption a {
    color: #fff;
    text-decoration: none;
}
.nivo-caption a:hover { font-style: italic }
.nivo-caption h2,
.nivo-caption p { color: #CCC }
.nivo-caption h2 { margin: 0 0 15px }


/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.post{
	float: right;
	width: 620px;
	overflow: hidden;
}

.loop-entry{
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.loop-entry-right{
	float: right;
	width: 620px;
}

.loop-entry-right p{
	margin: 0;
	padding: 10px 0;
}

.loop-entry h2{
	margin-top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
}

.loop-entry-date{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

.loop-entry-author,
.loop-entry-cat{
	text-align: right;
	color: #999;
	font-style: italic;
}

.loop-entry-author a,
.loop-entry-cat a{
	font-weight: bold;
	color: #999;
}
.loop-entry-author a:hover,
.loop-entry-cat a:hover{
	color: #666;
}

.entry {
	margin-bottom: 20px;
}
.entry ul,
.entry ol {
    margin-left: 30px;
    margin-bottom: 10px;
	list-style: disc;
}
.entry li {
	margin-bottom: 10px;
}
.entry ol{
	list-style: decimal;
}
/*thumbnail*/
.post-thumbnail{
	margin-top: -10px;
	margin-bottom: 10px;
}
/*post meta*/
.post-meta{
    color: #999;
	font-style: italic;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}
.post-meta span{
	margin-right: 10px;
}
.post-meta a{
	font-weight: bold;
	color: #999;
}
.post-meta a:hover{
	color:#666;
}
.meta-date{ background: url(images/date.png) left no-repeat; padding-left: 17px; }
.meta-category{ background: url(images/category.png) left no-repeat; padding-left: 17px; }
.meta-author{ background: url(images/author.png) left no-repeat; padding-left: 17px; }
.post-meta-single {
	margin-bottom: 20px;
}
/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags a {
}

/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/
.pagination
{
	font-family: Arial, Helvetica, sans-serif;
}
.pagination a,
.pagination span
{
	font-size: 11px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #FFF;
	color: #666;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.pagination a:hover,
.pagination span.current
{
    text-decoration: none;
	color: #FFF;
	background: #333;
}

/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
#comments{
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
    padding: 15px 15px 0;
	margin-left: 65px;
	margin-bottom: 30px;
	background: #ffffff;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.comment-body p{
	margin-bottom: 15px !important;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url("images/comment-arrow.png") no-repeat;
}
.comment-body:hover{
}
.reply{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.comment-reply-link {
	font-size: 10px;
}
.comment-reply-link:hover{
}
.comment-body:hover .reply{
	display: block;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -65px;
	height: 40px;
	width: 40px;
	padding: 2px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-author {
	font-weight: bold;
    color: #000;
}
.says { display: none }
.comment-meta{
	margin-bottom: 10px;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	font-size: 11px;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	width: 45%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 10px 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);  
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 95%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #acacac !important;
}
#commentSubmit {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 20px;
	outline: none;
}
#commentSubmit::-moz-focus-inner, #commentSubmit::-moz-focus-inner { border: 0; padding: 0; }
#commentSubmit span{
	display: block;
	margin: 0px;
	padding: 10px 15px !important;
}

/*-----------------------------------------------------------------------------------*
/* = Sidebars
/*-----------------------------------------------------------------------------------*/
#sidebar {
	width: 260px;
	height:100%;
	float: left;
	background: url("images/sidebar_bg.jpg") repeat-y;
	padding-left: 1px;
}
#sidebarhome {
	width: 260px;
	height:100%;
	float: left;
	padding-left: 1px;
}
.sidebar-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sidebar-box h4 {
    margin-top: 0px !important;
    margin-bottom: 15px;
	font-size: 16px;
	color: #A35727;
}
.sidebar-box ul {
    list-style: none;
}
.sidebar-box li{
	margin-bottom: 10px;
	line-height: 14px;
}
.sidebar-box a{
	color: #444;
	text-decoration: none;
}
.sidebar-box a:hover{
	color:#2d429b;
}
.sidebar-homebox1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar-homebox1 h4 {
    margin-top: 0px !important;
    margin-bottom: 15px;
	font-size: 13px;
	color: #fff;
	background: #A35727;
	padding: 5px 0 5px 5px;
}
.sidebar-homebox1 p {
	padding-left: 5px;
}
.sidebar-homebox1 ul {
	padding-left: 5px;
    list-style: none;
}
.sidebar-homebox1 li{
	margin-bottom: 10px;
	line-height: 13px;
}
.sidebar-homebox1 ul li .post-date:before, .sidebar-homebox1 ul li .rss-date:before {
content: "- ";
}

.cat-post-widget .post-title {
font-size: 13px !important;
font-weight: normal !important;
}

.sidebar-homebox1 a{
	color: #444;
	text-decoration: none;
}
.sidebar-homebox1 h4 a{
	color: #fff;
	text-decoration: none;
}
.sidebar-homebox1 h4 a.rsswidget img {
	display: none;
}
#sidebarhome .widget_rss h4 {
display: none;
}

.sidebar-homebox1 a:hover{
	color:#2d429b;
}
.sidebar-homebox2 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar-homebox2 h4 {
    margin-top: 0px !important;
    margin-bottom: 15px;
	font-size: 13px;
	color: #fff;
	background: #195A88;
	padding: 5px 0 5px 5px;
}
.sidebar-homebox2 p {
	padding-left: 5px;
}
.sidebar-homebox2 ul {
	padding-left: 5px;
    list-style: none;
}
.sidebar-homebox2 li{
	margin-bottom: 5px;
}
.sidebar-homebox2 a{
	color: #2d429b;
	text-decoration: none;
}
.sidebar-homebox2 a:hover{
	color:#444;
}
.sidebar-homebox3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar-homebox3 h4 {
    margin-top: 0px !important;
    margin-bottom: 15px;
	font-size: 13px;
	color: #fff;
	background: #BD9C35;
	padding: 5px 0 5px 5px;
}

.sidebar-homebox3 h4 a {
   color: #fff;
   text-decoration: none;
}
.sidebar-homebox3 h4 a:hover {
   color: #2d429b;
   text-decoration: underline;   
}
.sidebar-homebox3 p {
	padding-left: 5px;
}
.sidebar-homebox3 ul {
	padding-left: 5px;
    list-style: none;
}
.sidebar-homebox3 li{
	margin-bottom: 5px;
}
.sidebar-homebox3 a{
	color: #444;
	text-decoration: none;
}
.sidebar-homebox3 a:hover{
	color:#2d429b;
}
.parent-sidebar-menu ul li a{
	text-decoration: none;
	color: #444;
}
.parent-sidebar-menu ul li a:hover{
	text-decoration: none;
	color: #2d429b;
}
.parent-sidebar-menu ul ul li a{
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
}
.parent-sidebar-menu ul{
	margin: 0 0 0 18px;
	list-style: none;
	list-style-type: none;
}
.parent-sidebar-menu ul li{
	list-style:none;
	list-style-type: none;
	
}
.parent-sidebar-menu li.current_page_item > a {
	color: #a35727;
    font-weight: bold;
	list-style-type: none;
}
.parent-sidebar-menu li.current_page_item a:hover{
	color: #2d429b;
	list-style-type: none;
}

/*-----------------------------------------------------------------------------------*
/* = Footer
/*-----------------------------------------------------------------------------------*/
#footer{
	background:#8f8f8f;
	padding: 7px 0px;
	margin-top: 30px;
	border-left: 1px solid #fff;
}
#footer a{
	color: #ccc;
	text-decoration: none;
}
#footer a:hover{
	color: #fee825;
}
#copyright {
	float: left;
    width: 100%;
	font-size: 11px;
	color:#000;
	padding: 10px 0 20px 3px;
}
#socialMedia{
	float: right;
}
#socialMedia img{
	padding: 0 5px 0 0;
}

/*-------------------------------------------------*
/* =  Footer Navigation
/*-------------------------------------------------*/
#footnavigation {
	display: inline;
	position: relative;
}
#footLinks ul li {
	float:left;
	padding:1px 15px;
	margin: 0 3px 0 0;
	line-height:100%;
	border-left: 1px solid #fff;
}
#footLinks ul li a {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
#footLinks ul li a:hover {
	color:#d8d6d6;
}
#footLinks ul li.first {
	border-left: none;
}

a.totop {
float: right; margin-right: 50%;
}

/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 220px;
}
#search {
    position: relative;
    width: 180px;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
	color: #666;
}
#search:focus { }
#searchsubmit {
    position: absolute;
    right: 10px;
    top: 12px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
	cursor: pointer;
}

.search-portfolio-thumb{
	float: left;
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #ddd;
}
.search-portfolio-thumb img{
	margin: 0px;
	padding: 0px;
	display: block;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.search-portfolio-thumb:hover img{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*
/* Main Shortcodes
/*-----------------------------------------------------------------------------------*/

/*columns*/
.one-half{ width:48%; }
.one-third{ width:30.66%; }
.two-third{ width:65.33%; }
.one-fourth{ width:22%; }
.three-fourth{ width:74%; }
.one-fifth{ width:16.8%; }
.one-sixth{ width:13.33%; }
.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .one-sixth {
	position:relative; margin-right:4%; float:left;
}


.column-last{margin-right: 0px;}
.column-first{margin-left: 0px;}

/*box shortcodes*/
.box-shortcode {
    margin: 5px 0px;
    padding: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
.box-black {
    background-color: #000;
}
.box-red {
    background-color: #e62727;
}
.box-green {
    background-color: #91bd09;
}
.box-blue {
    background-color: #00ADEE;
}
/*highlights*/
.text-highlight { padding: 2px }
.highlight-yellow,
.highlight-yellow a {
    background-color: #FFF7A8;
    color: #695D43;
}
.highlight-pink,
.highlight-pink a {
    background-color: #F7DEEB;
    color: #724473;
}
.highlight-purple,
.highlight-purple a {
    background-color: #E0DBF6;
    color: #5C5577;
}
.highlight-blue,
.highlight-blue a {
    background-color: #D7F0FF;
    color: #2A67A4;
}
.highlight-green,
.highlight-green a {
    background-color: #E7FFCE;
    color: #47630A;
}
.highlight-red,
.highlight-red a {
    background: #FFCEBE;
    color: #A22121;
}
.highlight-gray,
.highlight-gray a {
    background-color: #EBEBEB;
    color: #787777;
}

/*Other buttons*/
.button{
	margin-right: 5px;
}
.button, .button span {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .3) 1px solid;
	padding:0.8em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}
.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.light-gray {
	background-color: #D5D2D2;
	text-shadow: 1px 1px 0px #FFF;
}
.button.light-gray span{
	color: #242424;
	text-shadow: 1px 1px 0px #e7e7e7;
	border-top: rgba(255, 255, 255, .6) 1px solid;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #f24919;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}

#memberpaymenttable td {
padding: 5px;
}

#memberpaymenttable {
border: solid 1px #111;
}

#memberpaymenttable td {

border-right: solid 1px #111;
border-bottom: solid 1px #111;
}





/*body.page-id-7*/ .sidebar-box {
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
}

/*body.page-id-7*/ #sidebar .child-sidebar-menu a {
	padding-bottom: 0.5em;
	display: block;
}

#sidebar .child-sidebar-menu {position: relative;}
#sidebar .child-sidebar-menu li {position: relative;}

#sidebar .child-sidebar-menu li > a {
	padding: 10px 10px 0px;
	
}

.parent-sidebar-menu > .child-sidebar-menu > li.has_children.icon > a:before {
	content: '\25BE  ';
}

.parent-sidebar-menu > .child-sidebar-menu > li.has_children:hover > a {
	background: url(http://new.cesj.org/wp-content/themes/CESJ/images/sidebar_bg.jpg) repeat-y top right #fff;
	border: 1px solid #ddd;
	border-bottom: 0px;
	position: relative;
	top: 1px;
	
	z-index: 11;
	width: 100%;
}

.parent-sidebar-menu > .child-sidebar-menu > li > ul.children {
line-height: 14px;
position: absolute;
background: url(http://new.cesj.org/wp-content/themes/CESJ/images/sidebar_bg.jpg) repeat-y top right #fff;
z-index: 10;
left: -18px;
padding: 1em;
border: 1px solid #ddd;
width: 100%;
}


.parent-sidebar-menu > .child-sidebar-menu > li.current_page_item > ul.children {
	position: relative;
	top: auto;
	left: auto;
	background: none;
	border: none;
	width: auto;
	z-index: 0;
}

.parent-sidebar-menu > .child-sidebar-menu > li.current_page_item.has_children:hover > a {
	background: none;
	border: none;
	border-bottom: 0px;
	position: relative;
	z-index: 0;
	width: auto;
	top: auto;
}
 
#at4-follow { padding-top: 28px !important;}

#sidebar .child-sidebar-menu li a {
line-height: 14px;
}

#sidebar .additional-resources > ul > li > a {
	display: block;
	line-height: 14px;;
	padding-bottom: 0.5em;
}

td.volunteercheckboxes { padding-top: 10px; } 
.volunteercheckbox span.wpcf7-list-item {display: block; }



/*body.page-id-7*/ #sidebar .child-sidebar-menu a + .children {
	display: none;
}
/*body.page-id-7*/ #sidebar .child-sidebar-menu .page_item:hover .children {
	/*display: block;*/
}
/*body.page-id-7*/ #sidebar .child-sidebar-menu .page_item.current_page_item .children {
    display: block;
}



.freedownloads tbody tr td { padding-bottom: 15px;  }
.freedownloads tbody tr td div { line-height: 15px;  }

body.home .widget_rss h4 {display: none;}


#printerfriendly-box {
position: absolute;
right: -20px;
bottom: -21px;
z-index: 200;
}

body.home #printerfriendly-box {
position: absolute;
right: -20px;
bottom: -21px;
}

#volunteer .rtalgn {float:right;}
#volunteer .lftmargin {padding-left: 9px;}
select::-webkit-scrollbar{width:1px;background-color:transparent;}
#volunteer .select100pct {min-height: 110px; }
#volunteer .select200pct {min-height: 180px; }
#volunteer .volunteercats {font-weight: bold; vertical-align: middle; text-align:right; padding-right: 20px; }


/**
 * Miscellaneous
 */
#sidebarhome .sub-section-heading {
    border-left: 6px solid #A35727;
    padding: 0.5em;
    font-size: 0.9em;
    color: #000;
    font-weight: bold;
    background-color: #D3D3D3;
}
#sidebarhome .sub-section-heading + ul {
    margin-left: 0.5em;
}

#sidebarhome .sub-section-heading + ul + .sub-section-heading {
	margin-top: 20px;
}

.sidebar-homebox1:first-child {
    padding-bottom: 0px;
    }

    .sidebar-homebox1 .cat-post-item {
    	border-bottom: none;
    }

    .sidebar-homebox1 li {
    margin-bottom: 15px; }


.cat-post-widget {
    margin-bottom: 0;
    padding-bottom: 0;
}


.hesperiden .tp-bullet {
	width: 8px !important;
	height: 8px !important;
}