/*
Theme Name: LusiTheme
Author: Lusipurr and Jake Norwood
Description: The Offical Theme for Lusipurr.com.
Version: 1.2
*/

/* =Structure
-------------------------------------------------------------- */

body {
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	background-color: #b8b8b8;
	color: #333;
	background-image: url(images/bg.png);
	background-attachment:fixed;
	background-repeat: repeat-y;
	background-position: top;	
}

p {
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
    font-size: 1.2em;
}

.entry-content a {
	color: #9c78b5;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	text-decoration:none;
}

.entry-content a:hover {
	color: #a998ca;
	text-decoration:none;
}

.entry-content a:visted {
	color: #a998ca;
	text-decoration:none;
}
#page {
	background-color:#DBE3F0;
	display: block;
	margin: 1em;
	margin: 0 auto;
	width: 1024px;
	border-right: 3px #403c58 solid;
	border-left: 3px #403c58 solid;
	background-image:url(images/primarybg.jpg);
	background-repeat:repeat-y;
	background-position: left;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	background-color:#8D96A8;
}
#content {
	margin: 0 235px 0 0;
	padding: 0 0 20px 7px;
	background-color:#DBE3F0;
	border-right: 1px #403c58 dashed;
	overflow: hidden;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Footer Widgets */
#footerwidgets {
	display: block;
}
#footer-left {
	width: 210px;
	float: left;
	margin: 15px 10px 10px 30px;
	padding: 10px;
	background-color: #8D96A8;
}
#footer-middleleft {
	width: 210px;
	float: left;
	margin: 15px 10px 10px 5px;
	padding: 10px;
	background-color: #8D96A8;
}

#footer-middleright {
	width: 210px;
	float: left;
	margin: 15px 10px 10px 5px;
	padding: 10px;
	background-color: #8D96A8;
}

#footer-right {
	width: 210px;
	float: left;
	margin: 15px 10px 10px 5px;
	padding: 10px;
	background-color: #8D96A8;
}

.copyrighttext {
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	color: #fff;
	text-decoration: none;
}


/* =Header
-------------------------------------------------------------- */

.site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
	display:none
}

#headerimg {
	background-image:url(https://thedaytonight.com/wp-content/uploads/2018/07/TDTBanner.jpg);
	width: 1024px;
	height: 140px;
}

.site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
	display:none
}

element.style {
	border-radius: 3px 3px 0px 0px;
}

h1.page-title {
	background-color: #B5B5B5;
	margin:0px;
	padding-top:7px;
	padding-bottom:7px;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-indent: 10px;
	background: url(images/stars.jpg) no-repeat top right, url(images/widgetbg.jpg) repeat;
	color: #403c58;
	text-transform: uppercase;
	font-size: 1.3em;
}


/* =Menu
-------------------------------------------------------------- */


#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 2em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 2em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #a998ca;
}
#access ul ul a:hover {
	background: #a998ca;
}
#access ul li:hover > ul {
	display: block;
}



/* =Font Stuff
-------------------------------------------------------------- */
h1, h2, h3 {
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
	
h1, h1 a, h1 a:hover, h1 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h1, #wp-calendar caption, cite {
    text-decoration: none;
}

h1, h1 a, h1 a:visited, h3, h3 a, h3 a:visited {
    color: #333333;
}

h1 a:hover, h3 a:hover {
	color: #a998ca;
	text-decoration: none;
	}
	
a {
	color: #634D9A;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	text-decoration:none;
}

a:hover {
	color: #a998ca;
	text-decoration:none;
}

a:visted {
	color: #a998ca;
	text-decoration:none;
}

.cat-links a {
	color: #403C58;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	text-decoration: none;
	display: none;
}

.cat-links a:hover {
	color: #a998ca;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

.cat-links {
	color: #a998ca;
	position: relative;  
	font-size:1.3em;
	line-height: 1em;
	padding-left: 5px;
}

h1.entry-title {
	color: #333333;
    font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
    font-size: 2.1em;
    line-height: 1em;
    margin: 7px 7px 7px 0;
    padding-left: 5px;
    position: relative;
    text-decoration: none;
    top: -6px;
}

.authorby {
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	color: #333333;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1em;
	padding-left: 5px;
	position: relative; top: -9px;
}

.authorby a {
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	color: #333333;
	text-decoration: none;
}

.authorby a:hover {
	color: #a998ca;
	text-decoration: none;
}

.postdates {
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	color: #777777;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 0em;
	padding-left: 5px;
	position: relative; top: -10px;
}

.entry-meta a {
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	color: #333333;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #a998ca;
	text-decoration: none;
}

.entry-date a {
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	color: #777777;
	text-decoration: none;
}

.entry-date a:hover {
	color: #a998ca;
	text-decoration: none;
}

.page-link {
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	text-decoration: none;
	font-size: 1em;
	line-height: 1em;
	padding-left: 5px;
}

#white {
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	color: #fff;
	text-decoration: none;
}

