/* 
Theme Name: Dixie Belle
Description: Dixie Belle Theme for Wordpress 1.5. 
Author: Jennifer Ledbetter
Author URI: http://www.geeksmakemehot.com


Credits: 
Gemini template for WordPress 1.5 built by Root http://atthe404.com
Background by: dinny a.k.a Diane Miller http://www.dinnys.com/
Translucent background by: http://www.wannabegirl.org/translucent/


License:
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Modified by Tassos Bassoukos <http://tassos.blogentis.net/> for use by Blogentis.
*/

html, body { height: 100%; }

/* ===== Layout ===== */
body {
  	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	font-size: 14px;
  	margin: 0;
  	padding: 0;
  	text-align: center; /* IE 5.5 hack */
	}

#farouter {
	width: 90%; 
	border: 0px;
	margin: 20px auto 20px auto;
	text-align: left;  /* IE 5.5 hack part II */
	}
#outer {
	}
#rap {
	background: transparent;
	}
#masthead {
	letter-spacing: 0.2em;
	margin: 5px 5px 0 35px;
	padding: 0 5px 5px 5px; 
	font: normal 80% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background: #F2EEEC; 
	background-image: url('../images/side_background.gif');
	border: 2px solid rgb(201,179,212);
	}

#content {
	width: 70%; 
	float: left;
}
#main {
	padding-top: 0px;
	padding-right:35px;
	padding-left:35px;
}
#nav {
	padding-left: 10px; 
	}
#logo {
	padding-top: 25px; 
	padding-left: 12px;
	}
#hmenu {
	margin: 8px; 
	height: 30px;
	}	
#hnav {
	margin: 0;
	padding: 0;
	}
#clearer { 
	clear: both; 
	margin: 0; 
	padding: 0;
	}
#footer { 
	margin: 8px 8px 8px 8px; 
	}

/*----------------- Color CSS    ------------------------*/

body {
	background: #fff url('../images/ET-logo.png');
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	color:#333;
	}
#rap {
	background: transparent;
	}
#footer {
	background: transparent;
	}
#nav {
	background: transparent;
	}
#hmenu {
	background: #fff;
	}

/* ===== Navigation ===== */
#header {
	font-style: normal;
	font-size: 24px;
	font-weight: normal;
}
#header a { 
	color: gray;
    font-weight: bold;
	text-decoration: none; 
	}
#header a:hover { 
	text-decoration: underline; 
	}
#tagline {margin:0; margin-right: 25px; padding:0;text-align: right;color: gray;border: 0;}

#hnav ul{
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #fff;
	color: #000;
	width: 100%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 16px;
	/* fixes Firefox 0.9.3 */
	}

#hnav ul li{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

#hnav ul li a{
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-image: url(../images/icon.gif); 
	background-repeat: no-repeat;
	background-position: 0 55%;
	color: #000;
	text-decoration: none;
	}

#hnav ul li a:hover{
	background-image: url(../images/icon2.gif); 
	background-color: #fff;
	color: gray;
	}

#hnav #active { 
	border-left: 1px solid #fff; 
	}



/* Sidebar */
#sidebar {
	margin-top: 35px;
	float: right;
	width: 25%;
	background: url('../images/side_background.gif');
	border: 2px solid rgb(201,179,212);
}
#sidebar .heading {
  	font-family:  'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  	font-weight: normal;
	letter-spacing: 0.1em;
	border: 0;
	text-align: left;
	padding-left:0;
	margin-left: 0;
	font-size: 16px;
	font-weight: normal;
	color: gray;
}
#sidebar .sideBox {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 100%;
}
#sidebar ul, #sidebar ol {
	list-style-type: none;
}
#sidebar li a {
	display: block;
	padding: 3px;
	padding-left: 17px;
	width: 130px;
	border-bottom: 1px solid #eee;
	background-image: url('../images/icon.gif'); 
	background-repeat: no-repeat;
	background-position: 0 55%;
	color: #000;
}

#sidebar #recentCommentsBox li a {
display: inline;
padding: 0;
width: auto;
border: 0;
background: transparent;
}

#sidebar a:visited, #sidebar a:link {
	text-decoration:none;
}
#sidebar li a:hover {
	background-image: url('../images/icon2.gif'); 
	background-color: #fff;
	color: gray;
}
#sidebar form {
	margin: 0 0 0 13px;
}

