/*
Theme Name: Artwork
Description: Artwork theme
Version: 1.0
Author: Jon Taylor

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Blog Structure*/


/* Eliminate horizontal shifting in FF by forcing scrollbar on*/

html {overflow: -moz-scrollbars-vertical !important;}

body {
  margin: 0 auto; 
}

#page {
	width:775px;
	margin:0 auto;
	background-image: url(images/bg.gif); 
	background-repeat: repeat-y;
	background-position: 70% 0;
}

#header {
	margin: 0 auto;
	width:775px;
	height:40px;
	text-align:left;
	background:#FFFFFF;
}

#content{
	float: left;
	width:65%;
	padding:15px;
	text-align:left;	
}

#sidebar{
	float: right;
	width:25%;
	padding: 15px 10px 5px 5px;
	text-align:left;	
}

#footer {
	margin: 0 auto;
	clear:both;
	padding:10px 0;
	color: #fff;
	background-color:#a80101;
	width:775px;
}

#footer a {
	color:#fff;
}
#main{
	margin: 0 auto;
	width:100%;
 	background:#eee url(images/main.gif) center no-repeat;
	height:200px;
}

/* Typography */

body {
	background-color:#fff;
	color:#444;
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

a { 
	color:#000;
	text-decoration:none;
	font-size:1.0em;
	line-height:1.0em;
}

a:hover { 
	color:#000;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin: 0 auto;
	margin-bottom:0;
	color:#2f4f83;
	text-align:left;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4 {font-size:1.0em;}
h5 {font-size:0.8em;}
h6 {font-size:0.6em;}

img {
	border:0;
	margin:5px;
}

img.wp-smiley {
	margin:0;
}

input {
	border:1px solid #aaa;
	font-size:1.2em;
}

textarea {
	border:1px solid #aaa;
	font-size:12px;
}

pre {
	font-size:12px;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}


/* Header */

#nav { /* all lists */	padding: 0;
	list-style: none;
	margin: 0 auto;
	background:url(images/nav.gif) no-repeat;
	width:775px;
	height:50px;
	text-align:left;
	padding-bottom:4px;
}
#nav ul{
	margin: 0 auto;
}
#nav a {
	padding-left: 20px;
	display: block;
	width: 8em;
}
#nav a:link, #nav a:active, #nav a:visited{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
#nav a:hover{
	text-decoration:none;
	color:#222;
	font-weight:bold;
}
#nav li { /* all list items */
	float: left;
	width: 6em; /* width needed or else Opera goes nuts */
	display:inline;
	padding-top: 20px;
	padding-right: 15px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #bf0101;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left: 5px;
	padding-bottom:10px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Sidebar */


#sidebar ul {
	padding:0;
	margin-top:40px;
	margin-left:20px;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

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

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#4588c4;
	font-size:1.2em;
	text-transform:uppercase;
}

#sidebar a:link, #sidebar a:active, #sidebar a:visited{
	text-decoration:none;
	color:#888;
	font-weight:bold;
}
#sidebar a:hover{
	text-decoration:none;
	color:#222;
	font-weight:bold;
}
/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	font-size:1.0em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	text-decoration:underline;
	color: blue;
	font-size:1.0em;
}
.postentry a:hover {
	font-size:1.0em;
}

.postmetadata {
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}
.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}

.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.6em;
	width:100%;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#27a;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
