/***
	Color Palette
	***************************************
	Dark Grey Logo:					#494e4e
	Pink:							#de305a

***/

/* Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.64em;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* --------------------------------------------------------------
Typography 
----------------------------------------------------------------- */

html,body{
background: #CACED2;
color: #333; 
font-size:12px; 
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
border-top: 2px #de305a solid;
}

.norm {color:#333;}
.pink {color: #de305a}
.grey {color: #333}
.margin {margin-right:20px;}
.bluehead {font-size:1.2em; font-weight:bold; color:#494e4e;}

h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#494e4e;}
h2 {font-size:1.5em;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0;}
ul {list-style-type:square; }
ol {list-style-type:square;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;background:#C3D9FF;}
th, td {
	padding:4px 0px 4px 0px;
	vertical-align: top;
}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}


.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.3em;line-height:1.5em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.head {margin-top:30px;}
.gap {margin-top:50px;}
.bord {border-top:1px solid #ccc;margin-top:30px;}

/* --------------------------------------------------------------
Layout 
----------------------------------------------------------------- */
#wrapper {width: 840px; margin: 20px auto 0px auto; overflow:visible; }
#footer {clear: both;}
#logo {width:340px; float:left;}

/* --------------------------------------------------------------
Header 
----------------------------------------------------------------- */
#header {position: relative; height: 80px;; z-index: 1000; margin-bottom:5px;}
#header a {color: #939598;}

/* Navigation ------------- */
#nav {text-align: right; float:right; margin-top:10px; color:#fff; font-size:1.5em; font-weight:bold;width:300px;}
#nav ul{float:right;}
#nav li {margin: 20px 0px 0px 20px; float:left; z-index: 1000; position: relative; list-style:none;}
#nav li a {margin-right:1px; height: 40px; padding-top: 5px; color:#0b0b0b; text-decoration:none;color:#de305a;}
#nav li a:hover {border-bottom: 5px solid #FFF; text-decoration:none; color:#de305a;padding-bottom:3px;}

#content {width:360px; padding:40px 50px;float:left; background:#f0f0f0;}
#content ul{padding-left:30px;margin:20px 0}
.halfcontent {width:310px; padding:40px 50px;float:left;background:#f0f0f0;}
.halfcontent img {margin-left:-20px;margin-top:20px;}
#fullcontent {width:740px; padding:40px 50px;float:left;background:#f0f0f0;}
#secondcontent {width:344px; padding: 0px 5px; float:left;margin-bottom:20px}
#secondcontent2 {width:150px; background: #de305a; padding: 5px 5px; float:left;margin-bottom:20px}
#thirdcontent {width:215px; padding: 45px 10px 0px;; float:left; background:#f0f0f0;}
/* --------------------------------------------------------------
Footer 
----------------------------------------------------------------- */
#footer {clear: both; color: #494e4e; font-size: 1em; padding-top:25px; }
#footer a {color: #fff;}
#footer p {float: right; font-size: 1.0em; }
#footer p a {color: #de305a;}


/* forms.css */
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}

#commentform label{
	width: 200px; 
	float:left; 
}

#commentform input, #commentform textarea{
	border: 1px solid #dbd8d3;
	width: 290px;
}

#commentform label.error{
background: #e5e1c7;
border:1px solid #dbdbd3;
width:209px;;
padding:2px;
margin-top:5px;
margin-bottom:10px;
margin-left: 200px;
}

#commentform input {
	padding: 2px;
	margin: 0px 5px 1px 0;
	}

#commentform textarea {
	padding: 2px;
	}

#commentform #submit {
	margin-right: 15px;
	float: right;
	width:195px;
	}

.right {
float:right;}
