/*  
Theme Name: FredDarian1
Theme URI: http://cantonwebservices.com
Description: FredDarian1 WordPress Theme by <a href="http://cantonwebservices.com/" target="_blank">CWS</a>
Version: 1.0
Author: CWS
Author URI: http://cantonwebservices.com
*/

{
	padding: 0em;
	margin: 0em;
}

body {
	background: #101010 url(images/_background.jpg) repeat fixed;
	padding: 25px 0px 25px 0px;
}

body {
	font-size: 0.95em;
	font-family: Arial, Verdana, Tahoma, Arial, Serif;
	color: #383800;

}

p {
	line-height: 1.2em;
	margin-bottom: 1.0em;
}

a {
	color: #B14B01;
	text-decoration: none;

}

a:hover	{
	text-decoration: none;
	border-bottom:#B96D00 1px solid;
}

h1,h2,h3,h4,h5,h6 {
	color: #B14B01;
	font-family:Georgia, Verdana, Arial, Serif;
}

h3,h4 {
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
}

h3 {
	font-size: 1.8em;
	padding-left: 24px;
	padding-left: 0px;
	background-image: url(images/_db1.gif);
}

h4 {
	font-size: 1.4em;
	padding-left: 18px;
	padding-left: 0px;
	background-image: url(images/_db2.gif);
}

h3 span
{
	font-weight: normal;
	font-size:60%;
	color:#999;
}

h5 
{
	font-weight:normal;
	font-family:Verdana, Arial, Serif;
	font-size:1em;
}


.contentarea {
	padding-top: 1.3em;
}

dl {
	margin:1em 0px;
}

dt {
	font-weight:bold;
}

dd {
	margin:0.5em 1em;
	padding:0;
}

img {
	border: solid 1px #dcdcdc;
	padding:3px;
}

img.left {
	position: relative;
	float: left;
	margin: 0em 1.8em 1.4em 0em;
}

img.right {
	position: relative;
	float: right;
	margin: 0em 0em 1.8em 1.8em;
}

img.profile {
	position: relative;
	float: left;
	margin: 0.5em;
	padding:3px;
}


ul, ol {
	margin:1em;
	padding:0;
}

li {
	margin:0 1em;
	padding:0.15em;
	padding: 0px;
}

#contentarea ul li {
	list-style-image: url(images/_db3.gif);
}

blockquote {
    margin:20px 10px;    
    border-left:#ccc 2px solid;
}

fieldset {
	border:none;
}


.divider1 {
	position: relative;
	background: #fff url(images/border2.gif) repeat-x;
	height: 14px;
	margin: 2.0em 0em 1.5em 0em;
	clear: both;
}

.post {
	border-bottom: solid 1px #B14B01; 
	margin: 1em 0;	
	margin-bottom: 1em;
}

.post h4 a {
	text-decoration:none;
	color:#141;	
	color: #B14B01;
	border:none;
}

.post .details {
	position: relative;
	top: -1.5em;
	font-size: 0.75em;
	color: #787878;
	margin:0;
	padding:0;
}

.post .details .user {
/*	background:url(images/user.png) no-repeat left center; */
	padding-left:15px;
	padding: 0px;
}

.post .details .date {
/*	background:url(images/date.gif) no-repeat left center; */
	padding-left:15px;
	padding: 0px;
	margin:0;
}

#outer .post ul.controls {
	clear: both;
	margin:0;
	padding:1em 0;
	background:#fcfcfc;
}

.post ul.controls li {
	display: inline;
	font-size: 0.86em;
	margin:0;
	padding: 0em 1.0em 0em 15px;
}

.post ul.controls li.comments {
	background: url(images/icon-comments.gif) no-repeat left center;
}

.post ul.controls li.more {
	background: url(images/icon-more.gif) no-repeat left center;
}

.box {
	background: #FDFCFC url(images/boxbg.gif) repeat-x;
	padding: 1.5em;
	border-top: solid 1px #E1D2BD;
	border-bottom: solid 1px #E1D2BD;
	margin-bottom: 1.0em;
	text-align:left;
}

ul.linklist {
	list-style: none;
}

ul.linklist li {
	line-height: 2.0em;
}

#outer {
	z-index: 2;
	position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
	width: 800px;
	border: solid 7px #ffffe8;
	background-color: #ffffe8;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 100%;
	height: 9em;
	background: #2b2b2b url(images/topbg.gif) repeat-x;
	margin-bottom: 2px;
}

#headercontent {
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1 {
	font-weight: normal;
	font-size: 2.5em;
}

#headercontent h1 a:link, #headercontent h1 a:visited {
	color:#9F9030;
	text-decoration:none;
	border:none;
}

#headercontent h1 a:hover, #headercontent h1 a:active {
	text-decoration:none;
	color:#fff;
	border:none;
}

#headercontent h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}

#search {
	position: absolute;
	top: 5.5em;
	right: 2.0em;
	padding-right: 0.0em;
	color:#aaa;
}

