/* 
Theme Name: Connections
Theme URI: http://wpthemes.info
Version: 1.0
Description: A Theme from wpthemes.Info 
Author: Patricia Muller
Author URI: http://www.vanillamist.com/blog/

PORTED BY Must@p TO NUCLEUS
http://www.mustap.com
--------------------------


links+titles : #795f19
links-over: #d2af2d
background for boxes: #f6ecc8

*/
body {
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS', Georgia, Times, Times New Roman, 'MS P Gothic', sans-serif;
	font-size: 84%;
	text-align:center;
	color:#29303B;
	line-height:1.3em;
	background: #F9F9F9;
}
a {
	color: #795f19;	
	text-decoration:none;
}
a:visited {
	color: #795f19;
}
a:hover {
	color: #d2af2d;
	text-decoration:underline;
}
input, textarea 
{
	background: #F9F9F9;
	border: #795f19 1px solid;
}
#rap 
{
	background:#fff url('images/blog_rap.gif') center repeat-y;
	width:760px;
	margin:0 auto;
	padding:0px 8px;
	text-align:left;
	font-family: Trebuchet MS,Georgia, Arial, serif;
/*	font-size: 0.9em;*/
}
#header {
	background:#fff url('images/blog_top.jpg') no-repeat bottom; 	
 	height: 183px;
	margin: 0 auto;
	width:760px;
	padding:0;
}
#main 
{
	margin:0 auto;
	padding:7px 0 0 3px;
/*	background:#000 url('images/blog_content_bg.gif') repeat;*/
	width:740px;
}
#content {
	width:510px;
	float:left;
	padding:5px;
	margin:0;
	overflow:hidden;
	display:inline;
}#sidebar {
	width:186px;
	float:right;
	padding:0px 8px 10px 8px;
	margin:0;
/*	font-size:1em;*/
	color:#333;
	display:inline;
} 
a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px #795f19 dotted;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
/*	font-size: 1em;*/
	font-style: italic;
}
blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	background: url('images/blockquote.gif') no-repeat left top;
	font-style:italic;
}

cite {
/*	font-size: 0.9em;*/
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0;
/*	font-size:1.3em;*/
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#header_title {
  height: 105px;
}

#header h1 
{
	margin: 3px 0 0 0;	
	font-size: 1.6em;
	padding:10px 20px 0 0;
	text-align:right;
}
#header h1 a 
{
	color:#795f19;
}
#header h1 a:hover 
{
	color:#d2af2d;
}
#header #desc
{
	font-weight:normal;
	font-style:italic;
	color:#795f19;
	text-align:right;
	margin:0;
	padding:8px 20px 0 0;
}

#header #logo {
  float: left;
  width: 250px;
  height: 80px;
  margin: 0;
  padding: 15px 0 0 15px;
}

#sidebar h2 {
	margin: 10px 0 0 0;
	padding:2px;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
	background:url('images/blog_sidenav_top.jpg') no-repeat center;
	border:#795f19 1px solid;
	height:22px;
	font-weight:bold;
}
#sidebar ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
/*	font-size: 0.9em;*/
	padding-bottom:3em;
	background:#F9F9F9 url('images/blog_sidenav_bottom.gif') no-repeat bottom;
	border:#795f19 1px solid;
	border-top:#795f19 0px solid;
}
#sidebar ul li {
	margin: 0.1em 0 0 0;
	padding: 0;	
}
#sidebar li a {
	text-decoration: none;
	border:none;
}
#sidebar li a:link {
	color: #795f19;	
}
#sidebar li a:visited {
	color: #795f19;	
}
#sidebar li a:hover, #sidebar li a:active {
	color: #795f19;
}
#content ul {
	margin-left: 0;
	padding-left: 45px;
	list-style-type: none;
}
#content ul li {
	background: url('images/bullet.gif') no-repeat 0 7px;
	padding-left: 1.5em;
}
.post 
{
	margin:0 0 30px 0;
}
.post-info 
{
	font-size:90%;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
	color:#333;
}
.post-info a
{
	color:#795f19;
}
.post-info a:hover 
{
	color:#d2af2d;
}
.post-content {
	padding:10px 0;
	margin:3px 0;
	border-top:#795f19 1px solid;	
	font-family: Georgia, Verdana, Arial, serif;
/*	font-size:12px;*/
}
.post-title {
	font-family:Georgia, Arial, Serif;
	font-size:1.3em;
	margin:0;
	font-weight:bold;
}
.post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
{
	text-decoration:none;
	color:#795f19;
}
.post-date {
	float: left;
	color: #795f19;
	font-family: Georgia,'Lucida sans ms', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	margin: 3px 10px 0 0;
	padding: 8px 3px;
	width: 55px;
	background: #F9F9F9;
	border: 1px #795f19 solid;
	line-height:1em;
}
.post-footer 
{
	padding-top:20px;
	background:url('images/divider.gif') no-repeat center;
}
#footer {
	margin:0 auto;
	padding: 7px 0;
	border-top:#795f19 1px solid;
	clear: both;
	font-size: 0.9em;
	color: #999;
	text-align:center;
	width:740px;
}
#footer a {
border:none;
color:#d2af2d;
}

