/*
Theme Name: Positive Rhythm
Theme URI: http://www.cassandrabryan.com
Author: Cassandra Bryan and Levi Mabe
Author URI: http://www.cassandrabryan.com
Description: Theme for Positive Rhythm
Version: 1.0
*/

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/*
    // ========================================== 
   ||                                             
   ||               BASE TYPOGRAPHY
   ||                                              
    \\ ==========================================
*/

@font-face {
    font-family: 'ITCAvantGarde';
    src: url('fonts/itcavantgardestd-md-webfont.eot');
    src: url('fonts/itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcavantgardestd-md-webfont.woff') format('woff'),
         url('fonts/itcavantgardestd-md-webfont.ttf') format('truetype'),
         url('fonts/itcavantgardestd-md-webfont.svg#ITCAvantGardeStdMdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMediumRegular';
    src: url('fonts/gotham-medium-webfont.eot');
    src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-webfont.woff') format('woff'),
         url('fonts/gotham-medium-webfont.ttf') format('truetype'),
         url('fonts/gotham-medium-webfont.svg#GothamMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBoldRegular';
    src: url('fonts/gotham-bold-webfont.eot');
    src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-webfont.woff') format('woff'),
         url('fonts/gotham-bold-webfont.ttf') format('truetype'),
         url('fonts/gotham-bold-webfont.svg#GothamBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GothamBookRegular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#GothamBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Karmatic';
    src: url('fonts/kr1-webfont.eot');
    src: url('fonts/kr1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kr1-webfont.woff') format('woff'),
         url('fonts/kr1-webfont.ttf') format('truetype'),
         url('fonts/kr1-webfont.svg#karmatic_revolutionregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'FPSecondHand';
    src: url('fonts/fp_second_hand-webfont.eot');
    src: url('fonts/fp_second_hand-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fp_second_hand-webfont.woff') format('woff'),
         url('fonts/fp_second_hand-webfont.ttf') format('truetype'),
         url('fonts/fp_second_hand-webfont.svg#fp_second_handregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body { font:14px/20px sans-serif; *font-size:small; font-family: "GothamBookRegular"; }
body strong, body b {font-family: "GothamBoldRegular"; font-weight: normal;}
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/*
    // ========================================== 
   ||                                             
   ||               BASE STYLES
   ||                                              
    \\ ==========================================
*/
body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #424141; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}
/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { 
  padding: 15px; 
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
input:focus {
	outline: none;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #a8d1ff; color:#000; text-shadow: none; }
::selection { background:#a8d1ff; color:#000; text-shadow: none; } 
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #a8d1ff; } 
/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
    // ========================================== 
   ||                                             
   ||               NONSEMANTIC BASE STYLES
   ||                                              
    \\ ==========================================
*/
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clear:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clear:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clear { zoom: 1; clear: both; }

/*
 *
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 *
 */
@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
}
@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
}
/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
    // ========================================== 
   ||                                             
   ||               BASE PRINT STYLES
   ||                                              
    \\ ==========================================
*/
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
/*
    // ========================================== 
   ||                                             
   ||              STICKY FOOTER
   ||                                              
    \\ ==========================================
*/
html, body {height:100%;}
#container {min-height: 100%;}
footer {margin-top: -328px; height: 328px;}
/*
    // ========================================== 
   ||                                             
   ||              HEADER
   ||                                              
    \\ ==========================================
*/
header {
	background: url(images/header_bg.jpg) repeat-x;
	height: 216px;
	
}
header #headerContainer {
	margin: 0 auto;
	width: 1000px;
}
header #headerContainer .topBar {
	height: 30px;
	padding-top: 6px;
	margin-bottom: 15px;
}
header #headerContainer .topBar ul {
	float: right;
	list-style-type: none;
	margin: 0;
}
header #headerContainer .topBar ul li {
	float: left;
	border-left: 1px solid #096d3f;
}
header #headerContainer .topBar ul li:first-child {
	border-left: none;
}
header #headerContainer .topBar ul li a {
	font: 12px "GothamMediumRegular", Helvetica, Arial, sans-serif;
	color: #FFF;
	padding: 0 8px;
	
	text-decoration: none;
}
header #headerContainer .topBar ul li a:hover {
	color: #096d3f;
}
header #headerContainer #headerGroupRight {
	float: right;
	margin-top: 25px;
}
header #headerContainer  .blog {
	display: block;
	text-indent: -9999px;
	height: 27px;
	width: 169px;
	background: url(images/btn_visit_our_blog.png) no-repeat;
	margin: 10px 	0px 0 0 !important;
	float: right;
}
header #headerContainer .blog:hover {
	background-position: 0 -27px;
}
header #headerContainer #headerGroupRight .social {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}
header #headerContainer #headerGroupRight .social li {
	float: left;
	margin-left: 11px;
}
header #headerContainer #headerGroupRight .social li a {
	display: block;
	text-indent: -9999px;
	height: 33px;
	width: 33px;
}
header #headerContainer #headerGroupRight .social li.youtube a {
	background: url(images/icon_youtube.png) no-repeat;
}
header #headerContainer #headerGroupRight .social li.facebook a {
	background: url(images/icon_facebook.png) no-repeat;
}
header #headerContainer #headerGroupRight .social li.twitter a {
	background: url(images/icon_twitter.png) no-repeat;
}
header #headerContainer #headerGroupRight .social li.linkedin a {
	background: url(images/icon_linkedin.png) no-repeat;
}
header #headerContainer #headerGroupRight .social li:hover a {
	background-position: 0 -33px;
}
.bracelet {
	height: 34px;
	margin-bottom: -8px;
	background: url(images/main_bracelet.png) repeat-x;
}
/*
    // ==========================================                                  
   ||               MAIN NAV                        
    \\ ==========================================
*/
#mainNav {
	position: relative;
	z-index: 101;
	margin-top: 16px;
}
#mainNav ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	width: 1000px;
	
	position: relative;
	z-index: 100;
}
#mainNav li {
	float: left;
	position: relative;
	border-right: 1px solid #6c5b71;
}
#mainNav li:first-child {
	border-left: 1px solid #6c5b71;
}
#mainNav a {
	display: block;
	color: #FFF;
	height: 38px;
	text-transform: uppercase;
	font: 16px/38px "ITCAvantGarde", Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 19px;
}

