/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bbbbbb;
	background-image:url(images/sx.jpg);
background-repeat: repeat-y;
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}
.larger {
	border: solid 1px gray;
	padding: 5px;
	font-size: 130%;
	background-color: rgba(107,12,0,0.17);
}
a {
	color: #555;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	margin:3px;
	border: 1px solid #b8b8b8;
}
label {
	color: black;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	margin:0 auto 0 auto;
	text-align:center;
	margin-bottom:25px;
	
}



#title p {
	font-variant:small-caps;
	letter-spacing:2px;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width:700px;
	margin:0 auto 0 auto;
}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	width:100px;
	float:right;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	text-align:right;
}

#menu a {
	color:#999999;
	background-image:url(images/backgrounds/a.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:10px;
	line-height:15px;
	text-decoration:none;
	font-size:110%;
}

#menu a:hover {
	color:black;
	background-image:url(images/backgrounds/a_hover.jpg);
}


#content {
	margin-right:120px;
	padding-right:20px;
	border-right:1px solid #cccccc;
	background-image:url(images/backgrounds/content.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	padding-top:15px !important;
	padding-top:0;
/*	background-image:url(images/mantis.gif);*/
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	line-height:20px;
	text-indent:15px;
	color:black;
	text-align:justify;
}
.noindent {
	text-indent: 0px;
}

#content ol,ul {
	line-height:25px;
}

#content li {
	list-style-image:url(images/backgrounds/li.gif);
color: black;
}

/* THE FOOTER */

#footer {
	width:580px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
}


/*Error boxes*/
.box_message{
	background-color: #ffd;
	margin-top: 5px;
	border-top: solid 1px #cc3;
	border-bottom: solid 1px #cc3;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 70%;
	}

.box_error{
	background-color: #fdd;
	border-top: solid 1px #d44;
	border-bottom: solid 1px #d44;
	margin-top: 5px;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 70%;
}

/*rss settings*/
/* no css just to show an unstyled feed
   and to provide a template for creating new styles */
 #blogroll{
	 list-style-type: none;
	
}
#blogroll li {
	padding-bottom: 30px;
	clear: left;
}
 .rss_box {
  list-style-type: none;
 }
 
 .rss_title, rss_title a {
 list-style-type: none;
 font-size: 110%;
 }
 
 .rss_items {
  list-style-type: none;
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
   list-style-type: none;
}

.rss_item a:hover { 
 list-style-type: none;
}
	
.rss_date {

}

.clearer {
	clear: both;
}

table {
	color: black;
}

.hidden {
	display: none;
}
