/* main classes  */

	
/* structure div ids 
 960 px outer grid
  940 px inner grid
  12 px column
  60 px columns
  20 px gutter
  10 px outer
*/
.col1 {
	width:60px;
}

.col2 {
	width:140px;
}

.col3 {
	width:220px;
}

.col4 {
	width:300px;
}

.col5 {
	width:380px;
}

.col6 {
	width:460px;
}

.col7 {
	width:540px;
}

.col8 {
	width:620px;
}

.col9 {
	width:700px;
}

.col10 {
	width:780px;
}

.col11 {
	width:860px;
}

.col12 {
	width:940px;
}

.hide {
	display:none;
}


	
/* ---- Global Styles ---- */
#outerWrapper {
	width:100%;
	margin:0 auto;

}

.wrap {
	width:980px;
	margin:0 auto;
}
#innerWrapper {
    background: url("/images/_pages/_global/content_repeater.jpg") repeat-y scroll 0 0 transparent;
    width: 1070px;
    padding: 5px 0 20px;
    margin: 0 auto;
}
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 0 5px #999;
    margin: 0 auto;
    width: 940px;
    padding: 20px 20px 0;
}

/* defining content areas and their rules for home page */
.content_box {
	border: 4px solid;
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding-bottom: 8px;
}
.content_box .inner { border-top: 3px solid; margin-top: 4px; float: left;}
.cBox { 
	height: 47px;
	line-height: 55px;
	padding: 0 20px;
	border-width: 4px;
	border-style: solid;
	text-shadow: 1px 2px 2px #666;
	color: #fff;
	border-radius: 8px 8px 0 0;
	padding-top:3px;
}
#twoLine.cBox {
    height: 55px;
    line-height: 25px;
    padding-top: 10px;
}
.cBox.wIcon {position: relative; padding-left: 65px; 
/*line-height: 66px;*/}
.cBox.wIcon img { display: block; position: absolute; top: 4px; left: 0;}

