/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fixed layout with two sidebars on both sides of content, based on the Sandbox theme
*/

* {
margin: 0;
padding: 0;
}

body {
	background-color:#a4584d; 
	/*background-image:url(images/pageback.jpg);*/ 
	background-position: top left; 
	background-repeat: repeat; 
	color:#181616; 
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size:13px; 
	text-align:left; 
	padding:0px 0px 5px 0px;
}
#wrapper {
	width:940px; 
	text-align:left; 
	margin:auto;
	background-color: #ffffff;
	border: 3px double #2d2325;
}
.meta-sep {
}

a, a:link, a:visited {
	font-weight:bold; 
	color:#a4584d; 
	text-decoration:none;
}

a:hover {
	font-weight:bold; 
	color:#603634; 
	text-decoration:none;
}

/*Header and titles*/
#header {
	background-image:url(http://profiler.scribblesinink.com/wordpress/wp-content/themes/sandbox/images/header.jpg);
	background-position: 0px 0px; 
	background-repeat:no-repeat;
	background-color:#4e2d28;
	height: 200px; 
	padding: 0px; 
	width: 748px;
	float: left;
}

* html #header{
	margin-right:-3px;
}

#blog-title {
	font-size: 4em;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 2em;
	text-align: right;
	padding-left: 200px;
}

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

#blog-title a:hover {
	color: #56a8ce;
}

#blog-description {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: right;
	color: #6f4027;
}

/*Menu bar*/
#access {
	background-color: #4e2d28;
	background-position: top right;
	background-repeat:no-repeat;
	padding: 1px;
	height: 198px;
}

#access a:hover {
	color: #a4584d;
}

#menu {
	text-align: right;
	line-height: 2em;
	float: right;
}

#menu ul {
	width: 140px;
}

#menu li {
	width: 130px;
	background: #56a8ce;
	border: 1px solid #fff;
	padding: 0.5em;
	margin: 0.5em;
}

li.page_item {
	list-style: none;

}

li.page_item a {
	color: #c2f2e1;
	font-variant: small-caps;
	font-size: 1.2em;
	
}

#rss_feeds {
	float: right;
	position: relative;
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 10px;
}

#rss_feeds a {
	color: #c2f2e1;
	font-weight: normal;
}

/*Main*/
div#container {
	float: left;
	width: 100%;
}
div#content {
	margin: 10px 200px;
}

/*Navigation*/
.navigation {
	text-align: right;
}

.navigation a {
	font-weight: normal;
	color: #4e2d28;
}

/*Post content*/
.post {
	padding-top: 5px;
}

.page-title {
	font-size: 1em;
	color: #666;
	margin-bottom: 15px;
}

h3.entry-title {
	font-size: 1.5em;
}

.entry-title {
	color: #2d2325;
	letter-spacing: 0.1em;
	font-size: 2em;
	text-decoration: underline overline;
}

.entry-title a {
	color: #2d2325;
	text-decoration: underline;
}

.entry-date {
	text-align: right;
	font-size: 0.8em;
	padding: 5px 0px;
}
#story-details {
	float: right;
	width: 130px;
	margin-left: 4px;
	margin-top: 6px;
	border: 1px dotted #4e2d28;
	background-color: #f2fbff;
	padding: 5px;
	font-size: 0.85em;
	color: #777;
}
/*What is typed in the post or page form*/
.entry-content p {
	line-height: 1.5em;
	padding: 0.7em 0;
}

#story-links a {
	text-decoration: underline;
	padding: 0px 4px;
	font-size: 0.9em;
	background-color: #6f4027;
	color: #fff;
}

#story-links a:hover {
	text-decoration: underline;
	background-color: #f2fbff;
	padding: 0px 4px;
	color: #4e2d28;
}

.entry-meta {
	font-size: 0.9em;
	color: #888;
	padding-bottom: 20px;
}

.entry-meta a{
	color: #75a896;
	font-weight: normal;
}

.entry-meta a:hover {
	text-decoration: underline;
	font-style: italic;
}
.cat-links {
}
.comments-link {
	display: none;
}

/*Page content*/
.tags_guide ul li{
	margin-left: 30px;
	list-style-image: url(images/dot.gif);
}

.entry-content ul li{
	margin-left: 30px;
	list-style-image: url(images/dot.gif);
}

