/**
Theme Name: The Daily Psychic
Author URI: http://www.napersolutions.com
Theme URI: http://www.napersolutions.com
Author: Napersolutions
Description: The Daily Psychic Theme WP
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/lavalamp.css');
@import url('css/glide.css');
@import url('css/tabs.css');
@import url('css/slide.css');
@import url('css/widgets.css');
@import url('css/comments.css');
@import url('css/submenu.css');

body {
	background:#FFFFFF url('./images/background.gif') repeat-x 0 0;
	font:normal 11px Tahoma, Verdana, Arial;
	margin:0;
	color:#19160B;
}

ul li { list-style:none; }

a { color:#EE9400; }

a:hover { color:#6D9B00; }

#body-in { background:transparent url('./images/body-in-bg.gif') repeat-x 0 100%; }

#wrapper {
	width:956px;
	margin:0 auto;
}

/* header */
#header {
	padding-top:0px;
}

#header-content { padding-bottom:0px; }

#branding {
	background:url('./images/logo.jpg') no-repeat;
	text-transform:uppercase; 
	height:140px;
}

#blog-title {
	background:transparent url('./images/jacki-mari.gif') no-repeat top right;
	padding-right:15px;
	margin-right:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:44px;
	font-weight: normal;
	line-height:67px;
	padding-left: 200px;
	height:67px;
}

#blog-title a { color:#FFF;}

#blog-title a:hover { color:#fdb725;}

#blog-description {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: normal;
	line-height:58px;
	color:#b2aaa8;
	margin-left:290px;
	margin-top:-15px;
}
#search-box {
position:absolute;
top:70px;
padding-left:617px;
}

#top-search {
	background:transparent url('./images/top-search-bg.gif') no-repeat 0 0;
	width:329px;
	height:64px;
	position:relative;
}

#top-search input {
	border:medium none;
	background:transparent;
	position:absolute;
	color:#BEBEBE;
}

#top-search .input-text {
	left:67px;
	top:24px;
	width:190px;
}

#top-search .input-submit {
	width:63px;
	height:30px;
	padding:0;
	right:0;
	top:17px;
	cursor:pointer;
}

/* container */

#top-container { height:247px; }

#featured-posts-wrapper {
	float:left;
	width:644px;
	height:240px;
}

#featured-posts .title {
	font-size:18px;
	border-bottom:3px solid #bcac66;
	padding-bottom:3px;
	margin-bottom:3px;
	margin-top:0px;
}

#featured-posts .title a { color:#413418; }

#featured-posts-wrapper #featured-posts .entry { color:#19160B; font-size:13px; }

.post, .navigation, .commentlist, .respond {
	padding-right:10px;
	margin-bottom:60px;
}

.pagetitle {
	font-size:18px;
	color:#ee9400;
	margin:20px 0px;
}

.post .title {
	color:#ee9400;
	font-size:18px;
	font-weight:bold;
	margin:20px 0px 5px 0px;
	border-bottom:3px double #cb9300;
}

.post .meta, .entry-meta { margin-bottom:30px; }

.more-link span {
	display:block;
	color:#FFFFFF;
	text-align:center;
	width:75px;
	height:25px;
	line-height:25px;
	padding:0 10px;
	background-color:#403211;
	border:2px solid #bcac66;
}

#featured-posts-wrapper .entry { font-size:11px; line-height:20px; }
.mini-post .entry { font-size:11px; }

.entry { font-size:14px; }

/* content */
#content {
	float:left;
	width:596px;
	padding-right:5px;
}


.mini-post {
	float:left;
	width:276px;
	height:330px;
	background:#FFFFFF url('./images/mini-post-bg.gif') repeat-x 0 0;
	padding:10px 7px;
	overflow:hidden;
	margin:0px 8px 20px 0px;
}

.odd {  }


.mini-post .title {
	float:left;
	width:180px;
	font-size:14px;
	height:17px;
	margin-bottom:17px;
	overflow:hidden;
}

