/* Styles for Railbird Media - Modified by Jessica Chapel, July 21, 2009 */

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: #20201f;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    font-family: "katarine-web-1", "katarine-web-2", verdana, helvetica, arial, sans serif;
}

a { color: #20201f; text-decoration: none; }
a:hover { color: #c4d52a; text-decoration: none; }

img { border: none; }

p, ul, ol, li { 
    margin-bottom: 13px; 
}

ul {
    list-style-type: disc;
    margin-left: 1.1em;
}

ol {
    margin-left: 1.1em;
}

h1 { 
    font-size: 28px;
	margin-bottom: 14px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

h2 { 
    font-size: 18px; 
    line-height: 18px;
	padding: 13px 0px 13px 0px;
	margin-top: 39px;
    margin-bottom: 13px;
	border-top: 1px solid #20201f;
    border-bottom: 1px solid #ddd;
}

h3 { 
    font-size: 14px; 
    line-height: 14px;
    margin-bottom: 13px;
}

h4 { 
    font-size: 13px;
    margin-bottom: 13px;
}

.container {
	background: #fff;
	text-align: left;
    margin: 104px auto 52px auto;
    padding: 26px;
	width: 500px;
	border: 1px solid #20201f;
}

/* HEADER */

.header h1 {
    padding: 39px 0px 13px 0px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

/* CONTENT */

.content {
    padding: 0px 0px 39px 0px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.content p a { border-bottom: 1px solid #c4d52a; }

/* FOOTER */

.footer {
    padding: 13px 0px 0px 0px;
	font-size: 10px;
}

/* Tables ----------------------------------------------- */

.brochtable 	{
	border-collapse: collapse;
	width: 500px;
}

.brochtable td 	{
	margin: 4px;
	text-align: left;
}
		
.brochtable td a	{
	text-decoration: underline;
}

.brochtable td a:visited	{
	text-decoration: none;
}
		
.brochtable th 	{
	border: 1px solid #eee;
	text-align: left;
	margin: 4px;
}

.brochtable caption {
	margin-top: 10px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.brochtable tr.altrow {
	background-color: #efefe6;
}

