/* Wide browser windows
------------------------------------------------------------------*/
#container {
	width: 800px;
	}

/* Global Settings 
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
h1,h2,h3{font-family: Arial,sans-serif}
h1{font-size: 200%}
h2{font-size: 160%}
h3{font-size:100%;text-transform:lowercase;letter-spacing:1px;margin:0 5px}
ul,li {
	list-style-type:none;
	}
body {
	color: #ffffff;
	background-color: #222222;
	font:76%/140% Arial,Helvetica,sans-serif;
	}
hr {
	clear:both;
	visibility:hidden;
	}
.clear {
	clear:both;
	}
.centered, p.centered {
	text-align:center;
	}
.right {
	text-align:right;
	}		
img {
	border:0;
	}

.img_pad {
	float: left;
	padding: 0px 5px 0px 0px;
}	

.summary_text {	
	text-align: left;
}

/* Layout 
------------------------------------------------------------------*/
.wide #wrap-main {
	width:800px;
	margin:0 0 0 0px;
	float:left;
	display:inline;
	background: #000000;
	}

.wide #content {
	background-color: #000000;
	}

.wide #content #content-primary {
	padding: 5px 10px 20px 10px;
	margin-top: 10px;
	width: 600px;
	float: left;
	display: inline;
	background: #101010;
}

.wide #content #content-primary img {
	margin-bottom: 0px;
}

.wide #content #content-primary h1{
	padding: 4px 0px 10px 0px;
	text-transform: uppercase;
	border-bottom: 1px dotted #FFEBCD;
	margin-bottom: 5px;
}

.wide #content #content-primary #latest{
	background: #252525;
	clear: both;
	font-size: 10pt;
	height: 75px;
}

.wide #content #content-primary #latest h1{
	background: #8B4513;
	padding: 6px 0px 6px 4px;
	text-transform: uppercase;
	border-bottom: 1px #FFEBCD;
	margin-bottom: 5px;
}

.wide #content #side-navi {
	margin: 25px 0px 0px 8px;
	width: 170px;
	float: left;
	text-align: right;
	background: #000000;
}	

/* Links
------------------------------------------------------------------*/
a img {vertical-align: bottom; border: 0;}
a:link,
a:visited {
	text-decoration:none;
	color:#b77b4f;
	}		

/* Header
------------------------------------------------------------------*/  
#banner_swap {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
}

#header {
	width:800px;
	height:120px;
	background:url(/images/rameniac_header_baseline.jpg) no-repeat;
	margin:0 0 0 0; //45px 0 0 0
	} 

#header h1 {
	text-indent:-9999px;
	height:1px;
	display:block;
	}
	
#header-noodling {
	width:800px;
	height:16px;
	background:url(/images/wwn.gif) no-repeat;
	margin:0 0 0 0;
	} 

#header-noodling h1 {
	text-indent:-9999px;
	height:1px;
	display:block;
	}

/* Main navigation
------------------------------------------------------------------*/
ul#nav {
	position:absolute;
	top:74px;
	left:230px;
	width:570px;
	height:46px;
	/*overflow: hidden;*/
	background:transparent url(/images/rameniac_header_navigation.gif) no-repeat 0 -46px;
	}
ul#nav li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;	
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(/images/rameniac_header_navigation.gif) no-repeat;
	}
li#index a {
	width:90px;
	height:46px;
	}
li#resource a {
	width:90px;
	height:46px;
	}
li#forum a {
	width:90px;
	height:46px;
	}	 
li#site a {
	width:90px;
	height:46px;
	}
li#index a:hover, li#index a:focus {
	background-position:0px -46px;
	}
li#resource a:link, li#resource a:visited {	
	background-position:-90px 0px;
	}
li#resource a:hover, li#resource a:focus {	
	background-position:-90px -46px;
	}
li#forum a:link, li#forum a:visited {	
	background-position: -180px 0px;
	}
li#forum a:hover, li#forum a:focus {	
	background-position: -180px -46px;
	}
li#site a:link, li#site a:visited {	
	background-position: -270px 0px;
	}
li#site a:hover, li#site a:focus {	
	background-position: -270px -46px;
	}

/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#index-page ul#nav li#index a {
	background-position:0px -92px;
	}
body#resource-page ul#nav li#resource a {
	background-position:-90px -92px;
	}
body#forum-page ul#nav li#forum a {
	background-position:-180px -92px;
	}
body#site-page ul#nav li#site a {
	background-position:-270px -92px;
	}

/* Entries
------------------------------------------------------------------*/
.entry {
	margin: 0 0 10px 0;
}

