*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	margin: 0; 
	padding: 0;
	background: black;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	height: 100%;
	font-size: 13px;
	color: #5f5f5f;
}
a
{
	color: #5f5f5f;
}
#Top
{
	background: #474747;
	height: 43px;
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/HeaderTop.png');
}
#Wrapper
{
	width: 896px;
	margin: 0 auto;
	text-align: left;
	background: #202020 url('/App/Template/Usertemplates/Dark-Gamer/Images/WrapMenuBG.png') repeat-y;
	position: relative;
}
#Header
{
	background: white url('/App/Template/Usertemplates/Dark-Gamer/Images/HeaderDecorative.png') no-repeat;
	height: 155px;
}
#HeaderInner
{
	padding: 10px;
	padding-left: 40px;
	line-height: 140px;
	font-size: 25px;
	font-weight: bold;
	color: #474747;
}
#DecorativeHeader
{
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/HeaderBottom.png');
	height: 16px;
	text-align: center;
}
h1
{
	font-size: 17px;
	color: white;
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/HeadingBackground.png') no-repeat;
	padding-left: 30px;
	height: 42px;
	line-height: 30px;
}
#FullContent
{
	background: #2a2a2a;
	padding: 5px;
}
#Footer
{
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/FooterBG.png') no-repeat;
	margin-left: 13px;
	margin-right: 13px;
	height: 81px;
	text-align: center;
	font-size: 13px;
	color: #8d8d8d;
	margin: 0 auto;
}
#FooterFiller
{
	height: 90px;

}
#Footer a
{
	color: #8d8d8d;
}
#FooterInner
{
	padding: 10px;
}
#RenderboxAfterLayout
{
	padding-left: 10px; 
	padding-top: 0px; 
	padding-bottom: 10px; 
	position: absolute; 
	top: 225px;
	right: -130px;
	/* border:1px solid #FF0000; */
}	
#Content
{
	width: 641px;
	float: right;
	margin-right: 13px;
	padding-top: 10px;
}
#Menu
{
	width: 216px;
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/MenuBG.png') repeat-y;
	float: left;
}
#Menu ul
{
	list-style-type: none;
}
#Menu li
{
	height: 31px;
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/ListItemBG.png') no-repeat;
	font-size: 13px;
	line-height: 31px;
	color: #7b7b7b;
}
#MenuTop
{
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/MenuTop.png') no-repeat;
	height: 37px;
}
#MenuBottom 
{
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/MenuBottom.png') no-repeat;
	height: 47px;
}
#Content ul
{
	padding-left: 35px;
}

#Menu a
{
	color: #5f5f5f;
}
#MenuInner
{
	padding: 30px;
	padding-top: 0;
}

/* Guestbook styling */
.guestbookMessage
{
	border: 1px solid #484848;
	width: 635px;
	margin-bottom: 10px;
	background: #2a2a2a;
}
.guestbookMessage td
{
	border-spacing: 0;
}
.guestbookMessagePosterName a {
	color: white;
}
.guestbookMessagePosterName
{
	padding-left: 2px;
	font-size: 14px;
	width: 558px;
	color: white;
}
.guestbookMessageFirstRow
{
	background: #5c5c5c;
	color: white;
	font-weight: bold;
}
.guestbookMessageContent img
{
	border: 0;
}
.guestbookMessageContent
{
	width: 675px;
	padding: 13px;
	border-top: 1px solid #484848;
}
.guestbookMessageGlobe
{
	width: 17px;
}
.guestbookMessagePostDate
{
		width: 120px;
		font-size: 12px;
		text-align: right;
}
.guestbookWriteMessage
{
	width: 100%;
	border: 1px solid #484848;
	margin-bottom: 10px;
	background: #2a2a2a;
}
.guestbookWriteMessageCaption
{
	background: #5c5c5c;
	color: white;
	font-weight: bold;
	text-align: center;
}
.guestbookWriteMessageFirstCol
{
	width: 100px;
	padding: 6px;
}
.guestbookWriteMessageSecondCol textarea
{
	border: 1px solid #ECECEC;
	background: white;
	padding: 10px;
	color: white;
	width: 470px;
	height: 200px;
}
.guestbookWriteMessageSecondCol
{
	width: 575px;
	padding: 3px;
}
.guestbookWriteMessageSecondCol input
{
border: 1px solid #484848;
	color: white;
	background: #2a2a2a;
	width: 350px;
}
.guestbookWriteMessageSubmit
{
	width: 100px !important;
	background: #2a2a2a !important;
	color: white !important;
	margin-bottom: 4px;
	font-weight: bold;
}
.pagination
{
	padding: 5px;
	margin-bottom: 6px;
}
.pagination a
{
	margin-right: 3px;
	padding: 5px;
	border: 1px solid #484848;
	background: #2a2a2a;
}
.pagination span
{
	margin-right: 3px;
	padding: 5px;
	border: 1px solid #484848;
	background: #2a2a2a;
}
.current
{
	font-weight: bold;
	color: #5e5e5e;
	border: 1px solid #5d5d5d !important;
	background: #3a3a3a !important;
}
.guestbookCaptchaImage
{
	border: 1px solid #ECECEC;
}
.success
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #9ce743;
	background: #efffd5;
	color: #5c9914;
}
.error
{
	background: #ffe1e1;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #e74343;
	color: #e74343;
}
/* /Guestbook styling */