.blue .cBox { background: #0072bc;}
.blue .content_box, .blue .content_box .inner, .blue .cBox { border-color: #8aaad9;}
.blue .attachedImage {border: 3px solid #8aaad9;}

.teal .cBox { background: #00bbce;}
.teal .content_box, .teal .content_box .inner, .teal .cBox { border-color: #a1dbe4;}
.teal .attachedImage {border: 4px solid #a1dbe4;}


.orange .cBox { background: #faa61c;}
.orange .content_box, .orange .content_box .inner, .orange .cBox { border-color: #fecf8d;}

.yellow .cBox { background: #FFD400;}
.yellow .content_box, .yellow .content_box .inner, .yellow .cBox { border-color: #FFF56D;}


.green .cBox { background: #39b54a;}
.green .content_box, .green .content_box .inner, .green .cBox { border-color: #a5d49c;}

.pea .cBox { background: #a6ce3a;}
.pea .content_box, .pea .content_box .inner, .pea .cBox { border-color: #d1e39b;}

.pink .cBox { background: #ef404a;}
.pink .content_box, .pink .content_box .inner, .pink .cBox { border-color: #f7a193;}
.pink .attachedImage {border: 3px solid #f7a193;}

.spacedBorder { padding-bottom: 5px; border-bottom: 3px solid;}
.photo_banner img { display: block;}
.attachedImage {
	position: absolute;
	right: 0;
	top: 0;
	width: 258px;
	height: 168px;
	 -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    -khtml-border-radius: 10px;
	    border-radius: 10px;
	
}

.noCorners { -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
/*posts */

.truncated .post {
    border-bottom: 3px solid #FECF8D;
    color: #454351;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 1.2em;
    padding: 8px 0;
    width: 452px;
    -moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.truncated .post.last {border-bottom: none;}
#news .post {border-color: #FECF8D;}
#news .post:hover { background: #fff4e5; color: #231f20;}

#calendar .post {border-color: #a5d49c;}
#calendar .post:hover { background: #e7ffe2; color: #231f20;}
.truncated .date {
	width: 80px;
	display: block;
	text-align: center;
}
.truncated .meta {
	display: block;
	width: 331px;
}
.truncated .meta strong { font-weight: bold; font-size: 14px; color: #312e2e;}
.truncated .comments {
    background: url("/images/_pages/_global/news_bubble.png") no-repeat scroll 0 0 transparent;
    color: #FAA61C;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 26px;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
}
.truncated .fbrsvp {
    background: url("/images/_pages/_global/fbrsvp.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    margin: 0 5px 0 0;
    width: 27px;
}
.truncated .fbrsvp:hover {
    background-position:0 -30px;
}
	
/* mailing list tabs */
#emailSubmitPanes {
    display: block;
    margin:0;
    height: 50px;
    overflow: hidden;
    width: 275px;
}

/*#emailSubmitStart {
	float:left;
    background: url("/images/_pages/_global/footerMail.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    text-indent: -999em;
    width: 275px;
}
#emailSubmitStart:hover { background-position: 0 -25px;}
#emailSubmitStart.wire {
    background: none repeat scroll 0 0 #eee;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    text-indent: 0;
    text-transform: uppercase;
}*/
#emailSubmitPanes input {
    display: block;
    height: 21px;
    line-height: 18px;
    padding: 2px 3px;
    border: none;
    float: left;
}
#emailSubmitPanes input#emailSubmitEmail {
    width: 130px;
    margin-right: 3px;
}
#emailSubmitPanes input#emailSubmit {
    background: none repeat scroll 0 0 #044765;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    width: 100px;
    height: 25px;
}
#emailSubmitPanes input#emailSubmit:hover { color: #b0c9ce;}
#emailSubmitPanes #emailSubmitSending, #emailSubmitPanes #emailSubmitSuccess { text-align: center; font-size: 1.1em; padding: 5px;}
/* end mailing list tabs */
/* end mailing list tabs */
.like_btns {
	margin:5px 0 0;
}

a.hear_more {
	position:absolute;
	right:0;
	bottom:17px;
	margin-left:5px;
	font-size:.9em;
}

#searchBox {
	margin-top:5px;
}


	
/* ---- Socials ---- */
#socials {
    border-right: 2px solid #FFFFFF;
    height: 28px;
    margin: -5px 10px 0 0;
    padding: 5px 10px 0 0;
    width: 145px;
}


	
/*sns:  33 [ 26 , 48 , 40 ]*/
#socials ul {
	list-style:none;
	margin:0;
	padding:0;
	height:23px;
	width:146px;
}

#socials ul li {
	display:block;
	float:left;
}

#socials ul li a {
	display:block;
	width:24px;
	padding:0;
	background-image:url(/images/_pages/_global/socials.png);
	background-repeat:no-repeat;
	text-indent:-999em;
	height:23px;
}

#socials ul li a.fb {
	background-position:0 0;
}
#socials ul li a.fb:hover {
	background-position:0 -23px;
}

#socials ul li a.twitter {
	background-position:-24px 0;
}

#socials ul li a.twitter:hover {
	background-position:-24px -23px;
}

#socials ul li a.youtube {
	background-position:-48px 0;
}

#socials ul li a.youtube:hover {
	background-position:-48px -23px;
}

#socials ul li a.rss {
	background-position:-72px 0;
}

#socials ul li a.rss:hover {
	background-position:-72px -23px;
}
#socials ul li a.grn {
	background-position:-96px 0;
}

#socials ul li a.grn:hover {
	background-position:-96px -23px;
}

#socials ul li a.ylw {
	background-position:-120px 0;
}

#socials ul li a.ylw:hover {
	background-position:-120px -23px;
}


	
.rssIcon {
    background: url("/images/_pages/_global/rssicon.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #DA5D1A;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
    display: block;
    height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 17px;
    text-indent: -9999em;
    top: 22px;
    width: 15px;
    z-index: 1000;
}

.rssIconBlog {
    background: url("/images/_pages/_global/rssicon.png") no-repeat scroll 0 0 transparent;
    border: 1px solid #DA5D1A;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
    display: block;
    height: 15px;
    margin-bottom: 16px;
    padding: 0;
    width: 15px;
    text-indent: -9999em;
}


ul.circles {
	height:11px;
	margin:0;
	padding:0;
	position:relative;
	width:200px;
	z-index:200;
	margin: 20px 10px 0 0;
	float: right;
}

ul.circles li a {
	display:block;
	text-indent:-9999px;
	background:transparent url(/images/_pages/_global/circles.png) no-repeat 0 0;
	height:11px;
	width:11px;
}

ul.circles li {
	list-style-type:none;
	float:right;
	margin-left:6px;
}

ul.circles li a:hover,ul.circles li a.current {
	display:block;
	text-indent:-9999px;
	background:transparent url(/images/_pages/_global/circles.png) no-repeat 0 -11px;
}


	
/* ---- Twitter Frame ---- */
#twitterWidget {
	height:80px;
	line-height:1.2em;
	padding:0;
	position:relative;
	width:100%;
}