.mini-post .title a { color:#EE9400; }

.mini-post .title a:hover { color:#6D9B00; }

.mini-post .datepost {
	float:right;
	width:96px;
	text-align:right;
	line-height:16px;
	color:#bcac66;
}

.mini-post .thumbnail {
	clear:both;
	padding:5px;
	background-color:#FFFFFF;
	margin-bottom:15px;
}

.mini-post .entry { clear:both; font-size:13px; }

.mini-post .more-link span {
	margin-top:15px;
}

.no-image { background:#FFFFFF url('./images/mini-post-no-image-bg.gif') repeat-x 0 0 !important;
height:155px;
margin-bottom: 10px;
}

/* post navigation */
#post-nav { 
	text-transform:uppercase;
	font-size:11px;
	margin-bottom:10px;
	padding-right:10px;
}

#post-nav a {
	display:block;
	background-color:#403211;
	border:2px solid #BCAC66;
	color:#FFFFFF;
	padding:8px 13px;
}

#nav-prev-post, #nav-next-post {
	float:right;
	margin-left:10px;
}

/* sidebar */
#sidebar {
	float:left;
	width:355px;
}

.widget { margin-bottom:10px; }

.widget-title {
	background:#FFFFFF url('./images/widget-title-bg.gif') repeat-y 0 0;
	height:30px;
	font-size:12px;
	line-height:30px;
	color:#60512e;
	border-top:1px solid #bcac66;
	border-bottom:1px solid #bcac66;
	padding:0 5px;
	/*text-transform:uppercase;*/
}

.widget-content {
	background:#FFFFFF url('./images/widget-content-bg.gif') repeat-x 0 0;
	padding:0 5px;
}

.widget-content a { color:#c57200; }
.widget-content a:hover { color:#517f00; }

.widget-content li {
	padding:10px 0;
	border-bottom:1px solid #bcac66;
}

.widget-content li li {
	border:none;
	padding:10px 0 0 10px;
}

#secondary .widget-title { background-image:url('./images/widget-small-title-bg.gif'); }

#calendar_wrap { padding-top:5px; }

/* footer */
#footer {
	text-transform:uppercase;
	height:31px;
	padding-top:25px;
	line-height:21px;
	clear:both;
}

#footer a { }

#footer a:hover {  }

#blog-name {
	background:#60512e url('./images/blog-name-left-bg.gif') no-repeat 100% 0;
	float:left;
	display:block;
	height:24px;
	font-size:12px;
	color:#FFFFFF;
	line-height:24px;
	padding:0 10px 0 5px;
	margin-right:10px;
}

.footer-small-text { font-size:1px; color:#FFF; }
#footer a.footer-small-a  { color:#FFF; }
#footer a.footer-small-a:hover  { color:#FFF; }

#post-date {
background: url('./images/post-date.gif') no-repeat;
height:38px;
padding:0px 0px 0px 40px;
margin: 0px 0px 15px 0px;
line-height:38px;
color:#999999;
}
#post-content {
background: url('./images/post-content.gif') no-repeat;
min-height:38px;
padding:40px 0px 0px 15px;
margin: 0px 0px 15px 0px;
}
#post-content-p {
border-left: 5px solid #d8d8d8;
padding:0px 0px 0px 10px;
}
#post-info {
background: url('./images/post-info.gif') no-repeat;
height:38px;
padding:2px 0px 0px 40px;
margin: 0px 0px 5px 0px;
color:#999999;
}
#post-comments {
background: url('./images/post-comments.gif') no-repeat;
height:38px;
padding:0px 0px 0px 40px;
margin: 0px 0px 15px 0px;
line-height:38px;
color:#999999;
text-transform:uppercase;
}

#radio-shows {
background: url('./images/radio-shows-bg.gif') no-repeat;
height:151px;
width:588px;
margin-bottom:30px;
}

#jacki-mari-radio-show {
margin-left:177px;
}
#beyond-logic-radio-show {
}

#stories-of-interest {
margin-right:8px;
}

#stories-and-weirdpsychology {
margin-bottom:30px;
}


.wpcf7-form input, .wpcf7-form textarea {
background:#fff2d3;
border: 1px solid #ffbf1f;
}
.wpcf7-form .contact-submit {
background:#403211;
border: 2px solid #bcac66;
color:#FFF;
width:80px;
height:30px;
text-align:center;
vertical-align:middle;
font-size:16px;
}

.widget-content form {
padding-top:10px;
}

#user_login, #user_pass {
background: #fff;
border: 2px solid #bcac66;
margin: 5px 0 10px 0;
}

#wp-submit{
background:#403211;
border: 2px solid #bcac66;
color:#FFFFFF;
margin:5px 0;
padding:2px 4px;
}


