/**********************************************************
 *                     BOX
 **********************************************************/
.box {
    margin: 0 10px 10px;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    clear: both;
/*Not sure if this is needed*/
    word-wrap: break-word;
/*Force word-wrap*/
/*http://webdesignerwall.com/tutorials/word-wrap-force-text-to-wrap*/
    /*font-removed*/
    font-size: 13px;
}

.box h2.pane-title {
    border-color: #D8D8D8;
    font-size: 21px;
}

.box.dark {
    border: 1px solid #b9b9b9;
    background: #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.box.light {
    border: 1px solid #e5e5e5;
    background: #fafafa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.box.light a,.box.dark a {
    display: inline-block;
}

/**********************************************************
 *                     BOX CONTENT COLUMNS
 **********************************************************/
.panels-flexible-region-590_370-center-inside,.panels-flexible-region-590_370-middle-inside,.panels-flexible-region-590_370_main_content-center-inside,.panels-flexible-region-590_370_main_content-middle-inside {
}

/*.panels-flexible-region-590_370_canvas-center-inside,*/
.panels-flexible-region-590_370_canvas-middle-inside {
    padding: 10px 0 0 10px;
}

.front .panels-flexible-region-590_370_main_content-center-inside {
}

/*
.panels-flexible-region-590_370-sidebar_first-inside,
.panels-flexible-region-590_370-sidebar_last-inside,
.panels-flexible-region-590_370-middle_right-inside,
.panels-flexible-region-590_370_main_content-sidebar_first-inside,
.panels-flexible-region-590_370_main_content-sidebar_last-inside,
.panels-flexible-region-590_370_main_content-middle_right-inside,
.panels-flexible-region-590_370_canvas-sidebar_first-inside,
.panels-flexible-region-590_370_canvas-sidebar_last-inside,
.panels-flexible-region-590_370_canvas-middle_right-inside,
.panels-flexible-region-590_370_main_content-center-inside{
	padding: 10px;
	font-size:95%;
}
*/
.panels-flexible-960_main_content-inside {
    padding: 10px;
}

/*Gutted this, not sure if I need it or what**/
/**
.panel-content-center .box:last-child,
.panel-content-middle .box:last-child,
.panel-sidebar-first .box:last-child,
.panel-sidebar-last .box:last-child{
	margin-bottom:3px;
}
**/
.big-divider-both {
    background: url(../../images/big-divider-both.gif) repeat-y scroll top center #FCF8EB;
    width: 980px;
    height: 16px;
}

.big-divider-bottom {
    background: url(../../images/big-divider-bottom.gif) repeat-y scroll top center #FCF8EB;
    width: 980px;
    height: 10px;
}

/**********************************************************
 *                     BOX CONTENT HEADERS
 **********************************************************/
/*.panel-sidebar-last .box h2.pane-title{*/
.box h2.pane-title {
    font-size: 18px;
    margin: 0 0 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid #EBEBEB;
    /*font-removed*/
    font-weight: 700;
}

.panel-sidebar-first .box h3 {
    margin: 10px 0 0;
}

/**********************************************************
 *                     SIDEBAR LISTS
 **********************************************************/
.panel-content-center ul {
/*margin-left:0;*/
    margin-left: 19px;
    list-style-type: disc;
}

.panel-sidebar-first ul,.panel-sidebar-first li {
    margin-bottom: 0;
    margin-left: 0;
    list-style-type: none;
}

.panel-sidebar-last li {
    margin: 0 0 .25em 1.4em;
}

.panel-sidebar-last ul {
    margin-left: 0;
    margin-bottom: 0;
}

.panel-sidebar-last li.box.dark,.panel-sidebar-last li.box.light {
    margin-bottom: 5px;
}

.panel-sidebar-last li.box.dark:last-child,.panel-sidebar-last li.box.light:last-child {
    margin-bottom: 0;
}

/**********************************************************
 *                    BOX COLORS
 **********************************************************/
.box.grey {
    background: #F5F5F5;
    border-color: #D8D8D8;
}

.box.grey h2.pane-title {
    border-color: #D8D8D8;
}

.box.grey .box.dark {
    background: #e5e5e5;
    border-color: #b9b9b9;
}

.box.grey .box.light {
    background: #fafafa;
    border-color: #e5e5e5;
}

.box.blue {
    background-color: #EFF4FC;
    border-color: #C6D1EB;
}

.box.blue h2.pane-title {
    border-color: #C6D1EB;
}

.box.blue .box.dark {
    background: #dae3f5;
    border-color: #a5b1d3;
}

.box.blue .box.light {
    background: #f6f9fd;
    border-color: #d6e0f3;
}

.box.green {
    background-color: #effcef;
    border-color: #c6ebc9;
}

.box.green h2.pane-title {
    border-color: #c6ebc9;
}

.box.green .box.dark {
    background: #daf5da;
    border-color: #a5d3a8;
}

.box.green .box.light {
    background: #f6fdf6;
    border-color: #d6f3d8;
}

/**Yellow has a different color contrast ratio than the other colors**/
.box.yellow {
    background: #FFF9C1;
    border-color: #ECC101;
}

