/*  
Theme Name: World Site Index
Theme URI: http://www.worldsiteindex.com/
Description: The theme for WSI.
Version: 1.0
Author: TOLRA Micro Systems Limited
Author URI: http://www.tolranet.co.uk/
*/

/* Standard Element styles */
body {
	color: #000;
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 100.1%;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0 5%;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

h1 { font-size: 120%; margin: 0px; padding: 0 0 .25em 0; }
h2 { font-size: 110%; margin: 0px; padding: .25em 0; }
h3 { font-size: 105%; margin: 0px; padding: .25em 0; }
label {font-weight: bold; }
p { margin-top: .75em; margin-bottom: .75em; }
a { color: #447AAC; font-weight: bold; }
a:hover { color: #9C0204; text-decoration: none; }
input, select { font-size: 100%; border: 1px solid #9C0204; }
img { border: none; }
form { margin: 0; padding: 0; }

.clear { clear: both; overflow: hidden; height: 0; line-height: 0; }
.cent { text-align: center }
.right { text-align: right; }

/* min width */
.width {
	min-width:700px;
}
* html .minwidth {
	border-left:700px solid #fff;
}
* html #pgframe {
	margin-left: -700px;
	position:relative;
}
/*\*/
* html .minwidth, * html #pgframe {
	height: 1px;
}
#pgframel, #pgframer { height: 1%; }
/**/
/* end min width */

/* Container for page */
#pgframe {
	text-align: left;
	font-size: 80%;
	color: #777;
	background-color: #fff;
}

#pgframel {
	padding-left: 10px;
	background-image: url(images/leftshadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#pgframer {
	padding-right: 10px;
	background-image: url(images/rightshadow.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/* Box for title */
#titlebox {
	padding: 3px 0 3px 3px;
	background-image: url(images/book.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#titlebox img { margin: 0; padding: 0; display: block; }

/* Box for footer */
#footer {
	background-color: #000;
	color: #fff;
	padding: 3px;
	font-size: 85%;
	text-align: center;
}

#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; color: #ccc; }

/* RSS feeds etc */
#feed { margin: 4px 0; text-align: center; }

/* Path way */
#pathway {
	clear: both;
	background-color: #000;
	color: #fff;
	padding: 3px;
	border-bottom: 5px solid #fff;
}

#pathway a {
	color: #fff;
	font-weight: bold;
}

#pathway a:hover {
	text-decoration: none;	
}

/* Style for tabs */
#tabs {
	padding: 0; 
	margin: 0; 
	list-style-type: none;
	white-space: nowrap;
	font-weight: bold;
	display: block;
	height: 1%;
}

#tabs li {
	float: left;
}

#tabs a {
	display: block;
	padding: 2px 8px;
	color: #000;
	border: 1px solid #fff; 
	text-decoration: none;
	background-image: url(images/tabbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
}

#tabs a:hover {
	color: #9C0204;
	text-decoration: underline;
	background-image: url(images/tababg.jpg);
}

#tabs #activetab span {
	width: auto;
	display: block;
	padding: 2px 8px;
	color: #000;
	border: 1px solid #fff; 
	text-decoration: none;
	background-image: url(images/tababg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
}

/* Content and right column */
#outer {
	margin-right: 200px;
}
#inner { margin: 0; width: 100%; }
#contentbx { float: left; width: 100%; }
#contentin { padding: 8px; }

#rightcol {
	float: left;
	width: 200px;
	margin-right: -200px;
	position: relative;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.rightcolin {
	padding: 5px 17px;
	background-image: url(images/menutop.jpg);
	background-repeat: no-repeat;
	margin-bottom: 12px;
	height: 1%;
}

/* search box */
#searchform { margin: 5px 11px 12px 0; text-align: right; }

/* Style for sidebar */
#rightcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#rightcol h2 {
	margin-top: 8px;
}

/* styling of elements */
.postmetadata {
	background-color: #f7f7f7;
	padding:5px 10px;
	margin-top: 8px;
	margin-bottom: 25px;
}

blockquote {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 26px 23px 8px 23px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
}

.postdate {
	font-size: 90%;
	margin-bottom: 9px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	background-image: url(images/tabbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 8px;
}

#captcha_field { margin-right: 6px; }

#commentform { width: 80%; }
#comment { width: 100%; }

h2#comments {
	border-top: 1px solid #ccc;
	margin-top: 12px;
	padding-top: 8px;
}

.commentlist {
	list-style-position: inside;
	margin: 0; padding: 0;
}

.commentlist li {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* feed icons */
.feed {
	height: 12px;
	padding-left: 15px;
	background: url(images/feed.gif) no-repeat 0% 50%;
}
#footer .feed {
	background: url(images/feedicon.gif) no-repeat 0% 50%;
}
h2.feeed {
	padding-left: 15px;
	background: url(images/feed.gif) no-repeat 0% 50%;
}

/* Code area */
code {
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	font-size: 100%;
	font-family: "Courier New", Courier, mono;
	display: block;
	overflow: auto;
	width: 90%;
	padding: 8px;
}

