/* 
	Theme Name: Photoshop Tutorials Template
	Theme URI: http://tutorials.kellishaver.com/
	Description: My tutorial site template
	Author: Kelli Shaver
	Author URI: http://www.kellishaver.com
	Version: 1.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
body {
	background:#333;
	margin:0;
	padding:0;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:8pt;
}

#container {
	width:760px;
	margin:0 auto 0 auto;
	background:#fff;
	overflow:hidden;
}

#header {
	background:url(/wp-content/themes/pstuts/header_bg.jpg) top left no-repeat #004a80;
	height:90px;
	width:760px;
}

#header h1 {
	display:none;
}

h2 {
	font-size:10pt;
}

.post h2 {
	border-left:5px solid #004a80;
	padding:2px;
	background:#e1eaef;
	text-indent:10px;
	font-size:14pt;
	margin:0 0 0 0;
}

#content h3, #sidebar h2 {
	width:450px;
	font-size:11pt;
	color:#00d;
	margin-left:0;
}


#tags h3 {
	color:#fff;
	background:#336699;
	width:200px;
	font-size:11px;
	margin:0;
	padding:1px;
	font-family:verdana;
}

h2.archivetitle {
	width:500px;
	float:right;
	background:#336699;
	font-size:11px;
	margin:0;
	padding:1px;
	border:10px solid #fff;
	color:#fff;
	font-family:verdana;
}
	
#tags a {
	/* text-decoration:none; */
	font-size:10px;
	font-weight:normal;
	color:#0000DD;
	font-family:verdana;
}

#tags a:hover {
	color:#333;
}

#tags ul, #tags li, #tags form {
	margin:0 0 0 3px;
	padding:1px 0 1px 0;
	list-style:none;
}
	

#sidebar h2 {
	width:200px;
}

#sidebar p {
	margin-top:20px;
}

.random {
	clear:both;
}

.fr {
	margin-top:10px;
	text-align:right;
	font-size:11px;
	margin-bottom:-10px;
}

h2 a {
	font-size:14pt;
	text-decoration:none;
	color:#004a80;
}

.fb, .fb:hover {
	background:#fff;
}

#navcontainer ul {
	clear:both;
	margin:0;
	padding:0;
	background-color: #000;
	color: #fff;
	float: left;
	width: 100%;
}

* html #navcontainer ul {
	width:760px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 0.8em;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-size:9pt;
	font-weight:bold;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #00376D;
	color: #fff;
}

#subhead, #subfoot {
	clear:both;
	background:#e1eaef;
	padding:5px 0 5px 0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-align:center;
	font-weight:bold;
}

.post {
	width:500px;
	padding:10px 0 10px 10px;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	background:#fff;
}

a {
	color:#00a;
	font-weight:bold;
	font-size:9pt;
}

#ypn1, #ypn3 {
	width:360px;
	padding:0 0 0 5px;
	float:left;
}

#ypn2, #ypn4 {
	width:360px;
	padding:0 5px 0 0;
	float:right;
}

.small {
	font-size:7pt;
	color:#00d;
	font-weight:normal;
	text-decoration:none;
}

#footer {
	clear:both;
	color:#fff;
	padding:3px;
	font-size:7pt;
	text-align:center;
	background:#000;
}

#footer a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:7pt;
}

p.postmetadata {
	margin:5px 0 0 0;
	padding:2px;
	font-size:7pt;
	color:#666;
	background:#e1eaef;
	border-top:10px solid #fff;
	text-align:right;
	clear:left;
}

.navigation {
	clear:both;
	width:500px;
	float:right;
}

.navigation a {
	padding:10px;
	font-size:8pt;
	font-weight:normal;
}

p.postmetadata a {
	font-size:7pt;
	font-weight:normal;
	text-decoration:none;
}

.alignleft { float:left; padding-bottom:10px; }
.alignright { float:right; padding-bottom:10px; }

#subfoot {
	text-align:center;
	height:90px;
}

#internal, #internal2 {
	width:370px;
	height:250px;
	margin:10px 0 10px 0;
}
#internal img, #internal2 img {
	width:56px;
	height:56px;
	padding:5px 0 0 0;
}

.imgblock {
	width:56px;
	float:left;
	margin-top:5px;
	padding-left:10px;
}

#gs, #gs2 {
	width:300px;
	float:right;
}

.line {
	border-left:1px solid #aaa;
}

.iblock {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	margin-bottom:10px;
	padding-top:5px;
}

.iblock a {
	color:#333;
}

.iblock a b, .iblock a strong {
	color:#00d;
}

.linkb a {
	text-align:right;
	display:block;
	width:200px;
	margin:0 0 5px 0;
	color:#333;
	background:#ccc;
	padding:1px;
}

.linkb a:hover {
	color:#00d;
}

form, form * {
	margin:0;
	padding:0;
}

.social {
	border:1px solid #ccc;
	padding:5px;
	background:#e1eaef;
	font-size:8pt;
}

.social a {
	font-weight:normal;
	text-decoration:none;
	font-size:8pt;
}

.linklist {
	padding:3px;
}

#content {
	background:#fff;
	width:520px;
	float:right;
}

#content p a:hover {
	background:#00376D;
	color:#fff;
}

