body {
	background: #efefef url(../img/bkgd.png) repeat-x;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.container {
	position: relative;
}

/* @group header */

#header {
	position: relative;
	background: url(../img/content-bkgd.png) no-repeat center 90px;
	padding-bottom: 20px;
}

#header h1 {
	background: url(../img/leaflets-logo.png) no-repeat;
	width: 274px;
	height: 71px;
	line-height: 300px;
	overflow: hidden;
	float: left;
	margin: 15px 15px 5px 20px;
}

#header h1 a {
	display: block;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#header li {
	float: left;
	margin-right: 20px;
	font-size: 12px;
	line-height: 23px;
}

#header li a {
	text-decoration: none;
	font-weight: bold;
	color: #6d6d6d;
	display: block;
	text-shadow: #fff 0 -1px 1px;
}

#header p.button {
	background: url(../img/button.png) no-repeat;
	text-align: center;
	width: 130px;
	height: 26px;
	float: left;
	font-size: 12px;
	margin-left: 15px;
	border-style: none;
	line-height: 23px;
}

#header p.button a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-shadow: rgba(0,0,0,0.35) 0 -1px 1px;
	display: block;
}

#header .nav {
	position: absolute;
	top: 58px;
	right: 30px;
}



/* @end */

/* @group screens */

#screen-coming a {
	background: url(../img/screenshots/coming.png) no-repeat 6px 13px;
	-webkit-background-size: 117px 174px;
}

#screen-coming.on a {
	background: url(../img/screenshots/coming.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-dashboard a {
	background: url(../img/screenshots/dashboard.png) no-repeat 6px 13px;
	-webkit-background-size: 117px 174px;
}

#screen-dashboard.on a {
	background: url(../img/screenshots/dashboard.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-feeds a {
	background: url(../img/screenshots/feeds.png) no-repeat 6px 13px;
	-webkit-background-size: 117px 174px;
}

#screen-feeds.on a {
	background: url(../img/screenshots/feeds.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-newsvine a  {
	background: url(../img/screenshots/newsvine.png) no-repeat 6px 13px;	
	-webkit-background-size: 117px 174px;
}

#screen-newsvine.on a {
	background: url(../img/screenshots/newsvine.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-nytimes a {
	background: url(../img/screenshots/nytimes.png) no-repeat 6px 13px;	
	-webkit-background-size: 117px 174px;
}

#screen-nytimes.on a {
	background: url(../img/screenshots/nytimes.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-applist a {
	background: url(../img/screenshots/applist.png) no-repeat 6px 13px;	
	-webkit-background-size: 117px 174px;
}

#screen-applist.on a {
	background: url(../img/screenshots/applist.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-baseball a {
	background: url(../img/screenshots/baseball.png) no-repeat 6px 13px;	
	-webkit-background-size: 117px 174px;
}

#screen-baseball.on a {
	background: url(../img/screenshots/baseball.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-upcoming a {
	background: url(../img/screenshots/upcoming.png) no-repeat 6px 13px;	
	-webkit-background-size: 117px 174px;
}

#screen-upcoming.on a {
	background: url(../img/screenshots/upcoming.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-flickr a {
	background: url(../img/screenshots/flickr.png) no-repeat 6px 13px;	
	-webkit-background-size: 117px 174px;
}

#screen-flickr.on a {
	background: url(../img/screenshots/flickr.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}

#screen-delicious a {
	background: url(../img/screenshots/delicious.png) no-repeat 6px 13px;	
	-webkit-background-size: 117px 174px;
}

#screen-delicious.on a {
	background: url(../img/screenshots/delicious.png) no-repeat 0px 0px;
	-webkit-background-size: 129px 193px;
}


/* @end */

/* @group content */

#content-container {
	background: url(../img/content-bkgd.png) no-repeat center top;
	padding-top: 20px;
}

#content a {
	color: #478b2c;
	font-weight: bold;
	text-decoration: none;
}

#content {
	min-height: 800px;
	background: url(../img/content-bkgd-tile.png) repeat-y center;
	position: relative;
	padding-top: 15px;
}

#content h1 {
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-top: 0;
	margin-bottom: 5px;
	font: bold 36px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.home #content h1 {
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-top: 0;
	margin-bottom: 5px;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h1 small {
	font-size: 14px;
	color: #6dd742;
	margin-left: -2px;
}

#content h2 {
	color: white;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ccc;
	padding: 4px 15px;
	text-shadow: #999 1px 1px 1px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	text-align: left;
	margin: 0 -7px 7px;
}

#content h4 {
	font: italic 16px/1.3em Georgia, "Times New Roman", Times, serif;
	color: #999;
}

#content h3 {
	font-weight: bold;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 10px;
}

