/* @override http://m.roanoke.site/css/mobile.css */

body {
	font-size: 60%;
}

div.ui-body-c {
	font-size: 120%;
}


@media all and (min-width:450px) {
body {
	font-size: 70%;
}
div.ui-body-c {
	font-size: 140%;
}
}
 
@media all and (min-width:800px) {
	
}

.hidden-phone {
	display: none !important;
}
.block:after {
	content: '.';
	display: block;
	height: 0;
	clear:  both;
	visibility: hidden;
}
.toolbar {
	border-top: 1px #545454 solid;
	background: #000;
	/* background: #000 url('../images/toolbar-black.png') repeat-x; */
	color: #fff;
	font-size: 1.2em;
}
.faux-toolbar {
	height: auto;
	padding: 0 10px;
	min-height: 0;
}
.arrow-right:after {
	/* content: url('../images/arrow-right-white.png'); */
	display: block;
	position: relative;
	bottom: 1px;
	left: 4px;
}
.arrow-left:before {
	/* content: url('../images/arrow-left-white.png'); */
	content: "\25C0";
	display: block;
	position: relative;
	bottom: 1px;
	left: -4px;
}
.logo {
	text-align:  center;
	background:  url(images/logo-roanoke.png) scroll no-repeat 50% 50%;
	text-indent: -999em;
	height:  110px;
	margin: 0 30% !important;
}
h1 {
	margin: 0;
}
.ui-overlay-c {
	text-shadow: none !important;	
	background-color: #5e1328;
}
.ui-body-c a.ui-link {
	color: #741731 !important;
	font-weight: normal;
}
.toolbar a.ui-link, .menu a.ui-link, .footer a.ui-link {
	color: #fff !important;
}
.ui-btn-up-c a.ui-link-inherit, .ui-btn-hover-c a.ui-link-inherit {
	color: #fff;
	text-shadow: none;
}
a.mainsitelink.ui-link, .ui-body-c h2 a.ui-link {
	font-weight: bold;
}
.ui-li > .ui-btn-inner {
	padding: 5px;
}
/* @group content */

