/*
Theme Name: GCCC Foundation Custom Theme
Description: Custom design for GCCC Foundation.
Author: CYber SYtes, Inc. - Rye Mason
*/


/* ---------------------------------------------- CSS RESETS
-------------------------------------------------------------- */

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, button, textarea, a {
  	background: transparent;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-weight: normal;
}                  
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; }
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; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; padding:0 0 1.5em 0; }
input, select { vertical-align:middle; }

/* End of Reset CSS */



input:invalid, textarea:invalid {
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {  }

/* By default the selection color is pink */
::-moz-selection{ background: #468ab1; color:#fff; text-shadow: none; }
::selection { background:#468ab1; color:#fff; text-shadow: none; }
.ie7 img { -ms-interpolation-mode: bicubic; }


/* remember to define focus styles! */
:focus {outline: 0;}

img {border:0;}
a img {border:0}

/* Float Definitions -----------------------------------------------------------*/

.clear {clear:both;} 

.paddingtop { padding-top: 20px; }

	/* For IE7 */
	.paddingtop { padding-top: 10px; }

.right {float: right;} 

.left {float: left;}

.alignright {float: right;margin: 0 0 2px 7px;}
.alignleft {float: left;margin: 0 7px 2px 0;}

img.left, img.alignleft {float: left;margin: 0 15px 7px 0;}

img.right, img.alignright {float: right;margin: 0 0 7px 15px;}

.post img.aligncenter, .attachment img.aligncenter { display:block; margin: 0 auto; text-align: center; }

.nopad {
	padding: 0px !important;
}
.nomargin {
	margin: 0px !important;
}
.noborder {
	border: none !important;
}


/* ------------------------------------------------------------- Critical Elements to style for all projects      */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 104px;
}  /* must be same height as the footer */

footer {
	background: #cad1d7;
	border-top: 1px solid #a9b4bd;
	position: relative;
	margin: -105px auto 0 auto; /* negative value of footer height */
	padding: 0 20px;
	height: 104px;
	clear:both;
	width: 960px; /* 1000 - 40 = 960 */
	z-index: 6000;	
} 
	


/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

.ie6 #wrap, .ie8 #wrap, .ie9 #wrap {
	display:table;
	height:100%;
}

body {
	background: #562714 url(graphics/bodybg.jpg);
}
body,
input,
textarea {
	color: #05253b;
	font: 16px/26px Georgia, "Times New Roman", Times, serif;
}

.home {
	font: 18px/28px Georgia, "Times New Roman", Times, serif;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 18px;
}

/* About Us table styling */
.page-id-2 table td, .page-id-2 table td p {
	font-size: 14px;
	margin-bottom: 3px;
}

.page-id-2 table td {
	padding: 10px;
	margin-bottom: 10px;
}

.page-id-2 table, .page-id-2 tablebody {
	margin-bottom: 20px;
}


/* Table styling */

table {
	margin-bottom: 20px;
}


/* -------------------------------------------------------------  Container elements */

#ribbon {
	background: url(graphics/lower-ribbon-bg.png) repeat-x;
	height: 134px;
	position: absolute;
	top: 22px;
	width: 100%;
	z-index: 1;
}

header nav {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: url(graphics/header-bg-top-ribbon.png) repeat-x;
	height: 102px;
	left: -8px;
	position: absolute;
	top: 8px;
	width: 1040px;
	z-index: 5000;
}

	#photo-gallery header {
		overflow: auto;
		padding-bottom: 150px;
	}

#wrap {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cdadcde,endColorstr=#4cdadcde)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cdadcde,endColorstr=#4cdadcde); /* IE6 & 7 */
    background: rgba(218, 220, 222, 0.7);
	margin: 0 auto;
	/*padding: 0 12px;*/
	padding: 150px 12px 0;
	position: relative;
	width: 1000px; /* 1025 - 25 = 1000 */
	z-index: 5000;
}

header nav ul {
	font-size: 18px;
	margin: 35px 0 0 330px;
}

header nav ul li {
	float: left;
	margin-left: 19px;
	position: relative;
}	

	nav ul li:first-child {
		margin-left: 0;
	}
	
	header nav ul li a {
		padding-bottom: 50px;
	}