#mainNav ul ul {
	border: none;
	display: none;
	float: left;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 99;
	background: url(images/menu_bg.png);
	
	width: 260px;

}
#mainNav ul ul li {
	border: none !important	;
	float: none;
	padding: 0 !important;
	background: none !important;
}
#mainNav ul ul ul {
	left: 100%;
	top: 0;
}
#mainNav ul ul a {
	color: #fff;
	line-height: 1em;
	padding: 7px 10px !important;
	width: 240px;
	height: auto;
	border-bottom:1px solid #005f30;
	font-weight: normal;
	overflow: hidden;
	background: url(images/menu_bg.png);
	position: relative;
	z-index: 99;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
}
#mainNav li:hover {
	background-color: #096d3f;
	color: #fff;
}
#mainNav ul ul a:hover {
	background-color: #096d3f;
}
#mainNav ul li:hover > ul {
	display: block;
}

/*
    // ========================================== 
   ||                                             
   ||              CBD SLIDER
   ||                                              
    \\ ==========================================
*/
#sliderContainer {
	height: 387px;
	background: url(images/banner_bg.jpg) repeat-x;
	padding-top: 15px;
}
#cbdAccordionSlider_container {
	width: 980px;
	height: 365px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border: solid 1px black;
}
#cbdAccordionSlider_container ul {
	margin: 0;
	list-style-type: 0;
	overflow: hidden;
}
#cbdAccordionSlider_container ul li {
	float: left;
	overflow: hidden;
	-webkit-box-shadow: -4px 0px 35px #000000;
	box-shadow: -4px 0px 35px #000000;
	height: 365px;
	position: relative;
}
#cbdAccordionSlider_container ul li a {
	position: absolute;
}
/*
    // ========================================== 
   ||                                             
   ||              MAIN
   ||                                              
    \\ ==========================================
*/
#main {

}
#primary {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 328px 0;
	overflow: hidden;
	background: url(images/sidebar_bg.jpg) right repeat-y;
}
#content {
	overflow: hidden;
	float: left;
	width: 650px;
	margin-right: 30px;
	
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 100px;
	
}
#secondary {
	float: left;;
	width: 250px;
	padding-top: 20px;
}

