/* @override 
	http://localhost/~jonathan/documents/programming/html/jscott/media/css/jscott.css
	http://jscott.nfshost.com/media/css/jscott.css
	http://jscott.me/media/css/jscott.css
*/

/* @group Fonts */
@font-face {
	font-family: 'BD Oxford';
	src: url('../fonts/BD Oxford.ttf');
}

@font-face {
	font-family: Ciseaux;
	src: url('../fonts/Ciseaux.otf');
}

/* @end */

/* @group All */
body {
	font: 20px "BD Oxford", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #F7F3E8;
}

.wrap {
	width: 830px;
	margin: auto;
}

strong {
	font-weight: bold;
}

em {
    font-style: italic;
    color: #888; /* while  the font doesn't support italic */
}

p {
	margin-bottom: 20px;
}

.clear {
    clear: both;
}

ul.list {
	padding-left: 20px;
}

ul.list li {
	list-style: outside;
}

/* @end */


/* @group Images */

div.img {
	padding: 5px;
	background: #a7a39c;
	color: #FFF;
	width: 200px;
	margin: 10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align: center;
}

div.img span {
	display: block;
	font-size: 0.9em;
	text-align: center;
}

/* @end */


/* @group header */
header.main {
	background: #77BED2;
	height: 70px;
	border-bottom: 2px solid #6eb3c6;
	margin-bottom: 10px;
}

header.main nav ul {
	padding-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

header.main nav ul a {
	color: #e7eff7;
}

header.main nav ul li {
	float: left;
	margin-right: 20px;
}

h1 {
	font: 2.8em Ciseaux, "Lucida Grande", Lucida, Verdana, sans-serif;
	float: right;
	margin-right: 10px;
}

h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font:1.8em Ciseaux, "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 {
	font: 1.3em Ciseaux, "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @end */

/* @group Navigation */
nav.main {
	width: 200px;
	float: left;
	margin-right: 20px;
}

nav.main ul li div {
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

nav.main strong {
	font: 1.3em Ciseaux, "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin-top: 30px;
}

nav.main .more {
	font-style: italic;
}

/* @group Categories */
#categories {
	display: none;
}
/* @end */

/* @group Tweets */
ul.tweets li {
	background: #FFF url(../images/twitter.png) no-repeat right top;
	border: 1px solid;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	padding-top: 0;
	overflow: hidden;
}

ul.tweets a.author {
	font-size: 0.7em;
	color: black;
}

ul.tweets li.more {
	background-image: none;
	text-align: center;
	padding: 0;
}


ul.tweets div {
	white-space: normal !important;
}

/* @end */
/* @end */

/* @group Content */
#content {
	float: left;
	width: 600px;
}
/* @end */

/* @group Posts */
article {
	margin-bottom: 10px;
}

article .content {
	background: #FFF;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	padding: 5px;
}

article header {
	font: 2em Ciseaux, "Lucida Grande", Lucida, Verdana, sans-serif;
}

article:nth-child(even) header {
	text-align: right;
}

article header time {
	display: block;
	font-size: 0.5em;
}

article footer {
	text-align: right;
	clear: none;
}
/* @end */

/* @group Footer */
footer.main {
	clear: both;
	background-color: #77bed2;
	height: 100px;
	text-align: center;
	position: relative;
	top: 50px;
	border-top: 2px solid #6eb3c6;
	color: #e7eff7;
}

footer.main a {
	color: #e7eff7;
}

footer.main li {
	display: inline;
	padding-right: 40px;
}

.content footer {
	background: transparent;
	height: inherit;
}

.content footer a.more {
	margin-left: 50px;
}
/* @end */

/* @group About */
.about .img {
	float: right;
}
/* @end */

/* @group View Post */
#comments {
	background: #FFF;
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:20px;
	padding: 20px;
}

#comments article {
	-webkit-transform:none;
	-moz-transform:none;
	transform:none;
	border-top: 1px solid;
	padding-top: 10px;
}

#comments img {
	width: 30px;
}

#comments header {
	text-align: left;
	font-size: 1em;
}

#comments .content {
	background: transparent;
	border: none;
}

#comments header time {
	display: inline;
	font-size: 0.9em;
	float: right;
	padding-right: 10px;
}

#comments .content {
	text-align: left;
	padding-left: 33px;
}

#comments h3 {
	text-align: left;
	font: 2em Ciseaux, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#comments form {
	border-top: 1px solid black;
	padding-top: 20px;
}
textarea {
	border: 1px solid black;
	width: 400px;
	height: 100px;
}


#comments {
	text-align: left;
}


/* @end */

/* @group Projects */

/* @group wiiSave */

#wiisave {
	clear: both;
}

#wiisave p:nth-child(3) {
	width:420px;
	float: left;
}
#wiisave .img {
	float: right;
	width: 150px;
}
/* @end */


/* @group DSigner */
.img {
	float: left;
}

#dsigner h2 {
	margin-top: 0;
	padding-top: 10px;
}
/* @end */
/* @end */

/* @group Forms */

label {
	float: left;
	width: 140px;
	font-weight: bold;
	clear: both;
}

input {
	width: 400px;
	border: 1px solid black;
}

form h2 {
	margin: 0;
}

form p {
	min-height: 40px;
}
.submit {
		text-align: center;
}

.submit input {
	width: inherit;
	font-weight: normal;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-border-radius: 5px;
	padding: 5px;
	margin-top: 10px;
}

/* @end */

/* @group New Post */

/* @end */

/* @group BBCode */
.center {
	text-align: center;
}
/* @end */