/**
 * Stylesheet for frietfindr
 *
 * @media		screen, projection
 * @copyright	CR Solutions
 * @author		Tijs Verkoyen
 */

/* Reset */
body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style:none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/* Typography and text styles */
body { font: 300 14px Arial, sans-serif; line-height: 1.48; padding: 0; color: #49463a; background: #FFF url('../images/container_bg.gif') repeat-x top left; }

/* Headings */
h1, h2, h3, h4 { line-height: 1.1; }
h1 { font-size: 20px; }
h2 { font-size: 18px; font-weight: normal; }
p { padding: 0 0 10px 0; }
ul, ol { padding: 0 0 12px 24px; }
ul { list-style: disc; }
ol { list-style-type: decimal; }
small, .mute { color: #666; font-size: 11px; }
abbr, acronym { cursor: help; }

a:link, a:visited { color: #D81921; }
a:hover, a:active { background-color: #FFD202; }

#container { padding: 10px; }

#logo { margin: 0 0 10px; padding: 0 0 10px; }
#logo h1 a, #logo h2 a { display: block; width: 300px; height: 55px; background: transparent url('../images/logo.png') no-repeat top left; }
#logo h1 span, #logo h2 span { display: none; }

input.input-text-home { width: 160px; height: 22px; font-size: 16px; }
input.input-submit-home { width: 102px; height: 27px; background: transparent url('../images/button_bg.gif') no-repeat center; color: #FFF; border: none; }

#in-the-picture { padding: 10px 0 0; }

.hidden { display: none; }
.i-need-margin { margin-top: 10px; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
