/*  
Theme Name: Jose Castro Frenzel
Theme URI: 
Description: Custom Wordpress Theme.
Version: 1.0
Author: Overbridge
Author URI: http://overbridge.ro/
*/



/* Begin Typography & Colors */

body {
	margin: 0 auto;
	text-align: center;
	background: #fff;
	font: normal normal 15px Georgia, "Times New Roman", serif;
	color: #222;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

a {
	text-decoration: none;
	color: #069;
}

a:hover {
	color: #469500;
}

h2 {
	color: #469500;
	font: normal bold 17px Georgia, "Times New Roman", serif;
	margin: 0;
}

h2 a {
	color: #469500;
}

h2 a:hover {
	color: #069;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 0;
	margin-top: 10px;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font: normal normal 11px Georgia, "Times New Roman", serif;
}

.topmenu {
	text-align: right;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.topmenu ul, .topmenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.topmenu ul li {
	margin-left: 20px;
}

.headleft {
	display: block;
	float: left;
	width: 300px;
}

.logo {
	display: block;
	width: 297px;
	height: 67px;
	background: url(img/logo.gif) no-repeat;
}

.logo span {
	display: none;
}

.search {
	width: 230px;
	margin-top: 38px;
	float: right;
}

.search #s {
	display: block;
	width: 170px;
	height: 16px;
	border: none;
	border-bottom: 1px solid #888;
	float: left;
	margin-right: 5px;
	font: normal normal 11px Georgia, "Times New Roman", serif;
	color: #222;

}

.search .searchSubmit {
	font-weight: bold;
	text-decoration: none;
	float: right;
	margin-top: 5px;
}

.headright {
	display: block;
	float: right;
	width: 640px;
}

.headpic {
	display: block;
	float: left;
	width: 690px;
	height: 140px;
	background: url(img/headerpic.jpg) no-repeat;
}

.headfeed {
	display: block;
	float: right;
	width: 230px;
	height: 140px;
	background: url(img/bg_feedburner.jpg) no-repeat;
}

#feedform {
	margin: 80px 20px 0 20px;
}

#feedform input {
	width: 190px;
	background: none;
	border: none;
	border-bottom: 1px solid white;
	color: #fff;
	font: normal normal 11px Georgia, "Times New Roman", serif;
}

.feedSubmit {
	font-weight: bold;
	text-decoration: none;
	float: right;
	margin-top: 5px;
	color: #fff;
}

.feedSubmit:hover {
	color: #f3ffdd;
}

/* Sidebar styles */

#sidebar {
	float: right;
	width: 230px;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	background: #fff url(img/side_top.gif) no-repeat;
	padding: 10px 0 0 0;
	list-style: none;
	margin-bottom: 10px;
}

#sidebar li ul {
	display: block;
	background: #f0f3e7 url(img/side_foot.gif) no-repeat bottom;
	padding: 10px 0 0 0;
	list-style: none;
	padding-bottom: 10px;
}

#sidebar .endbox {
	background-color: none;
	background: #fff url(img/side_foot.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

#sidebar li li {
	background: none;
	list-style: none;
	padding: 5px 10px;
	margin: 0;
}

#sidebar li li a {
	background: url(img/arrow.gif) no-repeat 0 3px;
	padding-left: 15px;
	color: #111;
}

#sidebar li li a:hover {
	background: url(img/arrow.gif) no-repeat 2px 3px;
	color: #469500;
}

#sidebar h2, h2.widgettitle {
	background: #f0f3e7 url(img/icon.gif) no-repeat 10px 0;
	padding-left: 35px;
	height: 25px;
}

#sidebar .aktt_tweets li {
	display: block;
	margin: 0;
	border-bottom: 1px solid #c7dab7;
}

#sidebar .aktt_tweets a {
	background: none;
	color: #069;
	padding: 0;
}

#sidebar .aktt_tweets a:hover {
	background: none;
	color: #469500;
}

#sidebar .aktt_more_updates a {
	background: url(img/arrow.gif) no-repeat 0 4px;
	padding-left: 15px;
	color: #111;
}

#sidebar .aktt_more_updates a:hover {
	background: url(img/arrow.gif) no-repeat 2px 4px;
	padding-left: 15px;
	color: #469500;
}

#aktt_tweet_form, #aktt_tweet_posted_msg {
	display: none;
}

img {
	border: none;
}

.flickrImg {
	padding: 0;
	background: none;
}

/* Content styles */

h3 {
	font-size: 14px;
	color: #666;
	display: block;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;

}

#page {
	float: left;
	width: 690px;
}

.article {
	margin-bottom: 20px;
}

.postHead {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.postDate {
	padding-right: 5px;
	float: left;
	display: block;
	border-right: 1px solid #ccc;
	margin-right: 5px;
	font-size: 11px;
	color: #777;
}

.postTitle {
	font-size: 11px;
	color: #777;
}

.post {
	font-family: Helvetica;
	font-size: 15px;
}

.navleft {
	float: left;
	width: 345px;
}

.navright {
	text-align: right;
}

.postmeta {
	border-top: 1px solid #ccc;
	padding: 8px 0 0 0;
	margin-top: 8px;
	font-size: 12px;
	color: #555;
}

.postmeta2 {
	border-top: 1px solid #ccc;
	padding: 8px 0 0 0;
	margin-top: 8px;
	font-size: 12px;
	color: #555;
}

.postmeta2 a {
	background: url(img/icon_comments.gif) no-repeat 0 1px;
	padding-left: 20px;
	font-weight: bold;
}

#comment {
	width: 400px;
}

/* Footer styles */

#footer {
	font-size: 12px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	width: 690px;
}

#footer a {
	color: #555;
}

#footer a:hover {
	color: #469500;
}

#footer ul, #footer ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#footer ul li {
	margin-right: 20px;
}

.footerlogo {
	display: block;
	margin: 10px 0;
	background: url(img/footerlogo.gif) no-repeat;
	width: 145px;
	height: 37px;
}

.footerlogo span {
	display: none;
}