/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
        text-decoration:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

@font-face {
  font-family: 'PT Sans';
  src: url("/files/PTS55F-webfont.eot");
  src: url("/files/PTS55F-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; 
}

html {
	font: normal 62.5%/1 "PT Sans", "Lucida Grande", "Helvetica Neue", "Arial", sans-serif;
	background: #2b2352;
}

body {
	background: url('/files/header.png') no-repeat top center;
}

header#top {
	margin: 0 auto;
	width: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url("/files/line.png") repeat-x left bottom;
}

h1#designfortress {
	display: block;
	width: 370px;
	height: 50px;
	background: url("/files/logo.png") no-repeat 0 0;
	margin: 0 auto;
	text-indent: -999em;
}

h1#designfortress a {
	display: block;
	width: 370px;
	height: 50px;
	text-indent: -999em;
}

header#top h2 {
	padding-top: 20px;
	margin: 0 auto;
	width: 370px;
	color: #9c90cb;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: 200;
	text-shadow: #0a032d 0 1px 0;
}

nav#main-menu {
	width: 800px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}

nav#main-menu ul {
	display: inline-block;
}

nav#main-menu li {
	float: left;
	margin-right: 40px;
	position: relative;
	height: 35px;
	margin-bottom: 15px;
}

nav#main-menu li.last { margin-right: 0; }

nav#main-menu li a {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 50px;
	color: #7167A2;
	border-bottom: 1px solid #534283;
}

nav#main-menu li a:hover, nav#main-menu li a.active {
	color: #9c90cb;
	border-bottom: 1px solid #615889;
}

nav#main-menu li span {
	display: block;
	width: 8px;
	height: 20px;
	background: url("/files/menu_span.png") no-repeat 0 0;
	position: absolute;
	top: 16px;
	right: -16px;
}

nav#main-menu li:hover span {
	background-position: 0 -19px;
}

section#entries {
	width: 800px;
	padding: 10px;
	margin: 0 auto 30px;
	background-color: #372D6D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

section#entries .wrapper {
	background-color: #ECECEC;
	padding: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

section#entries ul {
	list-style-type: none;
}

section#entries li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #D6D6D6;
}

section#entries header {
	padding: 5px 0;
	position: relative;
	overflow: hidden;
	clear: both;
}

section#entries header p.tags {
	line-height: 2;
	float: right;
	padding-bottom: 0px;
	text-align: right;
}

section#entries header p.tags a {
	color: #B2B2B2;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-right: 10px;
	text-shadow: #fff 0 1px 0;
}

section#entries header p.tags a:hover {
	color: #757575
}

section#entries header time {
	display: block;
	float: left;
	color: #b8b8b8;
	position: relative;
	width: 43px;
	height: 30px;
	margin-right: 10px;
	margin-top: 4px;
	text-shadow: #fff 0 1px 0;
}

section#entries header time span.day {
	font-size: 2em;
	font-weight: 600;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

section#entries header time span.month {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.5px;
	display: block;
	top: 5px;
	right: 0;
	position: absolute;
	text-transform: uppercase;
	-webkit-transform: rotate(90deg);
}

section#entries header time span.year {
	position: absolute;
	top: 18px;
	left: 0;
	font-weight: bold;
}

section#entries h1 {
	font-size: 2.8em;
	float: left;
	font-weight: 200;
}

section#entries h1 a {
	color: #392C7A;
}

section#entries h1 a:hover {
	color: #272727;
}

div.entry-content {
	width: 654px;
	margin-left: 53px;
	padding: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
}

div.entry-content p {
	font-size: 1.4em;
	line-height: 1.6;
	margin-bottom: 20px;
}

div.entry-content a {
	color: #766ACC;
	border-bottom: 1px solid #D7D2FF;
}

div.entry-content a:visited {
	color: #2E2465;
	border-bottom: 1px solid #D7D2FF;
}

div.entry-content a:hover {
	color: #2E2465;
	border-bottom: 1px solid #9E9DC3;
}

div.entry-content h2 {
	font-size: 2em;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
}

div.entry-content h3 {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4;
}

section#entries footer {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

section#entries footer div {
	float: left;
	font-size: 2em;
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #d0d0d0;	
}

section#entries footer a {
	border-bottom: 0;
	color: #6E64B9;
}

section#entries footer a:hover {
	color: #2E2465;
}

div.read-comments {
	width: 120px;
	margin-left: 182px;
	position: relative;
}

div.read-comments a.comment-counter {
	display: block;
	position: absolute;
	top: 13px;
	left: -1.6em;
	line-height: 1.6em;
	font-size: 0.82em;
	letter-spacing: -1px;
	text-align: center;
	width: 1.6em;
	height: 1.6em;
	color: #fff !important;
	background-color: #6E64B9;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
}

div.or {
	width: 50px;
	line-height: 30px;
	font-style: italic;
	color: #D0D0D0;
}

div.leave-comment {
	width: 120px;
}

footer#bottom {
	width: 800px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 1.4em;
	color: #9C90CB;
}

footer#bottom a {
	color: #9C90CB;
	border-bottom: 1px solid #615889;
}

footer#bottom a:hover {
	border-bottom-color: #9C90CB;
}

section#comments {
	font-size: 1.4em;
	padding-top: 30px;
	padding-left: 48px;
}

section#comments h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
	margin-left: 5px;
}

p.info {
	margin-bottom: 20px;
	font-style: italic;
	margin-left: 5px;
}

section#comments form div {
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 5px;
}

section#comments form label {
	font-weight: bold;
	float: right;
	line-height: 35px;
	width: 180px;
}

section#comments form input, section#comments form textarea {
	float: left;
	width: 480px;
	font-size: 1em;
	padding: 6px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #BCBCBC;
}

section#comments #submitcomm, section#comments #previewcomm {
	width: auto;
	font-weight: bold;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #2B2352;
	color: #fff;
	border: 0;
	font-size: 0.82em;
	margin-right: 20px;
}
