/*
Theme Name: Link Tutorial
Theme URI: http://www.linktutorial.com/
Description: Low-bling, high-impact theme based on shades of grey with highlights of orange.
Version: 1.0
Author: Zann Marketing Pty Ltd

Based on WordPress Classic.
Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

body {
	background: #dedede;
	color: #334;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	margin: 0;
	padding: 20px;
}

#rap {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #334;
	width: 750px;
	padding: 0;
	margin: 0;
	min-height: 600px;
}

#header {
	width: 750px;
	height: 225px;
	background: url('images/grad-hat.jpg') no-repeat top right;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#header_img {
	position: relative;
	top: 37px;
	left: 37px;
}

#subheader {
	border-bottom: 1px solid #ccc;
	text-align:right;
}

#subheader ul {
	margin: 0px 25px 0 0;
}

#subheader ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.25em;
	display: inline;
	margin-left: 25px;
	line-height: 25px;
}

#subheader a {
	color: #e63;
	background-color: #fff;
	text-decoration: none;
}

/* Sidebar */

#menu {
	float:left;
	margin: 30px 0 0 0;
	padding:0 25px;
	border-right: 1px dotted #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	width: 160px;
}

#menu input#s, #menu input#search_submit {
	font-size: 87%;
	background-color: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height:175%;
}

#menu ul ul {
	margin-left: 1.5em;
}

#menu ul ul li {
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 0;
}

#menu ul ul li a {
	font-weight:normal;
	text-decoration: none;
	color: #334;
	background-color: #fff;
}

#menu ul ul li a:hover,#menu ul ul li a:active {
	text-decoration:underline;
}

#menu ul ul ul.children {
	padding-left: 4px;
}

/* Content */

#content {
	margin: 30px 25px 30px 0;
	float: right;
	width: 486px;
}

.post {
	padding-bottom:2em;
	border-bottom: 1px dotted #ccc;
	margin-bottom:1em;
}

/* Footer */

#footer {
	width: 750px;
	text-align:center;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	display:inline;
	margin-left: 15px;
	list-style-type: none;
}

#footer a {
	color: #666;
	background-color: #DEDEDE;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

/* Other */

a {
	color: #e63;
	text-decoration: underline;
}

a img {
	border: none;
}

a:visited {
	color: #334;
}

a:hover {
	text-decoration:none;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

code {
	font-family: courier,"courier new", "times new roman", serif;
	font-size: 100%;
	color: #000;
}

h1 {
	margin: 0;
	font-size: 120%;
}

h2 {
	font-size: 95%;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	font-size: 120%;
	margin-top: 0;
}

h4 {
	font-size: 100%;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.lt468 {
	margin: 0 0 1em 0;
}

.header468 {
	margin: 6em 0 0 37px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	margin-top:1em;
	color: #ccc;
	background-color:#fff;
	clear: both;
}

.meta {
	font-size: .75em;
	margin-top:0.25em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	background-color:#fff;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
	color:#e63;
	background-color:#fff;
}

.storytitle a {
	text-decoration: none;
}

.storytitle a:visited {
	color:#e63;
	background-color:#fff;
}

#commentform input, #commentform textarea {
	background-color: #eee;
	color: #334;
	border: 1px solid #999;
	padding: .1em;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#commentform textarea {
	width: 85%;
}

#commentlist li {
	font-size: 100%;
}

/* Page Navigation on single.php */

.navigation {
	width:100%;
	margin-bottom:1.5em;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}


/* Misc */
.paging {
	text-align:center;
	margin:1em 0;
}

.clearer {
	clear:both;
}

.adv_disadv {
	width:100%;
}

th {
	border:1px solid #ccc;
	padding: 5px;
}

td {
	vertical-align:top;
	padding: 5px;
}

.adv {
	width:50%;
	border:1px solid #8c8;
}

.disadv {
	width:50%;
	border:1px solid #c88;
}

.example {
	width:90%;
	background: #dedede;
	color: #334;
	border-left: 1em solid #ccc;
	padding:1em;
}

#lastest_news, #latest_article {
	width:90%;
	border:1px solid #ccc;
	padding: 1em;
	margin-top:1.5em;
}

/* post links */

#post_links {
	margin:0;
	padding:0;
	list-style-type:none;
}

#post_links li {
	float:left;
	margin-right:15px;
}

.pl_email {
	background: url('images/email_grey.gif') no-repeat left !important;
	padding: 4px 0 4px 17px;
}

.pl_print {
	background: url('images/print_icon.gif') no-repeat left !important;
	padding: 4px 0 4px 17px;
}

.pl_link {
	background: url('images/link_icon.gif') no-repeat left !important;
	padding: 4px 0 4px 19px;
}

/* Links */

#directory h1 {
	color:#e63;
	background-color: #fff;
}

#directory div {
	margin: .6em 0;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

td { 
	vertical-align: top;
	width: 50%;
	padding-right: 10px;
}

td span {
	font-size:85%
}

/* Begin Contact Form CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}
/* End Contact Form CSS */