/******************************************************************************
********************************* General CSS *********************************
*******************************************************************************/
body {
	background: #c8c6c2;
	margin: 0 0 0 0;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 840px;
	height: 600px;
}

#logo	{
	width: 100%;
	height: 109px;
	float: left;
	position: relative;
	top: 80px;
	left: 0px;
}

#navigations	{
	float: left;
	width: 100px;
	left: 0px;
	position: relative;
	font-size: 11px;
	text-align: right;
	margin-top: 90px;
}

.menu	{
	color: #000000;
	font-weight: bold;
	display: block;
}

.inpage	{
	background-color: #a09d97;
	display: block;
	padding: 5px;
}

#content	{
	width: 534px;
	height: auto;
	position: relative;
	margin-top: 90px;
	margin-left: 19px;
	float: left;
}

.footer	{
	float: left;
	width: 100px;
	left: 0px;
	margin-bottom: 0px;
	color: #000000;
}

/******************************************************************************
**********************************  Blog CSS  *********************************
*******************************************************************************/
#blog_title	{
	font-size: 18px;
	font-weight: bold;
	color: #FB4509;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666666;
}

.post	{
	font-size: 11px;
}

.blog_content	{
	margin-top: 10px;
	line-height: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
}

blockquote	{
	padding: 15px;
	font-style: italic;
	text-align: justify;
	border: 1px dashed #666666;
	background-color: #CCCCCC;
}

.li	{
	padding-right: 50px;
}

/******************************************************************************
*********************************  Video Page  ********************************
*******************************************************************************/
#video_content	{
        width: 534px;
	height: auto;
	position: relative;
	margin-top: 90px;
	margin-left: 19px;
	float: left;
}

.top_title_link	{
	height: 10px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
}

.video	{
	height: auto;
	text-align: center;
	padding-bottom: 10px;
}

.bottom_link	{
	height: 10px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

/******************************************************************************
*********************************  Hyperlinks  ********************************
*******************************************************************************/
.menu a:link, .menu a:visited	{
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
}

.menu a:hover	{
	background-color: #a09d97;
	display: block;
	padding: 5px;
}

.post a:link, .post a:visited	{
	color: #000000;
	text-decoration: underline;
}

.post a:hover	{
	color: #333333;
	text-decoration: none;
}

.thumb img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
-moz-opacity: 0.5;
float: left;
}

.thumb:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
float: left;
}

.top_title_link a:link, .top_title_link a:visited	{
	color: #000000;
	text-decoration: underline;
}

.bottom_link a:link, .bottom_link a:visited	{
	color: #000000;
	text-decoration: underline;
}

.top_title_link a:hover	{
	color: #333333;
	text-decoration: none;
}

.bottom_link a:hover	{
	color: #333333;
	text-decoration: none;
}
	