/*
Theme Name: Pulp
Theme URI: http://www.pulp-city.com/
Description: A strong, clean SlideDeck enabled theme for Pulp Monsters/Pulp City
Author: Joe Fulgham
Author URI: http://www.holycow.com/
Version: 1.01
*/

/* Reset CSS
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Customization Begins */
body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    background: url(images/ju_bg1.jpg);
}

a {
    color: #990000;
}

p {
    margin-bottom: 1em;
}

blockquote {
    margin: 1em 3em;
    color: #555;
    border-left: 2px solid #999;
    padding-left: 1em;
}

a:visited {
  color: #770000;
}

a:hover {
    color: #AA0000;
}

h1 {
    font-size: 1.6em;
    font-weight: 800;
}

h2 {
    font-size: 1.4em;
    font-weight: 800;
}

h3 {
    font-size: 1.2em;
    font-weight: 800;
}

::selection {
        background: #990000; /* Safari */
        color: #fff;
        }
::-moz-selection {
        background: #990000; /* Firefox */
        color: #fff;
}

b, strong {
    font-weight: 700;
}

#container {
    width: 940px;
    margin: 0 auto;
}

#header {
    width: 940px;
    height: 100px;
    padding: 0;
    margin: 0;
    background: #fff url(images/ju_header1.jpg) no-repeat;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
}

.slidedeck_frame {
    width: 940px;
    height: 300px;
    margin-bottom: 20px;
    float: left;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
}

.sd-node-container {
    box-shadow:inset 0 0 10px #000000;
}
.sd-permalink a {
    display: block;
    height: 300px;
    width: 620px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.nav_icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.nav_excerpt {
    font-size: 13px;
    line-height: 14px;
    max-height: 42px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 2px;
}

.sidebar {
    width: 300px;
    float: left;
}

.rightspace {
    margin-right: 20px;
}

aside.widget {
    width: 260px;
    padding: 0 20px 20px 20px;
    min-height: 125px;
    float: left;
    background: #fff url(images/bg-300.jpg) no-repeat;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    line-height: 1.5em;
    margin-bottom: 20px;
}

aside.widget h1 {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -2px -2px 1px #000,2px -2px 1px #000, -2px 2px 1px #000, 2px 2px 1px #000;
    color: #ffcb08;
    font-weight: 800;
    font-size: 1.6em;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}

aside.widget h1 a {
    color: #ffcb08;
    text-decoration: none;
}

aside.widget ul {
    list-style-image: url("images/triangle.png");
    margin-left: 30px;
}

aside.widget ul li {
    padding: 0;
    margin: 0;
}

.featurepost {
    margin: 0 -20px;
    width: 300px;
    height: 185px;
    position: relative;
    box-shadow:inset 0 0 10px #000000;
}

.featureexcerpt {
    margin-bottom: 10px;
}

h3.featuretitle a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 800;
    text-align: center;
    width: 260px;
    padding: 20px;
    background-color:rgba(0,0,0,0.7);
    position: absolute;
    display: block;
    bottom: 0;
}

.spacer {
    width: 100%;
    height: 20px;
    float: left;
}

.post {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.postlisting {
    width: 580px;
    padding: 20px;
    min-height: 200px;
    float: left;
    background: #fff url(images/bg-620.jpg) no-repeat;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 50);
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-right: 20px;
}

.postdate {
    margin: 5px 0 5px -20px;
    padding: 5px 20px;
    width: auto;
    background: #990000;
    color: #fff;
    font-size: .7em;
    line-height: 1em;
}

.meta {
    font-size: .7em;
    
}

h1.posttitle a {
    color: #000;
    text-decoration: none;
}


.alignright {
	float: right;
	padding-left: 12px;
}

.alignleft {
	float: left;
	padding-right: 12px;
}


#footer {
    width: 940px;
    float: left;
    text-align: center;
    font-size: .8em;
    color: #fff;
    line-height: 1.4em;
    margin-top: 20px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

a#logo {
    display: block;
    float: left;
    margin-left: 80px;
    height: 99px;
    width: 180px;
}

a img {
    border: 0;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Menu */

#access {
	display: block;
        float: right;
	margin-top: 60px;
        height: 40px;
        text-align: center; 
        top: 0;
        font-weight: 700;
        font-size: 16px;
}

#access div {
	margin: 0;
}

#access ul {
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
        display:inline-block;
        text-align: left; 
}

#access li {
	float: left;
	position: relative;
}


#access a {
	color: #fff;
	display: block;
	line-height: 40px;
	padding: 0 1.2125em;
	text-decoration: none;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #990000;
	color: #fff;
	height: auto;
	line-height: 1.4em;
	padding: 10px  1.2125em;
	width: 168px;
}

#access li > a,
#access ul ul > a,
#access a {
	background: #990000;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #fff;
}

#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	background: #990000 url(images/menu-child.png) center top no-repeat;
}

/* Fancybox Override */
div#fancybox-outer {
    border-width: 10px !important;
}
