/*
Theme Name: casinoexec
Theme URI: #
Description: Customized WordPress Theme.
Version: v1.0
Author: Kawaii Themes
Author URI: #
Tags: customized theme, kawaiithemes, widget ready

************************************/

/* RESET 
************************************/

* {
margin: 0;
padding: 0;
letter-spacing: 1px;
}

p {
padding-bottom: 18px;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

hr {
clear: both;
visibility: hidden;
}

img {
border: none;
}

ul {
list-style: none;
}

input, textarea {
color: inherit;
font-family: inherit;
font-size: inherit;
letter-spacing: inherit;
color: #000000;
}

/* CLEARFIX 
************************************/

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

/* GENERAL ITEMS
************************************/

body {
background-color: #0E3E28;
color: #000000;
font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

blockquote {
border: 1px solid #666666;
margin:  0 20px 18px;
padding: 18px 18px 0;
text-align: justify;
}

a {
color: #243849;
font-weight: bold;
outline: none;
text-decoration: none;
}

a:hover {
color: #006600;
text-decoration: underline;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
}

h5 {
font-size: 12px;
}

h6 {
font-size: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: normal !important;
}

/* GENERAL LAYOUT
************************************/

#main {
background-color: #ffffff;
margin: 0 auto;
margin-bottom: 10px;
margin-top: 10px;
width: 980px;
border: 2px solid #333333;
}

#wrapper {
margin: 0 auto;
width: 980px;
background-image: url("images/body.png");
background-repeat: repeat-y;
}

#header {
background-color: transparent;
background-image: url("images/headooo.png");
background-position: center;
background-repeat: no-repeat;
height: 200px;
padding-top: 0px;
border-bottom: 2px solid #213444;
border-top: 2px solid #ffffff;
}

#content {
float: right;
margin-right: 20px;
width: 640px;
}

#sidebar {
float: left;
margin-left: 5px;
width: 300px;
}

#footbar {
background-attachment: scroll;
background-color: #fbfbfb;
background-image: url("images/bg_header.jpg");
background-position: bottom left;
background-repeat: repeat-x;
clear: both;
padding-bottom: 5px;
border-top: 1px solid #666666;
text-align: center;
width: 965px;
margin-left: 8px;
margin-bottom: 15px;
}

#footer {
background-color: #ffffff;
background-color: transparent;
background-image: url("images/footer.png");
background-repeat: no-repeat;
clear: both;
color: #ffffff;
height: 2px;
border-top: 5px solid #0f0e13;
width: 980px;
}

/* HEADER ITEM
************************************/

#main_navigation {
background-color: #15212B;
font-size: 12px;
height: 30px;
}

#main_navigation li {
display: inline;
}

#main_navigation li a {
color: #ffffff;
display: block;
float: left;
margin-right: 1px;
padding: 7px 10px;
text-align: center;
border-right: 1px solid #213444;
}

#main_navigation li a:hover, #main_navigation li.current_page_item a {
background-color: #3A5C77;
color: #ffffff;
text-decoration: none;
}

#title {
width: 980px;
font-size: 30px;
margin-top: 95px;
text-align: center;
}

#title a {
color: #eeeeee;
font-weight: bold !important;
}

.description {
width: 980px;
text-align: center;
color: #eeeeee;
}

/* CONTENT ITEM
************************************/

.post {
margin-bottom: 1px; 
padding: 5px;
}

.post_title {
background-color: transparent;
background-image: url("images/titlebg.png");
background-repeat: no-repeat;
height: 47px;
width: 640px;
text-align: center;
padding-top: 12px;
}

.post_title a {
background-color: transparent;
color: #ffffff;
font-weight: bold;
}

.post h2 {
background-color: transparent;
background-image: url("images/titlebg.png");
background-repeat: no-repeat;
height: 47px;
width: 640px;
text-align: center;
padding-top: 12px;
background-color: transparent;
color: #ffffff;
font-weight: bold;
}

.postmetadata {
border-bottom: 1px solid #666666;
margin: 10px 0;
padding: 3px 0;
}

.entry {
margin: 10px 0;
}

.ads {
float: left;
margin: 0 5px 5px 0;
}

.entry ul {
list-style: inside;
padding-bottom: 18px;
padding-left: 5px;
}

.entry ol {
padding-bottom: 18px;
padding-left: 20px;
}

.navigation {
margin: 1px 0;
padding: 10px;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.serif {
clear: both;
}

.serif a {
border: 1px solid #666666;
display: block;
padding: 5px;
text-align: center;
}

.serif a:hover {
background-color: #C675EC;
color: #0f0e13;
text-decoration: none;
}

.center {
text-align: center;
}

.wp-caption {
border: 1px solid #178BA5;
margin: 3px;
padding: 2px;
text-align: center;
}

.wp-caption-text {
margin-top: 3px;
padding: 0 !important;
}

/* COMMENT ITEM
************************************/

.comment_area {
margin-top: 20px;
}

.commentlist {
list-style: none;
}

.commentlist li {
border: 1px solid #666666;
margin: 5px 0;
padding: 10px;
}

.avatar_div {
float: left;
text-align: center;
padding-right: 10px;
}

.author_comment {
background-attachment: scroll;
background-color: #178BA5;
background-image: url("images/bg_header.jpg");
background-position: bottom left;
background-repeat: repeat-x;
}

.comments_title {
margin-bottom: 18px;
}

#author, #email, #url, #comment {
border: 1px solid #666666;
margin-bottom: 18px; 
padding: 5px;
width: 640px;
}

