body {
	background-image: url(images2/bkgd_main.gif);
	background-repeat:repeat;
	font-family: normal, Helvetica, sans-serif;
	color: #292929;
	margin:1% auto 0px auto;
    width:899px;
    text-align:center;
	
	}


#container {

}

h1#font-family, h2, h3 {
	font-weight: normal;
	color: red;
}

h2 {font-size: 1.2em;
    font-weight: normal;
    color: #525252;
}

h3 {font-size:1.2em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	
	
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a { 
	color: #0d6aa6;
}

a:hover {
	color:red;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 16px Helvetica ;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: #000 url("images2/indentbg42.jpg") center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #66ccff !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url("images2/indentbg52.jpg") center center repeat-x;
}


/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 25px;
	width:151px;
	padding: 5px 0 0 5px;
	background-color:#AAAAAA;
	font-size: 1.2em;
	color:#0000CD;
	border-bottom:1px solid #CDC0B0;
	font-weight: bold;
}
.boxed .title:first-letter {color: #ff0000}

.boxed .content {
	padding: 15px;
	background-color:#F4F4F4;
	border: 0px solid #512731;
	border-top: none;
	color: black;
	}

/* Post */

.post {
	padding: 2em 0 0 0;
}

.post .title {
}

.post .date {
	margin: -1.4em 0 .2em 0;
	text-align: right;
	font-size: 1em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding: 1em;
	background-color: #8dcff9;
	width:493px;
	border-left: 3px solid #ffffff;
	font-size: 0.6em;
}

.post h1{font-size:17px;
         color: #282828;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 1em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	line-height: 1.7em;
}

/* Breadcrumb */

#breadcrumb {
	width: 20px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	background-color:white;
	color: #000000;
}

/* Logo */

#logo {
	padding: 70px 0 20px 0;
	background-color: #8dcff4;
	text-align: center;
}

#logo h1 {
	text-transform: lowercase;
	font-size: 2.0em;
	font-weight: bold;
	font-style: italic;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 1em;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
	border:0px solid #7979ff;
	z-index:0; 
	text-align:left;
	font-size:12px;
	
	position: relative; top:5px; 
	width: 899px;
	background-color:white;
	
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {position: absolute;top:0px;
	float: left;
	font-size:12px;
	width: 150px;
	padding: 20px;
	
}

#sidebar h3 {
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {position:absolute;top:0px; left:400px;
       
}
#login .content {
	border: 0px solid #512731;
	border-top:none;
	border-bottom:none;
}

#login a{color:black;
         
}

#login form {color:red;
          
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
	
}

#login label {
	font-size: x-small;
	font-weight:normal;
	}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#inputtext1, #inputtext2 {
}

#inputsubmit1 {
	font-size: x-small;
}

/* Content > Sidebar > Menu */

#menu {position:absolute; top:150px;
}

#menu .content {
	border:1px solid #DCDCDC;

	
	width:126px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
}

#menu a {
	display: block;
	padding:0.2px 0 4.5px 6.5px;
	background-color: #F4F4F4;
	text-decoration:underline;
	font-weight: normal;
	color: black;
	
}

#menu a:hover {
	text-decoration:underline;
}

/* Content > Sidebar > Updates*/

#updates {


}

#updates ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#updates h3 {
	font-size: small;
}

#updates p {
	font-size: x-small;
}

/* recommend */

#recommend {
	float:left;
	z-index:1;
	width: 188px;
	height:100px;
	border:0px solid blue;
	font-size:11px;
	position:absolute; top:27px; left: 60%;
	
}
#recommend a {
	font-family: normal, georgia, sans-serif;
	color: #8bc8fe;
	
}


/* search */

#search {
	float:left;
	z-index:1;
	width: 500px;
	height:40px;
	border:0px solid blue;
	font-size:10px;
	position:absolute; top:151px; left: 17%;
	
}
#search a {
	color: #ffffff;
	
}



/* Ads */

#ads {
	float:none;
	width: 144px;
	z-index:1;
	padding-right:10px;
	position:absolute; top:65px; left: 750px;
	
}


/* Support */

#support {
          
	      padding: 20px 0;
	      
}

#support h2 {
	font-size: 1.4em;
}

#support h3 {
	font-size: 1em;
}

/* Footer */

#footer {
	color:black;
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align:center;
	font-size: 12px;
}

/* Footer > Legal */

#legal {	position:absolute; bottom:0px; left: 85%;

}

/* Footer > Links */

#links {
}