/* ===== Main content ===== */



/* ===== Post styles ===== */

.post {
	margin: 35px 0 20px 0; 
}

.postTitle {
	padding: 5px;
	margin-top: 10px; margin-bottom: 0px; 
	border: 2px solid rgb(201,179,212);
	background: #f6e2eb; 
	background-image: url('../images/side_background.gif');
}
.postTitle a {
	text-decoration: none; 
}
.postTitle a:hover, .postTitle a:visited {
	text-decoration: none;
	color: gray;
}

.postDetails {
	padding: 0px;
	margin: 0px;
	color: #000;
	padding-bottom: 25px;
	font-size: .95em;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 2px solid rgb(201,179,212);
	border-right: 2px solid rgb(201,179,212);
	background: #F2EEEC;
	background-image: url('../images/side_background.gif');
	font-weight: normal; 
	letter-spacing: 0;
}

.postDetails a {
	color: gray;
	text-decoration: none;
	font-weight: normal; 
	letter-spacing: 0;
}

.feedback {
	font: 100%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align: right;
	clear: both;
	margin-right: 30px; 
	font-size: 100%
}
.feedback a, .postContent .feedback a:visited {
	color: gray;
}

.post ul li {
	padding: 0px;
	font-weight: normal;
	list-style: url('../images/icon.gif');
	line-height: 1.5em;
}

.post ul li:hover {
	padding: 0px;
	font-weight: normal;
	list-style: url('../images/icon2.gif');
	line-height: 1.5em;
}

.postContent {
	margin-bottom: 5px; 
	border-left: 2px solid rgb(201,179,212);
	border-right: 2px solid rgb(201,179,212);
	border-bottom: 2px solid rgb(201,179,212);
	border-top: 1px solid rgb(201,179,212);
	padding: 5px;
}

.nextPost {
	float:right;
}

.prevPost {
}

.noPosts {
	margin-top: 1em;
	text-align: center;
}
.entry {
    font-size: 13px;
}
/* ===== Comments ===== */
.postComments {
	font-size:smaller;
}

.commentForm {
	width: 100%;
}

.commentForm textarea {
	width: 100%;
	height: 8em;
}

.commentForm th {
	width: 6em;
	text-align: right;
	font-weight: normal;
}

#commentProps li {
    margin-top: 4px;
    margin-left: 0px;
}

#commentProps {
    margin: 0px;
}

.commentDetails,
.commentActions,
.commentText {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.commentText {
	margin-bottom: 5px;
	padding: 5px;
}

.commentDetails {
	padding: 5px;
	margin-bottom: 8px;
	color: #000;
	font-size: .95em;
	border-bottom: 2px solid rgb(201,179,212);
	background: #F2EEEC;
	background-image: url('../images/side_background.gif');
	font-weight: normal; 
}

.even .commentDetails, .odd .commentDetails {
	padding: none;
}

.commentActions {
}

.commentList {
    position: relative;
}

.commentList .even , .commentList .odd {

}

.commentId {
	float: right;
	font-size: 24px;
	font-style: italic;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: gray;
}
.commentId a {
	color: gray;
	text-decoration: none;
}

.commentAuthor {
	font-size: 14px;
	text-transform: uppercase;
}

.commentList li {
	margin: none;
	background: #F2EEEC; 
	background-image: url('../images/side_background.gif');
	border: 2px solid rgb(201,179,212);
	margin-bottom: 35px;
	width: 90%;
}

/* ===== Preferences ===== */

.prefs {
	border-collapse: collapse;
	margin-top: .3cm;
	margin-bottom: .3cm;
}

.prefs td {
	padding: 2px;
	min-width: 4em;
}

.prefs .even {
}

.prefs .odd {
}

.prefs textarea, .prefs input[type="text"], .prefs select {
	width: 100%;
}

/* ===== Administrative Stripes ===== */
.adminStripe {
	line-height: normal;	
}
.adminStripe li.current {
	font-weight: bold;
}
#adminNavigationBox {
}
#adminNavigationBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type:none;
	padding-left: 1ex;
}

/* ===== Calendar ===== */

table.calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 100%;
}

