@charset "UTF-8";
/* CSS Document */

/*general style info */
* {
	margin:0;
	padding:0;
}

body  {
	font:75% Verdana;
	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 */
}
a {
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4, h6 {
	font-weight: bold;
	color:white;
}
h2 {
	text-transform:none;
	padding:0 0 5px 0;
}
h2 a, h2 a:visited {
	color:red;
}
h5 {
	font-weight:normal;
	font-style:italic;
	font-size:11px;
}



/*  global classes*/
.clearfloat {
	clear:both;
}
.red {
	color:#ee2a2d;
}
.message, .error {
	color:red;
	background-color:white;
}
.related {
	margin:10px 0 0 0;
}
/* dls */
.details {
	background-color:#dddddd;
	margin:10px 0 0 0;
}
dl {
	
}
dt {
	padding:6px;
	margin:0;
	display:inline;
	float:left;
	clear:both;
}
dt:after {
	content:':';
}
dd {
	width:250px;
	padding:6px;
	margin:0;
	display:inline;
	text-align:left;
	float:left;
}
/* paginate */
.disabled {
	display:none
}
.prev {
	float:left;
}
.next {
	float:right;
}
.paging {
	text-align:center;
	color:white;
	padding:0 0 10px 0;
}
.paging .current {
	color:#111111;
}
.paginator {
	/* must be added */
	font-size:12px;
	margin:10px 0 0 0;
}
.paginate-options a{
	padding:0 10px 0 0;
}
/* forms */
fieldset {
	border:none;
}
legend {
	background-color:red;
	color:white;
	font-size:20px;
	padding:0 5px;
}
.form {
	background:transparent url(../img/layout/diagonal.gif) top left repeat;
	padding:10px 0;
	margin:10px 0;
}

div.input label {
	display:block;
}
div.checkbox label {
	display:inline;
	margin-left:10px;
}
div.input, div.submit {
	margin:5px 0 0 0;
}
/* actions */
.actions ul li {
	display:inline;
	margin:0 10px 0 0;
}
.actions ul li:before {
	content:'';
}
.actions a {
	color:white;
	background-color:blue;
	padding:.1em .2em;
}
.actions a:visited {
	color:white;
	background-color:blue;
}
/* site specific */
input[type=button] ,input[type=submit], a.button {
	width:100px;
	line-height:13px;
	padding:6px;
	background:transparent url(../img/layout/button.png) top left no-repeat;
	border:none;
	color:white;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	display:inline-block;
}
input[type=button]:hover ,input[type=submit]:hover {
	color:#ffe718;
}
.actions {
	padding:3px 0;
}
.quote {
	font-size:18px;
	color:white;
	font-style:italic;
	font-weight:bold;
	padding:10px 0;
}
.blue {
	color:#003366;
}
.more {
	text-align:right;
	padding:0 0 0 0;
}
table.admin tr td {
	padding:3px;
}

/* structure */

#container {
	text-align:left;
	width:800px;
	margin:auto;
	padding:10px 0 20px 0;
	color: white;
}
.pad {
	padding:10px;
}

/* header */
#header {
	background:transparent url(../img/layout/red-stripe.jpg) top left repeat-x;
	margin-top:0px;
}

#logo {
	float:left;
	width:178px;
	position:relative;
	top:10px;
}
#top-form {
	float:right;
	text-align:left;
	height:96px;
	overflow:hidden;
	color:#222;
	position:relative;
	top:-1px;
}
#login-tab {
	background:transparent url(../img/layout/tab.gif) bottom right no-repeat;
	text-align:right;
	width:280px;
	height:30px;
	font-size:14px;
}
#login-space {
	width:280px;
}
#login_form input[type='text'], #login_form input[type='password'] {
	width:155px;
}

/* content */
#content {
	background:transparent url(../img/layout/bg1.gif) top left repeat;
	clear:both;
	margin-top:2px;
}
#main-content {
	background:transparent url(../img/layout/dotsh.gif) bottom left repeat-x;
	clear:both;
	padding:0 0 10px 0;
}
/* LEFT COL */

.left-col {
	background:transparent url(../img/layout/dotsv.gif) top right repeat-y;
}
.right-col {
}
.related {
	padding:0 0 0 20px;
	font-size:14px;
}
.related h3 {
	display:none;
}
.related a {
	display:block;
	padding-left:3px;
}
.related a:before {
	content:url(../img/layout/arrowright.gif);
}
.related a, .related a:visited {
	color:white;
}
.parent {
	padding:0 0 10px 10px;
}
.parent a:before {
	content:url(../img/layout/arrowleft-clear.gif);
}
.parent a, .parent a:visited {
	color:white;
}
/* bottom */
#bottom {
	clear:both;
	background:transparent url(../img/layout/dotsh.gif) top left repeat-x;
	padding:3px 0 0 0;
}
#bottom h1 {
	padding:0 0 3px 0;
}
.bottom-item-post {
	width:230px;
	float:left;
	margin:0 10px;
}
.post-date {
	font-size:16px;
}
.meta {
	text-align:right;
}
/* menu */

#menu {
	background:transparent url(../img/layout/dotsh.gif) bottom left repeat-x;
	padding:10px 0 5px 20px;
}


#footer {
	background:transparent url(../img/layout/dotsh.gif) bottom left repeat-x;
	padding:4px 10px 8px 3px;
	clear:both;
}
#footer a, #footer a:visited {
	color:white;
	margin-right:10px;
}
.rep_logo {
	float:right;
	position:relative;
	top:-5px;
}
pre {
	text-align:left;
}