/* =Content
-------------------------------------------------------------- */
blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

pre {
	margin-left: 20px;
	padding: 7px;
	background-color:#DBE3F0;
	border: 2px #8D96A8 solid;
    width: 80%;
}

#slider {
	margin: 0 235px 0 0;
	padding-left: 7px;
	padding-bottom: 5px;
	background-color:#DBE3F0;
	border-right: 1px #403c58 dashed;
}

#branding {
	background-color: #fff;
}

.entry-header{
	margin:0px;
	padding-top:7px;
	background-color: #f0f0f0;
}

.post-headline{
	margin:0px;
	padding-top:10px;
	padding-bottom:0px;
	background-color: #f0f0f0;
}

.entry-content {
	line-height: 1.4em;
	padding:5px;
	background-color:#fff;
	overflow:hidden;
}

entry-summary {
	 line-height: 1.4em;
	font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
    font-size: 1.2em;
	padding:5px;
	background-color:#fff;
	overflow:hidden;
}

.comments-link {
	float: right;
	line-height:0px;
	color: #333;
	position: relative; 
	padding-right: 5px;
	top: -1px;
}

.authoravatar {
	float: right;
	padding-right: 5px;
	padding-bottom:0px;
	margin:0px;
}

.clear {clear:both}

footer.entry-meta {
	clear: both;
	display: block;
	background-color:#fff;
	padding-left:5px;
	padding-bottom:10px;
	margin: 0 0px 7px 0;
	border-bottom: 1px #403c58 dashed;
}

#postbox {
	background-color:#fff;
	border:3px #8D96A8 solid;
	margin: 0 7px 0 0;
}

.entry-meta {
	display: block;
	background-color:#f0f0f0;
}

#center {
	text-align:center;
}

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
	padding: 3px;
}
.page-link {
	margin: 0 0 1em;
}

.biotable {
border: 1px solid #F0F0F0;
cursor: pointer;
bgcolor: #FFFFFF;
width:155px;
}

.gangstatable
{
border-collapse:collapse;
border: 2px solid #403C58;
bgcolor: #FFFFFF;
width: 755px;
margin-left: auto;
margin-right: auto;
margin-bottom: 7px;
border-spacing: 0px;
}

.gangstatable td, .gangstatable th
{
    padding: 0;
}

.gangstatable td:hover
{
background-color: #A287BE;
color: #FFF;
}

.gangstatable td:active
{
background-image:url(images/deeppurplewidgetbg.jpg);
}

h1.bio-title {
	border-spacing: 0px;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding-left: 8px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(images/stars.jpg) no-repeat top right, url(images/widgetbg.jpg) repeat;
	color: #403c58;
	text-transform: uppercase;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	margin-top:0px;
	font-size: 1.3em;
}

/* 404 page */

.alt-entry-header {
	background: url(images/widgetbg.jpg) repeat;
	color: #403c58;
	padding:0px;
	margin:0px;
}

.alt-entry-title {
	background-color: #B5B5B5;
	margin:0px;
	padding-top:7px;
	padding-bottom:7px;
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-indent: 10px;
	background: url(images/stars.jpg) no-repeat top right, url(images/widgetbg.jpg) repeat;
	color: #403c58;
	text-transform: uppercase;
	font-size: 1.3em;
}

.error404 .widget {
	float: left;
	width: 33%;
	border: 0px;
	background-color: #FFFFFF;
}

.error404 .widget .widgettitle{
	margin-right: 1em;
	font-size: 1.2em;
	background-color: #F8F8F8;
	border-right: 2px #403c58 solid;
	border-left: 2px #403c58 solid;
	border-bottom: 2px #403c58 solid;
	padding: 5px;
}

.error404 .widget ul{
	margin-right: 1em;
	background-color: #F8F8F8;
	border-right: 2px #403c58 solid;
	border-left: 2px #403c58 solid;
	border-bottom: 2px #403c58 solid;
	padding: 5px;
}

.error404 .widget .children{
	font-size: 1.0em;
	border: 0px #FFFFFF solid;
}

.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Aside Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin-right: 1em;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 97%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0px;
}
img.alignright {
	margin-left: 1em;
	padding: 3px;
}
.wp-caption {
	max-width: 97%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
	background-color: #F0F0F0;
    border: 2px solid #F3F3F3;
	border-radius: 3px 3px 3px 3px;
    margin: 10px;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
	
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	width: 100%;
	border-radius: 3px;
	max-height: 480px;
	max-width:100%;
	min-width:346px;
	min-height:125px;
}

div#comment textarea {
font-size: 10pt;
}

#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

#respond {
	margin: 0 7px 0 0;
	padding-left: 7px;
}