#content p {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
}

#content li {
	padding-bottom: 3px;
	list-style-type: square;
}

.home .page-title {
	display: none;
}

.home #content  {
	padding-top: 0;
}

#content .description {
	position: relative;
	z-index: 1000;
}

#content dl {
	margin: 0;
	padding: 0;
}

#content dt {
	
}

#content dd {
	margin: 0 0 5px;
	padding: 0;
}

.form-input input {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	padding: 3px;
	width: 350px;
}

.form-select select {
	font-size: 12px;
	font-weight: bold;
	padding: 9px 3px 7px;
	width: 350px;
	height: 35px;
	vertical-align: middle;
}

.form-textarea textarea {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	width: 350px;
	height: 350px;
}

.form-stupid {
	color: #8d0000;
	font-size: .9em;
}

.form-submit input {
	background: url(../img/button.png) no-repeat;
	text-align: center;
	width: 130px;
	height: 26px;
	line-height: 20px;
	font-size: 12px;
	border-style: none;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-shadow: rgba(0,0,0,0.35) 0 -1px 1px;
	float: right;
}

.post {
	position: relative;
}

/* @end */

/* @group footer */

#footer {
	background: url(../img/footer-bkgd.png) no-repeat center top;
	padding-top: 35px;
	text-align: center;
}

#footer p {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: .9em;
	color: #999;
}

#footer a {
	color: #006900;
	text-decoration: none;
	font-weight: bold;
}

#footer p.created {
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
}

#footer p.created small {
	font-size: .7em;
	font-weight: normal;
	font-style: normal;
	color: #999;
}

#footer p.created small a {
	font-weight: normal;
	font-style: normal;
}



/* @end */

/* @group carousel */
#h_carousel {
	position: relative;
	height: 335px;
	margin-left: -13px;
	margin-right: -17px;
}         

#h_carousel .innards {
	position: absolute;
	width: 100%;
	overflow:hidden;
	padding-bottom: 150px;
}

#h_carousel button {
	border-style: none;
}            

#h_carousel .previous_button { 
	cursor:pointer;
	position: absolute;
	top: 120px;
	left: -57px;
	z-index: 1000;
	background: url(../img/btn-prev.png) no-repeat;
	width: 39px;
	height: 39px;
	overflow: hidden;
	line-height: 100px;
	text-indent: 100px;
}        

#h_carousel .previous_button_disabled {
  cursor:default;
	background: url(../img/btn-prev-disabled.png) no-repeat;
}

#h_carousel .next_button {
	cursor:pointer;
	top: 120px;
	right: -52px;
	position: absolute;
	z-index: 1000;
	background: url(../img/btn-next.png) no-repeat;
	width: 39px;
	height: 39px;
	line-height: 100px;
	overflow: hidden;
	text-indent: 100px;
}   

#h_carousel .next_button_disabled {
	cursor:default;
	background: url(../img/btn-next-disabled.png) no-repeat;
}

#h_carousel ul {
	margin: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
}                               

#h_carousel ul li {
	list-style:none;   
	float:left;
	width: 164px;
	background: url(../img/iphone.png) no-repeat -159px top;
	height: 325px;
	text-align: center;
	line-height: 520px;
	position: relative;
	margin: 0;
	overflow: hidden;
}

#h_carousel .bubble {
	list-style:none;
	width: 492px;
	height: 359px;
	margin: 0;
	background: url(../img/bubble.png) no-repeat;
	float: left;
	left: -10px;
	position: relative;
}