.home #primary{
	background: url(images/sidebar_home_bg.jpg) 610px repeat-y;
	margin-top: -10px;
}

.fullWidth {
	background: none !important;
}
.home #content, .fullWidth #content {
	overflow: hidden;
	width: 100%;
	float: none;
	border:none;
	margin: 0;
	padding: 20px 0 20px 0;
	background: none !important;
}
/* 404 error margin fix */
.error404 #content {
    margin-right: 30px !important;
}
#content h1 {
	font: normal 22px "FPSecondHand", Arial, Helvetica, sans-serif;
	color: #3a1a4e;
	padding-bottom: 10px;
	background: url(images/stitch_horizontal.png) bottom repeat-x;
	margin-bottom: 15px;
	text-transform: uppercase;
}
	
#content p {
	margin: 10px 0;
}

#content a {
	text-decoration: none;
	color: #007438;
}
#content a:hover {
	text-decoration: underline;
}

/*
    // ==========================================                                  
   ||               HOMEPAGE CONTENT                       
    \\ ==========================================
*/
.home #content h1 {
	font: normal 22px "FPSecondHand", Arial, Helvetica, sans-serif;
	color: #3a1a4e;
	padding-bottom: 0;
	background: none;
	margin-bottom: 5px;
	text-transform: uppercase;
	
}
.subH1Link {
	font: normal 11px "GothamBoldRegular", Arial, Helvetica, sans-serif;
	color: #00763b;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: 15px;
	border-bottom: 1px solid #FFF;
	display: block;
}
.subH1Link:hover {
	color: #3a1a4e;
}
.subH1Link span{
	float: left;
	padding-right: 10px;
	background: url(images/small_arrow_green.png) right center no-repeat;
}
#homeContentLeft {
	width: 570px;
	float: left;
	margin-right: 35px;
}
#homeContentRight {
	width: 330px;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
}
#homeContentRight > h1 {
    color: #FFFFFF !important;
    background: url("images/sidebar_h4_bg.png") no-repeat scroll right center #F78F1E !important;
    margin-left: -25px;
    padding-left: 25px;
}
.blogInfo {
    color: #CCC;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}
/*
    // ==========================================                                  
   ||               PHOTO GALLERY                        
    \\ ==========================================
*/
#content.photoGallery .catForm {
	margin-bottom: 10px;
}
#content.photoGallery .catForm input[type="submit"]{
	background: #472a5c !important;
	border: 1px solid black;
	-webkit-text-shadow: none !important;
	   -moz-text-shadow: none !important;
	        text-shadow: none !important;
	padding: 5px 10px;
	color: #FFF;
	font: 14px "GothamBookRegular", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#content.photoGallery .catForm input[type="submit"]:hover, #content.photoGallery .catForm input[type="submit"].selected {
	background: #005f30 !important;
	border: 1px solid black;
	color: #FFF;
}
.test_gallery {
	width: 996px;
	height: 435px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border: 2px solid #CCC;
	background: #333;
}
.test_gallery .next_photo_slider, .test_gallery .prev_photo_slider {
	position: absolute;
	top:190px;
	z-index: 9999;
	cursor: pointer;
}
.test_gallery .prev_photo_slider {
	left:0px;
}
.test_gallery .next_photo_slider {
	right:0px;
}
.cbdPhotoGallery_photos {
	position: absolute;
	display: none;
}

.cbdPhotoGallery_panels {
	display: none;
}
.cbdPhotoGallery_caption {
	padding:10px 20px;
	width: 998px;
	font: bold 14px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background: rgb(0, 0, 0); /* The Fallback */
   background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top:500px;
	left:0px;
	padding-bottom: 100px;
  			/* Client doesn't want it on this iteration */
}
.cbdPhotoGallery_caption a{
	text-decoration: none;
	
	color: #f7c81e;
	
}
.cbdPhotoGallery_caption h2{
	text-decoration: none;
	font: bold 15px/20px Arial, Helvetica, sans-serif !important;
	color: #f1b418;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.cbdPhotoGallery_photos .cbdPhotoGallery_photo {
	width: 998px;
	height: 435px;
	position: absolute;
}

