/* Sagacity Screen Styles */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 75% palatino, georgia, "times new roman", times, serif;
        line-height: 1.5em;
	color: #DDD;	
	background: url(../../images/theme/background.jpg);
        background-position: top center;
        background-attachment: fixed !important; 
	margin: 0;
	padding: 0;
}

#universal_center_1
{
	height:100%;
	position:relative;
	text-align:center;
	width:100%;
}

#universal_center_2
{
	height:100%;
	margin:0 auto;   
        padding: 0;
	max-width:775px;
	position:relative;
	text-align:left;
	width:775px;
}


#main {          
        padding: 0px 50px;      }

#quotes {
        text-align:center;
        font-size:9px;
        border-top:1px #333 dashed; 
        border-bottom:1px #333 dashed;
}


h1 {
	font-size: 1.5em;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.0em;
	font-style: italic;
}

h6 {
	font-size: 0.8em;
	text-transform: uppercase;
}

blockquote {
	line-height: 1.2em;
	border: 2px solid #f0f0f0;
	padding: 1px 12px;
	margin: 0 25px;
}

pre {
	font-family: monaco, courier, monospace;
	color: #fff;
	background: #666;
	border: 2px solid #888;
	padding: 12px;
	margin: 0 25px;
}

a {
	color: #7e2323;
}

a:hover {
	border-bottom: 1px dotted #7e2323;
}

a img {
	border: none; border-bottom: 1px solid #7e2323;
	padding-bottom: 2px;
}

.post {
        border:0px #ccc solid;
	text-align: justify;
	margin-bottom: 50px;
        min-height:670px;
}

.post h2:first-child, #admin_article + h2 {
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.3em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #DDD;
	margin-bottom: 0;
}

.post h2 a {
	color: #DDD;
}

.auth {
	margin-top: 0;
}

.auth, .meta {
	font-size: 1.0em;
	text-align: center;
	color: #999;
}

.meta a {
	color: #a96d6d;
}

#header h1 {
	font-size: 2.0em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase ;
        text-align:center;
	color: #a73232;
        width:460px;           
	border-bottom: 1px solid #ccc;
        padding-top:180px;
        margin-top:0px;

}

#header h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
        text-align:center;
	text-decoration: none;
	text-transform: lowercase;
	color: #999;
}

#header a {
	text-decoration: none;
	color: inherit;
}

#header a:hover {
	border: none;
}

#logo {        
        text-align: center;
        height:200px;
        width:760px;
        padding:0px;
        position:absolute;
        margin:0px;
        z-index:300;
        left: 0;
        top:  0;
        background-position: top center;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../../images/theme/logo.png');
}
div[id="logo"]{
        background: url(../../images/theme/logo.png) no-repeat;
}



#sidebar {
	text-align: center;
	color: #999;
	background: #000;
	border: 1px dashed #333;
	float: right;
	width: 150px;
	padding: 12px 0;
	margin-left: 30px;
	margin-bottom: 20px;
}

#sidebar h3 {
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
	border-top: 1px dashed #333;
	padding-top: 1.0em;
	margin-top: 1.0em;
}

#sidebar ul {
	list-style: none;
	padding: 0;
}

#sidebar a {
	color: #a96d6d;
        font-size:12px;
}

#sidebar a img {
	border-bottom: 0px solid #a96d6d;
}

#search input {
	background: #000000;
	border: 1px solid #ccc;
	width: 126px;
}

#search-results {
  padding: 2px;
}

#posts {
	background: url(../../images/theme/divider.png) no-repeat center bottom;
        padding-bottom: 100px;
	margin-bottom: 0px;
}

#footer {
	text-align: center;
        font-size:8px;
	color: #CCC;
	padding-bottom: 2.0em;
}

#footer a {
	color: inherit;
}

#footer a:hover {
	color: #fff;
	border: none;
}

/* Comments Stuff */
small a {
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	margin-right: 1.0em;
}

.blueblk {
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}

.comment-list li {
	border: 2px dashed #333;
	padding: 0 25px;
	margin: 25px;
}

.comment-list li:first-line {
	color: #999;
}

#frm-btns {
	text-align: right;
}

.admintools {
  float: right;
  background-color: #fff;
  font-size: smaller;
  padding: 0 2px;
  margin: 0 1px;
  color: #ccc;
  border: 1px solid #ccc;
}

.admintools:hover {
  color: #c00;
  border: 1px solid #c00;
}

#bg-inner-top {
	background: #000;
	margin: 0 103px;
        padding:0px;;
}
#bg-inner-left { background: url(../../images/theme/bg-inner-left.png) repeat-y left top; }
#bg-inner-right { background: url(../../images/theme/bg-inner-right.png) repeat-y right top; }