.entry p {
	line-height:150%;
	margin-bottom:1.3em;
	font-size: 9pt;
	}
.entry h2 {
	color: #b77b4f;
	letter-spacing:0px;
	font: normal bold 18px/18px Arial,Helvetica,sans-serif;
	}
.entry h2 a,
.entry h2 a:link,
.entry h2 a:visited {
	color:#95592d;
	border:0;
	}
.entry h2 a:hover {
	color: #BE7646;
	border:0;
	background:none;
	}

.entry-rambling {
	margin: 0 0 2px 0;
}

.entry-rambling h2 {
	color: #b77b4f;
	letter-spacing:0px;
	font: normal bold 13px/13px Arial,Helvetica,sans-serif;
	}
.entry-rambling h2 a,
.entry-rambling h2 a:link,
.entry-rambling h2 a:visited {
	color:#95592d;
	border:0;
	}
.entry-rambling h2 a:hover {
	color: #BE7646;
	border:0;
	background:none;
	}






.date {
	float:left;
	height:32px;
	width:32px;
	margin-right:8px;
	padding-top:11px;
	background:url(/images/icon-calendar.gif) no-repeat;
	}
.date p {
	text-align:center;
	color:#9b9b8e;
	margin:0 0 0 -2px;
	text-transform:uppercase;
	font-family: Arial,Helvetica,sans-serif;
	}
.date span.day {
	font-size:18px;
	display:block;
	}
.date span.month {
	font-size:9px;
	height:12px;
	display:block;
	}
.posted {
	width:100%;
	color:#252525;
	font-size:.94em;
	padding:5px 0 10px 0;
	margin-bottom:1em;
	background:url(./graphics/dotted-line.gif) repeat-x bottom left;
	}
.posted .by {
	padding-left:25px;
	height:16px;
	background:url(./graphics/icons/icon-pencil.gif) no-repeat;
	}
.posted .comments {
	padding-left:15px;
	background:url(./graphics/icons/icon-comment.gif) no-repeat;
	float:right;
	}
.entry-footer {
	padding-top:10px;
	clear:both;
	}
.posted-in {
	color:#ffffff;
	font-size:.94em;
	}
.posted-in a, .posted-in a:link, .posted-in a:visited {
	color:#b77b4f;
	}
.posted-in a:hover {
	color:#b77b4f;
	}
.posted-in span {
	margin-left:20px;
	float:right;
	}	
.perm {
	background: #252525;
	padding: 5px 5px 5px;
	margin-top:5px;
	}
.perm a:link,
.perm a:visited {
	color: #95592d;
	}

.perm a:hover {
	color:#95592d;
	}
.perm2 {
	background: #252525;
	padding: 5px 5px 5px;
	margin-top:0px;
	}
.perm2 a:link,
.perm2 a:visited {
	color: #95592d;
	}
.perm2 a:hover {
	color:#95592d;
	}

.read-entry {
	float:right;
	background: #252525;
	padding-right: 5px;
	}
.article {
	padding-right:5px;
	}
.article p {
	line-height:175%;
	margin-bottom:1.5em;
	}
.article p em {
	color:#aec4c4;
	}
.article a:link {
	border-bottom:1px dotted #774841;
	}
.article a:visited {
	color:#ae594c;
	border-bottom:1px dotted #774841;
	}
.article a:hover {
	color:#b77b4f;
	background-color:#293838 ;
	border-bottom:1px solid #b77b4f;
	}
.article blockquote,
.article .quote {
	color:#e6ffd4;
	font-size:.94em;
	line-height:160%;
	font-style:italic;
	margin:15px 10px 0 0;
	padding:10px 10px 5px 15px;
	background:url(./graphics/quote.gif) no-repeat;
 	}	
.correction {
	text-decoration:line-through;
	}
.article ul {
	margin:1.5em 0;
	background:url(./graphics/dotted-line.gif) repeat-x bottom left;
	clear:both;
	}
.article ul li {
	background:url(./graphics/bg-list-article.gif) no-repeat;
	padding:3px 0 3px 20px;
	color:#e6ffd4;
	}
.article span.source,
.article .source {
	color:#6a7d7d;
	font-size:.94em;
	font-style:italic;
	text-align:left;
	}
.article span.update,
.article .update {
	color:#e6ffd4;
	padding-left:18px;
	text-align:left;
	letter-spacing:2px;
	padding-bottom:5px;
	margin-bottom: 5px;
	width:640px;
	text-transform:uppercase;
	border-bottom:1px dashed #546355;
	font:normal .94em "Trebuchet MS",Arial,Helvetica,sans-serif;
	background:url(./graphics/icons/icon-alert.gif) no-repeat;
	}