#search input.text {
	margin-right: 0.5em;
	vertical-align: middle;
	border: solid 1px #f0f0f0;
	padding: 0.1em;
	width: 10.0em;
	background:#fff url(images/button_bg.gif) repeat-x top;
}

#search input.submit {
	background: #8f4008;
	border: solid 1px #9F9030;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
	vertical-align: middle;
}

#headerpic {
	position: relative;
	height: 149px;
	background: #fff url(images/banner_hawaii.jpg) repeat-x bottom left;
	margin-bottom: 4px;
}


/* MENU */

#menu {
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	position: relative;
	background: #303030 url(images/shaded_bkgd1.gif) repeat-x top left;
	height: 24px;
	padding: 0px;
	margin: 0 0 0px;
}

#menu ul {
	padding: 2px;
	text-align: center;
	margin:0 auto;
	vertical-align: bottom;
}

#menu ul li {
	position: relative;
	display: inline;
	padding: 10px;
	margin: 2px;
	padding: 0px 16px;
	margin: 0px;
	vertical-align: bottom;
	letter-spacing: 1px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #ffe869;
	padding: 0.5em 1.0em 0.9em 1.0em;
	padding: 0px;
	text-decoration: none;	
	border:none;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li.current_page_item a {
	color: #ffffe8;
	background: #000000 url(images/menuactive_blk.gif) repeat-x top left;	
	background: transparent;
	border:none;
}

#menu ul li.current_page_item a {
	color: #ffffe8;
	font-weight: bold;
	letter-spacing: 0px;
	background: #000000 url(images/menuactive_blk.gif) repeat-x top left;	
	background: transparent;
	border:none;
}

#menubottom {
	background: #ffffe0 url(images/_border1.gif) repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}


#content input.submitcart {
	font-size: 1.1em;
	
}


#content {
	padding: 0 1.0em;
}

#primarycontainer {
	float: left;
	/* margin-right: -18.0em; */
	width: 100%;
}

#primarycontent {
	margin: 10px;
}

#sidebar {
	margin: 0;
	float: right;
	width: 18.0em;
}

#sidebar ul {
	list-style:none;
	margin:0.5em 0 0;	
}

#sidebar li {
	margin:1em 0;
	padding:0.5em;
}

#sidebar li li {
	margin:0;
	padding:0.5em;
	background:none;
}

#sidebar li li li {
	margin:0;
	padding:0.5em 1em;
}

#sidebar ul.feeds li  {
	background:url(images/feed.png) no-repeat left center;
	margin:1em 0;
	padding:0 1.5em;	
}

#footer {
	color: #ffe869;
	position: relative;
	height: 19px;
	clear: both;
	padding-top: 4px;
	padding-bottom: 2px;
	background: #f2efd8 url(images/shaded_bkgd2.gif) repeat-x bottom left;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	margin: 0px 0px;
	margin-top: 24px;
}

#footer .left {
	position: absolute;
	left: 2em;
	bottom: 1.2em;
}

#footer .right {
	position: absolute;
	right: 2.0em;
	bottom: 1.2em;
}

#footer .center {
	text-align: center;
}


/*comments and their styles*/

#comments, #respond {
	margin: 2em 0 0 5px;
}

#commentform {
	margin:10px;
	padding:10px;
}

#outer .commentlist {
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style:none;
	margin: 2em 0;
	padding: 0.5em;			
	border-bottom:#ddd 1px dashed;
	background:#fcfcfc url(images/_border2.gif) repeat-x top;
}

.commentlist li p {
    margin:0 1em;
}

.commentlist li .cmtinfo {
	font-family:Trebuchet MS,Verdana, Tahoma, Serif;
	font-size:0.9em;		
	padding:5px;
	margin-bottom: 10px;
	position:relative;	
}

.commentlist li .cmtinfo em {
	margin:0;
	padding:0 1em;
	text-align:right;
	font-style:normal;			
	color:#999;	
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
}

.commentlist li.alt {
	background:#fcfcf9 url(images/_border2.gif) repeat-x top;
}

textarea {
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
}

#outer input.text {
	background:#f9f9f9 url(images/button_bg.gif) repeat-x top;
	border:#ccc 1px solid;
	padding:2px;
	font:1em Verdana, Arial, Serif;
}

.post h5 em {
	font-style:normal;
	float:right;
	font-weight:normal;
}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}



/* WELCOME AREA */

#welcomecontent {
	margin: 0 auto;
}

p.welcome {
	margin: 0px;
	text-align: justify;
	color: #FFE869;
	color: #303030;
	font-family: Georgia, 'Times New Roman', Serif;
	font-style: italic;
	font-size: 1.2em;
}

.welcomearea
{
	padding: 6px 15px 8px 15px;
	padding: 0px;
	margin: 0px 10px;
/* 	background: #333333 url(images/bg.gif) repeat fixed; */
}


hr {
	border: 1px solid #B14B01;
}
