@charset "utf-8";
/* Tablet CSS Document */
/* GHOULIE MANOR CSS Version 1.00 */

/* ######################################## */

/* Tablets (portrait and landscape) ---------- */

/* ~~ LAYOUT ~~ */

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	min-width: 240px;
	margin: 0 auto;
}

.content { padding: 5px 0; }

.content ul, .content ol { padding: 0 5px 5px 20px; }

header {
	width: 100%;
	height: 450px;
	position: relative;
}
	
#logo {
	position: absolute;
	top: 10px;
	width: 100%;
}

#logoPrint {display: none;}

#flashHeader { display: none; }

nav { }

section { width: 100%; }

article {
	width: 100%;
	min-height: 300px;
}

.sidebar1, .sidebar2, .sidebarSocial {
	width: 100%;
}

.sidebar1 {
}

.sidebar2 {
}

.sidebarSocial {
}

.sidebarBlock {
}

footer {
}

#ftrWeb {
	display: none;
}

/* ######################################## */

/* ~~ TYPOGRAPHY ~~ */

body { font-size: 1.125em; }

h1, h2, h3, h4, h5, h6 { color: #779C7A; }

p {}

.center {
	text-align: center;
}

article {
	text-align: left;
}

article h1 {
	font-size: 2.75em;
}

article h2 {
	font-size: 2.25em;
}

article h3, article h4, article h5, article h6 {
	font-size: 1.5em;
}

aside h1 {
	font-size: 1.25em;
}

aside h2 {
	font-size: 1.15em;
}

aside h3, aside h4, aside h5, aside h6 {
	font-size: 1em;
}

.story h1+p:first-letter, p.dropcap:first-letter { /* Drop Cap Styling */
	font-size: 4.5em;
	line-height: 1em;
	vertical-align: text-top;
	float: left;
	margin-right: 3px;
	margin-top: -8px;
	margin-bottom: -10px;
	color: #509156;
	text-shadow: 2px 2px 0px #000, 4px 4px 0px #33495b;
}

.story h1+p:first-line, p.dropcap:first-line { /* First Line Styling */ 		
	font-variant: small-caps;
	font-size: 1.15em;
}

article p + h1, article p + h2 {margin-top: .75em;} /* adds bottom margin to previous paragraph */

aside p + h1, aside p + h2 {margin-top: 1em;} /* adds bottom margin to previous paragraph */

footer { font-family: Arial, Helvetica, sans-serif; }

footer p {
	font-size: 0.75em;
	line-height: normal;
}


/* ######################################## */

/* ~~ LINKS ~~ */
a:link {text-decoration: underline;}

a:visited {	text-decoration: underline; }

a:hover, a:active, a:focus { text-decoration: none; }

article p a:hover, article p a:active, article p a:focus, aside p a:hover, aside p a:active, aside p a:focus {
	*font: #FFF; /* IE CSS HACK */
	color: #FFF;
	text-shadow: 0px 0px 4px #FFF,0 0 8px #B7D128,0 0 10px #224A30;
}

.sidebarBlock h1 a, .sidebarBlock h2 a, .sidebarBlock h3 a, .sidebarBlock h4 a, .sidebarBlock h5 a, .sidebarBlock h6 a { 
	color: #FFF;
	text-decoration: none;
}

#footerNav ul a, #footerNav ul a:link, #footerNav ul a:visited, #footerNav ul a:hover, #footerNav ul a:active, #footerNav ul a:focus {
	color: #6BAD72;
	text-shadow: none;
}

/* ######################################## */

/* ~~ NAVIGATION MENUS ~~ */
nav {}

nav ul, nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.125em;
}

nav ul { }

nav ul li {	white-space: nowrap; }

nav ul a, nav ul a:link, nav ul a:visited, nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #000;
	padding: 5px 15px;
	display: block;
	width: auto;
	text-decoration:none;
	white-space: nowrap;
	cursor: pointer;
}

nav ul a, nav ul a:visited { 
	text-shadow: 0 0 2px #0F0, 0 0 4px #0F0, 0 0 5px #0F0;
}

nav ul a:hover, nav ul a:active, nav ul a:focus { 
	text-shadow: 0 0 6px #0F0, 0 0 10px #0F0, 0 0 15px #0F0;
}


nav ul li:hover > a { }

/* Drop-Down Navigation General*/
nav ul li:hover > ul {
	top: 100%;
	left: 0;
	opacity: 1;
}

nav ul ul {
	display: none; /* Disables submenus on small screen devices */
	position: absolute;
	top: -99999px; /* Hide submenus from viewport */
	left: 0;
	opacity: 0; /* Hide submenu, need this for transition */
	z-index: 99999;
}

nav ul ul ul {
	position: absolute;
	top: -99999px;
	left: 100%;
}

/* Specific Menus */
#topNav, #footerNav {
	margin-right: auto;
	margin-left: auto;
}

#topNav { 
	margin-bottom:15px;
}

#footerNav {
	font-size: .8em;
	margin-top: 5px;
	margin-bottom: 15px;
}

#footerNav ul li:last-child {border-right: none;}

