﻿body
{
	padding:0;
	margin:0;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url(images/darkside.jpg);
}


a
{
	color:#2670e1;
	text-decoration:none;
}

a:hover
{
	color:#fff000;
}


#page
{
	width:980px;
	background:#000000;	
	margin:0 auto;
}

#page #header
{
	background:#000000;
	height:170px;
	display:block;
	
}

#page #header #top
{
	display:block;
	height:125px;
}

#page #header #top #logo
{
	width:245px;
	height:97px;
	background-image:url(images/logo.png);
	display:block;
	margin:8px 0 0 16px;
	float:left;
}

#page #header #top #slogan
{
	display:block;
	margin:27px 0 0 16px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	font-family:Century Gothic;
}


#page #header #menu
{
	display:block;
	height:25px;
        color:#2670e1;
}



#page #header #menu ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#page #header #menu ul li
{
	float:left;	
}

#page #header #menu ul li a
{
        background-color:#2670e1;
	color:#000000;	
	text-decoration:none;
	font-size:11px;
	padding:4px 14px;
	display:inline-block;
	border-right:1px solid black ;

}

#page #header #menu ul li a:hover
{
	background-color:#09d426;
	color:#000000;	
}

#page #pagebottom
{
	height:15px;
}

#page #content
{

	display:block;
	position:relative;
        color:#09d426;
}

#content #leftpanel
{
	width:490px;
	background-color:#000000;
	display:block;
	float:left;
}

#content #sidepanel
{
	width:240px;
	float:right;
	display:block;
	margin-right:3px;
	
}

#content #leftside
{
	width:240px;
	float:left;
	display:block;
	margin-right:3px;
	
}

#page #footer
{
        color:#09d426;
	display:block;
	height:50px;
	padding-bottom:5px;
	background:#2670e1;
	text-align:center;
}

#page #footer .content
{
	padding-top:20px;
	font-weight:bold;
	font-size:10px;
	color:#000000;
}

.padding10
{
	padding:10px;
	display:block;	
}

.post .title
{
	margin:0;
	padding:0;
	background: url(images/bullet.png) no-repeat left center;
	padding-left:20px;
	font-size:18px;
	padding-bottom:3px;
	border-bottom:1px solid #b6b6b6;
	margin-bottom:5px;
}

.post .titlehead
{
	position:relative;	
	display:block;
	margin-bottom:5px;
}

.post .date
{
	background: url(images/date.png) no-repeat left center;
	float:right;	
	width:50px;
	height:38px;
	position:absolute;
	right:6px;
	top:-4px;
	text-align:center;
	color:#000000;
	line-height:16px;
	padding-top:3px;
}

.post .header
{
	display:block;
	border-bottom:1px #b6b6b6 solid;	
	margin-bottom:5px;
}

.post .terms
{
	padding:5px;
	border:4px solid orange;
	margin-top:15px;
	margin-bottom:25px;
	line-height:20px;
}

.post .terms span
{
	padding-left:22px;
	font-weight:bold;
	background-image:url("images/tags.gif");
	background-repeat:no-repeat;
}

h2 .title
{
	margin:0;
	padding:0;
	background: url(images/bullet.png) no-repeat left center;
	padding-left:20px;
	font-size:18px;
	padding-bottom:3px;
	border-bottom:1px solid #b6b6b6;
	margin-bottom:5px;
}

.title h2
{
	margin:0;
	padding:0;
	background: url(images/bullet.png) no-repeat left center;
	padding-left:20px;
	font-size:18px;
	padding-bottom:3px;
	border-bottom:1px solid #b6b6b6;
	margin-bottom:5px;
}

.post .title a
{
	text-decoration: none;
	color: #fff000;
}

.post .title a:hover
{
	text-decoration: none;
	color: orange;
}

.post .entry
{
}

/* Comment Form */
.table
{
	width:100%;
	display:block;
}

.table .tr{

}

.table .tdleft
{
	width:20%;
}

.table .tdright
{
	width:80%;	
}

.table .inputtext
{
	width:250px;	
}

.table .inputtextarea
{
	width:250px;
	height:100px;	
}

/*Comment*/

.comment
{
	display:block;
	margin-top:18px;
}
.comment .title
{
	border:4px solid #2670e1;
	padding:4px;
	position:relative;
	padding-left:76px;
}
.comment .avatar
{
	border:4px solid #2670e1;
	padding:3px;
	float:left;
	position:absolute;
	top:-18px;
	left:5px;
	background-color:#ffffff;
}
.comment .avatar img
{
	width:48px;
	height:48px;
	display:block;
}

.comment .title .right
{
	padding:2px 5px;
	color:#000000;
	font-size:10px;
	float:left;
	position:absolute;
	top:-11px;
	right:5px;
	background-color:#2670e1;
}

.comment .content
{
	display:block;
	background-color:#fff000;
	margin-left:76px;
	padding:20px;
	text-align:left;
        color:#000000;
}

/* Sidebar */

.widget
{
	display:block;
	width:240px;
}
.widget .title
{
	height: 22px;
	padding: 7px 0 0 32px;
	background:#2670e1;
	font-size: 12px;
	color: #000000;
}
.widget .title span
{
}
.widget .content
{
	padding:0 8px 8px 8px;
}
.widget .content span
{
}

.widget ul
{
	margin:0;
	padding:10px 0 10px 0;
	list-style: none;
	line-height: normal;
}

.widget ul li
{
	font-size: 12px;
}

.widget ul li a
{
	border-bottom:1px solid #b4b4b4;
	display:block;	
}


/**************************
		PAGING
**************************/

.paging
{
	padding-top:25px;
	display:block;
}

.paging a{
	display:inline;
	padding:3px 6px;
	margin-right:5px;
	border:1px solid #09d426;
	margin-bottom:4px;
	float:left;
	color:#2670e1;
}

.paging a:hover{
	background-color:#fff000;
	text-decoration:none;
	color:#000000;
}

.paging span{
	border-bottom:3px solid #d9d9d9;
	display:inline;
	padding:3px 6px 0px 6px;
	margin-right:5px;
	margin-bottom:4px;
	float:left;
}



/* Comment Form */
.table
{
	width:100%;
	display:block;
}

.table .tr{

}

.table .tdleft
{
	width:20%;
}

.table .tdright
{
	width:80%;	
}

.table .inputtext
{
	width:250px;	
}

.table .inputtextarea
{
	width:250px;
	height:100px;	
}

/**************************
		CALENDAR
**************************/

.calendar
{
 margin:0 auto;
 width:90%;
}
.calendar .header
{  
 background-color:#f4f4f4;
 border:1px solid #b6b6b6;
 font-weight:bold;
}
.calendar .day
{
 border:1px solid #b6b6b6;
}
.calendar .nextprev
{
 border:1px solid #b6b6b6;
 text-align:center;
 background-color:#e7e7e7;
}
.calendar .nextprev a
{
 width:100%;
 display:block;
 font-family:century;
 text-decoration:none;
}
.calendar .nextprev a:hover
{
 background-color:#f4f4f4;
}
.calendar .today
{
 background-color:#505050;
 color:white;
 border:1px solid #b6b6b6;
}
.calendar .weekend
{
 color:#061C34;
 border:1px solid #b6b6b6;
 background-color:#f4f4f4;
}
.calendar .dayheader
{
 border:1px solid #b6b6b6;
 background-color:#e8e8e8;
}

.smallicon
{
	width:20px;
	height:16px;	
	display:inline-block;
	vertical-align:middle;
	background:url(images/iconsmall.gif) no-repeat;
}
