/****************************************************************/
/* Live at Red Stylehseet : Basic Elements                      */
/* All Content Copyright (c) 2008 RMV                           */
/****************************************************************/

@import url('lightbox.css');
@import url('layout.css');

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #CCC; 
	background: url(/images/layout/bg.jpg) 50% 0px no-repeat #121a29;
}
		 
/* typography (html tag redefs only) */
a {
	text-decoration: none;
	font-weight: bold;
	color: #df0044;
}

a:hover {
	text-decoration: underline;
	color: #ff3271;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	margin: 0;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}
h6 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}

img {
	border: 0;
}

p {
	margin: 0;
	margin-bottom: 10px;
}
pre {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	white-space: pre;
	overflow: scroll;
}
strong, b {
	font-weight: bold;
}

.clear { clear: both; }


.float {
	float: left;
	margin-right: 20px;

}

.floatr {
	float: right;
}