#footerNav ul li {
	background: url(../_images/skull-icon-20.gif) no-repeat left center;
	padding-left: 14px;
}

#footerNav ul li:first-child {
	background: none;
	padding-left: 0px;
}

footer .gotoTop { /* Controls display of Return to Top link in footer */
	display: block;
	margin: 10px;
}

/* ~~ Horizontal Menu Settings ~~ */

.horizMenu {
	list-style: none;
	text-align: center;
}

.horizMenu li {
	display: inline-block; /* shows each item side-by-side */
}

.horizMenu ul li, .horizMenu ul ul li {
	position: relative;
}

.horizMenu ul ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
}

.horizMenu ul ul li {
	display: block;
}

/* ~~ Vertical Menu Settings ~~ */

.vertMenu {
	width: 200px;
}

.vertMenu ul {
	width: auto;
	text-align: left;
}

.vertMenu ul li, .vertMenu ul ul li {
	position: relative;
}

.vertMenu ul li ul, .vertMenu ul ul ul {
	visibility: hidden;
}

.vertMenu ul li:hover ul, .vertMenu ul ul li:hover ul {
	visibility: visible;
}

nav.vertMenu ul li ul, nav.vertMenu ul ul li ul {
	position: absolute;
	top: 0;
	left: 100%;
}


/* ######################################## */

/* ~~ SOCIAL MEDIA ICONS ~~ */
.social {
	margin-bottom: 10px;
}

.social li {
	display: inline-block;
}

.social a {
	background: url(../_images/sprites_social.png) no-repeat;
}

.social a {
	height: 36px;
	width: 36px;
	display: block;
	text-indent: -1000em;
	padding: 0;
	margin: 0px 5px 0px 0px;
}

.social a:hover {}

.social .facebook {
	background-position: 0px 0px;
}

.social .facebook:hover {
	background-position: 0px -50px;
}

.social .twitter {
	background-position: -50px 0px;
}

.social .twitter:hover {
	background-position: -50px -50px;
}

.social .twitter2 {
	background-position: -100px 0px;
}

.social .twitter2:hover {
	background-position: -100px -50px;
}

.social .youtube {
	background-position: -150px 0px;
}

.social .youtube:hover {
	background-position: -150px -50px;
}

.social .rss {
	background-position: -200px 0px;
}

.social .rss:hover {
	background-position: -200px -50px;
}

.social .google {
	background-position: -250px 0px;
}

.social .google:hover {
	background-position: -250px -50px;
}

.social .myspace {
	background-position: -300px 0px;
}

.social .myspace:hover {
	background-position: -300px -50px;
}

.social .linkedin {
	background-position: -350px 0px;
}

.social .linkedin:hover {
	background-position: -350px -50px;
}

.social .pinterest {
	background-position: -400px 0px;
}

.social .pinterest:hover {
	background-position: -400px -50px;
}

.social .email {
	background-position: -450px 0px;
}

.social .email:hover {
	background-position: -450px -50px;
}

.social .amazon {
	background-position: -500px 0px;
}

.social .amazon:hover {
	background-position: -500px -50px;
}

.social .appstore {
	background-position: -550px 0px;
}

.social .appstore:hover {
	background-position: -550px -50px;
}
	
/* END .social Classes CSS */

/* ######################################## */

/* ~~ THEME GRAPHICS ~~ */
body { background-image: url(../_images/lantern.png), url(../_images/bg-tablet.jpg);
	background-position: -50px 200px, top center;
	background-repeat: no-repeat, no-repeat; 
	background-attachment: scroll, scroll;	
}

.sidebarBlock, section {
	background: rgba(0,0,0,.75);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 20px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 20px rgba(0,0,0,.75);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 20px rgba(0,0,0,.75);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 20px rgba(0,0,0,.75);
	box-shadow: 0 0 10px rgba(0,0,0,.5), 0 0 20px rgba(0,0,0,.75);
}

.container {}

article h1 { 
	background: url(../_images/line.gif) repeat-x left 1.19em;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 0;
	padding-right: 0;
}

aside h1, aside h2 {
	background: url(../_images/line.gif) repeat-x left 1.19em;
	margin-top: 15px;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 5px;
	color: #FFF;
	font-size: 1.35em;
	letter-spacing: 2px;
}

/* ######################################## */

/* ~~ SOCIAL MEDIA WIDGETS ~~ */

.social-toolbar {
	margin-left: auto;
	margin-right: auto;
}

.social-toolbar > div {
	display: inline-block;
}

/* Facebook Widgets */
.sb-fb {display:none} /* Hide Facebook Sidebar Box */

/* ~~ Twitter Widgets ~~ */
.sb-twitter {display:none} /* Hide Twitter Sidebar Box */

/* ######################################## */

/* ~~ MISC CLASSES ~~ */


}

/* ######################################## */

/* Tablets (portrait) ---------- */
@media only screen
and (min-device-width:481px)
and (max-device-width:768px)
and (orientation:portrait) {
	
#flashHeader {
	display: none;
}

#logoPrint {display: none;}

body {}

}

