/*  
Theme Name:mp_wood1
Theme URI: http://www.meltingpx.com
Description: <p>3 column wp theme for sell in TF </p>
Version: 1.0
Author: ram
Author URI: http://www.meltingpx.com/
*/

/* Begin Typography & Colors */

body {
	font-size:0.75em; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin:50px 0 10px 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#4b2a06;
}
html {
	background-repeat: repeat-y;
	margin:0 auto;
}
/* ---------- @ default css for images -----------*/

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;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
a img {
	border: none;
}

.wp-caption { text-align: center; font-weight:bold }
/* ---------- @ default links -----------*/

a {
	text-decoration:underline;
	color:#1a7c94;
}
a:hover {
	color:#1a7c94;
	text-decoration:underline;
}
a:link,
a:visited {
	color:#1a7c94;
}
a:hover,
a:active {
	color:#1a7c94;
}
/* ---------- @ main layout style -----------*/

.header {
	position:relative;
}
#header {
	height:140px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#title_desc {
	position:absolute;
	left:15px;
	top:20px;
}
#header h1 {
	margin:0px;
	padding:0px;
	font-size:3.0em;
}
#header h1 a {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}
#header h5 {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#fff;
	text-align: center;
}
#logo {
	font-size:1.8em;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top:25px;
	left:20px;
}
/* menu */

#menu {
	position: absolute;
	top:110px;
	left:0px;
	height:30px;
	z-index:5;
	width:900px;
	background-color:#b66d1e;
	background-image: url(images/top-menu-bg.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	margin: 0 auto;
	list-style: none;
	list-style-type: none;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul li {
	float: left;
	margin: 0 0 0 1px;
}
#menu ul li a {
	display: inline;
	padding: 5px 10px 0px;
	text-decoration: none;
	color: #fff;
	font-weight:bold;
	font-size:1.05em;
	border:0px solid #9C9793;
	line-height:30px;
}
#menu ul li a:hover {
	text-decoration: underline;
	color:#fff;
}
#menu ul li.current_page_item {
}
#menu ul li.current_page_item a {
	color: #fff;
}
.mid {
	position:relative;
	top:0px;
	z-index:5;
	left:0px;
}
.content_column {
	line-height:20px;
}
#content {
	padding:10px;
}
.add {
	margin-top:10px;
	width:350px;
	text-align:center;
	float:right;
}
.add img {
	margin:2px;
	border:10px solid #eee;
}
.rss {
	position: absolute;
	left:375px;
	top:-40px;
	z-index:50;
}
.tags ul a:visited,
.tags ul a:link {
	list-style-image:none;
	list-style:none;
	color:#3399FF;
}
/* ---------- @ sidebar styles -----------*/


#sidebars,
#sidebars-left {
	padding:10px;
	text-align:left;
}
#sidebars a,
#sidebars-left a {
	padding-left:0px;
}
#sidebars ul,
#sidebars-left ul {
	padding:0px;
	margin:0px;
	list-style:none;
	color:#333;
}
#sidebars ul li h2,
#sidebars-left ul li h2 {
	color:#fff;
	margin:0px;
	font-size:1.25em;
	line-height:25px;
	height: 26px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/h2-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebars ul li ul,
#sidebars-left ul li ul {
	margin-bottom:1px;
	line-height:22px;
	border:0px solid #D6D1CE;
	padding-left:0px;
	margin-bottom:10px;
	border-bottom:none;
}
#sidebars ul li ul ul,
#sidebars-left ul li ul ul {
	border:none;
}
#sidebars ul li ul li,
#sidebars-left ul li ul li {
	border-bottom:1px solid #eee;
	display:block;
	padding:0px 0px;
	margin-bottom:0px;
	background-color:#fcfcfc;
	list-style: outside;
	background-attachment: scroll;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position:8px center;
}
#sidebars ul li ul li a,
#sidebars-left ul li ul li a {
	color:#666;
	font-size:1.05em;
	text-decoration:none;
	padding-left:20px;
}
#sidebars ul li ul li ul li,
 #sidebars-left ul li ul li ul li {
	margin-bottom:1px;
	list-style-position:inside;
	color:#333;
	border-bottom:none;
	list-style: outside;
	background-attachment: scroll;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position:20px center;
	padding-left:15px;
}
#sidebars ul li ul li ul li a,
#sidebars-left ul li ul li ul li a {
	color:#666;
}
#sidebars .comments li {
	padding-left:20px;
}
/* ---------- @ footer -----------*/