/* Sidenavi Section
------------------------------------------------------------------*/	
#rssfeed,
#advertisements,
#members-only,
#mailaddo,
#previously {
	margin: 10px 0;
	float:left;
	width:160px;
}
#rssfeed h2,
#advertisements h2,
#members-only h2,
#mailaddo h2,
#previously h2{
	width:160px;
	font-size: 12px;
	color: #A9A9A9;
}

#rssfeed ul,
#members-only ul,
#advertisements ul,
#members-only,
#mailaddo ul,
#previously ul{
	margin: 0 x 0px 0px 0px;
}

#rssfeed ul li a,
#members-only ul li a,
#advertisements ul li a,
#mailaddo ul li a,
#members-only,
#previously ul li a {
	display: block;
	padding: 0px 10px 0px 10px;
	font-size:11px;
	color: #d2996e;
	}

#rssfeed ul li a:hover,
#members-only ul li a:hover,
#advertisements ul li a:hover,
#mailaddo ul li a:hover,
#previously ul li a:hover {
	background:#252525;
	color: #FFE4B5;
	}			

/* Comments Entry
------------------------------------------------------------------*/
.comments-entry {
	background: #353535;
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
	border-bottom: thin solid Gray;
}	

.comments-entry p {
	font-size: 11px;
	color: #EEEEEE;
	padding: 5px 5px 5px 5px;
}

.comments-posted {
	font-size: 11px;
	margin: 0px 5px 0px 5px;
	text-align:right;
}

.comments-paginate {
	background-color: #252525;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
}

.comments-prevnext {
	background-color: #252525;
	text-align: left;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;	
}

.comments-read-entry {
	float:right;
	background: #252525;
	padding-right: 5px;
	}

/* Score Code 
------------------------------------------------------------------*/
#ratingscontainer {
	width: 600px;
	margin: 0;
	padding: 0;
}

#ratingsbar {
	width: 600px;
	height: 30px;
	text-align: right;
	background: #000000 url(http://www.rameniac.com/images/site_icons/ratingbar600.gif) no-repeat;
}

#instant-ratings {
	width: 600px;
	margin: 0;
	padding: 0;
}

#instant_score {
	text-align: right;
	width: 600px;
}

#instantratingsbar {
	width: 500px;
	height: 30px;
	text-align: right;
	background: url(http://www.rameniac.com/images/site_icons/ratingbar_instant.gif) no-repeat right;
}

#ratingscontainer tr {
	width: 600px;
	height: 43px;
}

#score_description,
#soup_description, 
#noodles_description,
#toppings_description,
#sides_description,
#ambiance_description,
#intangibles_description {
	width: 488px;
	height: 43px;
	font-size: 10px;
	background-color: #252525;
	text-align: left;
	line-height: 12px;
	padding: 0px 4px 0px 4px;

}

#soup_score,
#noodles_score,
#toppings_score,
#sides_score,
#ambiance_score,
#intangibles_score {
	width: 112px;
	height: 43px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 0px 0px 0px;
}

#soup_score {
	background-color: #552c0c;
	background-image: url(http://www.rameniac.com/images/site_icons/score_card_soup.gif);
}

#noodles_score {
	background-color: #905022;
	background-image: url(http://www.rameniac.com/images/site_icons/score_card_noodles.gif);
}

#toppings_score {
	background-color: #d07f30;
	background-image: url(http://www.rameniac.com/images/site_icons/score_card_toppings.gif);
}

#sides_score {
	background-color: #eab78a;
	background-image: url(http://www.rameniac.com/images/site_icons/score_card_sides.gif);
}

#ambiance_score {
	background-color: #b6604c;
	background-image: url(http://www.rameniac.com/images/site_icons/score_card_ambiance.gif);
}

#intangibles_score {
	background-color: #596936;
	background-image: url(http://www.rameniac.com/images/site_icons/score_card_intangibles.gif);
}

#address_info {
	width: 488px;
	height: 100px;
	padding: 0px 0px 0px 0px;
}

#in_the_bowl {
	padding: 24px 0px 0px 0px;
	width: 112px;
	height: 100px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	background: #101010 url(http://www.rameniac.com/images/site_icons/inthebowl3.gif) no-repeat;
	background-position: top;
}
	
/* Footer 
------------------------------------------------------------------*/
#footer {
	width: 790px;
	background:#803702;
	text-align:center;
	padding-right: 10px;
}
	
	
	
	
	
	
	
	
	
	
	