.commentlist {
/*	font-size:1em;*/
	font-weight:normal;	
}
.commentform 
{
	margin:0 0 0 40px;
}
.commentform textarea {
	width: 80%;
}
.commentform p {
	margin: 0 0 1em;
}
.comments,#respond {
	text-transform: uppercase;
	margin: 3em 0 1em 40px;
	color: #795f19;
	font: 0.9em verdana, helvetica, sans-serif;
}
.commentlist li 
{
	margin:5px 0;
	padding:10px 10px 20px 10px;
	background:#f6ecc8 url('images/comments_bottom.jpg') repeat-x bottom;
	border:#795f19 1px solid;
}
.commentlist .alt 
{

}
#topnav 
{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 6px 0 5px 0;
	font-family:Verdana, Arial, Sans-Serif;
  font-size: 13px;
}

#topnav ul {
  margin: 5px;
}

#topnav li
{
	list-style: none;
	display: inline;
	padding: 5px;
	margin: 0;
  font-weight:bold;
  padding-left:4px;
}

#topnav li a:link, #topnav li a:visited
{
	color:#FFFFFF;
}
#topnav li a:hover, #topnav li a:active
{
	color:#CCCCCC;
}

#subnav 
{
	list-style: none;
	margin: 0 0 0 20px;
	padding: 13px 0 5px 0;
	font-family:Verdana, Arial, Sans-Serif;
  font-size: 13px;
}

#subnav ul {
  margin: 5px;
}

#subnav li
{
	list-style: none;
	display: inline;
	padding: 5px;
	margin: 0;
  font-weight:bold;
  padding-left:4px;
}

#subnav li a:link, #subnav li a:visited
{
	color:#FFFFFF;
}
#subnav li a:hover, #subnav li a:active
{
	color:#CCCCCC;
}

.error {

	border-left: 1px #795F19 solid;
	border-right: 1px #795F19 solid;
	border-bottom: 1px #795F19 solid;
	width: 80%;
	text-align: center;
	color: #FF0000;
}

.error h2 {

	border-top: 1px #795F19 solid;
	border-bottom: 1px #795F19 solid;
	background:#F6ECC8;
}


/******* Google Adsense Stuffs *******/

#googleitemimage
{

  text-align:center;
  margin-right: 8px;
  margin-bottom: 8px;

}

.floatClear_left {
  clear: left;
  overflow: hidden;
}

.floatClear_right {
  clear: right;
  overflow: hidden;
}

.floatClear_both {
  clear: both;
  overflow: hidden;
}

.formfield {
  width: 80%;
}

.basic_table table {
  margin: 10px 5px 20px 5px;
  width: 100%;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-collapse: collapse;
}

.basic_table td {
  padding: 5px;
  border: solid 1px #999999;
}

.biz_img {
  float: left;
  margin: 5px;
}

.sub_caption {
  font-weight: normal;
  color: #999999;
}

.err_msg {
  margin: 0 0 5px 0;
  color: #FF0000;
}

.calendar {
  font-size: 13px;
}

.calendar td a {
  text-decoration: underline;
}