/*
Theme Name: Gossip
Theme URI: http://www.wpdesigner.com/
Description: 3-column gossip WordPress theme
Version: 1.02
Author: Small Potato
Author: http://www.wpdesigner.com/
*/

@import url("style-widgets.css");
@import url("style-typography.css");
@import url("style-sidebar.css");
@import url("style-mcewens.css");
@import url("style-header.css");
@import url("style-basics.css");
@import url("style-comments.css");


.banner{
display: block;
font-weight: bold;
font-style: italic;
color: #1d1305;
font-size: 25px;
text-align: center;
margin: 15px auto;
clear:both;
text-decoration:none;
}


.container{
	float: left;
	width: 860px;
	background: transparent;
	padding-top: 10px;
}

.content{
	float: left;
	margin: 10px 10px 0;
	width: 860px;
	display: inline;
	overflow: hidden;
}

.content_int{
	float: left;
	margin: 0;
	width: 860px;
	display: inline;
	overflow: hidden;
}

.post, .page{
	padding: 14px 0 0;
}

.entry-head{
	float: left;
	width: 500px;
	padding: 0 0 7px;
}

.entry-head h2{
	background: url(images/bar_bot.gif) bottom left no-repeat;
	font-style: italic;
	color: #1d1305;
	font-size: 25px;
	font-weight: normal;
	padding: 10px 0; 
}


.page .entry-head{
	float: none;
	background-image: none;
}

.entry-meta{

	padding: 1px 0 0;
	font-size: 11px;
	color: #777;
}

span.entry-date{
	padding: 0 0 0 12px;
	background: url(images/entrymeta-calendar.gif) no-repeat 0 3px;
}

span.author{
	padding: 0 0 0 13px;
	background: url(images/entrymeta-pencil.gif) no-repeat 0 3px;
}

span.comments-link{
	padding: 0 0 0 14px;
	background: url(images/entrymeta-comment.gif) no-repeat 0 3px;
}

.entry-foot{
	padding: 4px 10px 3px;
	border-top: 1px solid #f2f1e9;
	border-bottom: 1px solid #f2f1e9;
	line-height: 22px;
	background: #fdfdfd;
}

.entry-content p a{
	border-bottom: 1px solid #ddd;
	background: #1d1305;
	color: #000;
}

.entry-content p a:hover{
	text-decoration: none;
	border: 0;
}

.entry-content h2{	background: url(images/bar_bot.gif) bottom left no-repeat;
	font-style: italic;
	color: #1d1305;
	font-size: 25px;
	font-weight: normal;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0; }
.entry-content h3{font-size: 22px; font-weight: normal; line-height: 26px;color: #1d1305;}
.entry-content h4{font-size: 20px; font-weight: normal; line-height: 24px;color: #1d1305;}
.entry-content h5{font-size: 11px; line-height: 16px;color: #1d1305;}
.entry-content h6{font-size: 10px; line-height: 14px;color: #1d1305;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 0 0;
}

.navigation{
	float: left;
	width: 500px;
	margin: 17px 0 7px;
	display: inline;
}

.navigation span.nav-previous{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	background: url(images/bg-older-posts.gif) no-repeat 0 3px;
}

.navigation span.nav-next{
	margin: 0 10px 0;
	padding: 0 16px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 3px;
}


#footer{
	padding: 10px 0 10px;;
	width: 860px;
    text-align: center;
	color: #c5c3b5;
	margin: 5px auto;
}
	

#footer a{
	color: #aba894;
}

#footer p{
	padding: 10px 20px;
}

#flashcontent {
		width: 400px;
		height: 285px;
		float: right;
		background: transparent;
}