.cbdPhotoGallery_nav {
	width: 1010px;
	margin: 0px auto;
	overflow: hidden;
	padding-top: 20px;
	
}

.cbdPhotoGallery_nav .cbdPhotoGallery_nav_item {
	width:50px;
	height: 40px;
	background: url(images/slider_nav_bg.png) no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
	border: 2px solid #b3b5b5;
	-moz-box-shadow:    2px 2px 4px 0px #666;
  	-webkit-box-shadow: 2px 2px 4px 0px #666;
  	box-shadow:         2px 2px 4px 0px #666;
}
.cbdPhotoGallery_nav .cbdPhotoGallery_nav_item img {
	margin-left: -19px;
}
.cbdPhotoGallery_nav .cbdPhotoGallery_nav_item.selected {
	border: 2px solid #000;
}
.cbdPhotoGallery_nav .cbdPhotoGallery_nav_item:hover {
	cursor: pointer;
	border: 2px solid #CCC;
}

/*
    // ==========================================                                  
   ||               VIDEO GALLERY                        
    \\ ==========================================
*/
#content.videoGallery {
	width: 100%;
	border: none;
}
#content.videoGallery h2 {
font-size: 18px;
margin: 15px 0;
width: 100%;
}
#content.videoGallery h2 span {
float: left;
margin-top: 2px;
}
#content.videoGallery h2 ul {
float: left;
margin: 0;
list-style-type: none;


}
#content.videoGallery h2 ul li {
	padding: 5px 10px;
	background: none;
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	border: solid 1px #666;
	cursor: pointer;
	background: #afaeae;
	border-radius:5px;
  	-webkit-border-radius:5px;
  	-moz-border-radius:5px;
  	margin-left: 10px;
}
#content.videoGallery h2 ul li:hover, #content h2 ul li.selected {
	color: #FFF;
	background: #0a85a2;
}
#content.videoGallery #smallVideo {
	width: 290px;
	height: 260px;
	float: left;
	margin: 25px 30px 0 0;
	text-align: center;
	font-size: 14px;
}
/*
    // ==========================================                                  
   ||            EVENTS PAGE                        
    \\ ==========================================
*/
.calContainer {
	background: #FFF;
	border: 1px solid #b6a2c7;
}
.calendar  td {
	height: 70px;
	padding: 5px;
	border-left: 1px solid #b6a2c7;
}
.calendar .dayNames td{
	height: auto;
	background: #ece6f1;
}
.calendar .calNav td{
	border-left: none;
	height: auto;
	text-align: center;
	background: #6d547f;
	height: 30px;
	color: #fff;
	line-height: 30px;
	
}
.calendar td .event{
	background: #b6a2c7;
	font-size: 11px;
	color: #FFF;
	border-radius: 3px;
	padding: 3px;
	cursor: pointer;
	margin-top: 5px;
	font-weight: bold;
}
.calendar td .event.current{
	background: #9471af;
}
.calendar td .event:hover{
	background: #cdbadd;
}
.calendar .calNav td a{
	color: #fff;
	text-decoration: none;
}
.calendar tr > td:first-child {
	border-left: none;
}
.calendar tr {
	border-top: 1px solid #b6a2c7;
}
.calendar tr:first-child {
	border-top: none;
}
.eventDetails {
	display: none;
}
#eventSliderContainer {
	width:290px;
	height:250px;
	position:relative;
	margin-top: 0px;
}
#eventSliderContainer .targetDiv {
	width:240px;
	height:250px;
	position:absolute;
	top:10px;
	left:25px;
	overflow:hidden;
}
#eventSliderContainer .targetDiv ul {
	margin:0;
	list-style-type:none;
	width:6000px;
	overflow:hidden;
}
#eventSliderContainer .targetDiv ul li {
	float:left;
	width:240px;
	text-align: center;
	position: relative;
	margin-right: 20px;
	
}
#eventSliderContainer .targetDiv ul li img {
	border: 2px solid #ccc;
}
#eventSliderContainer img.next, #eventSliderContainer img.prev  {
	position:absolute;
	top:95px;
	z-index: 999;
}
#eventSliderContainer img.next  {
	right:10px;
}
#eventSliderContainer img.next:hover  {
	right:8px;
	cursor:pointer;
}
#eventSliderContainer img.prev  {
	left:10px;
}
#eventSliderContainer img.prev:hover  {
	left:8px;
	cursor:pointer;
}

