/*This style sheet governs the overall theme of the site*/

/*Site structure*/

body {
    /* background: #DFECE6; */
    background:#FFFFFF url(images/bg.jpg) no-repeat scroll center top; 
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 100%; */ /* 16px */
}

#head-wrapper, #main-wrapper {
    text-align: center;
    min-width: 800px;
    margin: 0;
}

#head-wrapper {
    /* background-color: #588; */
    /*border-bottom:3px solid #000000;*/
    height:200px;
}

#main-wrapper {
    padding: 40px 0 2em 0;
    min-height: 455px;
}

#head-container, #main-container {
	z-index:99;
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#main-container {
    padding: 0 0 0em 0;
    background: #fff;
    border: 1px solid #000000;
    min-height:430px;
}


#footer {
text-align: center;
width: 750px;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
position: relative;
}

#end {
z-index:1;
background: #FFFFFF url(images/blocks.gif) no-repeat scroll right bottom;
position: relative;
float: right;
bottom: 383px;
right: 0;
height: 383px;
width: 150px;
margin-bottom: -383px;
}


div.intro {
}

div.main {
}

/*Login and register link */
#login {
z-index:99;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0px;
top: 250px;
}

#login ul li.register img {
position: fixed;
}

#login ul li.login img {
position: fixed;
margin-top: 70px;
}

/*Home page notices*/
.homepagetext {
margin:15px 15px 10px 15px;
/*width: 745px;*/
}

.homepagetext h3{
margin:0.2em;
font-size:1.2em;
font-weight:bolder;
}

.homepagetext p{
margin:0.1em;
font-size:0.9em;
font-weight: bold;
}

.homepagetext_follow {
background-color:#FBEC5D;
border:2px dashed #FF8247;
}

.homepagetext_calendar {
background-color:#99CC66;
border:2px dashed #339900;
}

div.ad-sense {
margin: 5px 5px 10px 12px;
}

/*navbar*/
ul#nav {
list-style-type:none;
background:transparent url(images/content_background.png) repeat-y scroll left top;
margin: 0 0 0 0px;
text-align:center;
}

ul#nav li.menu {
background:#FFFFFF;
border-right:1px solid #000000;
border-bottom:1px solid #000000;
float:left;
width:156px;
line-height:1.5em;
}

ul#nav li.last {
width:152px;
background:#FFFFFF;
border-right:0px solid #000000;
}

ul#nav li.on {
background:#C369F8;
}

ul#nav li.menu:hover, li.last:hover {
background:#D8BFD8;
}

ul#nav li.on:hover {
}

ul#nav li.menu a {
font-weight:bold;
}

ul#nav li.menu a:link {
color:#0000CC;
}

ul#nav li.menu a:visited {
color:#990099;
}

ul#nav li.menu a:hover {
color:#FF4500;
}

/* second-level lists */
ul#nav li {
	float: left;
	position: relative;
	width:194px;
}

li ul.submenu {
position:absolute;
top:1.5em;
left:0px;
display:none;
list-style:none;
background-color:#CCCCCC;
border:1px solid #FFFFFF;
}


li.menu:hover ul.submenu { 
display: block;
}

li.menu:hover ul.submenu li.item { 
border:1px dashed #FFFFFF;
}


li.menu:hover ul.submenu li.item:hover {
background-color:#999999;
}

ul#nav li.item a {
text-decoration:none;
font-weight:normal;
}

ul#nav li.item a:link { 
color:#666666;
}
ul#nav li.item a:visited { 
color:#990099;
}
ul#nav li.item a:hover { 
color:#FF4500;
}


/*Share links*/
.post-nav-link {
margin-top: 10px;
text-align: center;
}

#share {
text-align: center;
width: 750px;
margin-left: auto;
margin-right: auto;
position: relative;
}


#share div.feeds_links {
	margin-top: 0.5em;
	clear: both;
}
#share ul.feeds_links {
	list-style: none outside;
	text-align: center;
	margin: 0.5em 0;
	padding: 0px;
}

#share ul.feeds_links li {
	display: inline;
	background-repeat: no-repeat;
	margin: 0;
	padding-right: 1em;
}
#share ul.feeds_links li.rss {
  background-image: url(images/feed-icon_orange-16px+.png);
}

