@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	font-size:small;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
        font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #000000 url(http://dangerousmeta.com/images/dmsite/dmnewback.jpg) repeat-x scroll;
}
/* layout structure */

#wrap {
	min-width: 750px;
	max-width: 1000px;
        width: expression(document.body.clientWidth < 752? "750px" : document.body.clientWidth > 1002? "1000px" : "auto");
	background: #fffaf0;
	text-align:left;
	border-left: 5px solid #444;
	border-right: 5px solid #444;
}
/* header */

#header {
	background: #fffaf0;
}
#header h1 {
	margin: 0;
	padding: 5px 5px 5px 20px;
	/* font-family: Georgia, serif; */
	font-size: 150%;
	color: #fff;
}
/* message row */

#message {
	margin: 0;
	padding: 3px 3px 3px 25px;
	font-size: 80%;
	color: #fffaf0;
	text-align: left;
	background: #444;
}
/* gutters */

#content .gutter {
	padding: 20px 25px 25px 25px;
}
#content .gutter a {
	color: #990000;
	text-decoration: none;
}
#sidebar .gutter {
	padding: 20px 15px 15px 15px;
	background-color: #fffaf0;
}
/* content */

#content {
	float: left;
	width: 70%;
	font-size: 95%;
	line-height: 1.5em;
    	color #333;
	background-color: #fffaf0;
}
#content h2 {
	margin: 0 0 0.25em 0;
	padding: 0;
	/* font-family: Georgia, serif; */
	/* font-size: 120%; */
	font-size: 95%;
	font-weight: bold;
	color: #444444;
	/* font-variant: small-caps; */
	text-transform:uppercase;
}
#content p {
	padding: 0px 0px 0.5em 15px;
	margin: 0px 0px 0px 0px;
}
.posted {
	text-align:right;
	font-family: "Arial Narrow", Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0px 0px 15px 15px;
}
.posted a {
	color: #990000;
	text-decoration: none;
}
dl.feature {
	margin: 0px 0 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
dl.feature:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.feature dt {
	margin: 0 0 .5em 0;
	/* font-family: Georgia, serif; */
	font-size: 150%;
	color: #990000;
}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 2px 2px 0;
	background: url(http://dangerousmeta.com/images/dmsite/photo-frame.gif) no-repeat bottom right;
}
dl.feature dd {
	margin-left: 242px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
}
.commented {
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
}
.commented2 {
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background-color: #fffdda;
}
.commentedgpv {
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background-color: #FDE2B8;
}
HR {
	text-align: center;
}
.hiddenFields {
	margin: 0px;
	padding: 0px;
}
.paginate {
	font-variant: small-caps;
}
/* sidebars */

#sidebar {
	float: right;
	width: 30%;
}
.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #444;
	background: #fffaf0;
}
.box h3 {
	margin: 0;
	padding: 5px 12px 5px 12px;
	font-family: Arial, Helvetica, serif;
	font-size: 95%;
	font-weight: bold;
	color: #fffaf0;
	border-bottom: 1px solid #fffaf0;
	background-color: #666;
}
.box p, .box ul {
	margin: 0;
	padding: 6px 12px 12px 8px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: verdana, arial, sans-serif;
}
.box ul li {
	margin: 0 0 0 0px;
	padding: 0 0 0 3px;
	list-style: none;
}
.box a {
	color: #990000;
	text-decoration: none;
}
#nav_categories {
	margin: 0;
	padding: 0;
	border: 0px solid white;
}
.submitsearch {
	font-size: 90%;
	background-color: #e3e3e3;
	color: #333;
	border: 1px solid #e3e3e3;
}
.inputsearch {
	font-size: 90%;
	background-color: #fff;
	color: #333;
	border: 1px solid #e3e3e3;
	width:180px;
}
#squareone {
	width:50%;
	height:127px;
	float:right;
	background: url(http://dangerousmeta.com/images/dmsite/4sq-phs.png) no-repeat top left;
}
#squaretwo {
	width:50%;
	height:127px;
	float:right;
	background: url(http://dangerousmeta.com/images/dmsite/4sq-ps.png) no-repeat top left;
}
#squarethree {
	width:50%;
	height:127px;
	float:right;
	background: url(http://dangerousmeta.com/images/dmsite/4sq-fl.png) no-repeat top left;
}
#squarefour {
	width:50%;
	height:127px;
	float:right;
	background: url(http://dangerousmeta.com/images/dmsite/4sq-btc.png) no-repeat top left;
}
/* footers */

#footer {
	margin: 0;
	clear: both;
	background: #333;
}
#footer p {
	margin: 0;
	padding: 8px 8px 8px 12px;
	font-size: 85%;
	color: #fffaf0;
	text-align: center;
	font-variant: small-caps;
}
/* hide from IE5/Mac \*/
* html #footer {
	height: 1%;
}
/* end hide from IE5/Mac */

dl.feature {
	display:inline-block;
}
/* hide from IE5/Mac \*/
* html dl.feature {
	height: 1%;
}
dl.feature {
	display:block;
}
/* end hide from IE5/Mac */


#twitter_div a {
	display: block;
	padding-bottom: 5px;
}