.box.yellow h2.pane-title {
    border-color: #ECC101;
}

.box.yellow .box.dark {
    background: #ffeda0;
    border-color: #d5a001;
}

.box.yellow .box.light {
    background: #fffcd1;
    border-color: #f4d101;
}

/*Not sure what this is for*/
/*.box.outline{border-color:#D8D8D8;}*/
.box ul.pager {
    background: #e5e5e5 !important;
    border-color: #b9b9b9 !important;
    border: none;
    position: relative;
    top: 10px;
}

.box.grey ul.pager {
    background: #e5e5e5 !important;
    border-color: #b9b9b9 !important;
}

.box.blue ul.pager {
    background: #dae3f5 !important;
    border-color: #a5b1d3 !important;
}

.box.green ul.pager {
    background: #daf5da !important;
    border-color: #a5d3a8 !important;
}

.box.yellow ul.pager {
    background: #ffeda0 !important;
    border-color: #d5a001 !important;
}

/**********************************************************
 *                    BOX SIDE TABS
 **********************************************************/
.panel-sidebar-last .box.side-tab {
    border: 1px solid #D8D8D8 !important;
    margin: 0 10px 10px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.view-user-picture img {
    width: 100%;
}

.panel-sidebar-last .box.side-tab.inline-title h2 {
    display: inline-block;
    float: left;
    font-size: 15px;
    padding: 0;
    margin: 0 5px 0 0;
    border: none;
    vertical-align: bottom;
}

.panel-sidebar-last .box.side-tab.stacked-title h2 {
    width: 100%;
    float: left;
    font-size: 15px;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align: bottom;
}

.panel-sidebar-last .box.side-tab.menu {
}

.panel-sidebar-last .box.side-tab.menu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.panel-sidebar-last .box.side-tab.menu a {
    display: block;
}

.panel-sidebar-last .box.side-tab.menu a {
    padding: 5px 0;
    border-bottom: 1px solid #EBEBEB;
}

.panel-sidebar-last .box.side-tab.menu li.last a {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.panel-sidebar-last .box.side-tab.menu li:first-child a {
/*margin-top:-5px;*/
}

.panel-sidebar-last .box.main-menu-sidebar h2.pane-title {
    margin-bottom: 0;
}

/******/
.box.separate {
    padding: 20px 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0 -25px;
}

.box-separate-top {
    background-image: url(../../images/box-separate-top.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 10px;
}

.box-separate-bottom {
    background-image: url(../../images/box-separate-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 10px;
}

.box.separate ul {
    margin: 0 0 1.5em 1em;
}

.box.separate .field-name-field-call-to-action-title {
    margin-bottom: 6.112px;
    font-size: 25.888px;
}

.box.group_event_date {
    float: right;
    margin-left: 20px;
    display: inline;
    clear: both;
    overflow: hidden;
    padding: 3px 10px;
}

.box.group_event_date p:last-child {
    margin-bottom: 0;
}

/**
.main-menu-sidebar{
	padding: 0 !important;
	border-left: none  !important;
}

.main-menu-sidebar ul{
	list-style: none;
	padding:0;
}

.main-menu-sidebar li{
	margin:0 !important;
}

.main-menu-sidebar li li{
	margin-left:1.4em;
}

.main-menu-sidebar a{
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #EBEBEB !important;
	border-left: 1px solid #EBEBEB !important;
}

.main-menu-sidebar.two-column{
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	column-count: 2;
	column-gap: 20px;

}
**/
.main-menu-sidebar {
}

.main-menu-sidebar ul {
    list-style: none;
    padding: 0;
}

.main-menu-sidebar ul ul {
    margin-left: 1.5em;
}

.main-menu-sidebar li {
    margin: 0 !important;
}

.main-menu-sidebar li li {
    margin-left: 1.4em;
}

.main-menu-sidebar a {
    padding: 5px 10px;
    display: block;
}

.main-menu-sidebar a:hover {
}

.main-menu-sidebar a:last-child {
}

.box .view-header {
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EBEBEB;
}

/**********************************************************
 *                     BOX ELEMENT ADJUSTMENT
 **********************************************************/
.box form {
    margin: 0;
}

/**********************************************************
 *                     BOX SPECIAL OVERRIDES
 **********************************************************/
.box.simple-font .pane-content {
/*font-family: Arial,Helvetica,sans-serif;	font-size: 13px;*/
}

/**Forces member and join boxes to be the same height**/
#mini-panel-join_or_login .member-join,#mini-panel-join_or_login .member-login {
    height: 172px;
}

#mini-panel-join_or_login .member-join {
    margin-right: 0;
}

#mini-panel-join_or_login .member-login {
    margin-left: 0;
}

#mini-panel-join_or_login .member-join p {
    margin: 0 0 22px;
}

#mini-panel-join_or_login .member-join h4 {
}

.box.special-footer-immitate {
/*margin: 0;
	border: none;
	background: #2D2D2D;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;*/
    margin: 0;
    border: none;
    background: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #D8D8D8;
    padding: 12px;
}

#mini-panel-join_or_login .panel-2col .panel-col-last .inside {
    margin-bottom: 0;
}