#share ul.feeds_links li.twitter {
  background-image: url(images/twitter_16px.png);
}
#share ul.feeds_links li.facebook {
  background-image: url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?2:26981);
}
#share ul.feeds_links li.stumbleupon {
  background-image: url(http://cdn.stumble-upon.com/images/16x16_su_round.gif);
}
#share ul.feeds_links li.delicious {
  background-image: url(images/delicious.gif);
}
#share ul.feeds_links li.digg {
  background-image: url(http://digg.com/img/badges/16x16-digg-guy.gif);
}

#share ul.feeds_links li a {
	padding: 2px 0 2px 20px;	
	text-decoration: none;
}

/* Columns */

div.col {
    float: left;
    /* background-color:#FFFFFF; */	
    /* background-color:#CCFFCC; */
}
div.col2 {
    width: 350px;
    margin-right: 40px;
}

/* Use a .col2wide and a .col2narrow instead of two .col2's. */
div.col2wide {
width: 760px; 
margin: 0em .25em;
}

div.col2widetop {
width: 555px;
float: left;
}

div.col2narrow {
    width: 225px;
}

div.col2narrowtop {
width: 225px;
float: right;
}

div.col4 {
    width: 162px;
    margin-right: 40px;
}
div.last {
    margin-right: 0;
}
fieldset div.col2 {
    width: 330px;
}
fieldset div.col4 {
    width: 152px;
}

div.col2 fieldset {
    padding: 0;
    border-bottom: none;
}

div.col .content {
	padding: 0px 10px;
	text-align: justify;
}

/**************************************************************************
* Universal elements
*/

#skipnav {
    display: none;
}

a {
color: #0000CC;
/*color:#215A6D;*/
text-decoration:underline;
}

a:visited {
color:#990099;
}

a:hover {
color: #FF4500;
/*color:#588;*/
text-decoration:none;
}

h3 {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 1.231em; /* 16px */
}

h3.first {
    margin-top: 0;
}

h4 {
    font-weight: bold;
    font-size: 1.231em; /* 16px */
    margin-top: 1em;
    margin-bottom: 1em;
}

div.note {
    border-style: solid;
    border-width: 1px;
    padding: 0.5em 10px 0 10px;
    margin-bottom: 1em;
}

div.note p {
    margin-bottom: 0.8em;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

ul.bullet {
    list-style: disc;
    padding-left: 1.5em;
}
ul.bullet li {
    margin-bottom: 0.5em;
}

ul.inline-list li {
	display:inline;
}

li {
    line-height: 1.385em; /* 18px */
}
p {
    margin-bottom: 1em;
    line-height: 1.385em; /* 18px */
}
p.lede {
    font-size: 1.231em; /* 16px */
}
p.spaceabove {
    margin-top: 1em;
}
p.flat {
    margin-bottom: 0;
}
p.right,
span.right {
    text-align: right;
}
p.center {
    text-align: center;
}
p.spaced {
    line-height: 2em;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.large h3 {
    font-size: 1.385em; /* 18px */
}
.large li,
.large p,
p.large {
    font-size: 1.154em; /* 15px */
}
.large p.lede {
    font-size: 1.385em; /* 18px */
}
p.small, span.small {
    font-size: 0.85em;
}
.margin10{
margin:10px;
}

.margin5{
margin:5px;
}

.submitbox {
	border:1px solid #000000;
	background-color:#FFFFFF;
	text-align:left;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

.submitbox:active {
	border:1px solid #000000;
	background-color:#FFFFFF;
	text-align:left;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

/* Top left/right navigation */
#extra-nav {
    position: absolute;
}
#extra-nav li {
    float: left;
    margin-right: 0.5em;
    line-height: 1.2em;
}
#extra-nav li.last {
    margin-right: 0;
}

/*title*/

#title {
margin-top:10px;
}

#title p, #title a {
/*color: #AAC4C4;*/
text-decoration: none;
font-size: 16px;
}

#title div.right p {
float:right;
}

#title h1 {
display:none;
padding: 0 0 0.3em 0;
color: #fff;
width:800px;
font-size:225%;
font-weight:bold;
}

#title h1 small {
font-weight: normal;
color: #AAC4C4;
}

#title div.left {
float: left;
width: 600px;
}

#title div.clear {
	clear: both;
	height: 1px;
	line-height: 0;
	font-size: 0;
}

.border {
border:1px solid #000000;
}

.picture-left{
position:relative;
float:left;
margin:10px;
}

.picture-right{
position:relative;
float:right;
margin:10px;
}

.bear {
position:relative;
float:right;
border:0px;
margin:5px;
}

.show-details {
color: #8B0000;
font-style: italic; 
font-weight: bold;
}