/* Contact form styling */
.left
{
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	width: 100px;
	padding: 6px;
}
#textareacf
{
	width: 380px;
	height: 170px;

	border: 1px solid #484848;
	color: #828282;
	background: #2a2a2a;
}
.long_tf
{
	border: 1px solid #484848;
	color: #828282;
	background: #2a2a2a;
	width: 350px;
}
.longer_tf
{
	border: 1px solid #484848;
	color: #828282;
	background: #2a2a2a;
	width: 350px;
}
#errors
{
	color: red;
	margin-bottom: 10px;
	border: 1px solid red;
	padding: 5px;
	background: #fedede;
}
#success
{
	color: #185000;
	margin-bottom: 10px;
	border: 1px solid #09c000;
	padding: 5px;
	background: #a2ee9f;
}
.sendbar
{
	padding: 5px;
}
.sendbar input
{
margin: 0;
	width: 100px !important;
	background: #484848 !important;
	margin-bottom: 4px;
	color: white;
	border: 1px solid #484848;
	padding: 3px;
	font-weight: bold;
	margin-left: -5px;
}
.contactcaption
{
	background: #5c5c5c;
	color: white;
	font-weight: bold;
	text-align: center;
}
.contactform
{
	width: 100%;
	border: 1px solid #484848;
	margin-bottom: 10px;
	background: #2a2a2a;
}
/* /Contact form styling */

/* Photo Album styling */
.albumItem:hover
{
	border: 1px solid #A7A7A7;
}
.albumItem
{
	display: block;
	border: 1px solid #4c4c4c;
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: url('/App/Template/Usertemplates/Dark-Gamer/Images/albumIcon.png');
	font-weight: bold;
	text-decoration: none;
}
.albumItemPadding
{
	text-align: center;
	padding-top: 100px;
}

.photoItem img
{
	border: 0;
}

.photoItem:hover
{
	border: 1px solid #A7A7A7;
}
.photoItem
{
	display: block;
	border: 1px solid #4c4c4c;
	width: 140px;
	height: 140px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}
.photoItemPadding
{
	text-align: center;
	padding-top: 10px;
}
.backToOverview
{
	background: #202020;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 10px;
}
/* /Photo Album styling */









/******************************************* BLOG ***********************************************/
.post-container {
	border-top: 1px solid #5C5C5C; 
	border-bottom: 3px solid #5C5C5C;
	border-left: 1px solid #5C5C5C;		
	border-right: 1px solid #5C5C5C;
}
.post-first-col {
	width: 85px;
	overflow: hidden;
}
.post-first-col-container {
	padding: 5px;
	text-align: center;
}
.post-name {
	font-size: 15px; 
	font-weight: bold;
	margin-bottom: 5px;
}
.post-date-bar {
	font-size: 11px;
	border-bottom: 1px solid #5C5C5C;
	height: 45px
}
.post-second-col-container {
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px solid #5C5C5C;
	min-height: 130px;
	padding-top: 5px;
}
.post-message-container {
	padding: 5px;
	padding-bottom: 10px;
}
.post-toolbar img {
	float: left;
	margin-right: 3px;
}
.post-toolbar {
}
.new-comment-container td {
	padding: 6px;
}
.mceIframeContainer {
	padding: 0 !important;
}
.mceToolbar {
	padding: 0 !important;
}
.new-comment-title {
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}
.comments-title {
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
}
.no-comments-container {
	padding: 10px;
	border: 1px solid #5C5C5C;	
}

#form-name {
	border: 1px solid #5F5F5F;
	width: 350px;
}
#form-emailaddress {
	border: 1px solid #5F5F5F;
	width: 350px;	
}
#form-captcha {
	margin-bottom: 6px;
	border: 1px solid #5F5F5F;
}
#form-captcha-input {
	border: 1px solid #5F5F5F;
	width: 350px;		
}
#form-message {
	width: 510px;
	height: 200px;
}
#form-submit {
	margin: 0;
	width: 100px !important;
	background: #484848 !important;
	margin-bottom: 4px;
	color: white;
	border: 1px solid #484848;
	padding: 3px;
	font-weight: bold;
}
.smilies
{
	z-index: 100;
	padding: 10px;
	position: absolute;
	background: #f0f0ee;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	padding-bottom: 15px;
}
#form-caption {
	background: #5C5C5C !important;
	text-align: center;
	color: white !important;
	font-weight: bold;
	padding: 0 !important;
}
#form-table input {
	border: 1px solid #5C5C5C;
	background: #2A2A2A !important;
	color: #5F5F5F;
}
#form-table {
	border: 1px solid #5C5C5C;
}	
#post-detail-bar {
	font-size: 14px; 
	padding: 3px; 
	border: 1px solid #5C5C5C; 
	padding-bottom: 3px; 
	text-align: left; 
	height: 23px;
}
#message-holder {
	padding: 8px;
	border: 1px solid #5C5C5C;
	border-top: 0;
	padding-bottom: 3px;
	text-align: left;
}
.blog-message-toolbar a {
	color: white;
}
.blog-message-toolbar {
	background: #484848;
	padding: 1px;
	color: white;
}
.blog-message-intro {
	padding: 10px;
	padding-left: 0;
}
.blog-message-title {
	font-size: 16px;
	font-weight: bold;
	color: white;
}
.blog-message-container {
	padding: 4px;
	border: 1px solid #5C5C5C;
}
#categories-holder {
	margin-left: 2px;
	padding: 23px;
	padding-top: 10px;
	margin-top: -10px;
	border-top: 1px solid #3D3D3D;
	
}
#categories li {
	margin-top: 4px;
	height: 22px;
	line-height: 22px;
	padding-left: 4px;
}
#categories {
	list-style-type: none;
	padding: 0;
}
/******************************************* BLOG ***********************************************/



