@import "/css/q_nav.css";
@import "/css/q_blog.css";

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 7px solid #546;
	font-family: trebuchet ms, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	color: #ccc;
	text-align: center;
	}

body {	border-top: 2px solid #ff9f00;	}

div#mast {	/*width: 345px; height: 45px; */ margin: 0.9em; border: 0; background: black; text-align: left;	}
div#mast a, div#mast img	{	border: 0;	}

div#wrapper	{
	margin: 1.5em 3em;
	padding: 0;
	border: 0px solid red;
	}

/*	~~~~~~~~~~~~~~~~~~~~~~~~	MAIN CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~	*/

div#content {
	/*	clear: both; seems to be appropriate in NS but totally breaks in IE Mac	*/

/* hide from IE5-mac \*/
	clear: both;
/* end hide */

	margin: 0;
	padding: 1.5em;
	line-height: 1.5em;
	background: #333;
	color: #ccc;
	border: 1px solid #999;
/*	border-top: 0;*/
	}

#content img	{	float: right; margin: 0 0 15px 30px; padding: 6px; border: 1px solid #999;	}

#content p, form	{	margin: 0 0 2.7em 0; padding: 0; border: 0px solid #666; text-align: justify; letter-spacing: 0.09em;	}

/*	~~~~~~~~~~~~~~~~~~~~~~~~	LINK STYLES - CONTENT DIV	~~~~~~~~~~~~~~~~~~~~~~~~	*/

#content a, #content a:visited	{
		color: #768;
		font-weight: bold;
		text-decoration: none;
		border-bottom: 1px dotted #768;
		padding-bottom: 1px;
		}

#content a:hover, #content a:visited:hover	{
		background: transparent;
		color: #ff9f00;
		border-bottom: 1px solid #ff9f00;
		}

#content a:active	{
		color: #fff;
		background-color: #564;
		cursor: crosshair;
		}


/*	~~~~~~~~~~~~~~~~~~~~~~~~	UTILITIES / HEADERS / FOOTER	~~~~~~~~~~~~~~~~~~~~~~~~	*/

div.clear {	clear: both; margin: 0; padding: 0; border: 0; height: 0;	}

h1, h2	{	margin: 0 0 0.9em 0; font-size: 15px; letter-spacing: 0.45em; color: #87c; text-align: left;	}
h2			{	font-size: 12px; letter-spacing: 0.3em; color: #87c; text-align: left;	}
#sidebar h2			{	margin: 0;	}

div#footer				{	text-align: center; margin: 3%; padding: 0px; }
div#footer a:link		{	color: #a9b;	}
div#footer a:hover	{	color: #ddd;	}

hr	{	width: 69%; height: 1px; color: #666; text-align: center; margin: 1.5em 15%; 	}

em	{	}
/*	#564 is green, #546 is purple	*/

/*	http://www.simplebits.com/archives/2003/08/22/css_photo_zoom.html	*/
