/* Navinder Biln */
/* Learn as much as you can */

/* -----------------------------------
 *		GENERAL TAG STYLES
 * -----------------------------------*/

body {
	padding: 0;
	margin: 0;
	font: 11px/1.4em Trebuchet MS, Verdana, Arial, sans-serif;
	color: #777564;
	text-align: center;
	background: url(../img/photobg.jpg) #190000 repeat-x top;	
}

h1 {
	padding: 0;
	margin: 0;
	height: 100px;
	text-indent: -2000px;
	line-height: 100px;
	background: url(../img/photoblog_logo.gif) no-repeat;
}

h2 {
	padding: 0;
	margin: 0;
	display: none;
}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #777564;
}

h4 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #777564;
}

h5 {
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #777564;
}

p {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #777564;
	border-bottom: dotted #777564 1px;
}

a:hover {
	text-decoration: none;
	color: #ecede0;
	border: none;
}

a img {
	border: none;
}

a.photo_thumb {
	border: none;
}

hr {
	display: none;
}

acro {
	cursor: help;
}

br {
	clear: both;
}

blockquote {
	margin: 0 30px 0 30px;
	padding: 10px 0 20px 20px;
	font-size: 11px;
	text-align: justify;
	line-height: 1.5em;
	color: #777564;
	background: url(../img/quotes.gif) no-repeat top left
}

table {
	width: 100%;
	font-size: 11px;
	border: none;
}

td, th {
	padding: 0px;
	margin: 0px;
}

/* -----------------------------------
 *		CONTAINER STYLES
 * -----------------------------------*/

#wrapper {
	padding: 0;
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

#main {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

#categoryMain {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

#categoryMain br {
	clear: none;
}

#left {
	padding: 0;
	margin: 0;
	width: 450px;
	float: left;
}

#right {
	padding: 0;
	margin: 0 0 20px 505px;
	width: 415px;
}

#content {
	padding: 30px 0 0 0;
	margin: 0;
	width: 696px;
}

#sidebar {
	padding: 30px 30px 0 0;
	margin: 0 0 0 0;
	width: 185px;
	float: right;
}

/* -----------------------------------
 *		NAVIGATION BAR STYLES
 * -----------------------------------*/

ul#navbar {
	padding: 0;
	margin: 0;
	font: 13px Trebuchet MS, Verdana, Arial, sans-serif;
	width: 940px;
	height: 30px;
	list-style: none;
}

#navbar li {
	width: 75px;
	height: 30px;
	position: relative;
	text-align: center;
	float: left;
	border-right: 1px solid #320000;
}

/* Hack - not applied to Internet Explorer (PC or Mac) */
html>body #navbar li {
	width: auto;
}
/* End of hack */

#navbar a {
	padding: 0 15px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #ecede0;
	border-bottom:none;
}

#navbar li a:hover {
	background-color: #330000;
	color: #efefef;
}

#navbar li ul {
	padding: 0;
	margin: 0;
	width: 120px;
	top: 100%;
	left: 0;
	position: absolute;
	font-weight: normal;
	display: none;
	list-style: none;
	border: 1px solid #320000;
	border-bottom: none;
}

#navbar li>ul {
	top: auto;
	left: auto;
	background-color: #333;
}

#navbar li li {
	width:120px;
	height: auto;
	text-align: left;
	line-height: 1.6em;
	float: none;
	display: block;	
	background: url(../../img/subnavbg.gif) repeat-x;
	border-bottom: 1px solid #320000;
	border-right: none;
}

#navbar li li a {
	padding: 4px 10px;
	width: 100px;
	height: auto;
	font-weight:normal;
	line-height: 1.7em;
	display: block;
	color: #ecede0;
}

#navbar li li a:hover {
	background-color: #300;
	color:#efefef;
}

#navbar li:hover ul {
	display: block;
}

#navbar li.over ul {
	display: block;
}

/* -----------------------------------
 *		ID AND CLASS STYLES
 * -----------------------------------*/

#left input.text, textarea, select.select, select.multiselect {
	padding:3px 3px 3px 3px;
	margin: 0;
	font: 11px Trebuchet MS, Verdana, Arial, sans-serif;
	color: #777564;
	display: block;
	background: url(../img/normalformbg.jpg) #3d2324;
	border: 1px solid #777564;
}