#h_carousel ul li.iphone a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 129px;
	height: 194px;
	position: relative;
	top: 50px;
	left: 15px;
}

#h_carousel ul li.on {
	background-position: left top;
}

#h_carousel ul li.on a {
	border: 2px solid #6dd742;
	margin: -2px;
}



/* @end */

/* @group controls */

#controls {
	position: absolute;
	top: -15px;
	right: 35px;
	background-color: #e1e2e3;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding: 0 5px 3px;
	width: 500px;
	text-align: right;
}

.post #edit-controls {
	left: -80px;
}

#controls h1 {
	font-size: 11px;
	float: left;
}

#controls ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

#controls li {
	font-size: 10px;
	float: left;
	border-right: 1px solid #f3f4f7;
	margin-left: 5px;
	padding-right: 5px;
}

#controls li:last-child {
	border-right-style: none;
}

#controls li a {
	text-decoration: none;
	color: #4c4c4c;
	font-weight: bold;
}

#edit-controls {
	position: absolute;
	left: 0;
	background: url(../img/edit-controls.png) no-repeat;
	height: 75px;
	width: 30px;
	top: 0;
}

.edit-btn {
	background: url(../img/icon-edit.png) no-repeat;
	width: 20px;
	height: 20px;
	line-height: 100px;
	overflow: hidden;
	display: block;
	margin: 15px 5px 10px 7px;
}

.delete-btn {
	background: url(../img/icon-delete.png) no-repeat;
	width: 20px;
	height: 20px;
	line-height: 100px;
	overflow: hidden;
	display: block;
	margin: 5px 5px 10px;
}

#edit-controls a {
	display: block;
}



/* @end */

/* @group heros */

.about #hero, .buzz #hero {
	width: 800px;
	height: 257px;
	background: url(../img/leaflets_9up.png) no-repeat;
}



/* @end */

/* @group posts */

#posts h1 {
	margin-bottom: 20px;
}

#posts h2 {
	margin-bottom: 25px;
}

#content .post h1 {
	font: bold 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
}

#content .post h3 {
	margin-bottom: 15px;
}

.post {
	margin-bottom: 25px;
}

.info {
	color: #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color: #efefef;
	font-size: .9em;
	margin: 15px -7px 7px;
	padding: 2px 15px;
}

.info span {
	margin-right: 10px;
}

.info .edit-controls {
	float: right;
}

.post-date {
	
}

.post-category {
	
}

.post-comments {
	
}

.post-tags {
	
}

#posts h3 {
	margin-bottom: 5px;
}

#sidebar p {
	margin-bottom: 15px;
	color: #666;
}



/* @end */

/* @group comments */

#comments {
	margin-top: 35px;
}

.comment {
	margin-bottom: 15px;
}

#content .comment p {
	color: #666;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 5px;
}

#comments .info {
	margin-top: 10px;
}

#comments .info span {
	margin-right: 0;
	margin-left: 0;
}

#new-post {
	margin-top: 35px;
}

#new-post dl {
	margin: 0;
	padding: 0;
}

#new-post dt {
	width: 100px;
	float: left;
	margin-top: 7px;
}

#new-post dd {
	margin: 0 0 0 100px;
	padding: 0;
}

.form-input input {
	padding: 3px 5px;
	border: 1px solid #bbb;
	width: 350px;
}

.form-textarea textarea {
	padding: 3px 5px;
	width: 350px;
	height: 350px !important;
}

.form-warning {
	color: #8d0000;
	font-size: .9em;
	margin-top: 3px;
	margin-bottom: 3px;
}

.form-submit button {
	background: url(../img/button.png) no-repeat;
	text-align: center;
	width: 130px;
	height: 26px;
	line-height: 20px;
	font-size: 12px;
	border-style: none;
	text-decoration: none;
	font-weight: bold;
	color: white;
	text-shadow: rgba(0,0,0,0.35) 0 -1px 1px;
	float: right;
	margin-top: 15px;
	margin-right: 50px;
}



/* @end */
