/*---global common definitions---*/
body {
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	background:url(../images/bg-body.gif) repeat-x 0 0;
}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
img {border:0;}
a{
	color:#1f6eae;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
#wrapper{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	min-width:970px;
	background: url(../images/bg-wrapper.gif) repeat-x;
}
/* header */
#header{
	background: url(../images/bg-header-circles.gif?1) no-repeat;
	width:930px;
	overflow:hidden;
	margin:0 auto;
}
.logo{
	width:202px;
	height:38px;
	margin:26px 0 0 0;
	background: url(../images/logo.gif) no-repeat;
}
.logo a{
	width:202px;
	height:38px;
	display:block;
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
}
.main-nav{
	margin:33px 0 0;
	padding:0 0 13px;
	overflow:hidden;
	height:1%;
	position:relative;
	left:-10px;
}
.main-nav li{
	list-style:none;
	float:left;
	display:inline;
	margin:0 0 0 -2px;
	padding:0 12px 0 14px;
	background:url(../images/bg-main-nav.gif) no-repeat 0 50%;
}
.main-nav li a{
	font-size:14px;
	line-height:14px;
	color:#1f6eae;
	text-decoration:none;
}
.main-nav li a:hover{text-decoration:underline;}
.sign-up{
  background: url(../images/btn-signup.gif) top left no-repeat;
  width:130px;
  height:35px;
  overflow:hidden;
  text-indent:-9999em;
  float:right;
  margin:24px 0 0 0;
  background-position:0 -35px;
}
.sign-up:hover{
  background-position:0 0px;
}
.login{
	float:right;
	font-size:14px;
	line-height:16px;
	margin:34px 0 0;
}
.login a{text-decoration:none;}
.login a:hover{text-decoration:underline;}
/* main */
#main{
	width:100%;
	overflow:hidden;
	background: url(../images/bg-main.gif) repeat-x; 
}
#main .banner {
	background: transparent url(../images/blog-banner.gif) no-repeat scroll 0 0;	
	width:930px;
	margin:0 auto;	
}
.inner{
	width:930px;
	margin:0 auto;
	padding:34px 20px 26px;
	overflow:hidden;
}
#main .inner h3{
	font-size:14px;
	margin:0 0 7px;
}
#main .inner .box h3{margin:0;}
#main .inner h2{
	font-size:18px;
	margin:0 0 9px;
}
#main .inner h2 a{
	color:#333;
	text-decoration:none;
}
#main .inner h2 a:hover, #main .inner h2 a:focus{
  text-decoration:underline;
}
.title{
	margin:0 auto;
        text-indent:-9999px;
	font-weight:normal;
	width:930px;
	height:130px;
}
/* content */
#content{
	float:right;
	width:775px;
	margin:-34px 0 0;
	padding:34px 0 0;
}
.centercol{
	float:left;
	width:540px;
	background: url(../images/bg-centercol.gif) no-repeat;
	margin:-34px 0 0;
	min-height:630px;
	height:auto !important;
	height:620px;
	padding:11px 14px 0;
}
.post{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding:0 0 5px;
	margin:0 0 16px;
}
.post img{display:block;}
.note{
	display:block;
	font-size:11px;
	margin:9px 0 18px;
}
#content p{
	margin:12px 0 22px;
	line-height:15px;
}
.link{
	float:right;
	margin:-32px 0 0;
}
.comments{
	display:block;
	background: url(../images/bg-comments.gif) no-repeat;
	line-height:17px;
}
.comments a{padding:0 0 0 21px;}
.info{
	font-size:14px;
	display:block;
	line-height:14px;
}
.centercol .info{text-align:right;}
.rightcol{
	float:right;
	width:201px;
}
.box{
	height:1%;
	overflow:hidden;
	background: url(../images/bg-box.gif) no-repeat 0 100%;
	margin:14px 0 0;
}
.box .top{
	height:1%;
	overflow:hidden;
	background: url(../images/bg-box-top.gif) no-repeat;
	padding:9px 10px 14px;
}
.tweets{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.tweets li{
	border-bottom:1px solid #ccc;
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:11px;
	margin:0 0 -1px 0;
}
#content .tweets p{margin:10px 0;}
.rss{
	background: url(../images/rss.gif) no-repeat 100% 0;
	display:block;
	line-height:28px;
	text-decoration:none;
	width:100%;
}
.twitter{
	display:block;
	background: url(../images/twitter.gif) no-repeat 100% 0;
	line-height:40px;
	text-decoration:none;
	margin:-2px 0 0;
	width:100%;
}
.rightcol .info{padding:0 0 0 10px;}
.share{
	display:block;
	margin:0 0 10px;
}
.breadcrumb{
	display:block;
	margin:0 0 9px;
}
.breadcrumb strong{font-size:14px;}
.comment-form{
	width:100%;
	overflow:hidden;
	border-bottom:2px solid #ccc;
	padding:0 0 14px;
	margin:0 0 12px;
}
.comment-form label{
	display:block;
	font-size:11px;
	color:#616779;
	line-height:15px;
}
.comment-form textarea, .comment-form input{font:11px/14px Arial, Helvetica, sans-serif;}
.comment-form textarea{
	width:531px;
	height:58px;
	border:1px solid #366dab;
	padding:3px;
	margin:0 0 8px;
}
.comment-form .txt-input{
	width:210px;
	padding:1px 5px;
	border:1px solid #366dab;
	display:block;
	margin:0 0 12px;
}
.captcha{
	float:right;
	margin:15px 0 0;
}
.captcha img{display:block;}
.comment-form .info{
	clear:both;
	padding:13px 0 0;
}
#content .centercol .tweets li{font-size:12px;}
#content .centercol .tweets li p strong{
	display:block;
	color:#000;
}
/* sidebar */
#sidebar{
	width:150px;
	float:left;
	padding:5px 0 0;
}
.list{
	list-style:none;
	margin:13px 0 40px;
	padding:0 10px;
}
.list li{
	font-weight:bold;
	line-height:15px;
	padding:3px 0;
}
.list a{
	text-decoration:none;
}
.list a:hover, .list a:active{
	text-decoration:underline;
}
/* footer */
#footer{
  width:950px;
  overflow:hidden;
  padding:0 0 10px 20px;
  background:url(../images/bg-footer.gif) no-repeat 0 0;
	margin:0 auto;
}
#footer ul, #footer .legal{
	margin:0;
	padding:7px 0 0;
	float:left;
	width:188px;
	list-style:none;
	
}
#footer .legal{
	width:177px;
}
#footer .legal li{
	width:167px;
	padding:3px 0 2px;
}
#footer li{
	width:178px;
	padding:3px 0 2px;
}
#footer li a{
	font-size:11px;
	color:#333;
	text-decoration:none;
}
#footer li a:hover{text-decoration:underline;}
