body
{
	color:black;
	background:#e9e9e9;/*white; url('images/background.png');*/
	font-size: 10pt;
	font-family: tahoma, freesans;
}
.content {
	width:60%;
	min-width:1000px;
	background-color:white;
	padding:10px 10px 10px 10px;
	border:3px solid black;
	margin-left:auto;
	margin-right:auto;
}

#message
{
	position: fixed;
	left: 50%;
	z-index: 10;
	margin-left: -100px;
	text-align: center;
	background: gray;
	color: white;
	width: 200px;
}
#friends
{
	text-align:center;
}

div#body
{

	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}
#body .blog
{
	border: solid 1px black;
        padding-bottom: 10px;
	margin-bottom:7px;
        text-align: left;
        background-color:white;
}
#body .beaglecam
{
	border: solid 1px black;
        padding-bottom: 10px;
        margin-bottom: 7px;
        /*margin-top: 7px;*/
        text-align: left;
       /* min-width:500px;*/
        background-color:white;

}
.text p
{
	text-indent:15px;
	margin-bottom: 10px;
	background-color:white;
}
#avatar{}
.beaglecam .title{background: #e67e33;}
.title
{
	padding-left: 5px;
	background: black;
	font-weight: bold;
	color:white;
	font-size:10pt;
}
.title h2
{
	font-size:10pt;
	margin-top:0px;
	margin-bottom:0px;
}
.title a
{
	color:white;
}

.author
{
	padding-left: 5px;
	/*border-bottom: solid 1px black;*/
	background: gray;
	color: white;
}

.text
{
	padding: 5px
}
/*navigation buttons*/
.events img
{
	cursor: pointer;
}
#newsnav
{
	margin-bottom: 15px;
}

.tail
{
	text-align: right;
	padding-right: 5px;
	padding-top:5px;
}
/*comment style*/
.comment 
{
	margin-left: 50px;
	margin-bottom:15px;
	text-align: left;
	border: solid 1px black;
}
.comment .title
{
	
	padding-left: 5px;
	background: black;
	color: white;
	font-weight: bold;
}
#postarea
{
	/*border: solid 1px black;*/
	text-align: left;
	margin-top:15px;
	width: 500px;

}
.subsect
{
	border: solid 1px black;
	text-align: left;
}
#leftnav
{
	width:200px;
	min-width:200px;
	max-width:200px;
/*	float: left;*/
}
.subsect div 
{
	padding-left: 5px;
	padding-bottom: 5px;
}
.spanlink
{
	cursor:pointer;
	color: blue;
	text-decoration: none;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: 8pt;
	color: gray;
	text-align:center;
}
#poll
{
	font-size:8pt;
}
#poll b
{
	font-size:10pt;
}
.percent
{
	float:left;
	background:gray;
	color: white;
}

.popup
{
	display:none;
	border: 1px solid black;
	background: gray;
	top: 35%;
	left: 40%;
	position: fixed;
}
.HeaderTitle
{
	color:black;
        font-size:40pt;
        position:absolute;
        top:5px;
        left:10px;
        font-family: tahoma, freesans;
        font-weight:bold;
        z-index:200;
        float:left;
}
.HeaderSubtitle
{
        color:gray;
        position:absolute;
        top:50px;
        left:50px;
        font-family: tahoma, freesans;
        font-weight:bold;
        font-size:25pt;
        z-index:100;
        float:left;
}