div.content {
	background-color: #fff;
	padding: 0;
	overflow: visible;
}
div.content h1 {
	margin: 0;
	font-size: 1.2em;
	padding: 8px;
	color: #fff;
	/*background: #4d6d7e url('../images/toolbar-green.png') repeat-x left top;*/
	margin-bottom: 8px;
	text-shadow: 0 -1px #444;
	background: rgb(75,111,131); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(75,111,131,1) 0%, rgba(54,86,104,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,111,131,1)), color-stop(100%,rgba(54,86,104,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(75,111,131,1) 0%,rgba(54,86,104,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(75,111,131,1) 0%,rgba(54,86,104,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(75,111,131,1) 0%,rgba(54,86,104,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(75,111,131,1) 0%,rgba(54,86,104,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6f83', endColorstr='#365668',GradientType=0 ); /* IE6-9 */

}
div.content div.content-area {
	padding: 0 8px 16px 8px;
	min-height: 300px;
}
div.content h2 {
	font-size: 1em;
	font: bold 1.6em/1.3 verdana, arial, helvetica, sans-serif;
	margin: 0;
	color:  #000;
}
div.content h3 {
	font-size: 1em;
	font: bold 1.4em/1.3 verdana, arial, helvetica, sans-serif;
	margin: 0 0 .3em 0;
	color:  #355466;
}
div.content .content-area > h3 {
	margin-top: .7em;
}
div.content h2 a {
	color: #741731;
	text-decoration: none;
}
div.content img.right {
	float:  right;
	margin:  0 0 1em 1em;
}
div.content img.left {
	float:  right;
	margin:  0 1em 1em 0;
}
div.photo {
	margin: 1em 0 2em 0;
}
div.content div.photo p {
	color:  #666;
	font: italic 1.2em/1.5 verdana, arial, helvetica, sans-serif;
	margin-bottom: 0;
}
div.photo p cite {
	font-size: 10px;
	text-align: right;
	display: block;
	font-style: normal;
}
div.content p {
	font: normal 1.3em/1.4 verdana, arial, helvetica, sans-serif;
	color: #333;
}

div.content ul{
	font: normal 1.3em/1.4 verdana, arial, helvetica, sans-serif;
}

div.content p.dateline {
	font: bold 1.3em/1.4 verdana, arial, helvetica, sans-serif;
	color: #666;
}
div.content p {
	margin-bottom: 1em;
}
div.content .topstories_innerwrap {
	padding-top: .5em;
}
div.content .topstories_innerwrap p {
	margin: 0;
}
div.content .topstories_innerwrap h2, div.content .topstories_innerwrap p.dateline {
	margin-bottom: .2em;
}
div.content a {
	color: #741731;
	text-decoration: underline;
}
div.secondary div.content.nopadding {
	padding-top: 0;
}
ul.content-list, ol.content-list {
	-webkit-border-radius: 0;
	margin: .5em 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: normal;
	border-width: 0;
}
ol.content-list li {
	color:  #333;
	margin-left: 2em;
	line-height: 1.5em;
}
ul.content-list a {
	display: inline;
	color: #741731;
	text-decoration: underline;
}
ul.content-list li {
	padding: 0;
	line-height: 1.5;
	border-width: 0;
	list-style-type: square;
	margin-left: 2em;
	color: #333;
}
ul.content-list.nobullet li {
	padding: 0;
	line-height: 1.5;
	border-width: 0;
	list-style: none;
	list-style-type: none;
	margin-left: 0;
}
.answer input {
	font-size: 1.5em;
}
select {
	font-size: 1em;
}
/* @end */

.menuButton {
	padding:15px;
	margin-bottom: -40px;
}

/* @group menu */

/* reset */
.slideOutMenu {
	background-color: #5e1328;
	width: 260px;
	z-index: -100;
	/*left: -260;*/
}

/*#menu {
    position: fixed;
    width: 260px;
    top: 0;
    left: 0;
    overflow: auto;
}*/


.slideOutMenu ul, .slideOutMenu li, .slideOutMenu li a {
	padding: 5px;
	margin: 0px;
	border: 0px;
	width: auto;
	background: none;
}

.slideOutMenu h3 {
	font-family:arial;
	font-size:16px;
	color:#fff;
	margin:0;
	/*background-color:#741731;*/
	padding:6px 6px 6px 10px;
	background: #490f1f;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,rgba(80,7,15,1)),color-stop(85%,rgba(60,8,15,1)));
	/*border-top:solid #6b6b6b 1px;*/
	/*border-bottom:solid #000 1px;*/
	/*text-shadow:0 -1px 1px #333;*/
}

.slideOutMenu ul {
	margin:0;
	padding:0;
	width:inherit;
}
.slideOutMenu ul li {
	list-style-type:none;
	margin:0;
}
.slideOutMenu ul li a:link,.slideOutMenu ul li a:visited {
	/*border-bottom:solid #333 1px;*/
	/*box-shadow:0 1px 0 #727272;*/
	color:#fff;
	font-size:14px;
	font-family:arial;
	text-decoration:none;
	width:260px;
	display:block;
	padding:10px 0 10px 10px;
	text-shadow:0 1px 1px #000;
}

.slideOutMenu .map {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #490f1f;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,rgba(60,6,12,.5)),color-stop(85%,rgba(50,6,12,.5)));
	border-top: solid #490f1f 1px;
	border-bottom: solid #340b16 1px;
}

.slideOutMenu .search {
	padding-top: 10px;
	padding-bottom: 10px;
}

.slideOutMenu #searchbox {
	padding: 5px;
	padding-left: 30px;
	width: 200px;
	outline: none;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	background-color: rgba(255, 255, 255, .4);
	background-image: url(../../images/mobile/search.png);
	background-size: 25px 25px;
	background-position: 2px 0px;
	background-repeat: no-repeat;
}

/* @end */

/* @group home */

div[data-role="page"] {
	-webkit-transition: margin ease-out .4s;
	-moz-transition: margin ease-out .4s;
	-o-transition: margin ease-out .4s;
	-ms-transition: margin ease-out .4s;
	transition: margin ease-out .4s;

}

/* This classes dictate the state of the 'slide out menu' */
body.notransition div[data-role="page"] {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.menuShowing div[data-role="page"] {
	margin-left: 250px;
}


div[data-role="page"] .date {
	float:  left;
}
div[data-role="page"] .menu-button {
	float:  right;
	text-align: right;
	font-size: 1.1em;
}

div[data-role="page"] .toolbar .menu-button a.menu-toggle {
	border-width: 5px 5px 5px 5px;
	-webkit-border-image: url(../images/button-toolbar.png) 5 5 5 5 stretch stretch;
	padding: 0 1em;
	line-height: 15px;
	height: 15px;
	top:20px;
}

div.navigation div {
    font-size: 1.3em;
    width: 59px;
}
div.navigation a.ui-link {
    color: #FFFFFF !important;
    text-decoration: none;
    display: block;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
div.navigation .active {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: none;
}
div.navigation a img {
	display: block;
	margin: 0 auto 7px auto;
	background: url("../images/springboard-background.png") no-repeat center top;
    border-radius: 10px;
    padding: 0 3px 3px 3px;
}
/* @group ui-header */

div.ui-header {
	background: #741731 url('../images/springboard-shadow.png') repeat-x left bottom;
}

div.ui-header a.ui-btn-left {
	display: block !important;
	left: auto;
	position: static;
	top: auto;
}
/* @end */

/* @group navigation */
.navigation {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	margin-bottom: 10px;
}
/* @end */

/* @group photo gallery */
.gallery-title {
	color: #ffffff;
	text-shadow: 0 -1px 1px #444;
	line-height: 27px;
}
.gallery-nav, .gallery-nav li {
	-webkit-border-radius: 0;
	background-color:  transparent;
	border-width: 0;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.gallery-nav {
	border: 1px #000 solid;
	margin-bottom: 8px;
	background: #365466 url('../images/gallery-nav-bg.png') repeat-x left top;
	border-top-color: #9bb0bc;
	border-left-color: #688291;
	border-right-color: #688291;
	border-bottom-color: #16232a;
}
.gallery-nav li {
	float: left;
	font-size: 1.2em;
	text-align: center;
	border-left: 1px #22343e solid;
	border-right: 1px #8396a1 solid;
}
.gallery-nav li a, .gallery-nav li {
	display: block;
	color: #fff;
	text-shadow: 0 -1px 1px #444;
	text-decoration: none;
	margin: 0;
	padding: 0;
	line-height: 27px;
	-webkit-border-radius: 0;
}
.gallery-nav li a.active {
	background-color: rgba(0,0,0,.3);
}
.gallery-nav li.gal-back, .gallery-nav li.gal-next {
	width: 20%;
}
.gallery-nav li.gal-link {
	width: 58%;
}
.gallery-nav li:first-child {
	border-left-width:0;
}
.gallery-nav li:last-child {
	border-width: 0;
}
.slideshow {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
.slideshow p {
	color: #8f8f8f;
	font-style: italic;
	margin-bottom: 2em;
}
.slideshow p b {
	font-size: 1.2em;
	font-style: normal;
	color: #355466;
}
.content-area .button {
    position: static;
    top: auto;
    right: auto;
    margin: 0;
    border-width: 0 5px;
    padding: 0;
    width: auto;
    height: auto;
    line-height: 1em;
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    text-shadow: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(img/toolButton.png) 0 5 0 5;
}
/*.photoset img {
	width: 100%;
}*/

.photoset {
	width:303px;
	text-align:center;
	overflow:hidden;
}

.ui-listview.news.margins {
	margin: 0 -14px;
	border: none;
}

.ui-listview.news {
	margin: 0;
	border: none;
}

.ui-listview.news .nav-img {
	margin: 0 0 .5em .5em;
}

.ui-listview.news p, .ui-listview.news h2 {
	margin-left: 10px !important;
}

.ui-li-thumb.right{
	top: 25px;
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li-has-thumb {
	padding-left: 80px;
}
.ui-li-heading {
	color: #741731;
	white-space: normal;
	font-size: 1.3em;
	margin-bottom: .7em;
}
.ui-li-desc {
	color: #000;
	white-space: normal;
	line-height: 1.2em;
	font-size: 1.2em;
	padding-right: .5em;
}
.dateline.ui-li-desc {
	color: #666666;
	font-weight: bold;
}
/* @end */

/* @group events */

dl.eventlist {
	margin: 0 8px;
}
dl.eventlist dt {
	font: bold 16px/1.3 verdana, arial, helvetica, sans-serif;
	margin: 0;
	color:  #000;
}
dl.eventlist dt a {
	color:  #741731;
	text-decoration: none;
}
dl.eventlist dd {
	font: bold 1.2em/1.3 verdana, arial, helvetica, sans-serif;
	color: #666;
	margin-bottom: 1em;
}
/* @end */

/* @end */

/* @group footer */
a.mainsitelink {
	display: block;
	margin: 0;
	font: bold 1.1em arial, helvetica, sans-serif;
	text-decoration: none !important;
	font-size: 1.1em;
	padding: 10px 8px;
	color: #fff !important;
	background: #838689 url('../images/toolbar-gray.png') repeat-x left top;
	text-shadow: 0 -1px #444;
}
.footer {
	background-color: #741731;
	color: #fff;
	font-size: 1em;
	padding-bottom: 15px;
}
.footer p {
	color: #fff;
	padding: 0 8px 0 8px;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
}
.credit a {
	color: #fff;
	text-decoration: none;
	text-align: right;
	display: block;
	background: transparent url(images/logo-nc-white.png) scroll no-repeat right center;
	padding-right: 25px;
}
.footer .copyright {
	float:  left;
}
.footer .credit {
	float:  right;
}
/* @end */

/* @group secondary */

div.secondary {
	background-color: #fff;
	background-image: none;
}
div.secondary .toolbar {
	padding: 0 !important;
	height: 3.2em;
	border-top:  1px #9bb0bc solid;
	/* background: #365668 url('../images/toolbar-h1.png') repeat-x left top */
	background: rgb(75,111,131); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(75,111,131,1) 0%, rgba(54,86,104,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,111,131,1)), color-stop(100%,rgba(54,86,104,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(75,111,131,1) 0%,rgba(54,86,104,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(75,111,131,1) 0%,rgba(54,86,104,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(75,111,131,1) 0%,rgba(54,86,104,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(75,111,131,1) 0%,rgba(54,86,104,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6f83', endColorstr='#365668',GradientType=0 ); /* IE6-9 */
}
div.secondary .toolbar h1 {
	font-size: 1em;
	font-size: 1.5em;
}
div.secondary .toolbar a.back, div.secondary .toolbar a.menu-toggle {
	border-width: 5px 5px 5px 5px;
	-webkit-border-image: url(../images/button-toolbar.png) 5 5 5 5 stretch stretch;
	padding: 0 1em;
	line-height: 20px;
	height: 20px;
}
div.secondary .content {
	padding: 0;
}
div.secondary div.content-area {
	padding: 0 14px;
}

.content table {
	width: 100% !important;
}

.content table td p {
	text-align: left !important;
	margin-top: .2em;
}
/* @end */

/* @group secondary-menu */

ul.secondary-menu {
	border: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0px;
	margin: 0 0 10px 0;
}
ul.secondary-menu li {
	background: #741731;
	margin: 5px 0px;
	border: #b4b4b4 2px solid;
	border-radius: 7px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #fff;
}
ul.secondary-menu li a {
	color: #fff;
	text-decoration: none;
	/* background: url(../images/arrow-right-white-large.png) no-repeat center right; */
	margin-right: 15px;
}
/* @end */

/* @group social media */

.socialMedia {
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

.socialMedia a {
	padding:4%;
}

.socialMedia a:first-child {
	padding: 0;
	padding-right: 4%;
}

.socialMedia a:last-child {
	padding-right: 0;
}

/* @end */

/* @group calendar */

.calendar {
	background-color: #d3dee4;
}
.calendar h2 {
	text-align: center;
	margin: 0;
	font-size: 1em;
	font-size: 1.6em;
	color: #333;
	line-height: 2;
}
.calendar h2 img {
	vertical-align: text-top
}
.calendar .grid {
	width: 100%;
	background-color: #b0c3cf;
	border-collapse: collapse;
	margin-top: -3px;
}
.calendar .grid th, .calendar .grid td {
	text-align:  center;
	border-collapse: collapse;
}
.calendar .grid th {
	background-color: #d3dee4;
	padding-bottom: 5px;
	color: #333;
}
.calendar .grid td {
	border: 1px #98b2c1 solid;
	background-color: #f1f4f6;
}
.calendar .grid tr td:first-child {
	border-left-width: 0;
}
.calendar .grid tr td:last-child {
	border-right-width: 0;
}
.calendar .grid td p {
	line-height: 42px;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
	border: 1px #fff solid;
	border-width: 1px 1px 0 0;
}
.calendar .grid td p a {
	color: #741731;
	-webkit-text-shadow: 0 -1px 1px #fff;
}
.calendar .grid td.now {
	color: #fff;
	background-color: #741731;
}
.calendar .grid td.now p {
	color: #fff;
	background-color: #741731;
	border-color: #741731;
}
.calendar .grid td.now a {
	color: #fff;
}
.calendar .off-month p {
	opacity: .6;
}
.calendar .list {
	background-color: #fff;
	width: 100%;
	border-collapse: collapse;
}
.calendar .list td, .calendar .list th {
	padding: 8px 0;
	border-bottom: 1px #98b2c1 solid;
}
.calendar .list tr:first-child td, .calendar .list tr:first-child th {
	border-top: 1px #98b2c1 solid;
}
.calendar .list th {
	width: 25%;
	vertical-align: text-bottom;
	font-size: 1.2em;
	font-weight: normal;
	color: #666;
}
.calendar .list td {
	vertical-align: text-bottom;
}
.calendar .list h3 {
	font-size: 1.4em;
	;
}
.calendar .list td p {
	font-size: 1.2em;
	line-height: 1.5;
	color: #333;
}
.calendar .list td a {
	color:  #741731;
}
.calendar caption {
	display: none;
}
h3 {
	font: bold 18px Helvetica;
	text-shadow: rgba(255,255,255,.2) 0 1px 1px;
	margin: 0;
}
.toolbar > h3 {
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 10px;
	line-height: 1em;
	margin: 1px 0 0 -82px;
	height: 40px;
	font-size: 20px;
	width: 170px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
body.landscape .toolbar > h3 {
	margin-left: -135px;
	width: 250px;
}
.name {
	font-size:2em;
	color:rgb(50,79,133);
	padding: .2em .2em .2em .5em;
}
.answer {
	font-size:2em;
	padding-left: 2em;
}
.awesome {
	background: #741731;
	font-size: 14px;
	padding: 8px 14px 9px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
}
.validation_error {
	background-color:#FF7D8B;
}
.check .star {
	padding-right:5px;
	color:#741731;
	font-weight:bold;
}



/* IGX additions 7.19.2012  */

ul.content-list .news-body  {
    list-style-type:none;
    margin-left: 0;
}


ul.content-list .news-body h4 {
    margin-bottom:.5em;
    color:#741731;
    font-size:1.5em;
}


ul.content-list .news-body-date  {
    list-style-type:none;
    margin-bottom:10px;
	margin-left: 0 !important;
    font-size:1.1em;
    font-weight:bold;
    color:#666;
}


div.content .newslisting-title {
    margin-left:19px;
    margin-top:10px;
    font-family:Helvetica,Arial,sans-serif;
    font-size:1em;
    line-height:1.2em;
    font-weight:bold;
    color:#741731;
}

div.content .newslisting-date  {
    margin-left:19px;
    margin-top:1px;
    margin-bottom:0px;
    font-family:Helvetica,Arial,sans-serif;
    font-size:.9em;
    color:#666;
    font-weight:bold;
}

div.content .newslisting-paragraph  {
    margin-left:19px;
    margin-top:3px;
    margin-bottom:0px;
    font-family:Helvetica,Arial,sans-serif;
    font-size:.9em;
    line-height:1.2em;
}

.ui-footer {
	border-bottom: none;
}

.content .content-area img.small {
	clear: both !important;
	float: left !important;
	margin: 1em 1em 1em 0 !important;
}

.content .content-area img.medium {
	display: block !important;
	float: none !important;
}

.content .content-area img.large {
	display:block !important;
	height: auto !important;
	float: none !important;
}

/* @end */