/*
Theme Name: Ginseng Coffee
Theme URI: http://jtkconsulting.com/GinsengCoffee
Description: GPL theme for WordPress by JTkconsulting
Version: 1
Author: JTk - http://www.jtkconsulting.com

Modified by Tassos Bassoukos <http://tassos.blogentis.net/> for use by Blogentis.
*/

html, body { height: 100%; }

/* ===== Layout ===== */
body {
	background: #DADAD0 url(../images/back.png) 0 repeat;
	color: #400000;
//	text-align: center;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

#container {
	background: #FFF url(../images/repeat.png) repeat;
	min-height: 100%;
	_height: 100%;
	width: 823px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#footer {
	padding-top:25px;
    padding-left: 190px;
	margin-top:5px;
	text-align:center;
	margin:0 auto;
	clear:both;
}

/* ===== Navigation ===== */
h1#header {
	margin: 0;
	height: 356px;
	background: url(../images/head.png) 0 no-repeat;
	text-indent: -1234em;
}
#header a {
	position: absolute;
	left: 7px;
	top: 2px;
	height: 26px;
	width: 23px;
	text-decoration: none;
}
#header em {
	display: none;
}



#blog_name {
	position: absolute;
	left: 375px;
	top: 45px;
	color: #C8A470;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 28px;
}
#blog_name a {
	color: #C8A470;
	text-decoration: none;
}
#blog_name a:visited {
	color: #C8A470;
	text-decoration: none;

}
#blog_name a:hover {
	color: #CD7829;
}

#blog_slogan {
	position: absolute;
	left: 379px;
	top: 120px;
	color: #FF9933;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 16px;
	letter-spacing: -0.2px;
	word-spacing: -0.4px;
}
#blog_link {
	position: absolute;
	left: 498px;
	top: 115px;
	color: #997146;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 14px;
	letter-spacing: -0.2px;
	word-spacing: -0.4px;
}


/* Navigation Links */
#pathway {
	position: absolute;
	left: 250px;
	top: 222px;
	color: #C8A470;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 14px;
	width: 500px;
}
#pathway a {
	color: #CD7829;
	text-decoration: none;
}
#pathway a:visited {
	color: #CD7829;
	text-decoration: none;
}
#pathway a:hover {
	color: #F3DCBA;
	text-decoration: none;
}
#menu_view {
	position: absolute;
	left: 240px;
	top: 5px;
	color: #FFCC99;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: lowercase;
	word-spacing: 3px;
	letter-spacing: 1.5px;
	font-size: 11px;
}
.menu a {
	color: #E1D6A4;
	text-decoration: none;

}
.menu a:hover {
	color: #FFFFFF;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 5px;
}
.menu li {
	padding: 0 13px 0 4px;
	margin: 0;
	display: inline;
}
.menu li a {
	color: #E1D6A4;
	text-decoration: none;
}
.menu li a:hover {
	color: #FFFFFF;
}
#menu_two {
	position: absolute;
	left: 250px;
	top: 180px;
	color: #CC9950;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-transform: lowercase;
	word-spacing: 5px;
	letter-spacing: 1.5px;
	font-size: 12px;
}

#siteLinks {
}
#userActions {
	float: right;
}

/* Sidebar */
#sidebar {
	color: #FF9933;
	margin: -320px 0px 0 25px;
	width: 190px;
}
#sidebar .heading {
	padding: 0;
	color:	#FF9933;
	font-size: 12px;
	font-weight: bold;
}
#sidebar .sideBox {
    margin: 5px 0 20px 0px;
    padding-left: 20px;
}
#sidebar ul, #sidebar ol {
    list-style-type: none;
}
#sidebar a {
	color: #C8A470;
	text-decoration: none;
}
#sidebar a:visited {
	color: #C8A470;
	text-decoration: none;
}
#sidebar a:hover {
	color: #C8A470;
}

/* ===== Main content ===== */

#wrapper {
	width: 560px;
	float: right;
	position: relative;
}
#content {
	padding: 0 60px 10px 0px;
}
#content ul {
	list-style-type: disc;
}
#content ul ul {
	list-style-type: square;
}
#content li {
	margin-left: 2em;
}

