/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */

/* HTML element (SMACSS base) rules */
@import "normalize.css";

/* Layout rules */
@import "layouts/responsive.css";

/* Component (SMACSS module) rules */
@import "components/misc.css";
/* Optionally, add your own components here. */
@import "print.css";

/* SMACSS theme rules */
/* @import "theme-A.css"; */
/* @import "theme-B.css"; */

/* pre-header */

.pre-header {
    clear: both;
    display: block;
    margin-top: 5em;
}
.pre-header .block {
    margin-bottom: 0;
}
/* header */
.header__site-slogan h1 {
    width: 45%;
    display: inline-block;
    position: absolute;
    padding: 1.5em;
    color: #450074;
}
.header__site-slogan h2 {
    margin-top: 26%;
    margin-left: 8%;
}
.header__site-slogan img {
    margin: 6.3%;
    float: left;
    max-width: 60%;
    max-height: 60%;
}
@media all and (max-width: 000px) {
  .header__site-slogan img {
    display: none;
  }
}
@media all and (min-width: 001px) {
  .header__site-slogan h2 {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .header__secondary-menu {
    display: none !important;
  }
}
#block-search-form {
    float: right;
}

#block-menu-menu-header-menu li {
    list-style: none;
}
#block-menu-menu-header-menu {
    float: right;
}
#block-menu-menu-header-menu a {
    color: #430070;
    text-decoration: none;
}
/* content area*/

.page {
    padding-top: .5em;
}
.main-content {
    margin-top: 0;
    border-top: dotted 1px #450074;
}
/* footer */
.footer-text a {
  color: #450074;
  font-size: 24px;
 }
.footer-text {
    text-align: center;
}
.pane-fpid-2, .pane-fpid-3, .pane-fpid-4 {
    border: 1px solid;
    min-height: 15em;
    padding: 0 1em;
    text-align: center;
}
.pane-fpid-2 h2 a, .pane-fpid-3 h2 a, .pane-fpid-4 h2 a {
    color: #450074;
}
/* itmes taken corm centered.css on the old site */
a:link {
	color: #450074;
	text-decoration: underline;
}
a:visited {
	color: #450074;
	text-decoration: underline;
}
a:hover {
	color: #FFCC66;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        text-decoration: none !important;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #430070;
	text-transform: uppercase;
	font-variant: normal;
	padding: 10px 0px;
	letter-spacing: 5px;
}

h2{
	font-size: 140%;
	color: #450074;
	text-transform: capitalize;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: left;
}


h3{
	font-size: 120%;
	color: #430070;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 20px;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #430070;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: thin none #FFCC66;
	border-right: thin none #FFCC66;
	border-bottom: medium solid #FFCC66;
	border-left: thin none #FFCC66;
}
 
 #links{
	font-size: 90%;
	color: #430070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 24px;
	text-align: center;
	border-right: none #FFCC66;
	border-bottom: none #FFCC66;
	border-left: none #FFCC66;
 }

.programbanner{
	text-align: center
}
.floatleft {
	float: left;
	margin: 0 10px 10px 0px;
	padding: 2px;
}

.h2center{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #430070;
	text-transform: uppercase;
	font-variant: normal;
	padding: 10px 0px;
	letter-spacing: 5px;
	text-align:center;
	font-weight: bold;	
}

.h3center{
	font-size: 120%;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 1px;
	text-align: center;
}

#sectionNavigation {
	background-color: white;
	padding: 5px;
	position: absolute;
	border: 5px double black;
	border-radius: 12px;
	-moz-border-radius: 12px;
	width: 274px;
	top: 50px;
	text-align: left;
}

#sectionNavigation ul {
list-style-type: none;
padding: 5px;
}

#sectionNavigation li {
	padding-bottom: 4px;
}

#expandNavigation {
	background-color: white;
	padding: 5px;
	width: 120px;
	border:5px double #333;
	border-bottom: 0px;
	position: absolute;
	text-align: center;
	top: -35px;
	left: -5px;
	z-index: 1;
}

#returnHome {
	position: absolute;
	border:5px double #333;
	border-bottom: 0px;
	background-color: white;
	padding: 5px;
	width: 120px;
	top: -35px;
	left: 135px;
	text-align: center;
}

