@import "css/all.css";





/*BACKGROUND IMAGE************/

body {

	background: url('images/bg.jpg') repeat; 

	/*if you want a solid color instead, erase "url('images/bg.jpg') repeat" and write in your color code "#333333"*/

	font:12px Tahoma, Arial, Helvetica, sans-serif; /*ENTRY FONTS*/

        line-height:14px;

	color:#777; /*OVERALL TEXT COLOR*/
        
        

}


/*LINK STYLES****************/

a {

	text-align:center;

        text-decoration:none;

	color: #9c0000;

}

a:hover {

        color: #9c0000; 

        text-decoration:uppercase;

        text-align:center;


}






/*LOGO IMAGE*****************/

#logo {

	height:140px;

	width:100%;

	background:#fff url('images/logo.jpg') no-repeat left;	


}





/*MENU COLORS****************/

#menu {

	background:#fff;


}


#menu li a {

	font:12px Tahoma, Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/

        margin:10px;

	text-transform: uppercase;

        text-align: center;

        color:##9c0000;	/*MENU FONT COLOR*/

}



#menu li a:hover {

	color:#7a7a7a; /*MENU FONT COLOR WHEN HOVERING*/

} 

#twitter {font: 15px arial;}

/*BANNER COLORS*************/

#banner {

height: 325px; /*BANNER HEIGHT in case you want to change it*/

overflow: hidden;

}



/*TWITTER / SEARCH / RSS***/

.holder {

	background:#e6e6e6;}







/*POSTS*******************/

.title {

	/*POST IMAGE delete background...'s line if you do not wish to have a logo on the side*/

	background:url(images/post-title.jpg) no-repeat; 

	padding:0 0 0 44px;

	margin-top: 20px;

        
}

	

/*POST TITLE FONT STYLE**/

.ti, .title h2 {

	margin:0px;

	font-size:24px;

	font-family: Times New Roman, Times, serif;

	font-weight:normal;

	line-height:20px;

	color:#1c1c1c;

}




	/*DATE AND CATEGORY FONT STYLES*/

.title span a, .title span {

	color:#1c1c1c;

	font-size:11px;

        text decoration:uppercase;

	font-weight:normal;

	line-height:24px;

}






/*COMMENT BOX**************/

.comment {

	/*COMMENT BOX BACKGROUND color*/

	background:#f0f0f0;

}

.text-box p span,

.text-box p a

{

	/*COMMENTER's LINK COLOR*/

	color:#2574b6;

}



/* NEXT / PREVIOUS PAGE ARROWS*/

.arrows {

	list-style:none;

	margin:0;

	padding:0;

	height:1%;

	overflow:hidden;

	background:#454545;

}

.arrows li {

	font:10px/25px Verdana, Arial, Helvetica, sans-serif;

	color:#fff;

	text-transform:uppercase;

}

.arrows li.prev {

	float:left;

	padding:0 0 0 29px;

}

.arrows li.next {

	float:right;

	padding:0 16px 0 0;

}

.arrows li a {

	color:#fff;

	text-decoration:none;

}

.arrows li a:hover {text-decoration:underline;}



/*FOOTER LINKS*/

#footer {

	padding:8px 0 0;

	width:100%;

	font:10px/25px Verdana, Arial, Helvetica, sans-serif;

	color:#b2b2b2;

	text-align:center;

}

#footer p {margin:0;}

#footer a, #footer a:hover, #footer a:visited {

	text-decoration: none;

	color: #b2b2b2;

}



/*NAVIGATION for single posts*/

.navigation {

	width: 970px;

	padding-left: 15px;

}



.alignleft {float: left;}

.alignright {float: right;}



.clear {clear: both;}