/*
    // ==========================================                                  
   ||               RESOURCE LISTING PAGE                        
    \\ ==========================================
*/
#content .resourceListing {
	border-bottom: solid 1px #CCC;
	padding: 20px 0;
	overflow: hidden;
}
#content .resourceListing.studentON, #content .resourceListing.employerON  {
	display: block;
}
#content .resourceListing img {
	float: left;
	border: 2px solid #CCC;
}
#content .resourceListing .readMore {
	display: block;
	text-align: right;
	text-transform: uppercase;
	color: #00763b;
	font: normal 11px "GothamBoldRegular";
	margin-top: 10px;
}
#content .resourceListing h2 a {
	text-decoration: none;
	color: #00763b;
	font: normal 14px "GothamBoldRegular";
}
#content .resourceListing h2{
	margin-top: 0 !important;
}
#content .resourceListing .resourceInfo {
	margin-left: 120px;
}


/*
    // ==========================================                                  
   ||               PHOTO HEADERS                        
    \\ ==========================================
*/

#photoHeader {
	overflow: hidden;
}
#photoHeader img {
	border: 2px solid #CCC;
	float: left;
	margin-bottom: 15px;
}
#photoHeader img:first-child {
	margin-right: 10px;
}
#photoHeader img.logo{
	border:none;
}
/*
    // ==========================================                                  
   ||               BLOG LISTING PAGE                        
    \\ ==========================================
*/
#content .blogListing {
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
	overflow: hidden;
}

#content .blogListing img {
	float: left;
	border: 2px solid #CCC;
}
#content .blogListing .readMore {
	font-size: 11px;
	font-family: "GothamBoldRegular";
	color: #007438;
	text-decoration: none;
}
#content .blogListing h2 a {
	text-decoration: none;
	color: #FFF;
}
#content .blogListing h2{
	margin-top: 0 !important;
	font:normal 14px "GothamBoldRegular";
}
#content .blogListing .blogInfo {
	margin-left: 140px;
}
.pagination {
	float: right;
	padding: 30px;
}
.pagination .page-numbers {
	padding: 5px 10px;
	border: solid 1px #CCC;
	text-decoration: none;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
	background-color: #EEE;
}
#content .entry-meta a{
	text-decoration: none;
	color: #007438;
}
#content .entry-meta{
	text-transform: uppercase;
	font-size: 11px;
	margin: -10px 0 20px 0;
}
.pagination {
	float: right;
	padding: 30px;
}
.pagination .page-numbers {
	padding: 5px 10px;
	border: solid 1px #CCC;
	text-decoration: none;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
	background-color: #EEE;
}
.form-allowed-tags {
	display: none;
}
.form-submit {
	clear:both;
}
#comments a {
	text-decoration: none;
	color: #007438;
}
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font-size: 14px;}
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:9px; }
ol.commentlist li.comment div.comment-meta a { color:#818181; text-decoration:  none;}
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
.nav-previous a, .nav-next a{
	text-decoration: none;
	color: #007438;
}
.nav-previous {
	width: 200px;
	float: left;
}
.nav-next {
	width: 200px;
	float: right;
}
/*
    // ========================================== 
   ||                                             
   ||              SIDEBAR
   ||                                              
    \\ ==========================================
*/
#secondary h4 {
	
	height: 32px;
	
	background: #f78f1e url(images/sidebar_h4_bg.png) right center no-repeat;
	margin-bottom: 20px;
	font: normal 20px/32px "FPSecondHand";
	width: 290px;
	margin-left: -37px;
	padding-left: 37px;
	color: #FFF;
	display: block;
	text-transform: uppercase;
}
#secondary #cbd-cpt_menu-3 h4, #secondary #cbd-cpt_menu-4 h4, #secondary #cbd-cpt_menu-5 h4 {
	background-color: #00763b;
}
#secondary #cbd-facebook-2 h4 {
	background-color: #5670a0;
}
#secondary #recent-posts-2 h4 {
	background-color: #00ba9f;
}
#secondary #categories-2 h4 {
	background-color: #cd4684;
	text-transform: inherit !important;
}
#secondary aside {
	margin-bottom: 40px;
}
#secondary ul {
	list-style-type: none;
	margin: -10px 0 10px 0;
}
#secondary ul li {
	display: block;
	border-bottom: dotted 1px #CCC;
}
#secondary ul li a {
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 5px 5px 5px 20px;
	font: normal 14px "GothamBookRegular";
	color: #FFF;
	background: url(images/small_arrow_green.png) 5px 7px no-repeat;
}
#secondary ul li:hover {
	background: #EEE;
	color: #000;
}
#secondary ul li:hover a{

	color: #3a2846;
}
#secondary .textwidget a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}
#secondary iframe {
	background: white;
}
/*
    // ========================================== 
   ||                                             
   ||              SEARCH FORM
   ||                                              
    \\ ==========================================
*/

