/* @override http://seventhleaf.com/css.php?n=default */

@import url(http://seventhleaf.com/css/Fontin.css) all;

/* base
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #606060 url(/images/SiteBackground.jpg) repeat-x 0 top;
	font: 14px/24px Verdana, Helvetica, sans-serif;
}

#site {
	width: 720px;
	margin: auto;
}

#head {
	height: 190px;
	background: url(/images/HeadBackground.jpg) no-repeat center top;
}

#home {
	display: block;
	width: 360px;
	height: 70px;
	position: relative;
	top: 50px;
	border-style: none;
	margin: 0 auto;
}

#page_nav {
	width: 420px;
	height: 30px;
	position: relative;
	top: 88px;
	margin: 0 auto;
	font-family: "Fontin", Verdana, Helvetica, sans-serif;
	text-shadow: rgba(255,254,254,0.4) 0 1px 0;
	font-size: 20px;
}

#nav1a, #nav2a, #nav3a {
	display: block;
	width: 140px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-style: none;
	padding-top: 5px;
}

#nav2a {
	left: 140px;
}

#nav3a {
	left: 280px;
}

#page_indicate {
	width: 420px;
	height: 30px;
	position: relative;
	top: 0px;
	margin-bottom: 10px;
}

#nav1b, #nav2b, #nav3b {
	display: block;
	width: 60px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 40px;
	border-style: none;
	font-size: 18px;
}

#nav1b {
	background: url(/images/Arrow1.jpg) no-repeat;
}

#nav2b {
	left: 180px;
	background: url(/images/Arrow2.jpg) no-repeat;
}

#nav3b {
	left: 320px;
	background: url(/images/Arrow3.jpg) no-repeat;
}

/* DOCUMENT BODY */

#page {
	position: relative;
	background: url(/images/PageBackground.jpg) no-repeat;
	width: 420px;
	text-align: center;
	padding: 0 150px 100px;
}

#content {
	text-align: left;
}

.article {
	margin-bottom: 20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Fontin", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

p {
	line-height: 20px;
	padding: 10px;
}

blockquote {
	padding: 10px;
	margin: 10px 30px;
}

small, .small {
	font-size: 12px;
}

.articleList {
	clear: both;
}

.articleList a {
	display: block;
	border-style: none;
	background: url(/images/ArrowBig.png) no-repeat right center;
	padding-right: 40px;
}

.articleList a:hover {
	background-image: url(/images/ArrowBigHover.png);
}

.articleList a:active {
	background-image: url(/images/ArrowBigActive.png);
}

.articleImage80 {
	padding: 10px;
	background: url(/images/Shadow80.png) no-repeat center center;
	float: left;
	width: 60px;
	height: 60px;
}

.articleList h2 {
	font-size: 20px;
	line-height: 14px;
	height: 20px;
	margin: 0;
	padding: 12px 0 0;
}

.articleList .excerpt p {
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 10px;
}

.articleImage120 {
	padding: 10px;
	background: url(/images/Shadow120.png) no-repeat center center;
	float: left;
}

.articleSingle h2 {
	font-size: 24px;
	line-height: 20px;
	height: 23px;
	margin: 0;
	padding: 30px 0 0;
}

.articleSingle .excerpt p {
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 30px;
}

/* PAGE ELEMENTS */

#page_buttons {
	position: relative;
	width: 420px;
	height: 50px;
	margin: 0 auto;
	text-shadow: rgba(255,254,254,0.4) 0 1px 0;
	font: 18px/30px "Fontin", Verdana, Helvetica, sans-serif;
}

#page_buttons a {
	background: url(/images/Button.png) no-repeat;
}

#page_buttons a:hover {
	background: url(/images/ButtonHover.png) no-repeat;
}

#page_buttons a:active, #button1.active, #button1.active:hover, #button2.active, #button2.active:hover {
	background: url(/images/ButtonActive.png) no-repeat;
}

#button1, #button2, #button3 {
	text-align: center;
	position: absolute;
	display: block;
	width: 120px;
	height: 30px;
	top: 0px;
	left: 0px;
	border-style: none;
	padding: 10px;
}

#button2 {
	left: 140px;
}

#button3 {
	left: 280px;
}

.buttons_single {
	display: inline;
}

.buttons_single #button3 {
	position: relative;
	left: 0;
	float: right;
}

#iphone_screen {
	clear: both;
	position: relative;
	width: 480px;
	height: 510px;
	overflow: hidden;
	margin: 0 0 0 -30px;
}

#iphone_screen_images{
	position: relative;
	width: 480px;
	height: 480px;
}

#iphone_screen_images img {
	display: block;
	margin: auto;
}

#iphone_screen_dots {
	display: block;
	width: 150px;
	margin: auto;
}

#iphone_screen_dots a {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	border: none;
	background-image: url(/images/Dot.png);
}

#iphone_screen_dots a:hover {
	background-image: url(/images/DotHover.png);
}

#iphone_screen_dots a:active, #iphone_screen_dots a.active, #iphone_screen_dots a.active:hover {
	background-image: url(/images/DotActive.png);
}


/* LINKS */

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

/* search and other forms
----------------------------------------------- */

#searchForm {
}

#searchForm table {
	margin: auto;
	width: 280px;
	height: 50px;
}

#searchInput input {
	width: 170px;
	text-align: left;
	font-size: 12px;
	text-shadow: rgba(255,254,254,0.3) 0 1px 0;
	background-color: transparent;
	margin-left: 12px;
	padding: 6px;
}

#searchButton input {
	width: 70px;
	text-align: center;
	font-size: 12px;
	text-shadow: rgba(255,254,254,0.3) 0 1px 0;
	background-color: transparent;
	margin-right: 12px;
	padding: 6px;
}

#searchInput {
	background: url(/images/BarActive.png) no-repeat left center;
	width: 68%;
	height: 100%;
}

#searchButton {
	background: url(/images/Bar.png) no-repeat right center;
	width: 32%;
	height: 100%;
}

#searchButton:hover {
	background-image: url(/images/BarHover.png);
/*	cursor: help;*/
}

#searchButton:active {
	background-image: url(/images/BarActive.jpg);
}

/* layout
----------------------------------------------- */

#container {
	margin: 10px auto;
	padding: 10px;
	width: 760px;
}

#head {
	text-align: center;
}

#site_name {
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#foot {
	clear: both;
	text-align: center;
	padding: 20px 0;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

/* overrides
----------------------------------------------- */

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
	text-align: center;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
