/*stylesheet for obliquepanic dot com april 2011*/

/* setting browser defaults to nice values */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
/*	background-image: url(images/negative-nikon.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	*/
	background-color: #099;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #099;
	img border: 0;
}
.oneColFixCtr #container {
	width: 600px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; 
	
}

/*making text that is links behave nicely hover background is bluey-gray from the image*/
a:link
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	background-color: #7F8881;
	color: #000000;
}

a:visited
{
	color: #666666;
	text-decoration: none;	
}

/* now here are the text formats first the heading colours are taken from the background image*/

h1
{
	color: #7B3B3C	
	}
	
h2
{
	color:#282E44
	}
	
	
h3
{
	color: #858E87
	}	

.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #333333;
}

.smallbodypink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #FF66CC;
}