#notes {
	border: 1px dotted #4e2d28;
	background-color: #f2fbff;
	margin: 10px 0px 25px 0px;
	font-size: 0.95em;
	padding: 3px;
	color: #666;
}

#notes ol {
	margin-left: 20px;
}
#functionalities {
	text-align: right;
	font-size: 0.9em;
	margin-bottom: 2px;
}

#functionalities a {
	font-weight: normal;
}

.wp-email {
	color: #fff;
}

/*Comments and ratings*/

#rate_story {
	font-size: 0.9em;
	color: #666;
	text-align: right;
}

#comments {
	border-top: 1px solid #75a896;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 0.9em;
	color: #666;
}


li.comment {
	list-style: none;
}
.comment-author {
	font-weight: bold;
	color: #2d2325;
}
.comment-meta {
	font-size: 0.8em;
}

#respond {
	margin-top: 25px;
}

#comment, #author, #email, #url {
	background-color: #f2fbff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.form-label img {
	margin-bottom: -4px;
	padding-right: 1px;
}

.form-submit{
	margin-top: 2px;
}

/*Sidebars*/
div.sidebar {
	float: left;
	overflow: hidden;
	width: 180px;
	background-color: #eeeeee;
	padding: 0 10px 50px 0;
}
div#primary {
	margin: 0 0 0 -100%;
}
/* * html div#primary {
	left: 20px;
	position: relative;
}*/
div#secondary {
	margin: 0 0 0 -191px;
}

ul.sidebar {
}
li.sidebar {
}

h3.widgettitle {
	color: #2d2325;
	background-color: #ddd;
	padding: 2px 0px 4px 4px;
	margin: 4px -4px;
}

/*Ratings*/
.widget_email ul, .widget_ratings ul, .widget_views ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}

.widget_email a, .widget_ratings a, .widget_views a {
	font-size: 1.3em;
	font-weight: normal;
}

.widget_email h3, .widget_ratings h3, .widget_views h3 {
	background-color: #eee;
	padding: 0px 0px 0px 4px;
	margin: 0px -4px;
        font-size: 1em;
}

/*Tags widget*/
#categories-1 ul {
	list-style: none; 
	font-size: 1.1em;
	margin: 0 0 0 0px;
	line-height: 1.7em;
}
#categories-1 ul ul {
	border-bottom:1px dotted;
	padding: 0 0 0 20px;
}

#categories-1 ul.children {
	list-style-image: url(images/dot.gif);
	font-size: 0.8em
}

/*Recent comments*/
#get_recent_comments_wrap ul {
	list-style-type: none;
}

#get_recent_comments_wrap a {
	font-size: 1.15em;
	font-weight: bold;
}

#get_recent_comments_wrap a.author {
	font-size: 0.9em;
	color: #6f4027;
}

.comment_date {
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
}

/*Login section*/
.widget {
	list-style-type: none;
	margin: 12px 0 0 10px;
}

.wpopenid_login_item { 
	border: 1px solid #999; 
	background: url(/wordpress/wp-content/plugins/wpopenid/images/openid.gif) 
	no-repeat;
	background-position: 0 50%; 
	padding-left: 18px; 
	background-color: #fff;
}

.openid_url_sidebar {
	border: 0px;
	background-color: #fff;
	text-align: right;
}

#register {
	font-size: 0.8em;
	text-align: right;
	margin: 13px -3px 0px 0px;
}

#register a {
	color: #6f4027;
	font-weight: normal;
}

/*Search form*/
#searchform {
	text-align: right;
}

/*Text block*/
.textwidget {
	font-size: 0.9em;
	color: #666;
	line-height: 1.5em;
	text-align: right;
}

/*Blogroll*/
.widget_mylinkorder li{
	list-style: none;
	padding: 0 0 0 4px;
	border-bottom: 1px dotted;
	line-height: 1.5em;
	margin: 4px -4px;
}

.widget_mylinkorder a {
	color: #736266;
}

.widget_mylinkorder a:hover {
	text-decoration: underline;
}

/*Footer*/
#footer { 
	clear: left;
	width: 100%;
	text-align: center;
	font-size: 0.85em;
	background-color: #eee;
}

#footer a {
	color: #6f4027;
	font-weight: normal;
}