#searchsubmit {
background:url(images/icon_search.png) no-repeat scroll 0 0;
border:medium none;
height:24px;
position:absolute;
right:3px;
text-indent:-9999px;
top:10px;
width:24px;
padding:0px;
}
#searchform label{
display: none;
}
#searchform input[type='text']{
width:233px;
height: 31px;
padding:  0 20px 0 10px;
background: url(images/search_bg.png) no-repeat;
color: #FFF;
border: none;
}
#searchform {
x-system-font:none;
font-size:14px;

position:relative;
overflow:hidden;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-left: -15px;
padding: 3px;
width:263px;
}

/*
    // ========================================== 
   ||                                             
   ||              FOOTER
   ||                                              
    \\ ==========================================
*/
footer {
	height: 328px;
	background: url(images/footer_bg.jpg) repeat-x;
	color: #fcfcff;
	font: 12px/17px "GothamBookRegular", Helvetica, Arial, sans-serif;
	padding-top: 19px;
}
footer #footerTop {
	
}
footer #footerTop #footerWidgetContainer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}
footer #footerBottom {
	margin-top: 30px;
	overflow: hidden;
}
footer #footerBottom #smallContainer {
	width: 1000px;
	margin: 0 auto;
	height: 55px;

}
footer #footerBottom #smallContainer small {
	float: left;

}
footer #footerBottom .montage {
	float: right;
}
footer #footerBottom #smallContainer ul {
	float: left;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}
footer #footerBottom #smallContainer ul li {
	float: left;
	border-left: 1px solid #3a1a4e;
}
footer #footerBottom #smallContainer ul li:first-child {
	border-left: none;
}
footer #footerBottom #smallContainer ul li a {
	font: 12px "GothamMediumRegular", Helvetica, Arial, sans-serif;
	color: #FFF;
	padding: 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}
footer #footerBottom #smallContainer ul li a:hover {
	color: #3a1a4e;
}
footer #footerBottom #smallContainer ul ul {
	display: none;
}
footer h2 {
	font: normal 18px "FPSecondHand", Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-bottom: 10px;
	text-transform: uppercase;
}
footer small {
	font: normal 11px "GothamBookRegular", Arial, Helvetica, sans-serif;
	color: #CCC;
	display: block;
	margin-top: 7px;
}
footer small a {
	font: normal 11px "GothamBookRegular", Arial, Helvetica, sans-serif;
	color: #CCC !important;
	text-decoration: none;
}
.lowercase {
	text-transform: lowercase !important;
}
/*
    // ==========================================                                         
   ||           LEFT WIDGET                                           
    \\ ==========================================
*/
#leftWidget {
	width: 220px;
	height: 215px;
	padding-right: 36px;
	float: left;
	background: url(images/footer_divider.png) right no-repeat;
}

