/*
Theme Name: Font Want
Theme URI: http://fontwant.com/
Description: The theme for Font Want.
Version: 1.0
Author: Brian Nelson
Author URI: http://briannelsondesign.com/
Tags: clean, white, simple, guides, typography

	Font Want v1.0
	 http://fontwant.com

	This theme was designed and built by Brian Nelson,
	whose site you will find at http://briannelsondesign.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* start style sheet */

body {
	background:url(http://fontwant.com/wp-content/themes/fontwant/images/back.gif) repeat-y top center;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	text-align:left;
}

#header {
	background:url(http://fontwant.com/wp-content/themes/fontwant/images/headerBack.gif) repeat-x left top;
	height:120px;
	position:relative;
}

#headerLogo {
	position:absolute;
	margin-left:487px;
	margin-top:21px;
}

#header h1, #header h2 {
	text-indent:-9999px;
}

#nav {
	font-size:14px;
	line-height:30px;
}

#nav a {
	text-decoration:none;
	color:#8f8f8f;
}

#nav a:hover {
	text-decoration: underline;
}

#nav ul {
	margin-left:487px;
}

#nav li {
	display:inline;
	margin-right:20px;
	white-space:nowrap;
}

.container {
	width:750px;
	margin:0 auto;
}

#fonts {
	margin-top:75px;
}

.fontImage {
	width:473px;
	text-align:right;
	margin-bottom:10px;
}

.fontInfo {
	width:751px;
	text-align:right;
	line-height:24px;
}

.fontInfo h3 {
	padding-right:278px;
	background:url(http://fontwant.com/wp-content/themes/fontwant/images/name.png) top right no-repeat;
}

.fontInfo p.designer {
	padding-right:278px;
	background:url(http://fontwant.com/wp-content/themes/fontwant/images/designer.png) top right no-repeat;
}

.fontInfo p.buy {
	padding-right:278px;
	background:url(http://fontwant.com/wp-content/themes/fontwant/images/buy.png) top right no-repeat;
}

.font {
	margin-bottom:30px;
	position:relative;
}

#footer {
	border-top:1px solid #c8eeff;
	padding-top:15px;
	font-size:12px;
	line-height:16px;
        min-height:50px;
}

.navigation {
	font-size:12px;
}

img.fontGot {
  position:absolute;
  top:0;
  right:150px;
}
