/*
Theme Name: nineteeneightyfour
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: Berserk Hippo
Author URI: your-URI
Template: twentyten
Version: a-number--optional
.
General comments/License Statement if any.
.
*/
@import url(../twentyten/style.css);

#content,
#content input,
#content textarea {
	color: #333;
	font-size: 15px;
	line-height: 23px;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -290px 0 0;
	width: 100%;
}
#content {
	margin: 0 220px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 200px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: pt-sans-1,pt-sans-2,Lucida Grande,Helvetica, Georgia, "Bitstream Charter", serif;
}



#content h1.entry-title {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: #fff;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}


/* =Header
-------------------------------------------------------------- */


/* This is the custom header image */
#branding img {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	padding-left: 130px;
	clear: both;
	display: block;

}
#site-description {
	text-align: center;
	clear: both;
	float: none;
	width:  100%;
	font-style: normal;
	font-weight: bold;
/*	
	margin: 14px 0 18px 0;
	width: 220px;*/
}

#menu-go-berserk,
#menu-places-to-visit {
	list-style: none;
margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#menu-go-berserk li:before,
#menu-places-to-visit li:before {
	content: "\00B1 \0020";
	}

#menu-go-berserk li,
#menu-places-to-visit li {
	font-weight: bold;
}

a:link {
	color: #e00000;
	text-decoration: none;
	/*	border-bottom: 1px solid #000000;*/
}
a:visited {
	color: #e00000;
}
a:active,
a:hover {
	color: #996666;
}

#content .entry-content a:link,
#content .entry-content a:visited {
	border-bottom: 1px solid #999999;
}

#content .entry-title {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;	
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

#content .entry-title-link {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	
}
.entry-title-link a:link,
.entry-title-link a:visited {
	color: #e00000;
	text-decoration: none;
	border-bottom: 1px solid #999999;
}
.entry-title-link a:active,
.entry-title-link a:hover {
	color: #ff4b33;
	border-bottom: none;
}


.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 14px;
}


#content a.source:link {
	font-size: 10px;
	text-decoration: none;
	border-bottom-style: none;
}

.archive-entry {
	list-style-type: none;
	border-bottom: solid 1px;
}


blockquote  {
	border-left: 3px solid;
	border-color: #a9a9a9;
	font-style: normal;
	font-size: 14px;
	margin-left: 50px;
	padding-left: 10px;
}

#primary {
	font-size: 13px;
	font-family: droid-sans-1,droid-sans-2;
}

#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 840px;
}
