@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);

body {
    background: #fff;
    margin:0;
    padding:0;
    font-family: 'Roboto', 'sans-serif';
    font-size: 1.0em;
    color: #666;
    font-weight: 200;
}

* {
    margin:0;
    padding:0;
}

table {
    width: 100%;
    text-align: left;
}

th, td {
    padding: 10px 10px;
}

th {
    color: #666;
    background: #ccc none repeat-x scroll left top;
}

td {
    border-bottom: 1px solid #ccc;
}

code, blockquote {
    display: block;
    border-left: 5px solid #222;
    padding: 10px;
    margin-bottom: 20px;
}

code {
    background-color: #222;
    color:#ccc;
    border: none;
}

blockquote {
    border-left: 5px solid #222;
}

blockquote p {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    color: #333;
    height: 1%;
}

p {
    line-height: 1.9em;
    margin-bottom: 20px;
}

a:focus {
    outline: none;
}

a.button { 
    background-color: #FB406F;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background-color: #428BCA;
}

a.button-reversed { 
    background-color: #428BCA;
}

a.button-reversed:hover {
	background-color: #FB406F;
}

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input.formbutton {
	border: none;
	background: #FB406F;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 2.7em;
}

h2 {
	color: #444;
	font-size: 2.2em;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h3 {
	color: #428BCA;
	font-size: 1.9em;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
    color: #FB406F;
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom: 10px;
}

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	width: 940px;
	margin: 0 auto;
}

#container {
	background-color: #fff;
	width: auto;
	margin: 0 auto;
}

header {
	padding: 106px 0px 20px;
	margin: 0 auto;
	text-align:left;
}

header h1 a, header h1 a:hover {
    color: #222;
    font-size: 1.4em;
    padding: 10px 0;
    font-weight: normal;
    letter-spacing: -2px;
    line-height:45px;
    text-decoration: none;
}

nav {
    border-bottom: 1px solid #EB053E;
    height: 60px;
    position: fixed;
    width: 100%;
    background-color: #FB406F;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    float: left;
    display: block;
    padding: 0;
}

nav ul li a {
    color: #FEBDCE;
    display: block;
    font-size: 1.1em;
    letter-spacing: 0;
    margin-top:8px;
    font-weight: bold;
    padding: 10px 17px;
    text-decoration: none;
}

nav ul li.selected a,
nav ul li.selected a:hover { 
    color: #FB406F;
    background-color: #fff;
    font-weight:bold;
}


nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

img.header-image { padding-top: 10px;
		   margin-bottom: -3px; }

#body {
    background: none;
    margin: 5px auto 0;
    padding: 0;
    clear: both;
}

#content {
    float: left;
    width: 100%;
}

article {
    padding: 10px 10px 20px 5px;
 }

article h2 {
    padding-bottom: 0;
}

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
    color: #428BCA;
}

.clear {
    clear: both;
}


@media screen and (max-width: 740px) {
    body { font-size: 0.8em; }	
    header h1 a, header h1 a:hover { padding: 5px; }
    div#container { width: auto; }
    .width { width:auto; padding-left: 10px; padding-right: 10px; }
    #content { float: none; width: auto; }
}


@media screen and (max-width: 540px) {
    body { font-size: 0.8em; }
    header, header h1 a, header h1 a:hover { text-align: center; padding: 10px 0 0 0; font-size: 1.1em; }
    nav ul li { float: none; text-align:center;  }
    nav ul li a { margin-top: 0; }
    nav { height: auto; position: relative; }
}
