/*
Theme Name: Amber Blog
Theme URI: 
Description: Nice and simple WordPress Theme by PwP.
Author: PwP
Author URI: 
Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS
Version: 1.0
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#440000 url(img/background.gif) repeat left top; 
	font:12px/18px Verdana, Tahoma, sans-serif;
	color:#111111;
}

a {
	color:#662625;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#header {
	position:relative;
	width:940px;
	height:160px;
	margin: 0 0 0 100px;
	background:url(img/amberblog.jpg) no-repeat bottom right; 
	/* background:url(images/bg_nav_ul.png) repeat transparent;*/
} 

#menubar {
	position:relative;
	width:100%;
	background: #000;
	height: 35px;	
	margin: -25px 0 0 0px;
	filter:alpha(opacity=50);
     opacity: 0.50;
     -moz-opacity:0.50;	
}

#menubar div {
     filter:alpha(opacity=100);
     opacity: 1;
     -moz-opacity:1;
     position: relative;
     }

#menu {
	font-family:"Trebuchet MS", "Tahoma", sans-serif;
	display:block;
	text-align:left;
	letter-spacing:0.15em;
	text-transform:uppercase;
	list-style:none;
	height:30px;
	width:940px;
	margin: 0px 0 0 100px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	
}

#menu li {
	float:left;
	line-height:22px;
	margin:0 3px;
	padding:3px 0;
}

#menu li a {
	display:block;
	text-decoration:none;
	font-size:.9em;
	font-weight:700;
	color:#ccc;
	padding:10px 8px 3px 8px;
}

#menu li a:hover {
	color:#fff;
}

#menu li.current_page_item a {
	color:#fff;
	background:#555;
	height:30px;	
}

#menu .rss a,#menu .rss a:hover {
	color:#C03;
}

#content {
	width:940px;
	background:#fff url(img/bg_content.png) repeat-x left top;
	height:auto;
	margin:20px 0 0 100px;
	padding:0 0px 20px 0px;
}

#content-left {
	float:left;
	width:560px;
	height:auto;
	margin:0px 5px 0px 10px;
}

#content-right {
	float:right;
	width:340px;
	height:auto;
	margin:0px 10px 0px 5px;
}

#footer {
	width:940px;
	height:20px;
	margin:0 0 0 100px;
	padding: 10px 0px 10px 0px;
	background:#440000;
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 {
	position:absolute;
	bottom:40px;
	left:0px;
	margin: 0px;
	color: #fff;
	font:bold 28px/28px Helvetica, Arial, sans-serif;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 30px;
	left: 5px;
	margin: 0px;
	color: #C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

h2, h3, h4 {
	margin:0 0 20px 0;
}

h3.archive-title {
	margin: 20px 0 0 0;
}

.box-left h2 {
	color:#662625;
	font:bold 24px/34px Georgia, "Times New Roman", Times, serif;
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#662625;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
	color:#C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

.box-right h3 {
	color:#662625;
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

/*	##################################
   	HEADER
	################################## */

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:normal 12px/12px Verdana, Tahoma, sans-serif;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin:40px 0;
}

.box-left img {
        float:left;
        margin:5px 10px 5px 10px;
}

p.tags {
        font:11px/11px Verdana, Tahoma, sans-serif;
}

.entry-date {
	background:#660000;
	font:10px Verdana, Tahoma, sans-serif;
	font-weight:normal;
	color:#fff;
	text-align:left;
	margin:0 auto 10px -30px;
	padding:5px 4px 5px 4px;
	float:left;
}

.entry-content {
	clear:both;
}

.metacmt {
	background:url(images/background.gif) 0 -51px no-repeat;
	padding:2px 0 2px 20px;
}

.metacat {
	background:url(images/bg_icons.png) 0 -68px no-repeat;
	padding:2px 0 2px 16px;
}

.metatag {
	color:#aaa;
	background:url(images/bg_icons.png) 0 -17px no-repeat;
	padding:0 0 0 16px;
}

.metaedit {
	background:url(images/bg_icons.png) 0 0 no-repeat;
	padding:2px 0 2px 17px;
}

/** CONTENT RIGHT */

#box-rss {
	height: 80px;
	margin: 0 0 20px 0;
	background: url(img/bg-rss.gif) no-repeat left top;
}

#box-rss a {
	display: block;
	height: 50px;
	padding: 30px 0 0 80px;
	background: url(img/rss-icon.jpg) no-repeat 20px 20px;
	font:18px/18px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}

.box-right {
	margin:20px 0;
	font:11px/11px Verdana, Tahoma, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h3 {
	padding: 20px 20px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

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

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.smtxt {	
	font:10px Verdana, Tahoma, sans-serif;
	color:#333333;
}

/*	##################################
   	FORMS
	################################## */

label {
    display:block;
    margin:0 0 5px 0;
}

.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}

.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
    border:1px solid #ccc;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}

/** SEARCH FORM */

#search {
	clear:right;
	float:right !important;
	width:324px;
	line-height:1em;
	background:transparent;
	margin:3px 2px 0px 10px !important;
}

#search:hover {
	background:black;
}

#s {
	float:left;
	display:block;
	font:.9em "Lucida Grande", Verdana, Arial, sans-serif;
	width:200px;
	height:16px;
	font-size:.9em;
	color:#FFF;
	border:1px solid #333;
	background:black;
	margin:1px 3px 0 0;
	padding:3px 3px 1px;
}

#s:focus,#s:hover {
	border:1px solid #fff;
	background:#000000;
}

#searchsubmit {
	float:left;
	display:block;
	color:#fff;
	font:.8em "Trebuchet MS", "Tahoma", sans-serif;
	width:60px;
	height:22px;
	text-transform:uppercase;
	cursor:pointer;
	border:1px solid #FF0000;
	background:#330000;
	margin:1px 0 0 7px;	
}

#searchsubmit:hover {
	background:#660000;
}


/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

.entry-cmt {
	float:right;
	font-size:1em;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
	margin:-20px -21px 2px 10px;
	padding:5px 8px;
}

/*	##################################
   	FOOTER
	################################## */

#footer p {
	width:940px;
	margin:0 0 0 100px;
	padding:0;
	color:#fff;
	text-align:center;
}

#footer p a {
	color: #fff;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}