/*  
Theme Name: Nunc Scio
Theme URI: http://www.nuncscio.com
Description: The theme for nuncscio.com
Version: 1.0
Author: Robin Senior
Author URI: http://www.seniorjunior.org
*/



@import "sidebar.css";
@import "left.css";
@import "categories.css";

body
{
	margin:0px 0px 0px 0px;
	background-image: url(/images/stripe_gray_shadow.png);
	/*background-repeat: repeat;*/
	background-attachment: fixed;
	background-color:#ccc;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

.xmas
{
	position: absolute; 
	top: 57px;
	left: 30px;
	z-index: 2;
	margin: 0px;
	width: 720px;
	height: 22px;
}

hr
{
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}

#content
{
	background-color:white;
	width: 750px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
}

#header
{
	width:720px;
	background:#fff;
	text-align:right;
	border-width: 0px 0px 2px 0px ;
	border-color: #000;
	border-style: solid;
	font-size: 32pt;
	margin-top: 10px;
	margin-left: 30px;
}

#header img
{
	border: none;
}

/* footer */
#footer
{
	width: 750px;
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #FFF;
	border-top: 1px solid black;
	border-right: 1px solid black;
	color: #BBB;
}

#footer a:link
{
	color: #BBB;
	text-decoration: underline;
}

#footer a:visited
{
	color: #BBB;
	text-decoration: underline;
}

#footer a:hover
{
	color: #BBB;
	text-decoration: underline;
}

#footer a:active
{
	color: #BBB;
	text-decoration: underline;
}

#cc_logo
{
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 0;
}

#cc
{
	font-size: smaller;
}

/* pages */
.page
{
	width: 470px;
	margin-left: 20px;
}

.pagetitle
{
	width: 470px;
	margin-left: 20px;
	font-weight: bold;
}


/* 404*/
.error
{
	padding-left: 20px;
}