/*
(c) Cidamon, http://cidamon.com/

 created: 2007-09-17
last rev: 2007-09-20
*/

/*
COLORS:  #5a2b33      #5c1e28       #c7dbd1       #80998c
         brown bg     brown type    pale green    green type
*/

/* ------ ( GENERAL ) ---------------------- */

body {
	margin: 10px 0 0 0;
	padding: 0;
	background-color: #5a2b33;
	font-family: Georgia, serif;
}

ul, ol, dl {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

a img {border: none;}

#container {
	width: 950px;
	margin: 0 auto 0 auto;
	background: white url(../common/torn_edge_bottom.gif) no-repeat bottom left;
	padding-bottom: 50px;
}

img.strip {
	display: block;
	margin: 0 auto 15px auto;
}

hr {
	border: none;
	width: 900px;
	height: 7px;
	background: white url(../common/hr.gif) no-repeat top left;
}

a#previous, a#next {
	display: block;
	height: 20px;
}

a#previous span, a#next span {
	display: none;
}

a#previous {
	width: 112px; 
	background: url(../common/previous.gif) no-repeat top left;
	float: left;
	margin: 0 0 0 25px;
}

a#next {
	width: 77px;
	background: url(../common/next.gif) no-repeat top left;
	float: right;
	margin: 0 25px 0 0;
}

a#previous:hover, a#next:hover {background-position: bottom left;}


#footer {
	text-align: center;
	font-size: 70%;
	color: #5c1e28;
	padding: 40px 0 0 0;
}

#footer span {
	display:block;
	padding-bottom:10px;
}

#footer span img {
	float:none;
	margin:0;
	padding:0;
}

#footer span a {
	text-decoration: underline;
	color: #5c1e28;
}

#footer span a:hover {
	color: #80998c;
}



/* ------ ( NAVIGATION ) ---------------------- */

ul#nav {
	width: 950px;
	height: 85px;
	background: url(../common/torn_edge_top.gif) no-repeat top left;
	list-style-type: none;
	margin-bottom: 55px;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	display: block;
	float: left;
	height: 85px;
}

ul#nav li a span {display: none;}

ul#nav li.home              a {width: 185px; background: url(../common/nav/home.gif) no-repeat top left;}
ul#nav li.meet_the_regulars a {width: 184px; background: url(../common/nav/meet_the_regulars.gif) no-repeat top left;}
ul#nav li.archive           a {width: 163px; background: url(../common/nav/archive.gif) no-repeat top left;}
ul#nav li.about             a {width: 134px; background: url(../common/nav/about.gif) no-repeat top left;}
ul#nav li.links             a {width: 128px; background: url(../common/nav/links.gif) no-repeat top left;}
ul#nav li.contact           a {width: 156px; background: url(../common/nav/contact.gif) no-repeat top left;}

ul#nav li.home              a:hover,
ul#nav li.meet_the_regulars a:hover,
ul#nav li.archive           a:hover,
ul#nav li.about             a:hover,
ul#nav li.links             a:hover,
ul#nav li.contact           a:hover {background-position: 0 -85px;}

#home              ul#nav li.home              a,
#archive           ul#nav li.archive           a,
#meet_the_regulars ul#nav li.meet_the_regulars a,
#about             ul#nav li.about             a,
#links             ul#nav li.links             a,
#contact           ul#nav li.contact           a {background-position: bottom left;}


/* ------ ( HOME & STRIP ) ---------------------- */

#home h1, #strip h1 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 25px;
}

#home h1 a, #strip h1 a {
	text-decoration: underline;
	color: #5c1e28;
}

#home h1 a:hover, #strip h1 a:hover {
	color: #80998c;
}





/* ------ ( ARCHIVE ) ---------------------- */

#archive dl {
	width: 400px;
	margin-left: 30px;
	float: left;
	line-height: 160%;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
}

