/* @override http://localhost:4000/stylesheets/screen.css */

/* @group TYPOGRAPHY */

body
{
	color: #313131;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group LINKS */

a
{
	outline: 0;
	color: #0e0c7c;
	text-decoration: none;
}

a:hover
{
	color: #0e0c7c;
	text-decoration: underline;
}

/* @end */

body
{
	margin-top: 0;
	background: url(../images/background_slice.png) repeat-y center top;
}

.page
{
	padding-top: 0;
	background: url(../images/crumpled.jpg) repeat-y center 0;
}

.page .container
{
}

/* @group HEADER */

.header
{
	padding-top: 1em;
	position: relative;
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
	border-bottom: 2px solid #dcdbdb;
}

.header h1
{
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	color: #1a1936;
	text-shadow: rgba(0,0,0,0.5) 2px 2px 3px;
	display: inline;
}

.header h1 a
{
	color: #1a1936;
	text-decoration: none;
}

.header .tagline
{
	display: inline;
	font-size: 14px;
	color: #696969;
	margin-left: 10px;
}

.header .contact
{
	position: absolute;
	top: 1em;
	right: 0;
	color: #454545;
}

.header .contact a.email
{
	color: #454545;
	text-decoration: none;
}

.header .contact a.email:hover
{
	text-decoration: underline;
}

.vcard .tel .type
{
  display: none;
}

/* @end */

/* @group PAGE SECTIONS */

.section
{
	margin-bottom: 1em;
}

.section h2
{
	font-size: 14px;
	line-height: 18px;
	color: #696969;
	margin-bottom: 18px;
}

.section h2 a
{
	color: #696969;
	text-decoration: none;
}

.section h2 a:hover
{
	text-decoration: underline;
}

.section a.more
{
	color: #696969;
	text-decoration: none;
	font: 12px "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	text-align: right;
	display: block;
}

.section a.more:hover
{
	text-decoration: underline;
}

.section .post
{
	margin-bottom: 1em;
}

.section .post h3.title
{
	margin: 0;
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
}

.section .post .description
{
	overflow: hidden;
}

.section ul.posts
{
	list-style: circle;
	margin: 0;
}

.section ul.posts li
{
	margin-bottom: 9px;
}

.section ul.posts li a
{
	font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group TWITTER */

.section.twitter
{
	font-family: "Courier New", Courier, mono;
}

/* @end */

/* @group FACEBOOK */

.fb_badge.fb_root_horiz
{
	width: 240px !important;
}

.fb_badge.fb_root_horiz .fb_horiz
{
	width: 239px !important;
}

.fb_badge td
{
	margin: 0;
	padding: 0;
}

.fb_badge th
{
	background-color: white;
}

/* @end */

/* @group WALL */

fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

fieldset input, 
fieldset select,
fieldset textarea {
	font: 1em/1.6em "Courier New", Courier, mono;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	margin: 0;
	color: #333333;
	border-color: #bbb;
	background-color: transparent;
}

fieldset input:hover, 
fieldset select:hover,
fieldset textarea:hover {
	border-color: black;
}

.wall textarea
{
	width: 230px;
	height: 50px;
}

.wall textarea:focus
{
	outline: 0;
}

.wall .post
{
	font-family: "Courier New", Courier, mono;
}

/* @end */

/* @group FOOTER */

.footer
{
	border-top: 2px solid #dcdbdb;
	padding-top: 10px;
}

.footer .buttons
{
	opacity: .4;
}

.footer:hover .buttons
{
	opacity: 1;
}

.footer .buttons img
{
	display: block;
	float: left;
	margin-right: 10px;
}

/* @end */