#twitterWidget a {
	text-decoration:underline;
}

#twitterWidget a:hover {
}

#twitterWidget .tweetTime {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#headerTweetList {
	height:80px;
	list-style-type:none;
	margin:0;
}

#headerTweetList li {
	height:80px;
	list-style-type:none;
	margin:0;
	width:350px;
}

#twitterWidget a.followLink {
	bottom:0;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	left:0;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
}

.tweetTime {color: #6DCFF6;}
	
/* ---- Footer ----*/
#footer {
    background: url("/images/_pages/_global/content_bottom.jpg") no-repeat scroll 0 -128px transparent;
    display: block;
    height: 184px;
    margin: 0 auto;
    padding: 65px 0 0;
    position: relative;
    text-align: center;
    width: 1070px;
}
#footer a {
	color: #454351;
}
#footer p {
	font-size: 11px;
	color: #454351;
}
.footWrap { width: 441px; margin-bottom: 45px;}
a.site_by {
	background:url(/images/_pages/_global/oniracom.png) repeat scroll 0 0 transparent;
	display:inline-block;
	height:24px;
	line-height:24px;
	text-indent:-999em;
	width:109px;
}

a.site_by:hover {
	background-position:0 -24px;
}

#shareIt {
    height: 60px;
    margin: 30px auto 0;
    width: 200px;
}

#shareIt > div {
	float:left;
	margin:0 10px 0 0;
}

a.mailBtn { background: url(/images/_pages/_global/mail.png) 0 0 no-repeat; width: 252px; height: 27px; display: block; margin: 10px auto 15px; text-indent: -999em;}
a.mailBtn:hover { background-position: 0 -27px;}
	
/* ---- News Posts ---- */
.newsNav ul {
	margin:10px 0;
}
.headline { font-size: 16px; font-weight: bold;}
.newsNav ul li {
	list-style-type:none;
	display:inline;
	font-size:1.6em;
	margin:0 35px 0 0;
}

.post {
	margin:0;
	padding:10px 0 20px;
}


.post .subHeadline {
	margin-bottom:5px;
	font-size:.8em;
}

.post .date {
	display:block;
	font-weight:bold;
}

.shareLinks {
	padding:4px 0;
}

.commentCount {
	display:block;
	color:#fff;
	font-size:1.2em;
	height:37px;
	line-height:30px;
	text-transform:uppercase;
}

.post img {
	margin:5px 0;
	border:3px solid #044765;
}
.post a:hover img { border-color: #8a4423;}
.post img.float-left {
	margin:0 10px 5px 0;
}

.post img.float-right {
	margin:0 0 5px 10px;
}
.comments { background: #fff; padding: 10px; width: 540px;}
.pdfButton {
	background:url(/images/_pages/news/pdfarrow.png) 0 0 no-repeat;
	width:128px;
	height:98px;
	display:block;
	margin:5px 10px 10px 0;
}

.pdfButton:hover {
	background-position:0 -98px;
}

a.button,input.button,span.button {
	border:2px solid #ccc;
	display:block;
	background-color:#eee;
	font-size:1em;
	padding:5px 7px;
	cursor:pointer;
	text-align: center;
	height: auto;
}

a.readMore {
	font-weight:bold;
	font-size:.9em;
}

a.blueButton {
	background-color:#a4e1f3;
	border:1px solid #fff;
	color:#683908;
	font-size:1em;
	padding:8px 32px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	margin:7px 0;
	-webkit-box-shadow:0 0 5px #777;
	-moz-box-shadow:0 0 5px #777;
	box-shadow:0 0 5px #777;
}

a.blueButton:hover {
	background:#77a4b1;
	color:#000;
}

a.inverted_button {
	display:block;
	height:28px;
	background-color:#ffffff;
	color:#663300;
	font-size:1.5em;
	padding:5px 10px 2px;
	border:1px solid black;
}

a.inverted_button:hover {
	color:#3c2209;
}

#searchBox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #30B3E9;
    border-radius: 15px 15px 15px 15px;
    height: 22px;
    line-height: 28px;
    margin: -3px 0 0;
    padding: 3px 10px;
    width: 240px;
    -moz-box-shadow:  0 1px 2px #AAAAAA inset;
    -webkit-box-shadow:  0 1px 2px #AAAAAA inset;
    box-shadow:  0 1px 2px #AAAAAA inset;
}


#searchBoxSide {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #30B3E9;
    border-radius: 15px 15px 15px 15px;
    height: 22px;
    line-height: 28px;
    margin: 10px 0 15px;
    padding: 3px 10px;
    width: 190px;
    -moz-box-shadow:  0 1px 2px #AAAAAA inset;
    -webkit-box-shadow:  0 1px 2px #AAAAAA inset;
    box-shadow:  0 1px 2px #AAAAAA inset;
}



