/*-----------------------------------------------------
              >> Blueprint Default CSS <<
              
This is the default Blueprint stylesheet. You're free
to modify it however you wish, or replace it entirely.              
              
-----------------------------------------------------*/

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, 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;
}

body {
  padding: 0;
  background:#fff url(/static/images/bg.gif) left top repeat-y;
  font-family:Arial,"Gill Sans", sans-serif;
}

a img {
  border: none;
}

a {
  text-decoration:none;
  color:#62525d;  
}

a:hover {
  color:#9fb22a;
}

p a {
  text-decoration:underline;
}

p.more {
  text-align:right;  
}

p.more a {
  font-weight:bold;
  text-decoration:none;
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/
.container {
  width:100%;
}
.content {
  float:left;
  width:600px;
  background:#fff;
  margin: 20px 0 0 30px;
  padding-bottom: 40px;
}
.sidebar {
  float:left;
  padding-top:80px;
  width:170px;
  background:#afbd36 url(/static/images/sidebar_top.png) top left no-repeat;
}

.footer {
  padding-top:10px;
  clear:both;
  border-top:1px solid #eee;
}
/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/

ul.globalNav {
  margin:0;
  padding:0;
  list-style:none;
/*  text-align:right;*/
}
ul.globalNav li {
  padding:0 10px 0 0;
  margin:0 0 11px 0;
}
ul.globalNav li a {
  color:#fff;
  text-decoration:none;
  display:block;
  height:10px;
  margin:0;
  padding:0;
  line-height:100%;
  text-indent:-5000px;
}

ul.globalNav li.home a {
  background:url(/static/images/home.png) right top no-repeat;
}
ul.globalNav li.authors a {
  background:url(/static/images/authors.png) right top no-repeat;
}
ul.globalNav li.contact a {
  background:url(/static/images/contact.png) right top no-repeat;
}
ul.globalNav li.submissions a {
  background:url(/static/images/submissions.png) right top no-repeat;
}
ul.globalNav li a:hover, ul.globalNav li.active a {
  background-position: right bottom;
}
ul.globalNav li a:focus {
  outline:none;
}

/*-----------------------------------------------------
                  >> Basic Typography <<
-----------------------------------------------------*/

.masthead {
  width:100%;
  height:199px;
  background: #afbd36 url(/static/images/masthead.png) top left no-repeat;
}
.title {
  margin-bottom:40px;
}
em, i {
  font-style:italic;
}

h1 {
  font-size:12px;
  color:#62525d;
  text-transform:uppercase;
  margin-bottom:15px;
  font-weight:bold;
}

h2 {
  margin-bottom:10px;
}

h4 {
  margin-top:20px;
  margin-bottom:6px;
}

p {
  font-size:12px;
  line-height:140%;
  margin-bottom:17px;
  width:90%;
}

ul, ol {
  padding-left: 40px;
  font-size:90%;  
  margin:18px 0 21px 0;
}

li {
  font-size:12px;
  line-height:110%;
  margin-bottom:4px;
}

blockquote {
  padding:20px 30px;
}
blockquote p {
  font-size:110%;
  color:#003153;
  padding:0;
  margin:0;
  width:100% ! important;
}

blockquote cite {
  font-style:italic;
  font-size:90%;
}

.sidebar p {
  line-height:120%;
}

.footer p {
  font-size:12px;  
}


/*-----------------------------------------------------
                  >> Authors <<
-----------------------------------------------------*/

ul.col {
  padding:0;
  margin:0;
  float:left;
  width:200px;
}

ul.col li {
  list-style-type:none;
  margin-bottom:11px;
  line-height: 100%;
  font-size:12px;
}

.person {
  float:left;
  width:400px;
}


/*-----------------------------------------------------
            >> Standard Image Handling <<
-----------------------------------------------------*/

img.small {
  float:left;
  width:50px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;
}
img.med {
  float:left;
  width:220px;
  margin:0 8px 3px 0;
  border:1px solid #eee;
  padding:4px;  
}
img.large {
  width:100%;
  margin:0 0 18px 0;
  border:1px solid #eee;
  padding:4px;
  background:#fff;  
}

/*-----------------------------------------------------
                  >> Contact Form <<
-----------------------------------------------------*/

form {
  margin:35px 0 0 0;
  padding:0;
  width:400px;
}

fieldset {
  padding:0;
  margin:0;
}

label {
  display:block;
  color:#594953;
  font-size:12px;
  float:left;
  width:200px;
}
label.name {
  width:180px;
  float:left;
  margin-right:16px;
}
label.message {
  float:none;
  clear:both;
  padding-top:10px;
  width:100%;
}

label input {
  width:100%;
  font-size:15px;
  margin-bottom:10px;
}

fieldset textarea {
  width:100%;
  font-size:15px;
  line-height:130%;
}

p.submit {
  text-align:center;
  margin-top:10px;
  width:100%;
  overflow:hidden;
}

.submit input {
  font-size:12px;
}


