/*
* CSS for http://www.rummy-games.com/
*/
body {
	margin: 0;
	padding: 6px;
	font-family: Verdana, Tahoma, sans-serif;
/*	font-family: sans-serif, Arial, Verdana, Tahoma; */
	font-size: small;
	background:#fff url(/img/bg.jpg);
}
a:link {
	color: #933;
}
a:visited {
	color: #600;
}

/* layout */

#wrap {   /* for 2-column layout */
	width: 760px;
	\width: 780px;
	w\idth: 760px;
  top: 0;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background:#fff url(/img/wrap-bg.gif) repeat-y 70% 0;
  border-left: 1px solid #654;
  border-right: 1px solid #666;
}
#wrap1 {   /* for 1-column layout */
	width: 760px;
	\width: 780px;
	w\idth: 760px;
  top: 0;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background:#fff url(/img/wrap-bg.gif) repeat-y 0 0;
  border-left: 1px solid #654;
  border-right: 1px solid #666;
}
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
}
#sidebar {
	float: right;
	width: 30%;
}
#footer {
	clear: both;
	background: #4d0d0d;
}

#content1 {
	width: 100%;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	padding: 15px;
}

/* gutters */

#content .gutter {
	padding: 25px;
}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
}

/* header */

#header {
	background: #7a1313;
}
#header div {
}
#header h1 {
	margin: 0;
	padding: 0;
	font-size: 300%;
	color: #fff;
  text-align: center;
  height: 99px;
  text-indent: -5000px;
  background: url(/img/header_a.png) no-repeat;
}
#header h1 a {
  border-style: none;
  display: block;
  height: 99px;
  text-decoration: none;
  overflow:hidden;
}
	
/* Nav ----------------------------------------------------------------------------------- */
#nav { top:10px; font-size:100%; font-weight:bold; background:#4d0d0b url(/img/header_b.png) no-repeat; text-align:center; padding:7px 3px 7px 200px; border-bottom: 1px solid #300; }
#nav ul { display:inline; margin:0; padding:0; }
#nav ul li { display: inline; padding: 10px 7px 0 7px; }
#nav ul li a { color:#b2b2b2; text-decoration: none; padding-bottom:5px; }
#nav ul li a:hover { color:#eee; }
#nav hr { display:none; }

/* ADH (Horizontal Ad) ------------------------------------------------------------------- */
#adh { background:#fff url(/img/adh_bg_top.gif) repeat-x top left; text-align:center; padding-top:7px; }
#adh .bot { background:#fff url(/img/adh_bg_bottom.gif) repeat-x bottom left; text-align:center; padding-bottom:7px; }


/* content */

#content h2 {
	font-family: Tahoma, Verdana, sans-serif;
	margin: 0 -10px 0.5em -10px;
	font-size: 140%;
	font-weight: normal;
	background:#ddd url(/img/bg_headline_gray.gif);
	padding: 4px 0 2px 8px;
	color: #444;
	border-bottom: 2px solid #888;
	border-right: 1px solid #ccc;
}

#content h3 {
	font-size: 130%;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #888;
}

#content .breadcrumbs { font-size:80%; margin:-15px 0 15px 0; }
#content1 .breadcrumbs { font-size:80%; margin:-15px 0 15px 0; }

#content .tiny { font-size: 80%; }
#content p.note { font-size:80%; line-height:110%; }
#content p.rules-overview { font-size:90%; line-height:110%; margin-top:-10px; }

#content blockquote {
  margin:0 0 2em 0;
  padding:7px;
  background:#eee;
  border: 1px solid #ccc;
  font:90% arial,tahoma,verdana,helvetica,sans-serif; 
}
#content .quote { margin:0; }
#content .citation { text-align:right; font-style:italic; margin:0; line-height:1em; font-size:80%; }

#content div.news-post { }
#content div.news-meta { font-size:80%; }

#content div.attribution { font-size:80%; line-height:1.2em; }

#content dl {
	margin: 10px 0 0 5px;
	padding: 0;
}
#content dt {
  font-weight: bold;
}
#content dd {
	margin: 0;
	padding: 5px 0 5px 15px;
}
#content .subjects {
	color: blue;
  font-size:80%;
}

#content .faq dl {
	margin: 10px 5px;
	padding: 0;
}
#content .faq dt {
	margin-top: 10px;
  font-weight: bold;
}
#content .faq dd {
	margin-top: 10px;
	padding: 0 0 0 15px;
}

#content .link {
  clear: both;
  width: 100%;
  padding: 5px 10px 5px 10px;
}
#content .link_thumb {
  border: none;
}
#content .link_thumb_sw {
  border: 1px solid #666;
}
#content .link_title {
  padding: 0;
  padding-bottom: 0.2em;
  font-weight: bold;
  font-size: 100%;
}
#content .link_desc {
  margin-left: 10px;
  font-size: 90%;
}
#content .link_stats {
  margin-left: 10px;
  font-size: 80%;
}
#content .link_author {
  margin-left: 10px;
  font-size: 80%;
  color: #aa9988;
}

#content .pricenote {
  color: #aaa;
  text-align:center;
  font-size:80%;
  line-height:120%;
  margin-top:20px;
}

#blogposts dl { margin: 0 0 0 1em; font-size: 100%; }
#blogposts dt { margin: 15px 0 0 0; font-weight: bold; font-size: 120%; }
#blogposts dd { margin: 0.2em 0 0 1em; }
#blogposts dt a { text-decoration:none; }
#blogposts span.rssdate { font-weight:bold; font-size:85%; }
#blogposts span.rssmore { font-weight:bold; font-size:85%; text-decoration:none; }


/* sidebars */

.box { 
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(/img/box-l.gif) no-repeat bottom right;
	}
.box h3 {
	margin: 0;
	padding: 10px;
	font-size: 130%;
	font-weight: bold;
	color: #9B3220;
	background: url(/img/box-u.gif) no-repeat top left;
	}
.box p, .box ul {
	margin: 0;
	padding: 0 10px;
	}
.box ul li {
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(/img/li-bullet.gif) no-repeat 0 3px;
	}

#sidebar blockquote {
  margin:0;
  padding:7px;
  background:#d0bfa0;
  border: 1px solid #a08f70;
  font:90% arial,tahoma,verdana,helvetica,sans-serif; 
  color:#503f20;
}
#sidebar blockquote .quote { font-weight:bold; margin:0; }
#sidebar blockquote .citation { text-align:right; font-style:italic; margin:0; line-height:1.5em; font-size:90%; color:#806f50; }

#sidebar .searchbox { text-align:center; font: 11px/22px Helvetica; }
#sidebar .searchbox #q {
	background: #eed url('img/search_grey.gif') 0px center no-repeat;
	padding: 2px 0 2px 17px;
	width: 100px;
	color: #aaa;
	font-size: 1.1em;
	margin-right: 0px;
	border:1px solid #844;
}
#sidebar .searchbox #q:hover { color: #000; }
#sidebar .searchbox #sa { padding:0; font: 12px Helvetica; }



/* footer */

#footer p {
	margin: 0;
	padding: 5px;
	font-size: 85%;
	color: #c88;
  text-align: center;
}
#footer a {	color:#c88; }



/*  IE fixes */

#content, #sidebar {
	height: 1%;
}

.feature { 
	display: inline-table; 
}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
}
.feature { 
	display: block; 
}
#footer {
	height: 1%;
}
/* End hide from IE/Mac */

