/*
Theme Name: Trifecta
Theme URI: 
Description: Theme designed and developed 
Version: 1.0
Author: Uno Design Studio
Author URI: 
Tags: brown, fixed width, three columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body { margin: 0; text-align: center; background: #fff url(images/bg-body.jpg) repeat-x top; font-family: Arial, Helvetica, sans-serif; font-size: 62.5%; }

#page { background: url(images/bg-page.jpg) repeat-y center; }

#header { background: url(images/bg-header.jpg) no-repeat center top; }

#headerimg, #pagelimit { width: 750px; margin: 0 auto; text-align: left; }

	#headerimg { width: 570px; padding: 5px 7px 0 180px; }
	
#pagelimit { padding: 20px 0 0 0; }
	
#leftsidebar { float: left; width: 179px; }

#content { margin: 10px 0 0 0; width: 393px; float: left; background: #fff url(images/bg-content.jpg) bottom no-repeat; }

#rightsidebar { margin-left: 573px; width: 175px; }

#footer { clear: both; text-align: center; color: #000; padding: 10px }

a { text-decoration: none; color: #000; }

	a:hover { text-decoration: underline; }

h1, h2, h3 { margin: 0; padding: 0; font-size: 1.5em; }

/* Begin Various Tags & Classes */
acronym, abbr, span.caps { cursor: help; }

acronym, abbr { border-bottom: 1px dashed #999; }

blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #e1ba98; }

blockquote cite { margin: 5px 0 0; display: block; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.center { text-align: center; }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

hr { display: none; }

a img { border: none;	}

.navigation { display: block; text-align: center;	margin: 10px 10px 30px 10px;	}
/* End Various Tags & Classes*/

/* header */
	.rssfeed { margin: 0; height: 52px; overflow: hidden; }
	
	#headerimg h1 { padding: 100px 0 0 50px; font-weight: normal; font-size: 4em; }	
	
		#headerimg h1, #headerimg h1 a { color: #fff; text-decoration: none; }
		
		.description { color: #e1c8b4; padding: 0 0 0 150px; font-size: 1.6em; }
		
		#search-header { background: url(images/searchform.jpg) no-repeat center top; margin: 0 auto; margin-top: 103px; width: 393px; height: 99px; padding: 15px 0 0 0; }
		
		#search-header #s { height: 25px; width: 295px; font-size: 2em; padding: 5px 3px; }
		
		#search-header #searchsubmit { height: 22px; width: 52px; color: #d6a376; background: #6c4e3a; border: 1px solid #6c4e3a; font-size: 1.1em; }

/*sidebar */
.sidebar { padding: 25px 0 0 0; font-size: 1.2em; color: #D6A376; }

	.sidebar a { color: #fff; }

.sidebar ul { margin: 0; padding: 0; list-style: none; }

	.sidebar ul li { padding: 10px; }
	
		.sidebar ul li ul {  }
	
		.sidebar ul li ul li a { display: block; background: url(images/bullet.gif) top left no-repeat; padding: 0 0 0 14px; }

		.sidebar ul li ul li { padding: 0; margin: 0; }

.sidebar h2 { color: #4c311c; font-size: 1.2em; text-transform: uppercase; }

/* content */
#content a { color: #4c311c; }

.pagetitle { color: #4c311c; font-weight: normal; padding: 0 10px; }

.post { background: url(images/post-title.jpg) no-repeat top left; }

	.post h2, .post h3 { color: #000; padding: 10px 10px 0 60px; font-size: 1.4em; }
	
		.post h2 a, .post h3 a { color: #000 !important; }
		
	.post .postinfo { padding: 0 0 0 60px; }
		
		.post .postinfo b { font-weight: bold; font-size: 1.1em; }
		
	.post .entry { text-align: justify; padding: 15px; background: url(images/entry-div.jpg) bottom repeat-x; font-size: 1.2em; line-height: 1.4em; }
	
		.post .entry a { font-weight: bold; text-decoration: underline; color: #000 !important; }
		
			.post .entry a:hover { background: #d6a376; }
			
		.post .entry img { max-width: 100%; }
		
	img.wp-smiley { vertical-align: text-bottom; }
			
	.postmetadata { padding: 0 15px 50px 15px; }
	
		.postmetadata a { font-weight: bold; text-decoration: underline; }

		div.postmetadata a { font-weight: bold; font-size: 1.3em; text-decoration: underline; }
		
			div.postmetadata a:hover { text-decoration: none; }
			
/*comments area*/
h3#comments, h3#respond { padding: 0 10px 10px 10px; }

.commentlist { list-style: none; margin: 0 0 30px 0; padding: 0 15px; }

	.commentlist li { border-bottom: 1px solid #E9DBD0; padding: 15px 5px; }
	
		.commentlist li li { border: none; padding: 0; }
		
#commentform { padding: 0 15px; }

	#commentform #author, #commentform #email, #commentform #url, #commentform #comment { background: #fff !important; border: 1px inset #555; font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; }
	
	#commentform #comment { width: 360px; }