input#keywords {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #777777;
    float: left;
    font-size: 0.8em;
    height: 19px;
    line-height: 22px;
    padding: 3px 0 0px 5px;
    width: 215px;
}



input#keywordsSide {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #777;
    float: left;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    width: 165px;
    font-size:.8em;
}


input#searchSubmit {
	height:16px;
	width:18px;
	background: url(/images/_pages/_global/search.png) 0 0 no-repeat;
	border: none;
	text-indent: -9999em;
	cursor: pointer;
	float: right;
	margin: 3px 0 0;
	color:#aaa;
}

ul.monthArchive {
	clear:both;
	font-size:14px;
	float:left;
}

ul.monthArchive li {
	margin-bottom:5px;
	width:100%;
}

ul.monthArchive li a {
	font-weight:bold;
}
ul.sidebarArchive { list-style: none outside none; margin: 10px 0 20px; padding: 0; border-top: 1px solid #000;}
ul.sidebarArchive li a { display: block; padding: 5px 0; font-weight: normal; color: #000;border-bottom: 1px solid #000;}
ul.sidebarArchive li a:hover {color:#408794;}
a.back { background: url(/images/_pages/news/backToNews.jpg) 0 0 no-repeat; width: 213px; height: 50px; display: block; margin: 30px 10px 10px; float: right;}
a.back:hover { background-position: 0 -50px;}
	
a.newsArchive { background: url(/images/_pages/news/newsArchive.jpg) 0 0 no-repeat; width: 213px; height: 50px; display: block; margin: 30px 0 10px;}
a.newsArchive:hover { background-position: 0 -50px;}
ul.filters {
	margin:10px 0 0;
	padding:0;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

ul.filters li {
	float:left;
}

ul.filters li a {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	height:50px;
	line-height:50px;
	margin-right:3px;
	margin-bottom:3px;
	padding:0 40px 0 0;
	text-transform:uppercase;
}

ul.filters li a:hover,ul.filters li a.current {
	text-decoration:underline;
}

a.download.button {
	font-size:.9em;
	margin:5px 25px 0 0;
	padding:0 4px;
}

ul.archiveList {
	clear:both;
	height:20px;
	list-style:none outside none;
	margin:0 0 10px;
	padding:0;
}

ul.archiveList li {
	float:left;
}

ul.archiveList li a {
	display:block;
	padding:0 30px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}

ul.archiveList li a.active {
	text-decoration:underline;
}


	
/* ------ Tour Section ------ */

	
/* ----- Video Section ----- */

	
/* the overlayed element */
.overlay {

	
/* must be initially hidden */
	display:none;

	
/* place overlay on top of other elements */
	z-index:10000;
	width:500px;

	
/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow:0 0 90px #000;
}


	
/* close button positioned on upper right corner */
a.close {
	background-image:url(/images/_pages/_global/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


p.authorblog {
    font-style: italic;
    line-height: 1.3;
    margin: 2px 0 5px;
    font-size:12px;
}

.normalButton {
	background-color: #A1DBE4;
    border: 3px solid #00BBCE;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
}

.normalButton:hover {
	background-color: #00BBCE;
	border-color:#A1DBE4;
}

/******** misc classes *******/

p.paginate {margin-left:20px; font-weight:bold;  margin-top:20px;}
p.paginate a {color:#FECF8D; font-weight:bold;}
p.paginate a:hover {color:#408794;}

#notePad .post.noBottom {border-bottom:0;}
.padded20 {padding:20px;}

.noBorderBottom, a.noBorderBottom, #calendar .noBorderBottom {border-bottom:0 !important;}

::-webkit-input-placeholder {
padding-top:1px;
}

