/* @override 
	http://logicalshift.co.uk/rotate/wp-content/themes/logicalshift/style.css
	http://rhyolite.local/style.css
*/

/*
	Logicalshift style sheet
 */

/* Main body elements */

body {
	margin: 0;
	background: #fffff2 url(images/Body_left.png) repeat-y left;
	font: 14px/140% palatino, georgia, serif;
	height: 100%;
	width: 100%;
}

div.bodyright {
	background: url(images/Body_right.png) repeat-y right;
	height: 100%;
	position: absolute;
	width: 100%;
}

div.bodyright2 {
	background: url(images/Body_right.png) repeat-y right;	
}

div.mainbody {
	margin-left: 56px;
	margin-right: 227px;
	top: -12px;
	position: relative;
}

div#footer {
	margin-left: 56px;
	margin-right: 227px;
	position: relative;
	font-size: 75%;
	line-height: 130%;
	text-align: center;
	top: 48px;
}

p.section {
	font-weight: bold;
	font-size: 170%;
	margin-bottom: 3px;
}

/* Title elements */

div.title {
	height: 128px;
	background: url(images/Title_main.png) repeat-x;
}

div.titleleft {
	height: 128px;
	background: url(images/Title_left.png) no-repeat left;
}

div.titleright {
	height: 128px;
	background: url(images/Title_right.png) no-repeat right;
	margin-left: 48px;
	padding-right: 28px;
}

div.title img {
	position: static;
	display: block;
}

div.maintitle {
	background: url(images/logo.png) no-repeat;
	height: 128px;
}

/* The sidebar */

div.sidebar {
	float: right;
	width: 172px;
	margin-right: 36px;
	top: -16px;
	position: relative;
	font-size: 85%;
}

div#sidebar {
	float: right;
	width: 172px;
	margin-right: 36px;
	top: -16px;
	position: relative;
	font-size: 85%;
}

/* The navigator */

div.navigator {
	float: right;
	background: url(images/Link_main.png) repeat-x;
	height: 32px;
	font-size: 15px;
}

div.navigatorleft {
	height: 32px;
	background:  url(images/Link_left.png) no-repeat left;	
}

div.navigator a {
	color: black;
	text-decoration: none;
	border: none
}

div.navigator a:visited {
	color: black;
	text-decoration: none;
}

div.navigator a:hover {
	color: red;
}

div.navigator a:active {
	color: yellow;
}

div.navigator ul {
	height: 32px;
	margin: 0;
	padding: 8px 4px 0 24px;
}

div.navigator ul li {
	display: inline;
	margin: 0;
	padding: 0 8px 0 0;
}

/* News items */

div.item {
	margin-top: 16px;
	border: 1px solid black;
	background: #c3ecfc;
}

div.item table.title {
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	background: #6a96ab;
	color: white;
	font-weight: bold;
	text-shadow: #313131 0 1px 1px;
}

div.item table.title a {
	color: white;
}

div.item table.title a:visited {
	color: white;
}

div.item table.title a:hover {
	color: yellow;
}

div.item table.title a:active {
	color: red;
}

div.item div.itemcontent {
	padding: 8px 16px;
}

div.itemcontent p {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* General style elements */

h1 {
	margin-bottom: 8px;
}

h2 {
	margin-bottom: 8px;
}

h3 {
	margin-bottom: 8px;
}

p.bodytext {
	margin-top: 4px;
	margin-bottom: 12px;
}

a {
	text-decoration: none;
	color: #151493;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


.note { font-size: 9pt; }

.frameimg {
	margin-top: 4px;
	margin-bottom: 12px;
	text-align: center;
}

.frameimg img {
	border: 1px solid #aaaa77;
	padding: 4px;
	background: #ffffff;
}

/* Wordpress styles */

.center {
	text-align: center;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.sidebar ul li#downloads ul li:before {
	content: "";
}

.sidebar ul li ul.sections li:before {
	content: "\00BB \0020";
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p {
	margin: 5px 0 8px;
	}

.sidebar ul ul {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul {
	margin: 0 0 0 10px;
	}

.sidebar ul ol li {
	list-style: decimal outside;
	}

.sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