.follow-on-twitter {
    position: absolute;
    top: -30px;
    left: 515px;
    text-align: center;
}

.follow-on-linkedin {
    position: absolute;
    top: -30px;
    left: 584px;
}


.follow-on-facebook .fb_iframe_widget {
    position: absolute;
    top: -30px;
    left: 430px;
}

.facebook-widget {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    float: right;
    margin-right: 10px;
}

.twitter-widget {
    float: right;
    width: 240px;
    margin-top: 3.4em;
}

.social-media-container {
    float: left;
    margin-left: 30px;
    width: 35em;
    padding: 0;
}

.menu-float {
    float: left;
    width: 180px;
}

#betaWarning {
	background-color: white;
	border-bottom: 1px solid black;
	position: fixed;
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

#Content {
	width:650px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:5px double #333;
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 20;
	position: relative;
}

#donateToCamws {
	border-top: medium solid #FFCC66;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

.ui-dialog-content {
	background-color: white !important;
}

.clear {
    clear: both;
}
.block-jquery-news-ticker {
    max-width: 70%;
    float: left;
    display: block;
}
.block-camws-social {
    position:absolute;
    left:46%;
    top:10.4em;
}
.fb-like {
    margin: -3px 0 0 -6px;
}
/* rules for specific content types */
.node-type-vp-handbook-page .main-content {
        margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.node-type-vp-handbook-page .main-content .page__title {
  display:none;
}
.logo-container .logo {
    display: inline;
    padding: 2em;
}
/* styling for /cpl/big.php image */
.bridgeContainer h3 {
    font-size: 3em;
    margin-top: -3.4em;
}
#membershipAddButton p {
    margin-bottom: 10px;
}
/* make placeholders darker */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #202020;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #202020;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #202020;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #202020;
}
/* webform tweak */
.webform-layout-box.horiz {
    margin: 0 !important;
}
/* views styling */
.views-label-field-abstract-of-article, .views-label-field-full-text-pdf, .views-label-field-keywords {
    font-weight: bold;
}
.view-display-id-entity_view_1 {
    margin-top: 3em;
}
.view-abstract-listing h3 {
    margin-top: 1.5em;
}
.view-abstract-listing .field-content p {
    margin-top: 0;
    margin-bottom: 0em;
}
.view-abstract-listing .field-content {
    padding: 1em 0;
}
.view-abstract-listing .views-field-field-abstract-of-article {
    margin-top: 1em !important;
}
.view-back-issues ul li {
    list-style-image: url(/images/list-arrow.gif);
    line-height: 2em;
}
/* Display Suite styling */
.group-left, .group-right {
    max-width: 47% !important;
}
.ds-2col-stacked {
    max-width: 1000px;
    margin: 1em auto;
}
.group-footer {
    padding-top: 1em;
}
.group-right {
    padding: 1em;
}
.node-type-journal-issue .field-name-field-editor, .node-journal-issue .field-name-field-issue-number-or-date {
    font-size: 120%;
    line-height: 200%;
}
.node-type-journal-issue .field-name-field-editor .field-label {
    font-weight: normal;
}
/* since there is only one option, no need to show add to cart item on school_form */
.form-item-submitted-entry-fee-0 {
    display: none;
}
.webform-component--processing-fee {
    display: none;
}
/* style collapsible boxes */
.collapsible .fieldset-title {
    margin-left: -10px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    font-weight: bold;
    font-size: 120%;
}
/* Footer menu */
#footer .menu li {
    list-style: none;
    display: inline;
    padding: 0 0.5em;
}
#footer .menu a {
    text-decoration: none;
}
#block-menu-menu-footer-menu {
    border-top: 1px dotted #450074;
    text-align: center;
}
#block-menu-menu-footer-menu .block__title {
    display: block;
    margin: 0 auto;
    width: 10em;
}
/* tweak responsive menu */
.responsified {
  font-size: 75%;
}

/* TCL styles */
.click-more a {
    color: #fff;
    text-decoration: none;
    line-height: 2.4em;
}
.click-more
{
	background: url(/images/more-button.gif) no-repeat;
	height: 28px;
	width: 139px;
	padding-left:30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 70%;
        position:absolute;
        right: 0;
}
