* {
margin: 0;
padding: 0;
}
body {
font-family: Trebuchet MS;
font-size: 1em;
background: #0f0f0f;
color: #0f0f0f;
}
#header {
display: table;
width: 960px;
margin: 0 auto;
}
#menu, #menu2 {
background: #fff;
padding: 15px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
}
#menu2 {
border-bottom: 1px solid #d5d5d5;
}
#intro {
background: #ff005a;
padding: 10px 0px;
}
#intro2 {
background: #ff005a;
padding: 10px 0px 0px 0px;
}
#latest {
position: relative;
width: 960px;
margin: 0 auto;
}
#new {
position: absolute;
top: -5px;
left: -5px;
}
#text {
position: absolute;
bottom: 10px;
left: 5px;
background: url(images/textbg.png);
color: #fff;
padding: 10px;
width: 930px;
border-top: 1px solid #000;
}
#first {
border: 5px solid #fff;
}
#container {
background: #fff;
width: 960px;
margin: 0 auto;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}
#main {
display: table;
padding: 15px;
}
#main .box {
width: 500px;
display: table-cell;
padding: 15px;
}
#page {
padding: 15px;
}
.wide {
padding: 20px;
}
.icon {
float: left;
margin-right: 5px;
margin-top: -3px;
}
#back {
float: right;
margin-top: 5px;
}
.alignleft {
float: left;
margin: 5px 1em 0.5em 0;
}
.alignright {
float: right;
margin: 5px 0 0.5em 1em;
}
#footer {
width: 960px;
margin: 10px auto;
color: #fff;
}
#fc {
display: table;
}
#footer .box {
display: table-cell;
width: 320px;
padding: 15px;
}
#copyright {
background: #1f1f1f;
padding: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.article {
border-bottom: 1px solid #d5d5d5;
margin-bottom: 15px;
}

/* Typography */

a {
color: #0f0f0f;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
#footer a {
color: #fff;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}
#footer p {
color: #fff;
}
#header h1 {
font-family: Myriad Pro;
color: #fff;
padding: 10px 0px;
font-size: 3em;
border-bottom: none;
margin-bottom: 0;
}
p {
font-size: 0.8em;
}
#container p {
margin: 0px 0px 10px 0px;
}
#latest h4 {
font-size: 0.8em;
}
#latest h5 {
float: right;
}
#latest h5 a {
color: #ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
background: #ff005a;
padding: 2px 5px;
}
#latest h5 a:hover {
background: #353535;
}
h4 span {
font-size: 1.2em;
}
#menu li, #menu2 li {
display: inline;
margin-right: 10px;
}
#menu li a, #menu2 li a {
font-family: Myriad Pro;
font-weight: bold;
color: #353535;
font-size: 1.3em;
padding: 5px;
text-decoration: none;
}
#menu li a:hover, #menu2 li a:hover {
background: #353535;
padding: 2px 5px;
color: #fff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
h2.title {
font-family: georgia, Times new roman, times, serif;
font-size: 1.5em;
font-style: italic;
font-weight: normal;
}
h1, h2, h3 {
margin-bottom: 10px;
}
ul#services li {
list-style-image: url(images/arrow_right_16.png);
margin-left: 30px;
}
ul#twitter, ul#rss {
border-top: 1px solid #1b1b1b;
}
ul#twitter li, ul#rss li {
list-style-type: circle;
list-style-position: inside;
font-size: 0.9em;
padding: 5px 5px;
border-bottom: 1px solid #1b1b1b;
background: #0b0b0b;
}
ul#twitter li:hover, ul#rss li:hover {
background: #0f0f0f;
}
ul#rss li {
list-style-type: square;
}
blockquote {
font-family: georgia, Timew new roman, times, serif;
font-style: italic;
font-size: 1.5em;
margin-bottom: 10px;
padding: 10px;
}
