/************

LAYOUT

**************/
body {
	background: #0874c6;
	color: #333;
	font-family: Helvetica,Arial,sans-serif;
	font-size:14px;
	margin: 0px auto;
	min-width: 950px;
}
#wrap {
	background: #f4f4f4;
}
#wrap .col{
	margin: 0px auto;
	text-align:left;
	width:820px;
	padding:50px 0px;
}
#header {
	background: #b6def6 url(/images/now_in_nyc.png) no-repeat top right;
	font-size:16px;
	border-bottom:10px solid #96b9ca;	
}
#content{
/*  float:left;
  margin-right:50px;
  width:500px;*/
  margin: 0px auto;
  text-align: center;
}
#sidebar{
	float:right;
	width:200px;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:10px;
	padding:5px;
}


/******************

HEADERS

*******************/
#header .col {
	width:900px;
	margin: 0pt auto;
	text-align:left;
}
#header img.logo {
	margin:27px 0px 0px;
}


/***************

SIDEBAR

****************/
#sidebar h1 {
	color:#333;
	font-size:13px;
	margin:10px 0px;
	padding:0px;
	text-transform:uppercase;
	font-family:"lucida grande",verdana,arial,helvetica,sans-serif;
	border-bottom: 1px dotted #CCC;
}
#sidebar p {
	font-size:13px;
	margin: 0px 0px 5px;
}
#sidebar img {
  float:left;
  margin-right:15px;
}
#sidebar .indent {
	margin: 0px 0px 30px;
}


/**************

FOOTER

***************/
#footer {
	background: #0874c6;
	color: #FFF;
	border-top:10px solid #96b9ca;
	font-size:12px;
	padding: 20px;
	text-align:left;
}
#footer .col {
	width:820px;
	margin:0px auto;
}
#footer p {
	margin:0px;
}
#footer p.powered {
	float:right;
}
#footer a:link,#footer a:visited, #footer a:hover{
	color: #FFF;
	text-decoration: underline;
}


/****************

TABS

*****************/
#tabs {
	clear:both;
	color: #FFF;
	background: #0874c6;
	padding:5px;
	font-size:14px;
	margin:0px;
	text-align: center;
}
#tabs a:visited, #tabs a:link {
	text-decoration: none;
	color: #FFF;
	background:none;
	padding: 5px 15px;
	border-right: 0px solid #FFF;
}
#tabs a:hover {
	background: #0362aa;
}
#tabs a.current:visited, #tabs a.current:link, a.current:hover {
	border-width: 0px;
	color: #222;
	background: #d1d2d4;
	background:#FFF url(/images/tab_bubble_tip.png) no-repeat right bottom;
	padding:5px 15px 15px 15px;
	margin:0px;
}


/**************
 
DEFAULTS
 
****************/
h1, h2, h3 {
	margin:0px;
	font-weight:normal;
}
a {
	color:#2168aa;
	text-decoration:none;
}
a:hover {
	color:#00a2d4;
	text-decoration:underline;
	background: none;
}
.center {
	text-align:center;
}
p {
	margin: 0px 0px 10px 0px;
}
input {
	font-size: 14px;
}
a img {
	border:0px;
}


/*****************

POST

*******************/
.post {
 margin-bottom: 30px; 
}
.post .title h1{
	font-size:28px;
	letter-spacing:-1px;
	line-height:30px;
	font-weight:bold;
}
.post .title h1 a
{
	color:#2168aa;
}
.post .title h1 a:hover{
	color:#00a2d4;
}
.post .title h2{
	font-size:20px;
	color:#666;
	margin-bottom:10px;
}
.post .title h2 span.time{
}
.post .title h2 span.author{
	color:#999;
}
.post img {
  border: 1px solid #CCC;
}

/*******************

HOME

*******************/
#content  h1 {
	line-height: 50px;
	font-size: 26px;
	margin: 0px 0px 20px;
	color: #000;
	color:#00a2d4;
	
}
#content  h2 {
	line-height: 40px;
	font-size: 20px;
	margin: 0px 0px 20px;
	color: #333;
}
#content  p {
	line-height: 24px;
	margin: 0px 0px 20px;
}


/*************************************
 +portfolio
 *************************************/
#portfolio h1 {
	text-align:center;
	font-size: 20px;
	margin:0px 0px 30px;
}
#portfolio h2 {
	font-size: 20px;
	margin: 0px 0px 10px;
}
#portfolio p {
	margin: 0px 0px 10px;
}
#portfolio img {
	border:7px solid #DDD;
	margin: 0px 0px 20px;
}


/*************************************
 +products
 *************************************/
#products h1 {
	text-align:center;
	font-size: 20px;
	margin:0px 0px 30px;
}
#products h2 {
	font-size: 20px;
	margin: 0px 0px 10px;
}
#products p {
	margin: 0px 0px 10px;
}
#products img {
	border:7px solid #CCC;
	margin: 0px 0px 20px;
}


/*************************************
 +about
 *************************************/
#about h1 {
	font-size: 18px;
	line-height: 30px;
	text-align:center;
	margin:0px 0px 30px;
}
.member {
	margin:20px;
}
.member .avatar {
	float:left;
}
.member .avatar img {
	border:5px solid #DDD;
}
.member .body {
	margin: 0px 0px 10px 150px;
}
.member .body h2{
	font-size:18px;
	margin:0px 0px 10px;
}
.member .body p {
	line-height:18px;
}


/*************************************
 +contact
 *************************************/
#contact {
	text-align: center;
}
#contact p {
	margin: 0px 0px 30px;
}

/**************

ADMIN

**************/

table.list {
  width:100%;
  margin:10px 0px;
}
textarea#post_body {
  width: 100%;
  font-size: 16px;
  font-family: inherit;
}
.go_back {
  margin-bottom:30px;
}
