/*
Theme Name: My Photographer Blog
Theme URI: http://hairudy.org/
Description: The TNB Talk WordPress theme based on the famous <a href="http://hairudy.net">Hair Rudy</a>.
Version: 1.6
Author: Hair Rudy Md.Noor
Author URI: http://hairudy.net/
Tags: blue, custom header, fixed width, two columns, widgets

	TNB Talk v1.0
	 http://hairudy.net/theme/

	This theme was designed and built by Hair Rudy Md.Noor,
	whose blog you will find at http://hairudy.com/

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

*/

*{
	margin:0px;
	padding:0px;
}
body {
	background:#fff url(images/bg.jpg) repeat-x top;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#333333;
	line-height:20px;
	margin:0px;
	padding:0px;
}
#container {
	width:1000px;
	margin:0 auto 0;
	position:relative;
/*	background:#FF0000;*/
}
#header {
	width:1000px;
	height:64px;
	background:#0f0e0e;
	color:#990000;
}
#header a img{
	border:0px;
}
#header small{
	position:absolute;
	left:260px;
	top:25px;
}
#logo {
	position:absolute;
	top:8px;
}
#menu {
	position:absolute;
	right:0px;
	top:25px;
}
#menu ul{
	margin:0px;
	display:inline;
}
#menu li{
	margin:0px;
	padding-left:20px;
	display:inline;
}
#menu li a{
	color:#FFFFFF;
	text-decoration:none;
}
#menu li a:hover{
	color:#CC0000;
	text-decoration:underline;
}
#box {
	margin:30px 0px 20px 0px;
	overflow:hidden;
	padding:0px;
}
#content {
	float:left;
	width:750px;
	background:#FFFFFF;
	border:1px solid #a3a09e;
}
#content ul{
	margin:20px;
}
#content ol{
	margin:20px;
}
#content h2 a{
	color:#000000;
	text-decoration:none;
}
#content h2 a:hover{
	color:#333333;
	text-decoration:underline;
}
#content strong{
	font-weight:bold;
	color:#000000;
}
#content img{
	border:1px #d7d7d7 solid;
	padding:10px;
	margin:15px 0px 15px 0px;
	background:#e9eaec;
}
#content .separator {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}
#content .postmetadata{
	border:1px #e7e7e7 solid;
	background:#fff url(images/nav.gif) repeat-x top;
	padding:5px;
}
#content .postmetadata a{
	text-decoration:none;
}
.block_inside { 
	border:1px solid #ffffff;
	background: #ffffff url(images/background_block_slice.jpg) repeat-x;	
	padding:20px;
	overflow:hidden;
}
.post small {
	background-color:#ae0000;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	color:#ffffff;
	font-size:11px;
	position:relative;
	letter-spacing:1px;
	top:-10px;
	margin-bottom:20px;
}
.post small a{
	color:#ffffff;
	text-decoration:none;
}
.post small a:hover{
	text-decoration:underline;
	color:#ffffff;	
}
.block_sidebar { 
	border:1px solid #ffffff;
	background:#e9eaec url(images/bgside.jpg) top no-repeat;	
	padding:20px;
	overflow:hidden;
}
#block {
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin:30px 0px 20px 0px;
	position:relative;
}
.ribbon {
	position:absolute;
	top:102px;
	right:4px;
}
#sidelock {
	overflow:hidden;
}
#sidebar {
	float:left;
	width:240px;
	background:#FF0000;
	margin:10px 0px 10px 0px;
	border-top:1px solid #a3a09e;
	border-left:0px solid #a3a09e;
	border-right:1px solid #a3a09e;
	border-bottom:1px solid #a3a09e;			
}
#sidebar h2 {
	font-size:20px;
	line-height:14px;
	color:#5f0707;
}
#sidebar ul { margin:5px 0px 10px 0px; padding:0px; }
#sidebar ul li { list-style:none; margin:0px 0px 5px 0px; padding:0px; }
#sidebar ul li a img{ border:2px #dbd8ce solid;}
#sidebar ul li a:hover img{ border:2px #6b6a64 solid;}
#sidebar ul li a { color:#434343; text-decoration:none;}
#sidebar ul li a:hover { color:#df1111;}
.sep {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #ffffff;
	margin-bottom:20px;
}
#footer {
	background:#484848;
	padding:30px 0px 50px 0px;
	border-top:1px #999999 solid;
}
#footer-box {
	margin:0 auto 0;
	width:1000px;
	color:#FFFFFF;
}
#footer-box a{
	color:#CCCCCC;
}
/**/
.navigation {
	background:#FFFFFF;
	overflow:hidden;
}
.navigation a{
	padding:5px 8px 5px 8px;
	background:#ae0000;
	color:#FFFFFF;
	text-decoration:none;
}
.navigation a:hover{
	background:#000000;
	color:#ae0000;
	text-decoration:none;
}
/* Comment List */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	padding:10px;
	margin:0px 0px 10px;
	border:1px #CCCCCC solid;
	overflow:hidden;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


/* 
	Text-Styles   
*/
h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:24px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	letter-spacing:-1px;
}
h2 {
	margin:0px 0px 15px 0px;
	font-size:36px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
	line-height:39px;
	letter-spacing:-1px;
}
h3 {
	margin:20px 0px 10px 0px;
	font-size:22px;
	line-height:24px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}
h3 {
	margin:20px 0px 10px 0px;
	font-size:18px;
	line-height:24px;
	font-family:Helvetica, Arial, Sans-serif;
	color:#000000;
}

a {
	color:#ae0000;
}
a:hover {
	text-decoration:underline;
}
p {
	margin: 0px 0px 10px 0px;
}

a.more-link {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
a.more-link:hover {
	background:#7b0202 url(images/button_bg_o.jpg) repeat-x;
	border-color:#7b0202;
}

#flickr {
	padding:0px;
	margin:0px
}
#flickr img {

	width:50px;
	height:50px;
	padding:5px;
	border:#CCCCCC 1px solid;
	margin-right:8px;
	margin-bottom:8px;
	background-color:#FFFFFF;
	float:left;

}

#flickr a img {
	height:65px;
	width:65px;
	color: #bdbdbd;
	background-color:#FFFFFF;
	border:1px #bdbdbd solid;
}
#flickr a:hover img {
	
	height:65px;
	width:65px;
	color: #bdbdbd;
	border:1px #666666 solid;
	background-color:#999999;
}
/* quote */
.wpdirectory-form {
	background:#eff0f4;
	padding:5px;
	border:1px #CCCCCC solid;
}