/* Dropdown */
		
		header nav ul li ul {
			display: none;
			height: auto;
			margin-left: 0;
			padding: 0;
		}
		
		
			/* on hover */
			
			header nav li:hover > ul {
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				border-bottom-right-radius: 5px;
				border-bottom-left-radius: 5px;
				background: #1569A3;
				display: block;
				position: absolute;
				left: -55px;
				padding: 10px;
				top: 30px;
				z-index: 6000;
				width: 150px;
			}
			
			
		header nav ul li ul li {
			background: none;
			display: block;
			float: none;
			font-size: 15px;
			font-style: italic;
			margin: 0;
			padding: 5px 10px;
			text-align: center;
		}



.mainimg {
	overflow: hidden;
	height: 415px; width: 1000px;
	padding-bottom: 10px;
	position: relative;
	z-index: 5;
}

.mainimg img {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/***** Buckets *****/

.bucket {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cf5f5f5,endColorstr=#4cf5f5f5)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cf5f5f5,endColorstr=#4cf5f5f5); /* IE6 & 7 */
    zoom: 1;
    background:rgba(245,245,245,0.3);
    margin: 0 auto;
	padding: 8px;
	position: relative;
	width: 476px;
	float: left;
}

.bucket-right {
	float: right;
}

	.marginright {
		margin-right: 28px;
	}	

	.bucket section {
		-webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    background: url(graphics/bucket-bg.png) repeat-x;
	    height: 52px;
	    padding: 5px 0 0 20px;
		width: 456px; /* 470 - 20 = 450 */
	}
	
	.bucket section a, .bucket section a:visited {
		background: url(graphics/bucket-arrow.png) center left no-repeat;
		color: #173a53;
		font: 34px/45px 'nevisBold', Helvetica, Arial, sans-serif;
		letter-spacing: -1px;
		padding-left: 40px;
		position: relative;
		text-transform: uppercase;
	}
	
	.bucket section a:hover, .bucket section a:active {
		color: #0a2a41;
	}
	
		.bucket section a span {
			color: #775305;
			display: block;
			font: 18px Georgia, 'Times New Roman', Times, serif;
			font-style: italic;
			margin: -31px 0 0 245px;
			position: relative;
			text-transform: none;
			width: auto;
		}

			.bucket section a span.further {
				margin-left: 315px;
			}
			
		.bucket section a:hover span, .bucket section a:active span {
			color: #4a3302;
		}

.maintext {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 0;
	background: #f8f5f4;
	overflow: auto;
	padding: 20px;
}

.articlewrapper {
	clear: both;
	overflow: auto;
	padding: 20px 0;
}

	.page-id-48 .articlewrapper {
		padding: 0 0 20px;
	}

article {
	float: left;
	width: 470px;
}

	article.post-4 {
		width: 900px;
	}

aside {
	float: right;
	width: 470px;
}

.home aside, .page-id-182 .aside, .page-id-11 .aside, .page-id-7 .aside {
	float: right;
	width: 470px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	 border-radius: 10px;
	background: #dfdddc;
	padding: 8px;
	}
	
		.home aside div, .page-id-182 .aside div, .page-id-11 .aside div, .page-id-7 .aside div {
			-webkit-border-radius: 10px;
		    -moz-border-radius: 10px;
		    border-radius: 10px;
			background: url(graphics/cta-bg.png) repeat-x;
			height: 72px; /* 102 - 30 = 72 */
			padding: 15px;
			width: 440px; /* 470 - 30 = 440 */
		}
		
		.page-id-182 .aside, .page-id-11 .aside, .page-id-7 .aside {
			margin-bottom: 30px;
			width: 450px;
		}
		
			.page-id-182 .aside div, .page-id-11 .aside div, .page-id-7 .aside div {
				width: 420px;
			}
		
.third {
	width: 100%;
}

.footerimg {
	position: absolute;
	left: 20px;
	top: -13px;
}

footer nav {
	text-align: right;
	padding-top: 25px;
}

	footer nav ul {
		margin-left: 175px;
		text-align: right;
	}

	footer nav ul li {
		float: left;
		margin-left: 4px;
		padding-bottom: 9px;
	}
	
	footer nav ul li, footer nav ul li a, footer nav ul li a:visited {
		color: #0c4e7c;
		font: 14px 'nevisBold', Helvetica, Arial, sans-serif;
		text-shadow: 1px 1px #e0e7ed;
		text-transform: uppercase;
	}
	
	footer nav ul li a:hover, footer nav ul li a:active {
		color: #002d4d;
	}
	
		.ie7 li.last {
			width: 100px;
		}
	
footer p {
	clear: both;
	color: #798a99;
	font: 12px/15px 'nevisBold', Helvetica, Arial, sans-serif;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

	footer p a, footer p a:visited {
		color: #798a99;
	}
	
	footer p a:hover, footer p a:active {
		color: #5f7588;
	}

/* -------------------------------------------------------------  Text elements */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.logowrapper {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cf5f5f5,endColorstr=#4cf5f5f5)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cf5f5f5,endColorstr=#4cf5f5f5); /* IE6 & 7 */
    zoom: 1;
    background:rgba(245,245,245,0.3);
    left: 24px;
    padding:6px;
    position: absolute;
    top: -20px;
    width: 275px;
}


	
h1, h2 {
	color: #0c4e7c;
	font-size: 75px;
	font-style: italic;
	letter-spacing: -3px;
	line-height: 80px;
	padding-bottom: 10px;
}

	
	h1.logo {
		-webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px; 
		background: url(graphics/logobg.png) repeat-y;
		display: block;
		height: 93px; /* 125 - 28 = 97 - 4 = 93 */
		padding-top: 32px;
		text-align: center;
		width: 275px;
	}

h3 {
	color: #0b507f;
	font-size: 30px;
	font-style: italic;
	line-height: 30px;
	padding-bottom: 20px;
}

	/* Remove bottom padding on Photo Gallery page */
	.page-id-48 h3 {
		padding-bottom: 0;
	}
	
	/* Add it back for photo titles */
	.page-id-48 .ngg-imagebrowser h3 {
		padding-bottom: 20px;
	}
	

aside div h3, .aside div h3 {
	color: #fff;
	font-size: 34px;
	font-style: italic;
	line-height: 35px;
	padding-bottom: 5px;
	text-shadow: 1px 1px #0b507f;
}

h4 {
	color: #B21815;
	font: 18px/25px 'nevisBold', Helvetica, Arial, sans-serif;	
	line-height: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

h5 {
	color: #0c4e7c;
	font: 18px/25px 'nevisBold', Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	text-transform: uppercase;
}

h6 {
	color: #0c4e7c;
	font-size: 18px;
	font-style: italic;
	line-height: 17px;
	padding-bottom: 10px;
}

blockquote p {
	border-bottom: 1px solid #c2cfd8;
	color: #88a3b5;
	font: 16px/25px 'nevisBold', Helvetica, Arial, sans-serif;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.top {
	border-bottom: 1px solid #c2cfd8;
	overflow: auto;
	width: 100%;
}

	.top blockquote p {
		border-bottom: 0;
	}

aside div p, .aside div p {
	color: #8cbada;
	font: 18px 'nevisBold', Helvetica, Arial, sans-serif;
	margin-top: -3px;
	text-transform: uppercase;
}

	aside div p a, aside div p a:visited, .aside div p a, .aside div p a:visited {
		-webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px; 
		background: #dfa323;
		color: #103956;
		display: inline-block;
		font-size: 22px;
		margin-left: 20px;
		padding: 3px 10px;
		text-shadow: 1px 1px #f9d280;
	}
	
	aside div p a:hover, .aside div p a:active {
		color: #0b283c;
	}
	
	
p.facebook {
	border-top: 1px solid #c2cfd8;
	color: #425969;
	font: 30px/48px Georgia, 'Times New Roman', Times, serif;
	padding-top: 20px;
	white-space: nowrap;
}	

	/* Change font size for IE */
	.ie9 p.facebook, .ie8 p.facebook, .ie7 p.facebook {
		font-size: 29px;
		text-align: center;
	}

	p.facebook a, p.facebook a:visited {
		background: url(graphics/fb-logo.png) top left no-repeat;
		color: #395597;
		display: inline-block;
		margin-left: 13px;
		padding-left: 60px;
	}
	
	p.facebook a:hover, p.facebook a:active {
		color: #28427e;
	}
	


@font-face {
    font-family: 'nevisBold';
    src: url('fonts/nevis-webfont.eot');
    src: url('fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nevis-webfont.woff') format('woff'),
         url('fonts/nevis-webfont.ttf') format('truetype'),
         url('fonts/nevis-webfont.svg#nevisBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


.articlewrapper ul {
	margin: 0 0 20px 10px;
	padding-right: 5px;
}
		.articlewrapper ul li {
			background: url(graphics/bullet.png) 0 6px no-repeat;
			display: block;
			padding-left: 20px;
			margin-bottom: 5px;
		}
ol {
	list-style: decimal;
	margin: 0 0 25px 25px;
}
ol li {
	margin-bottom: 10px;
}
	ol ol {
		list-style: upper-alpha;
	}
		ol ol ol {
			list-style: lower-roman;
		}
			ol ol ol ol {
				list-style: lower-alpha;
			}
ul ul,
ol ol,
ul ol,
ol ul {
	padding-bottom: 0;
}
dl {
	padding: 0 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	padding-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #f00;
	text-decoration: none;
}

pre {
	background: #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a, a:visited {
	color: #c08911;
}

	nav ul li a, nav ul li a:visited {
		color: #fff;
		text-shadow: 1px 1px #0a5283;
	}

a:hover, a:active, nav ul li a:hover, nav ul li a:active {
	color: #e6a925;
}

/* Text meant only for screen readers (From the Twenty Ten Wordpress Theme) */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* -------------------------------------------------------------  Form elements */

legend {
	display: none;
	visibility: hidden;
}

label, .button_div {
	color: #828180;
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 10px;
	text-transform: uppercase;
}

input, textarea, select, input[type="password"] {
	border: 1px solid #CECDCC;
	color: #828180;
	padding: 5px;
}

	input:focus, textarea:focus, select:focus {
		color: #595959;
	}
	
textarea {
	margin-bottom: 10px;
}
	
input[type="submit"], input[type="reset"] { 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #1D74B1;
	border: 0;
	clear: both;
	color: #fff;
	cursor: pointer;
	display: block;
	font: 20px 'nevisBold', Helvetica, Arial, sans-serif;
	margin-top: 10px;
	padding: 10px 30px;
	text-transform: uppercase;
}

	input[type="submit"]:hover, input[type="reset"]:hover {
		background: #1A6699;
		color: #E5F1F9;
	}
	
	
/* -------------------------------------------------------------  Popup Shadowbox */


#sb-container {
	z-index: 90000;
}

/* YouTube gallery */

.youtube_gallery {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.youtube_gallery div {
	text-align: left;
}

.youtube_gallery_caption {
	color: #C08911;
    font: 15px/25px 'nevisBold',Helvetica,Arial,sans-serif !important;
    font-style: normal !important;
    padding-bottom: 10px;
    text-align: left !important;
    text-transform: uppercase;
} 

.youtube_gallery_item img {
	border: 0 !important;
}

	.youtube_gallery_item img:hover {
		border-color: #847D7F !important; 
	}

/* NGG photo gallery */

#photo-gallery .ngg-imagebrowser h3 { display: none; }

.ngg-album-compact {
	margin-bottom: 10px;
	min-height: 220px !important;
}

.ngg-album-compact h4 { 
	padding-bottom: 0;
	line-height: 18px !important;
}

.ngg-galleryoverview {
	padding-bottom: 30px;
}

.ngg-gallery-thumbnail img {
	border: 1px solid #88A3B5 !important;
}

.ngg-gallery-thumbnail img:hover {
	background: #88A3B5 !important;
	border: 1px solid #6B889B;
}

.ngg-imagebrowser img {
	border: 1px solid #C2CFD8;
	margin: 0 auto;
	max-width: 98% !important;
	width: auto !important;
}

/* ------------- Menu/Navigation(w/dropdown support) defaults that Wordpress applies to wp_nav_menu or wp_list_pages
--------------- Simply replace .your_navigation_container with whatever styles you're using for your navigation */

.your_navigation_container {
	background: #;
	display: block;
	width: 1000px;
}
.your_navigation_container ul {
	padding: 0;
	margin: 0;
}
.your_navigation_container li {
	position: relative;
	float: left;
}
.your_navigation_container a {
	display: block;
	float: left;
	line-height: 38px;
}
.your_navigation_container ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
.your_navigation_container ul ul li {
	min-width: 180px;
}
.your_navigation_container ul ul ul {
	left: 100%;
	top: 0;
}
.your_navigation_container ul ul a {
	background: #ff0;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
.your_navigation_container li:hover > a,
.your_navigation_container ul ul :hover > a {
	background: #f00;
	color: #fff;
}
.your_navigation_container ul li:hover > ul {
	display: block;
}
.your_navigation_container ul li.current_page_item > a,
.your_navigation_container ul li.current-menu-ancestor > a,
.your_navigation_container ul li.current-menu-item > a,
.your_navigation_container ul li.current-menu-parent > a {
	color: #00f;
}
* html .your_navigation_container ul li.current_page_item a,
* html .your_navigation_container ul li.current-menu-ancestor a,
* html .your_navigation_container ul li.current-menu-item a,
* html .your_navigation_container ul li.current-menu-parent a,
* html .your_navigation_container ul li a:hover {
	color: #00f;
}

/* -------------------------------------------------------------- Comment Styles for this wordpress framework (You can change the markup and css if you'd like) */

#comments {
	clear: both;
}
#comments .previous_next {
	padding: 0 0 20px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: ;
}
.commentlist {
	list-style: none;
	padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #f00;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	padding-bottom: 20px;
}
#comments .comment-body p:last-child {
	padding-bottom: 5px;
}
#comments .comment-body blockquote p:last-child {
	padding-bottom: 25px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #0ff;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: .8em;
	padding: 0 0 20px 0;
}
.comment-meta a {
	color: #f00;
}
.comment-meta a:hover {
	color: #00f;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 20px 0;
}
.reply a,
a.comment-edit-link {
	color: #f00;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #00f;
}
.commentlist .children {
	list-style: none;
	padding: 0;
}
.commentlist .children li {
	border: none;
	padding: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #f00;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#comments .pingback p {
	display: block;
	padding: 0;
}
#comments .pingback .url {
	font-style: italic;
}


/* ---------------------------------------------------------------------------- Default Widget Styles */

#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}




/* ---------------------------------------------------------------------------- Mobile Safari CSS ( iPad, iPhone and iPod Touch ) */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.your_navigation_container {
	-webkit-text-size-adjust: 120%;
}


/* ----------------------------------------------------------------------------- Print Style */
/* Replace the styles below with the name of your classes and ids that apply */

@media print {
	body {
		background: none !important;
	}
	 #wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.previous_next,
	.page-link,
	.widget-area {
		display: none !important;
	}
	header,
	footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}








.banners {
text-align: center;
}








/*
    // ========================================== \\
   ||                                              ||
   ||               CSS3 MEDIA QUERIES                  ||
   ||                                              ||
    \\ ========================================== //
*/

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
}

@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; }
}



/* Basic jQuery Slider essential styles */

ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
}

li.bjqs-slide {
	position: absolute;
	display: none;
}

ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

ul.bjqs-controls.v-centered li a { position: absolute; }

ul.bjqs-controls.v-centered li.bjqs-next a { right: 0; }

ul.bjqs-controls.v-centered li.bjqs-prev a { left: 0; }

ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ol.bjqs-markers.h-centered { text-align: center; }

ol.bjqs-markers li { display: inline; }

ol.bjqs-markers li a { display: inline-block; }

p.bjqs-caption {
	display: block;
	width: 96%;
	margin: 0;
	padding: 2%;
	position: absolute;
	bottom: 0;
}




/*
    // ========================================== \\
   ||                                              ||
   ||               QUICK CSS LIBRARY                  ||
   ||                                              ||
    \\ ========================================== //
*/


/* Quick CSS3 Library
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
/*border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-top: 1px solid #afdd66;
border-bottom: 1px solid #194d70;
text-shadow:rgba(98,98,98,1) 0 -2px 0;*/