/*
    // ==========================================                                         
   ||           CENTER LEFT FOOTER WIDGET                                           
    \\ ==========================================
*/
#centerLeftWidget {
	width: 220px;
	height: 215px;
	padding: 0 15px;
	float: left;
	background: url(images/footer_divider.png) right no-repeat;
}
#centerLeftWidget .recentPost {
	margin-bottom: 30px;
	
}
#centerLeftWidget .recentPost .postTitle {
	display: block;
	text-decoration: none;
	font: 11px "GothamBoldRegular", Helvetica, Arial, sans-serif;
	color: #fcfcff;
	text-transform: uppercase;	
}
#centerLeftWidget .recentPost .date {
	display: block;
	color: #ccc;
}
footer .readMore {
	display: block;
	text-decoration: none;
	font: 10px "GothamBoldRegular", Helvetica, Arial, sans-serif;
	color: #00763b;
	text-transform: uppercase;
	float: right;
	background: url(images/icon_cirlce_arrow.png) right center no-repeat;
	padding-right: 20px;
	margin-top: 5px;
}
/*
    // ==========================================                                         
   ||           CENTER RIGHT FOOTER WIDGET                                           
    \\ ==========================================
*/
#centerRightWidget {
	width: 220px;
	height: 215px;
	padding: 0 15px;
	float: left;
	background: url(images/footer_divider.png) right no-repeat;
}

#centerWidget .footerBtn:hover {
	background-position: 0 -57px;
}
#memberContainerDiv {
	width:220px;
	height:150px;
	position:relative;
	margin-top: 13px
}
#memberContainerDiv .targetDiv {
	width:175px;
	height:150px;
	position:absolute;
	top:10px;
	left:20px;
	overflow:hidden;
}
#memberContainerDiv .targetDiv ul {
	margin:0;
	list-style-type:none;
	width:6000px;
	overflow:hidden;
}
#memberContainerDiv .targetDiv ul li {
	float:left;
	width:175px;
	height:150px;
	text-align: center;
	position: relative;
	margin-right: 20px;
}
#memberContainerDiv img.next, #memberContainerDiv img.prev  {
	position:absolute;
	top:50px;
	z-index: 999;
}
#memberContainerDiv img.next  {
	right:0px;
}
#memberContainerDiv img.next:hover  {
	right:-2px;
	cursor:pointer;
}
#memberContainerDiv img.prev  {
	left:0px;
}
#memberContainerDiv img.prev:hover  {
	left:-2px;
	cursor:pointer;
}

/*
    // ==========================================                                         
   ||           RIGHT WIDGET                                           
    \\ ==========================================
*/
#rightWidget {
	width: 225px;
	padding-left: 10px;
	height: 215px;
	float: left;
}

#rightWidget li {
	margin-bottom: 2px !important;
	overflow: hidden;
}
#rightWidget input[type="text"] {
	width: 138px;
	height: 23px;
	background: transparent url(images/form_input.png) no-repeat;
	float: right;
	border: none;
	padding: 5px 10px;
}
#rightWidget input[type="submit"] {
	width: 106px;
	height: 29px;
	background: transparent url(images/form_submit.png) no-repeat;
	float: right;
	text-indent: -9999px;
	border: none;

}
#rightWidget label {
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
#rightWidget #field_1_3 label {
	display: none;
}
#rightWidget textarea {
	width: 199px;
	height: 45px;
	background: transparent url(images/form_textarea.png) no-repeat;
	border: none;
	float: right;
	padding: 10px;
}
#rightWidget .gform_footer {
	padding: 0;
	margin: 0;
}

#rightWidget .gform_wrapper {
	margin: 10px 0;
	
}


/*
    // ==========================================                                  
   ||               ALIGNMENT                        
    \\ ==========================================
*/
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*
    // ==========================================                                  
   ||               CONTENT                        
    \\ ==========================================
*/
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}


/*
    // ==========================================                                  
   ||               PAGE CONTENT                        
    \\ ==========================================
*/
.entry-content img.alignnone {

	border: 4px solid #ccc;
}
.entry-content ul {
	margin-left: 70px;
}

/*
    // ==========================================                                  
   ||               IMAGES                        
    \\ ==========================================
*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}


/*
    // ==========================================                                  
   ||               COMMENTS                        
    \\ ==========================================
*/
ol.commentlist {
	list-style-type: none;
	margin: 0 0 20px 0;
}

ol.commentlist li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
article.comment {
	display: block;
}
#respond input[type=text] {
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/*
    // ==========================================                                  
   ||               FOOTER                        
    \\ ==========================================
*/
#colophon {
	padding: 1em 0 0;
}
