/*  
Theme Name: Photographer Journal
Author: EziBiz
Author URI: http://www.ezibiz.com.vn

*/


@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background: #000;
}

#wrap {
	margin: auto;
	width: 800px;
	margin-top: 10px;
}

#wrap #header{
	margin: auto;
	background:url(images/top1.jpg) no-repeat;
	width: 800px;
	height: 178px;
}

#wrap #main {
	background: #000 url(images/main-bg.jpg) repeat-x top left;
	min-height: 175px;
}

#main #content {
	margin-left: 34px;
	width: 425px;
	background: #fff url(images/content-bg.jpg) top left repeat-x;
	float:left;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#content table, td, th {
	text-align: left;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content th {
	background: url(images/title-bg.jpg) top left repeat-x;
	height: 27px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

#content #info {
	margin: auto;
	margin-top: 5px;
	width: 95%;
	text-align: left;
}

#content #comment {
	clear:both;
	border-top: 1px solid #dcd8d0;
	padding-top: 3px;
	text-align: right;
	color: #a49d8a;
	margin-bottom: 20px;
	margin-top: 8px;
}

#comment a {
	color: #a49d8a;
	text-decoration: none;
}

#comment a:hover {
	color: #a49d8a;
	text-decoration: underline;
}

.alignR {
	text-align: right;
}
.greyTitle {
	color: #333333;
	font-size: 16px;
}
#main #nav {
	float: right;
	width: 300px;
	text-align:center;
	padding: 10px;
}

#nav #menu {
	margin-left: 43px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #a29a87;
	margin-bottom: 30px;
}

#menu ul {
	margin: auto;
}

#menu li {
	list-style: none;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
}

#menu a {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #a29a87;
	text-decoration: none;
}
#menu a:hover {
	font-size: 17px;
	color: #fff;
}

#nav #cats {
	margin:auto;
	background: url(images/cat-title.jpg) top left no-repeat;
	width: 232px;
	height: 57px;
	margin-top: 15px;
}

#nav ul {
	margin: auto;
	width: 192px;
	background: url(images/cat-bg.jpg) top left repeat-x;
	min-height: 300px;
}

html* #nav ul {
	margin: auto;
	width: 232px;
	background: url(images/cat-bg.jpg) top left repeat-x;
	min-height: 300px;
}

#catMenu li {
	list-style: url(images/bullet.jpg); 
	width: 170px;
	line-height: 20px;
	padding-left: 3px;
	color: #FFF;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 22px;
}

html* #catMenu li {
	list-style: url(images/bullet.jpg); 
	width: 170px;
	line-height: 20px;
	padding-left: 0px;
	color: #FFF;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 68px;
}

#catMenu a {
	color: #FFF;
	text-decoration: none;
}

#catMenu a:hover {
	color: #a29a87;
	text-decoration: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