.calendar .nextMonth {
	white-space: nowrap;
	text-align: right;
}
.calendar .prevMonth {
	white-space: nowrap;
	text-align: left;
}
.calendar .currentMonth {
	text-align: center;
}

.calendar th {
	padding-bottom: 3px;
	font-style: normal;
	vertical-align: bottom;
}

.calendar th.currentMonth {
	font-weight: bolder;
	font-size: larger;
	text-transform: capitalize;
}

.calendar .days td {
	margin: 0px;
	padding: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #330606; 
	border-top: 1px solid #330606; 
}

.calendar td a {
	display: block;
	text-decoration: none;
}

.calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

.calendar td {
	color: #444;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

.calendar .curday {
	background: #eee;
	color: #bbb;
}

.sideBox .calendar {
	font-size:75%;
}

/* ===== Login Box ===== */
#loginBox input[type="text"] , 
#loginBox input[type="password"] {  
	width: 100px; 
}

/* ===== Recent Comments ===== */
#recentCommentsBox .originatorName {
	font-weight: bold;
}

/* ===== Search sidebox ===== */

input#s {
	width: 80%;
	background: #fff;
	border: 1px solid gray;
	color: #000;
}
/* ===== Everything else ===== */
a {
	text-decoration: none;
	color: gray; 
	}

a img { border: none; }
.postContent a:visited { 
	color: rgb(201,179,212);
	}
a:hover { 
	color: gray; 
	}
a img {
	border: 0px;
}

acronym, abbr { 
	border-bottom: 1px dashed; 
	}
blockquote, pre {
	border: rgb(201,179,212);
	background: #F2EEEC; 
	background-image: url('../images/side_background.gif');
	border: 1px solid rgb(201,179,212);
	margin-left: 1.5em; 
	padding: 5px;
}

.divider {
	color: gray;
	padding: 5px;
	margin-top: 24px;
	margin-bottom: 10px; 
	border: 2px solid rgb(201,179,212);
	background: #f6e2eb; 
	background-image: url('../images/side_background.gif');
	font: 130% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0.2em; 
}


.errmsg {
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
}
.infomsg {
	background-color: #FF9933;
	color: white;
	font-weight: bold;
	text-align: center;
}

.sideBox {
  margin-top: 1em;
}

ul.plain,
ul.sectionList,
ul.postOptions,
div.plain ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style:none;
}
ul, ol {
    margin: 5px 0 20px 0px;
    list-style-type: none;
}
li, dd, blockquote {
	margin-left: 7px;
	list-style-type: none;
}
h1 { 
	margin: 0; 
	padding: 20px; 
	text-align: left; 
	}
h2 {
	font: 130% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 0.2em; 
	margin: 0 0px 0px 0; 
	padding: 10px 0 0 0;
	color: gray;
}
h3 {
	font:  normal 150%  'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: normal;  
	margin-left: 0; 
	margin-top: 30px;  
}
table, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

textarea {
	width:200px; 
	margin:0; 
}
img {
	margin: 0px;padding: 5px; 
}
p, li, .feedback { 
	font: 100%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.even {
	padding: 2px;
}

.odd {
	background: #f6e2eb; 
	background-image: url('../images/side_background.gif');
	padding: 2px;
}

/* --------------- */

.credit {
  color: #000;
  font-size: 95%;
  margin: 10px 0 0 0;
  padding: 3px;
  text-align: center;
}

.credit a:link, .credit a:hover {
	color: rgb(201,179,212);
	text-decoration: none;
}

/* ====== Print instructions ========== */
@media print {
	/* Directives for printing */
	
	.sidebar,
	.navigation,
	.commentForm,
	.trackbackList,
	.nextPost,
	.prevPost,
	.commentActions {
		display: none;
	}
	
	#mainContent {
		border: 0px;
	}
}

/* ==== Add your own here ===== */
#masthead,#sidebar,.postTitle,.commentList li, .divider {
	-moz-border-radius: 15px;
}

.postTitle {
	-moz-border-radius: 15px 15px 0px 0px;
}

.postContent {
    -moz-border-radius: 0px 0px 15px 15px;
}

#photoTable {
  margin-left: auto;
  margin-right: auto;
}

#photoTable td {
 vertical-align: middle;
 text-align: center;
}

#photoTable td:hover {
  background: #f6e2eb;
}