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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

.cleaner {clear: both;}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* MAIN */

body {
  font: 11px/1.8 "HelveticaNeue","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #333;
    background: #E8E8E8 url('bg.png')/*tpa=http://www.nonseries.com/templates/ms-photo/images/bg.png*/ repeat-x;
    padding: 60px 0 0 120px;
    
}


a {color: #363636; text-decoration: none;}
a:hover {color: #666; text-decoration: none;}


#logo {
  width: 400px;
  float: left;
}


#nav {
  width: 700px;
  float: left;
  font-size: 11px;
  text-align: left;
  margin-top: 35px;
  font-family: 'Oswald', arial, serif;
  text-transform: uppercase;

}

#social {
float: right;
margin-top: 2px;

}


.main {
  padding-top: 80px;
  margin-top: 20px;
  position: relative;
}

#content {
  width: 550px;
  line-height: 160%;
  color: #666;
  margin-top: 20px;
  position: relative;
  padding-bottom: 30px;
}


#content .column {
  width: 40%;
  float: left;
  margin-right: 20px;
}

#content p {
  margin: 10px 0;
}

#content ul.arrow li {
  padding-left: 10px;
  background: url("arrow.png") no-repeat scroll 0 5px transparent;
}

#main p {
  margin: 10px 0;
}

strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* HEADINGS */
h2, .contentheading, .componentheading, .blog h1 {
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: 'Oswald', arial, serif;
}

.blog h2, .blog .contentheading, .blog .componentheading{
  font: 200 14px/150% Verdana,helvetica,sans-serif; 
  letter-spacing: 10;
  color: #EE3124;
}

p.readmore a {
  color: #333;
}

h2 a, .contentheading a, .componentheading a {
  text-decoration: none;
  color: #333;
}

h2 a:hover, .contentheading a:hover, .componentheading a:hover {
  text-decoration: none;
}

#content h3 {
  font-family: 'Anton', serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    margin: 10px 0;
    color: #777;
}

input, textarea{
    background: none repeat scroll 0 0 #fff;
    color: #999;
    padding: 3px 10px 3px;
    font-size: 11px;
}

input:focus, select:focus, textarea:focus {
  color: #333;
  background: #ddd;
}



#footer {
  margin: 40px 0;
  padding: 10px 0;
  color: #888;
  border-top: solid 1px #ccc;
}

#footer a {color: #888;}

#footer li {display: inline; margin-right: 20px;}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear, .cleaner {
  clear:both;
}



