@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:13px Arial, Helvetica, sans-serif; /*ENTRY FONTS*/

	color:#e4a719; /*OVERALL TEXT COLOR*/

}



/* Edit your profile below */



#profileText{



	font-family: Verdana, sans-serif; /*The font type*/



	font-size: 12px; /*The font size*/



	font-style: normal;



	font-weight: normal;



	text-transform: normal;



	letter-spacing: normal;



	line-height: 1.6em;



	}



/* Edit your profile above */



/*LINK STYLES****************/

a {

	text-decoration:underline;

	color:#e4a617;

}

a:hover {text-decoration:none;}





/*LOGO IMAGE*****************/

#logo {

	height:0px;

	width:100%;

	background:#000000 url('images/logo.jpg') no-repeat left;	

}





/*MENU COLORS****************/

#header {

	text-align: center
	}

#menu {

	background:#fff;
	text-align: center;

}



#menu li a {

	font:11px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/

	text-transform: uppercase;

	color:#222;	/*MENU FONT COLOR*/

}



#menu li a:hover {

	color:#222; /*MENU FONT COLOR WHEN HOVERING*/

} 





/*BANNER COLORS*************/

#banner {

height: 255px; /*BANNER HEIGHT in case you want to change it*/

overflow: hidden;

}







#profile {



	text-align: left;



	margin: 0px auto;



	width: 1000px;



	height: 350px;



	border-bottom: 1px solid #e4a719;



	}



	



#profilePic {



	float: left;

         vertical-align:middle;



	margin: 60px 5px 0px 5px;



	width: 410px;



	padding: 0px;



	border: 0px solid #e4a719;



	}







#profileText {



	float: right;



	margin: 15px 35px 0px 0px;



	width: 500px;



	}



#twitter {

	text-align: left;

	margin: 0px auto;

	width: 1000px;

	border-bottom: 1px solid #e4a719;

        background: #000000 ;

	}





/*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:0;

	font-size:28px;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight:normal;

	line-height:20px;

	color:#e4a719;

}

	/*DATE AND CATEGORY FONT STYLES*/

.title span a, .title span {

	color:#e4a719;

	font-size:11px;

	font-weight:normal;

	line-height:24px;

}





/*COMMENT BOX**************/

.textbox {

	/*COMMENT BOX BACKGROUND color*/

	background:#000000;

        text-color: #e4a719;

        color: #e4a719;

}

.comment {

	/*COMMENT BOX BACKGROUND color*/

        text-color: #000000;

         color: #000000;

	background:#ffffff;



}


.text-box p span,

.text-box p a

{

	/*COMMENTER's LINK COLOR*/

	color:#000000;

}



/* NEXT / PREVIOUS PAGE ARROWS*/

.arrows {

	list-style:none;

	margin:0;

	padding:0;

	height:1%;

	overflow:hidden;

	background:#000;

}

.arrows li {

	font:10px/25px Verdana, Arial, Helvetica, sans-serif;

	color:#e4a617;

	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:#e4a617;

	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:#e4a719;

	text-align:center;

        background: #000000 ;

        text-color: #e4a719;

}

#footer p {margin:0;}

#footer a, #footer a:hover, #footer a:visited {

	text-decoration: none;

	color: #e4a719;

        text-color: #e4a719;

}

#sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: inline;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: inline;
}
.sociable ul {
	display: inline;
	margin: 0;
	padding: 0;
}
.sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	float: right;

}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