.footer {
	z-index:5;
	position:relative;
	top:-1px;
}
#footer {
	height: 75px;
	text-align:center;
	vertical-align:bottom;
	background-position: 0px center;
	font-size:12px;
	background-image: url(images/footer-bg1.jpg);
	background-repeat: no-repeat;
}
#footer p {
	margin: 0;
	padding:10px 0 0 0;
	text-align: center;
	color:#fff;
}
#footer p a {
	color:#ff9933;
}
small {
	font-size: 0.9em;
}
h2.pagetitle {
	color:#8e4e09;
	background-color:#eee;
	line-height:30px;
	padding-left:5px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft {
	display:block;
	margin-right:10px;
}
.alignright {
	display:block;
	margin-left:10px;
}
acronym,
abbr,
span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* ---------- @ widget calendat-----------*/


#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* ---------- @ post styles -----------*/

.post {
	margin: 0 0 10px;
	text-align: left;
	border:1px solid #eee;
	padding:10px;
}
.post small {
	margin:0px;
	padding:0px;
}
.post small span {
	font-size:1.0em;
}
.post h2,
.post h3 {
	margin:0px;
	padding:0px;
	padding-top:6px;
}
.post h2 a,
.post h3 a {
	color:#8e4e09;
	font-size:25px;
	font-weight:normal;
	text-decoration:none;
}
.postmetadata {
	clear: left;
	padding:3px 5px;
	color:#333399;
}
.postmetadata a {
	color:#333399;
}
h2.pagetitle {
	margin-top: 10px;
	text-align: left;
	padding:0px;
	margin-bottom:0px;
}
.entry {
	clear:both;
}
/* ---------- @ search style -----------*/

.search {
	position:absolute;
	right:20px;
	top:-40px;
	background-color:#8e4e09;
	border:0px solid #fff;
	border-bottom:none;
}
#searchform {
	margin: 0px auto;
	padding: 10px;
}
#searchform #s {
	width:240px;
	padding: 2px;
	color:#000;
	border:1px solid #C2B3AD;
	background-image: url(images/input-bg.jpg);
	background-repeat: repeat-x;
}
#searchsubmit {
	padding: 1px;
	background-color:#ca903c;
	border:1px solid #af7726;
	color:#000;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
/* ---------- @ comments style -----------*/


.alt {
	background-color: #f5f5f5;
	border:1px solid #eee;
	color:#222;
}
.alt a {
	color: #003366;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color:#eee;
	border:1px solid #ccc;
	color:#000;
}
#commentform textarea {
	width: 95%;
	padding: 2px;
	background-color:#eee;
	border:1px solid #ccc;
}
#commentform #submit {
	margin: 0;
	float: left;
	background-color:#8e4e09;
	color:#fff;
	margin-bottom:10px;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	color:#520345;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	background-color: #f5f5f5;
	border:1px solid #eee;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
	color:#666666;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
#sidebar form {
	margin: 0;
}
/* ---------- @ hard coded calendar -----------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 10px;
	width: 155px;
	border:1px solid #eee;
	padding:10px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* 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 #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* icons for user, cat and comments */


.author {
	color:#999999;
}
.date {
	width:72px;
	height:56px;
	color:#fff;
	text-align:center;
	float:left;
	margin-right:5px;
	background-image: url(images/date-bg.jpg);
	background-repeat: no-repeat;
	padding-top:10px;
}
.year {
	font-size:25px;
	display: block;
}
/* subscribe-to-comments positioning */
p.subscribe-to-comments {
	float: left;
	margin: 0;
	padding: 0 5px;
	display: block;
	width: 300px;
}
input.submit-comment-button {
	position: relative;
	top: 5px;
}

