@font-face {
	font-family: delicious;
	src: url('/Delicious.otf');
}

/* ======================================
			Basic Styling
====================================== */
article, footer, header, nav, section, time {
	display: block;
}

/* ======================================
				Header
====================================== */
header#main-header {
	width: 100%;
	border-top: 3px solid #c2c2c1;
	border-bottom: 1px solid #7ba2c4;
	background-color: #ecebe3;
	background-image: -moz-linear-gradient(100% 100% 90deg, #e1dfd9, #eceae3);
	min-height: 7.4em;
	text-align: center;
}

header#main-header .wrap {
	text-align: left;
	width: 700px;
	margin: auto;
	position: relative;
	padding: 7px 0;
}

h1#logo, #logo {
	display: block;
	background: url(/articles/images/logo.png) left top no-repeat;
	float: left;
	clear: left;
	margin-bottom: 0;
	font-size: 48px;
	color: #333;
	width: 225px;
	height: 93px;
}

h1#logo a, #logo a {
	display: block;
	height: 93px;
	text-indent: -9999px;
	color: #333;
}

#logo:hover {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

/* ======================================
				Navigation
====================================== */
nav {
	width: 100%;
	border-top: 1px solid #495968;
	border-bottom: 1px solid #5f778a;
	height: 37px;
	text-align: center;
	background: url('/articles/images/menu.jpg') repeat-x; /* Fallback Image */
	background-image: -moz-linear-gradient(100% 100% 90deg, #4c5f6e, #87a4bc) !important;
}

nav .menu {
	width: 700px;
	margin: auto;
	text-align: left;
}

nav ul {
	margin: 0;
}

nav ul li {
	padding: 0 25px 0 0;
	list-style: none;
	position: relative;
	padding: 8px 1px;
}

nav ul li a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 1s ease-in;
	-o-transition: color 300ms ease;
	transition: color 1s ease-in;
	padding: 12px;
	font: bold 0.8em Tahoma, Verdana, Arial, "sans-serif";
	text-shadow: 1px 1px 0px #000;
	border-left: 1px solid #a3b3c0;
	border-right: 1px solid #333b43;	
	margin-right: -4px;
}

nav ul li a:hover {
	color: #b5bd00;
	background-image: -moz-linear-gradient(100% 100% 90deg, #3d4c58, #6c8396);
}

nav ul li a#first {
	border-left: none;
}

nav ul li a#last {
	border-right: none;
}

#nav-shadow {
	margin-bottom: 45px;
	background: url(/articles/images/shadow-top.png) repeat-x;
	width: 100%;
	height: 12px;
}

/* ======================================
				Blog
====================================== */
#blog, #comments {
	width: 700px;
	margin: auto;
}

article {
	color: #474747;
	margin: 0 10px 45px;
	padding: 10px 20px 20px;
	background: #f6f6f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #e0e0e0;
}

article header {
	margin-top: 10px;
}

article header h2 {
	font: normal 1.9em delicious;
}

header h2#comments {
	font: normal 1.9em delicious;
	margin-left: 30px;
}

article header h2 a, article section h3 a {
	color: #474747;
	text-decoration: none;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 0.5s ease-in;
	-o-transition: color 500ms ease;
	transition: color 0.5s ease-in;
}

article section h3 {
	font-size: 1.2em;
}

article header h2 a:hover, article section h3 a:hover {
	color: #b5bd00;
}

article time {
	font: italic 0.7em Georgia, Tahoma, Verdana, "sand-serif";
}

article section {
	margin: 10px 0;
	text-align: justify;
	font-size: 0.9em;
}

article section img {
	background: #f9f9f9;
	padding: 5px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 5px;
	-webket-border-radius: 5px;
	margin-left: 3px;
}

article section a.continue {
	color: #5f7486;
	font-weight: bold;
	letter-spacing: 0.08em;
}

article section p.readmore {
	margin-top: 5px;
	float: right;
}

/* ======================================
				Footer
====================================== */
#footer-shadow {
	margin-top: 45px;
	background: url(/articles/images/shadow.png) repeat-x;
	width: 100%;
	height: 12px;
}

footer #copyright {
	padding-top: 10px;
}

footer a {
	color: #5d6066;
	text-decoration: underline;
	font-weight: bold;
}

footer #footer-menu a {
	font-weight: normal;
}

footer #copyright a {
	text-decoration: none;
}

/* ======================================
				AddThis
====================================== */
.addthis_contain {
	position: fixed;
	width: 32px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -383px;
}
.addthis_toolbox.atfixed {
	background: #f6f6f6;
    border: 1px solid #e0e0e0;
    border-right: 1px solid #f6f6f6;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }

/* ======================================
				Code / Pre
====================================== */
pre {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 5px 10px;
	margin: 10px;
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
	font-size: 12px;
	white-space: pre-wrap;
}

/* ======================================
				Comments
====================================== */
.com-username a {
	font-weight: bold;
}

.com-date {
	font-size: 10px;
}

form input, form textarea {
	width: 300px;
	padding: 5px;
	border: 1px solid #9e9e9e;
	background: #f0f0f0;
	box-shadow: inset 0px 2px 3px #8e8e8e;
	-moz-box-shadow: inset 0px 2px 3px #8e8e8e;
	-webkit-box-shadow: inset 0px 2px 3px #8e8e8e;
}

form textarea {
	width: 97%;
	height: 100px;
}

form input#submit {
	width: 100px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