#submit {
border: 1px solid#666666;
cursor: pointer;
font-weight: bold;
margin-bottom: 18px; 
padding: 5px;
width: 650px;
}

#submit:hover {
background-color: #666666;
}

/* ARCHIVE ITEM
************************************/

.pagetitle {
margin: 5px 1px 18px;
text-align: right;
}

.archive_post {
margin-bottom: 10px;
}

/* FOOTBAR ITEM
************************************/

#footbar ul {
padding: 5px 0;
}

#footbar ul li {
display: inline;
float: left;
margin-left: 5px;
margin-right: 5px;
width: 305px;
}

#footbar ul li h4 {
background-color: #000000;
background-image: url("images/sidebarbg.png");
background-repeat: no-repeat;
width: 310px;
height: 35px;
color: #ffffff;
font-weight: bold;
text-align: center;
margin-top: 5px;
}

.widgettitle {
width: 100%;
background-color: #000000;
color: #000000;
font-weight: bold;
text-align: center;
padding-top: 15px;
}

#footbar ul li ul, #fotobar ul li ul li {
display: block;
margin: 0 !important;
}

#footbar ul li ul li {
border-bottom: 1px solid #0f0e13;
}

#footbar a {
color: #243849;
display: block;
padding: 5px;
}

#footbar a:hover {
background-color: #EBEBEB;
color: #666666;
text-decoration: none;
}

#footbar .cat-item {
display: block;
text-align: right;
padding: 5px 0;
}

#footbar .cat-item:hover, #footbar .cat-item:hover a {
background-color: #EBEBEB;
color: #666666;
}

#footbar .cat-item a {
float: left;
padding: 0 !important;
padding-left: 5px !important;
}

#footbar .cat-item a:hover {
background-color: transparent;
}

#footbar #wp-calendar {
display: block;
width: 310px;
}

#footbar #wp-calendar thead th, #footbar #wp-calendar td {
border: 1px solid #243849;
width: 45px;
}

#footbar #wp-calendar td {
text-align: right;
padding: 4px;
}

#footbar #wp-calendar caption {
border: 1px solid #243849;
padding: 5px 0;
}

#footbar #wp-calendar td a {
display: block;
padding: 0;
}

#prev {
text-align: left !important;
}

.recentcomments {
padding: 5px 0;
}

.textwidget {
padding-left: 5px;
}

/* SIDEBAR ITEM
************************************/

#sidebar ul li {
margin-bottom: 1px;
}

#sidebar ul li h4 {
background-color: transparent;
background-image: url("images/sidebarbg.png");
background-repeat: no-repeat;
width: 300px;
height: 47px;
color: #ffffff;
font-weight: bold;
text-align: center;
margin-top: 5px;
}

.widgettitle {
width: 100%;
background-color: transparent;
color: #ffffff;
font-weight: bold;
text-align: center;
padding-top: 15px;
}

#sidebar ul li ul {
margin-top: 1px;
padding: 5px;
}

#sidebar ul li ul li {
border: none;
border-top: 1px solid #0f0e13; !important;
margin-bottom: 0 !important;
}

#sidebar a {
display: block;
padding: 5px;
color: #243849;
}

#sidebar a:hover {
background-color: #EBEBEB;
color: #666666;
display: block;
text-decoration: none;
}

#sidebar .cat-item {
display: block;
text-align: right;
padding: 5px;
}

#sidebar .cat-item:hover, #sidebar .cat-item:hover a {
background-color: #EBEBEB;
color: #666666;
}

#sidebar .cat-item a {
float: left;
padding: 0 !important;
}

#sidebar .cat-item a:hover {
background-color: transparent;
}

.search_bar {
background-color: #0f0e13;
border: none;
padding: 10px;
}

#s, #searchsubmit {
border: 2px solid #00965A;
}

#s {
margin-right: 10px;
padding: 5px;
width: 170px;
}

#searchsubmit {
border: 2px solid #00965A;
cursor: pointer;
font-weight: bold;
padding: 4px;
width: 98px;
float:right;
}

#searchsubmit:hover {
background-color: #00965A;
color: #FFFFFF;
}

#sidebar #wp-calendar {
display: block;
width: 300px;
}

#sidebar #wp-calendar thead th, #sidebar #wp-calendar td {
border: 1px solid #243849;
width: 45px;
}

#sidebar #wp-calendar td {
text-align: right;
padding: 4px;
}

#sidebar #wp-calendar caption {
border: 1px solid #243849;
padding: 5px 0;
}

#sidebar #wp-calendar td a {
display: block;
padding: 0;
}

/* FOOTER ITEM
************************************/

#footer a {
color: #eeeeee;
}

#footer .wrapper {
padding: 10px 0px;
color: #eeeeee;
}

#footerlinks {
text-align: center;
color: #eeeeee;
text-decoration: none;
}

#footerlinks a {
text-align: center;
color: #eeeeee;
text-decoration: none;
}

#footerlinks a:hover {
text-align: center;
color: #243849;
text-decoration: none;
}