@CHARSET "ISO-8859-1";

/* Custom CSS for www.wvgazette.com */
@import url(custom.css);

body {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding:0px;
	background-color:#D6E0E4;
	text-align:center;
}



/* outer formating */
#container { text-align:left; border-right:1px solid #333;	border-left:1px solid #333; box-shadow:0 0 5px #666; }
#wrapper { background:#FFF; padding:0; }

/* header */
header#mast-head { position:relative; }
header #logo { margin:0px; }
#select-main-nav { margin-top:0px; width:100%; }
#main-nav { margin:0; border-color:#000; background-color:#4F7DA9; text-align:center; }
#main-nav li { float:none; display:inline-block; }
#main-nav li a { color:#FFF; font-weight:bold; font-size:1em; }
#main-nav li.home-image { display:none; }

/* Classified Navigation */
#classifieds {
    background-color: #4F7DA9;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    box-shadow: -2px 2px 4px #000000;
    margin-top: 0.25em;
    position: relative;
    right: -13px;
}
#classifieds > #elbow {
    background-image: url("/images/classifieds-elbow.png");
    background-repeat: no-repeat;
    bottom: -9px;
    height: 9px;
    position: absolute;
    right: 0;
    width: 13px;
}
#classifieds > ul {
    display: block;
    list-style-type: none;
    margin: 0 15px 0 auto;
    padding: 0 !important;
    position: relative;
    width: 95%;
}
#classifieds > ul > li {
    display: inline;
    font-size: 0.75em;
    padding-right: 0.73em;
}
#classifieds > ul > li > a {
    text-decoration: none; font-weight:bold;
}
#classifieds > ul > li > a:link, #classifieds > ul > li > a:visited {
    color: #FFFFFF;
}
#classifieds > ul > li > a:hover, #classifieds > ul > li > a:active {
    color: #FFFFFF;
    text-decoration: underline;
}


/* basic styles */

.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.padding { padding:.5em; }


#right-rail { /* font-size: 1em !important; */ padding-right:.75em; max-width:300px; }

/* blog feeds */

.blogsection { }
.blogname { float:left; margin-top: 10px; margin-bottom: 5px; width: 100%; font-weight: bold; font-size: 15px; line-height: 1.2em; color: #181818; }
.blogfeed {	float:right; clear: right; margin-right: 10px;}
.blogarticle { margin-left: 10px; margin-bottom: 5px;}
.blogdate { color: #900; margin-left: 5px; }

/* school closing alert */

#closingAlert { display:none; height: 20px; position:relative; border:2px solid #333; box-shadow:0 0 5px rgba(102,102,102,.75); }
#closingAlert.block { padding:5px; }
#closingAlert span {
	background: url("/images/wvgazette/wvg-schoolclosings.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}

#closingAlert a { margin-left:150px; font-weight:bold; font-size:1.2em; line-height:1.2em; }

/* breaking news alert */

#breaking-news { margin:0 .75em .75em !important; padding:0 !important; border:2px solid #F00 !important; box-shadow:0 0 5px rgba(102,102,102,.75); }
#breaking-news .flag, #breaking-news .tail { padding:5px 10px; font-size:1.25em; }
#breaking-news .flag { background:#F00; text-transform:uppercase; }
#breaking-news .flag strong { color:#FFF !important; }
#breaking-news .tail { color:#666; font-weight:bold; }

/* main photogallery page formatting -- /section/latestgalleries&template=latestgalleries */

.photo-gallery .latest-gallery-container .latest-gallery {
width:45%;
background-color:#666666;	
}

.photo-gallery .latest-gallery-container div.latest-gallery.latest-gallery-margin {
margin-left:9%;
margin-right:0;	
}

.photo-gallery .latest-gallery-container .latest-gallery .gallery-image a img {
width:100%;	
}

.photo-gallery #content h5 {
margin-left:5%;
margin-right:5%;
}

.photo-gallery #content h5 a, 
.photo-gallery #content h5 a:link, 
.photo-gallery #content h5 a:visited, 
.photo-gallery #content h5 a:active, 
.photo-gallery #content h5 a:hover {
color:#ffffff;
}

.photo-gallery .latest-gallery-container .latest-gallery .date {
color:#ffffff;
margin-left:5%;
margin-right:5%;
}

.photoGalleryMainSectionLink {
text-align:center;
margin-top:15px;
margin-bottom:15px;
font-size:18px;	
}

div.custom-profile-image {
width:25%;
float:left;
}

div.custom-profile-image img {
width:100%;
}

div.custom-profile-description {
width:70%;
float:right;
}

div.custom-profile-description-only {
width:100%;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#mobileNav .mobileNavLevel1, #mobileNav > li#mobileSearch {
	background-color: #4F7DA9;
}




.calendarwidget ul li {
	
	line-height: .8em;
	
}

/**********************************/
/********max-width :1000px*********/
/**********************************/
@media screen and (max-width:1000px) {
	
}



/**********************************/
/********max-width : 768px*********/
/**********************************/
@media screen and (max-width:768px) {

.photo-gallery .latest-gallery-container .latest-gallery {
width:96%;
background-color:#666666;
margin-left:2%;
margin-right:2%;	
}

.photo-gallery .latest-gallery-container div.latest-gallery.latest-gallery-margin {
margin-left:0;
margin-right:0;	
}
	
}






/**********************************/
/********max-width : 480px*********/
/**********************************/
@media screen and (max-width:654px) {
	
	#main-nav li.home-image { display:inline-block; }

}


@media screen and(max-width: 360px) {
	#articleParagraph p {
		margin: 0 0 1em 0;
		padding: 0;
		font-size: 1.15em;
		font-color: #444;
		line-height: 1.35em;
		text-align: left;
	}
}