.submit {
	background: #280e0f;
	border: #777564 solid 1px;
	color: #777564;
	font: 11px Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	height: 19px;
}

.commentOne {
	padding: 6px 6px 6px 8px;
	font: 11px/1.3em Trebuchet MS, Verdana, Arial, sans-serif;
	background: url(../img/darkcommentbg.gif) #280e0f repeat-x;
}

.commentTwo {
	padding: 6px 6px 6px 8px;
	font: 11px/1.3em Trebuchet MS, Verdana, Arial, sans-serif;
	background: url(../img/darkcommentbg.gif) #280e0f repeat-x;
}

.comment, .commentnuvAE {
	padding: 10px;
	position: relative;
	display: block;
	background: #280e0f;
}

.commentnuvAE {
	background: url(../g/BGcryan.gif) #f3f2eb repeat-x;
}

.commentURL {
	position: absolute;
	right: 10px;
	top: 10px;
}

.commentDate {
	font: 10px/1.3em Trebuchet MS, Verdana, Arial, sans-serif
}

.clear {
	margin: 20px 0px 0px 0px;
	clear: both;	
}

.photoimg {
	padding: 6px;
	background: #ecede0;
	border: 1px solid #300;
}

p.desc {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	width: 440px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #ecede0;
	float: left;
}

div #right:hover {
	width: 415px;
	color: #ecede0;
}

#stats tbody tr.even td {
	border-top: 1px solid #300;
}

#left p {
	padding: 0 0 10px 0;
	margin: 0;
}

.thumb_image {
	padding: 3px;
	border: 1px solid #300;
	background: #ecede0;
}

.thumb_image:hover {
	padding: 3px;
	border: 1px solid #300;
	background: #600;
}

.photobox {
	padding: 7px;
	margin-bottom: 7px;
	font-size: 11px;
	background: #ecede0;
	border: 1px solid #300;
}

/* -----------------------------------
 *		PHOTOBLOG NAVIGATION BAR
 * -----------------------------------*/

#photonav {
	width: 100%;
	font: Trebuchet ms, Tahoma, Verdana, Georgia, Arial, sans-serif;
	color: #cdcbad;
	font-size: 11px;
}

#photonav a, #photonav a:link, #photonav a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #777564;
	border-bottom: 1px dotted #777564;
}

#photonav a:active, #photonav a:hover {
	color: #ecede0;
	border: none;
}

#photonavleft {
	padding: 4px 4px 4px 8px;
	position: relative;
	float: left;
	text-align: left;
}

#photonavright {
	padding: 4px 8px 4px 4px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 4px;
	color: #777564;
}

#photonavright a, #photonavright a:link, #photonavright a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #777564;
	border: 1px dotted #777564;
}

#photonavright a:active, #photonavright a:hover {
	font-weight: bold;
	color: #ecede0;
	border: none;
}

/* -----------------------------------
 *		PHOTO CONTAINERS
 * -----------------------------------*/

#photocontainer {
	padding: 0px 30px 0px 30px;
	margin: 35px auto 35px auto;
	text-align: center;
}

#photocontainer a, #photocontainer a:link, #photocontainer a:visited, #photocontainer a:hover {
	border: none;
}


#photocontainer2 {
	padding: 0px 27px 0px 27px;
	margin: -11px auto 25px auto;
	text-align: center;
}

#photocontainer3 {
	text-align: left;
	max-width: 600px;
}

#photocontainer4 {
	padding: 0px 27px 0px 27px;
	margin: 30px auto 30px auto;
	max-width: 750px;
	text-align: center;
}

/* -----------------------------------
 *		FOOTER
 * -----------------------------------*/

#footer {
	padding: 0;
	margin: 50px 0 0 0;
	clear: both;
	border-top: 1px dotted #777564;
}

#footer p {
	margin: 10px 0 0 0;
	font-size:10px;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #777564;
	border-bottom: dotted #777564 1px;
}

#footer a:active, #footer a:hover {
	text-decoration: none;
	color: #ecede0;
	border: none
}