hr#clear {
	clear: both;
	height: 65px;
	visibility: hidden;
}

/* ===== Post styles ===== */

.post {
	font-size: 13px;
	margin: 0px;
	border: 0px;
}

.postTitle {
	margin: 0 0 2px 0;
	background: url(../images/headingborder.gif) 0 100% no-repeat;
}

.postTitle a:hover {
	text-decoration: none;
}

.postDetails {
	padding: 0px;
	margin: 0px;
	color: #444444;
	font-size: smaller;
	text-align: left;
    padding-bottom: 25px;
}

.postDetails a {
	text-decoration: none;
}

.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;
}

.commentList {
}

.commentDetails,
.commentActions,
.commentText {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.commentText {
	margin-bottom: 5px;
}

.commentDetails,
.commentActions {
//	font-size: smaller;
}

.commentActions {
	float: right;
	text-align:left;
}

.commentList {
    position: relative;
}

.commentList .even , .commentList .odd {
    padding: 5px 9px 5px 9px;
    margin: 7px 0 7px 0;
}


/* ===== Preferences ===== */

.prefs {
	border-collapse: collapse;
	margin-top: .3cm;
	margin-bottom: .3cm;
}

.prefs td {
//	border-bottom: 1px solid #888;
	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 ===== */

#monthCalendar .heading {display: none;}

table.calendar {
	border-collapse: collapse;
}

.calendar .next , 
.calendar .prev {
	font-weight: bold;  
}

.calendar th {
	font-weight: normal;
	text-align: center;
}

.monthCal .calendar th {
	font-weight: bolder;
	font-size: larger;
	padding-bottom: 3px;
}

.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 {
	color: #CD7829;
	font-weight: bold;
	color: black;
}

.calendar td {
	padding: 1px;
	text-align: center;
}

.calendar .curday {
	background-color: #761606;
}

.sideBox .calendar {
	width: 100%;
	font-size:75%;
}

/* ===== Login Box ===== */
#loginBox input[type="text"] , 
#loginBox input[type="password"] {  
	width: 100px; 
}

/* ===== Recent Comments ===== */
#recentCommentsBox .originatorName {
	font-weight: bold;
}

/* ===== Search sidebox ===== */
#searchBox .buttons {
 font-size: 10px;
 background-color: #330606;
 color: #CC9950;
}
input#s {
	width: 15ex;
}
/* ===== Everything else ===== */
.divider {
	font-size:16px;
	font-weight:normal;
	border-bottom:1px solid #761606;
 	color: #761606;
	padding-bottom:4px;
	margin-bottom:10px;
	margin-top:24px;
}
a:link {
	color: #86441C;
	text-decoration: none;
}
a:visited {
	color: #86441C;
	text-decoration: none;
}
a:hover, a:active {
	color: #BA5F2A;
	text-decoration: none;
}
a img {
	border: 0px;
}

.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;
}

p, 
pre, 
blockquote, 
form, 
label, 
dl, 
fieldset, 
address {
	margin: 10px 0;
}
fieldset {
	padding:10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #761606;
	font-weight: bold;
}
h1 {
	font-size: 16px
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}



table, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}
blockquote {
    background: #F3EFE9;
    margin-left: 2em;
    padding: 5px 9px 5px 9px;
}
pre { 
	font-size: 80%;
	padding: 1em;
	margin: 1em;
	background: #F3EFE9;
  	border: 1px dotted #888;
}

input,button {
	color: #330606;
	border: 1px solid #330606; 
	background-color: #C8A470;
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding: 1px;
}

textarea {
	background-color: #FFEBCD;
	color: #330606;
	border: 1px solid #330606; 
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
}

.even {
}

.odd {
	background-color: #FFEBCD;
}

/* ====== Print instructions ========== */
@media print {
	/* Directives for printing */
	
	.sidebar,
	.navigation,
	.commentForm,
	.trackbackList,
	.nextPost,
	.prevPost,
	.commentActions {
		display: none;
	}
	
	#mainContent {
		border: 0px;
	}
}

/* ==== Add your own here ===== */