.comment-author {
	background: url("images/stars.jpg") no-repeat scroll right top, url("images/widgetbg.jpg") repeat scroll 0 0 transparent;
    border: 2px solid #403C58;
	border-radius: 3px;
    color: #403C58;
    font-family: "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
    font-size: 1.3em;
    margin: 0 0 0 0; /* TO CORRECT FOR FIREFOX 0 20 0 0 */
    padding: 7px;
 
}

.comment-author a:hover {
    color: #FFF;
 
}

.Commenter-Name{
	top: -1.5em;
	padding-left: 4px;
	font-weight: bold;
}

#commentform {
	padding-bottom:7px;
}

.comment-meta {
	float: left;
	padding-left: 4px;
	top: -1.5em;
	overflow:hidden;
}

.RatingComment {
	float: right;
	top: -3.5em;
	right: 0.1em;
	text-align: right;
	position: relative;
	font: 1em "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
	padding-bottom: 7px;
	padding-right: 7px;
	overflow:hidden;
}

.LikeButton {
  border-bottom-left-radius:3px 3px;
  border-bottom-right-radius:3px 3px;
  border-top-left-radius:3px 3px;
  border-top-right-radius:3px 3px;
}

.comment-content {
	padding-right: 0; /* TO CORRECT FOR FIREFOX 20PX */
    line-height: 1.4em;
    border-bottom: 1px dashed #403C58;
    margin-bottom: 7px;
	clear: both;
}

.comment-reply-link {
	padding-bottom: 7px;
}

#comments-list {
	padding: 7px;
}

h3 {
	font-size: 1.3em;
    line-height: 1em;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
	background-color: #F8F8F8;
	border: 2px #403c58 solid;
	margin-top:0px;
	margin-bottom:7px;
	margin-right:0px;
	margin-left:0px;
	padding: 0px;
}

#archives-3 {
	background-color: #F8F8F8;
	border: 2px #403c58 solid;
	margin:0px;
	padding: 0px;
}

select {
	margin: 7px;
}

.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
	font: 1em "Palatino Linotype",Palatino,Verdana,Arial,Sans-Serif;
}

.widget-area {
	padding: 0 7px 20px 7px;
	background-color:#8D96A8;
}

h1.widget-title {
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding-left: 8px;
	padding-top:8px;
	padding-bottom:8px;
	background: url(images/stars.jpg) no-repeat top right, url(images/widgetbg.jpg) repeat;
	color: #403c58;
	text-transform: uppercase;
	margin: 0;
	font-size: 1.3em;
}

h2.widgettitle {
	font-family: "Palatino Linotype", Palatino, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	text-indent: 10px;
	background: url(images/widgetbg.jpg) repeat;
	color: #403c58;
	text-transform: uppercase;
	margin: 0;
	margin-right:1px;
	padding: 8px 0;
	font-size: 1.3em;
	border-right: 2px #403c58 solid;
	border-left: 2px #403c58 solid;
	border-top: 2px #403c58 solid;
}

.widget ul, .widget ol, .widget div, .widget li.widget_blog_subscription form{
	font-size: 1.2em;
	background-color: #F8F8F8;
	margin:0px;
	padding: 5px;
}

.widget li {
	margin-left:20px;
	margin-top: 0.3em;
	list-style-image:url(images/starbullet.png);
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px;
	width: 100%;
	border:0px;
	background-image:url(images/deeppurplewidgetbg.jpg);
	padding: 0px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	color:#fff;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color:#fff;
	}

#wp-calendar a {
	display: block;
	color:#a998ca;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background-color:#F8F8F8;
	}
	
#wp-calendar thead tr {
	padding: 3px 0;
	text-align: center;
	color:#fff;
	}	
	
#calendar_wrap {
	text-align:left;
	padding: 0px;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-image:url(images/widgetbg.jpg); }

#wp-calendar tfoot #prev {
	background-image:url(images/deeppurplewidgetbg.jpg);
}

#wp-calendar tfoot #next {
	background-image:url(images/deeppurplewidgetbg.jpg);
}

#wp-calendar tfoot {
	background-image:url(images/deeppurplewidgetbg.jpg);
}

#wp-calendar tfoot .pad {
	background-image:url(images/deeppurplewidgetbg.jpg);
}

#wp-calendar tfoot #prev:hover {
	background-image:url(images/widgetbg.jpg);
}

#wp-calendar tfoot #next:hover{
	background-image:url(images/widgetbg.jpg);
}

#wp-calendar caption {
	color:#fff;
	background-color: #a287be;
	font-weight:normal;
	text-transform: uppercase;
	}			

/* End Calendar */


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding-bottom: 10px;
	margin:0px;
	background-color: #596171;
	border-top: 1px #403c58 dashed;
}

#wpstats {
	display: none;	
}