

body {
	background-image: url("");
	background-repeat: no-repeat;
	margin: 10px;
}

select,input,button,textarea {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #eeeeee;
	color: #222222;
	font-family: arial, sans-serif;
	font-size: 10px;
}


a {
	text-decoration: none;
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

a:link {color: #0000ff}  /* visited link */
a:visited {color: #0000ff}  /* visited link */
a:hover {color: #ff0000}   /* mouse over link */
a:active {color: #ff0000}   /* selected link */

td.horidiv{ /* Horizontal divider line */
	height: 2px;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

td.vertdiv{ /* Verticle divider line - not used now */
        width: 2px;
	border-right-width:1px;


	border-right-color:#000000;
	border-right-style:solid;
}
.thumbnail
{
width: 250px;
font-family: arial, sans-serif;
font-size: 13px;
font-weight: bold;
margin: 0 30px 15px 0;
}

.thumbnailvert
{
width: 167px;
font-family: arial, sans-serif;
font-size: 13px;
font-weight: bold;
margin: 0 62px 15px 0;
}

.border{ /* The background of all the headers. Default is grey background with black border on top and bottom */
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #ffffff;
	margin-bottom: 3px;
}

.headercell{ /* The background of all the headers. Default is grey background with black border on top and bottom */
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #000000;
	border-style: solid;
	background-color: #eeeeee;
width: 500px;
}

.bbcode_quote_header{ /* Header for bbcode "quote" tag */
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #eeeeee;
	position: relative;
	left: 10px;
	width: 90%;
}

.bbcode_quote_body{ /* Header for bbcode "quote" tag */
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #ffffff;
	position: relative;
	left: 10px;
	width: 90%;
}

.bbcode_code_header{ /* Header for bbcode "quote" tag */
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #eeeeee;
        position: relative;
        left: 10px;
        width: 90%;
}

.bbcode_code_body{ /* Header for bbcode "quote" tag */
        border-top-width: 0px;
        border-bottom-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-color: #000000;
        border-style: solid;
        background-color: #ffffff;
        position: relative;
        left: 10px;
        width: 90%;
}

.border { /* Border of images */
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.posttext { /* Entry text */
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
width: 500px;
}

.postpermalink{ /* Read more link */
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
}


.postcomments { /* Comments link */
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
	  width: 500px;
}


.postattached{ /* Attachments link - not used now */
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
}


.postdate { /* Entry date */
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 12px;
        font-style: italic;
        font-weight: normal;
}

.posttitle{ /* Entry title */
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-color: #000000;
        border-style: solid;
        background-color: #eeeeee;
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
width: 500px;
}

div.leftcolumn{
	float: left;
	width: 200px;
}

div.rightcolumn{
	position: relative;
	margin-left: 205px; 
	padding-left: 5px; 
	width: 500px;
}

.alt1{ /* Alternating cells for search and management list */
	background-color: #eeeeee;
}

.alt2{ /* Alternating cells for search and management list */
	background-color: #dddddd;
}

.header { /* Header Text */
	color: #222222;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.smalltext{ /* Tiny Text */
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
}


.default { /* Default Text */
	color: #222222;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}

.outside { /* This is the invisible table around everything */
	border-width: 0px;
	border-style: solid;
	border-color: #222222;
}

.formlabel, .formfield{
	color: #222222;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

	display: block;
	width: 300px;
	float: left;
	margin-top: 5px;
}

.formlabel{
	text-align: left;
	width: 300px;
}

br.formdiv{
	clear:left;
}

.searchbox{
	display: block;
	width: 200px;
	float: left;
	margin-top: 1px;
	text-align: left;
}

.jumpbox{
	display: block;
	width: 200px;
	float: left;
	margin-top: 1px;

}

.rssandsubscribe{
	display: block;
	width: 200px;
	float: left;
	margin-top: 8px;
}

#navBar{
  float: right;
	
 border-top-width: 1px;
        border-bottom-width: 1px;
        border-right-width: 0px;
        border-left-width: 0px;
        border-color: #000000;
        border-style: solid;
        background-color: #eeeeee;
        color: #222222;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
width: 200px;

}

@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}
.twoColElsRtHdr #container { 
	width: 800px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColElsRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColElsRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 12em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;

}

.twoColElsRtHdr #insidesidebar {
	margin-right: 5px;
      margin-left: 5px;
      font-family: arial, sans-serif;
      font-size: 10px;
      font-style: normal;
}

.twoColElsRtHdr #insidesidebar button{
	margin-right: 5px;
      margin-left: 5px;
      font-family: arial, sans-serif;
      font-size: 12px;
      font-style: normal;
      background: #6666FF;
}


.twoColElsRtHdr #mainContent {
  	margin: 0 13em 0 10px; 
} 
.twoColElsRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headerimg {
	position: relative;
	padding: 10px 10px 10px 10px;
	background-color:#0054ab;
}



#title
#content
#navigation
#plugins