#archive dl dt {
	padding-bottom: 1em;
	background: url(../common/archive-box-top.gif) no-repeat bottom left;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
}

#archive dl dd {
	margin: 0;
	background: url(../common/archive-box-middle.gif) repeat-y top left;
	
} 

#archive dl ul {
	margin: 0;
	padding: 7px 7px 15px 20px;
	list-style-type: none;
	font-size: 80%;
	background: url(../common/archive-box-bottom.gif) no-repeat bottom left;
}

#archive dl ul a {
	color: #5c1e28;
	text-decoration: underline;
}

#archive dl ul a:hover {
	color: #80998c;
}

#archive hr {
	float: left;
	clear: both;
	visibility: hidden;
	background: none;
}

#archive #footer {
	clear: both;
}

/* added by sumon */
#archive #container .login
{
	margin-right:30px;
	margin-left:30px;
	font-size:80%;
}


#archive #container .login input
{
	width:120px;
}

#archive #container .login a {
	color: #5c1e28;
	text-decoration: underline;
}

#archive #container .login .selected {
	font-weight:bold;
}

#archive #container .login a:hover {
	color: #80998c;
}

/* ------ ( MEET THE REGULARS ) ---------------------- */


#meet_the_regulars img {

}

#meet_the_regulars table {
	border-collapse: collapse;
	margin: 0 30px;
}

#meet_the_regulars table td {
	border: none;
	font-size: 14px;
	font-family: 'Trebuchet', 'Trebuchet MS', sans-serif;
	line-height: 160%;
	vertical-align: top;
}

#meet_the_regulars table td.txt {
/* 	background: url(../common/box.gif) no-repeat 0 6px; */
/* 	padding: 25px 20px; */
	padding: 10px 20px;
}

#meet_the_regulars table td h2
{
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
}

#meet_the_regulars #footer {
	clear: both;
}




/* ------ ( ABOUT ) ---------------------- */

#about img {
	border: 1px solid black;
	margin: 0 20px 0 30px;
	float: left;
	clear: both;
}

#about p.text {
	margin-right: 30px;
	font-family: 'Trebuchet', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	line-height: 160%;
}

#about #footer {clear: both;}




/* ------ ( LINKS ) ---------------------- */

#links #content {
	margin: 0 30px;
}

#links h1 {
	font-size: 20px;
	margin-bottom: -6px;
	margin-top: 30px;
	color: #5c1e28;
}

#links #content ul {
	list-style-type: none;
	font-size: 80%;
	font-family: "Trebuchet", "Trebuchet MS", sans-serif;
	line-height: 160%;
	margin-left: 20px;
}

#links #content ul a {
	color: #5c1e28;
	text-decoration: underline;
}

#links #content ul a:hover {
	color: #80998c;
}


/* ------ ( CONTACT ) ---------------------- */

#contact form {
	width: 450px;
	margin: 25px 0 20px 30px;
	float: left;
}

#contact form label {
	display: block;
	margin-top: 5px;
}

#contact form label span {
	float: left;
	display: block;
	width: 60px;
	font-size: 80%;
}

#contact form label input,
#contact form label textarea {
	width: 300px;
}

#contact form label textarea {
	height: 160px;
}

#contact form .btn_submit {
	display: block;
	margin: 15px 80px 15px auto;
}

#contact form .form_error {
	background-color: #fdbcbc;
	text-align: center;
	margin-right: 80px;
	padding: 20px;
	border: 2px solid #333333;
}

#contact form .form_notice {
	background-color: #c7ebd1;
	text-align: center;
	margin-right: 80px;
	padding: 20px;
	border: 2px solid #333333;
}


#contact #footer {
	clear: both;
}

#press_inq {
	margin: 35px 0 0 0;
	padding: 0 0 0 30px;
	font-family: 'Trebuchet', 'Trebuchet MS', sans-serif;
	font-size: 80%;
	line-height: 160%;
}

#press_inq a {
	color: #5c1e28;
}