/*
Theme Name: WPArtist
Theme URI: http://www.roanokesound.com/WPArtist_theme/
Description: A WordPress theme for artists and crafts people, based on the WordPress default theme version 1.6.
Version: 1.0
Author: Gregg Kemp
Author URI: http://greggkemp.com/
Tags: custom color, flexible width, one column

	WPArtist 1.0

	This theme was designed and built by Gregg Kemp,
	whose blog you will find at http://greggkemp.com/
	
	It is based on the WordPress default theme and  
	some ideas and code from the WPfolio theme.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/ 

/* Begin Typography & Colors */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10pt;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	line-height: 1em;
	min-width: 800px;
}


#page {
	border: 0px solid #505050;
	text-align: left;
	margin: 10px 20px 10px 20px;
	padding: 10px 40px 10px 40px;
}

#header {
	text-align: left;
	margin: 10px 10px 2px 10px;
	padding: 10px;
	width: 96%;
}

#header .title {
	text-align: left;
	font-size: 2.0em;
	font-weight: bold;
	float:left;
	width: 60%;
	line-height: 1.2em;
}
#header .description {
	font-size: 1.2em;
	padding: 0;
	font-weight: normal;
	line-height: 1.1;
}
#header .right {
	float:right;
	padding:0;
	text-align: center;
	font-weight:bold;
	font-size: .9em;
}
#footer {
	border: none;
	text-align:center;
	padding: 4px;
	margin-top: 60px;	
	clear: both;
}
#footer p {
	margin:0;
	padding:0;	
	font-size: .8em;
}
#WPArtist_nav {
	float: left;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#WPArtist_nav ul {
	float: left;
	padding: 2px;
	margin: 4px;
}
#WPArtist_nav li {
	list-style: none;
	display: inline;
}
#WPArtist_nav li a{
	text-decoration: none;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
	margin: 1px;
	font-size: 1.4em;
}
#WPArtist_nav li a:active {
	color: red;
}
#WPArtist_nav li a:hover {
	color: black;
}
.entry {
	clear: both;
}
.pagetitle {
	font-size:1.2em;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px #70552F solid;
}

#content {
	font-size: 1.0em;
	line-height: 1.6em;
}
.narrowcolumn .entry,.widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	padding: 0 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
	clear: both;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.narrowcolumn {
	float: left;
	width: 68%;
	padding: 0 20px 20px 20px;
	margin: 0px 20px 20px 20px;
}

.post {
	padding: 0 10px;
	margin: 0 10px;
}

.post hr {
	display: block;
}

.postmetadata {
	padding-top: 5px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-family: Georgia,"Times New Roman",Serif;
	display: block;
	font-style: italic;
}
blockquote, q {
	quotes: none;
	margin: 0 3em;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 4px;
}
fieldset {
	border: 1px solid #000;
	text-align: left;
	padding: 2px;
	margin: 0 10px 20px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a img { border: none; }
input, textarea {
    color:#000;    
    line-height:18px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}
h1, h1 a { 
	font-size: 1.4em; 
	margin: 0;
}
h2, h2 a { 
	font-size: 1.3em; 
	margin: 30px 0 0;
}
h3, h3 a {
	font-size: 1.2em;
	padding: 0;
	margin: 30px 0 10px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}


/* Text elements
-------------------------------------------------------------- */

ol, ul {
	list-style: none;
	margin: 0 0 18px 1.5em;
}
p {
    margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
pre {
	font:1.0em Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:1.0em Monaco, monospace;
}
ins {
	text-decoration:none;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.event-title {
	font-size: 1.2em;	
}
/*  great divide ------------------------------------------- */


/* @group top navbar */
#search {
	width: 20%;
	float: right;
}
#searchform {
	margin: 0px 0;
	padding: 0;
	text-align: center;
}

#searchform #s {
	width: 108px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

.search-results, .search-results a {
	font-size: 1.1em;
	margin-bottom: 4px;
}

.widgettitle {
	float: left;
	text-decoration: none;
	padding: 26px 20px 20px 0px;
}
.widgettitle ul {
	float: left;
	padding-right: .2em;
}
widgettitle li {
	list-style: none;
	display: inline;
	font-weight: bold;
	font-size: 1.1em;
}


/* @group END top navbar */


.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: #efefef;
	border: 1px dotted #ddd;
}

.depth-1 {
	border: 1px dotted #ddd;
}

.even,.alt {
	border-left: 2px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 2.2em;
	font-style:italic;
}

.entry p a:visited {

}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li,#commentform input,#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
}

.commentlist cite,.commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym,abbr,span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a,h2 a:hover,h3 a:hover {
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}

.clear {
	clear: both;
}

/* End Structure */ 

/* Begin Headers */


/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.gallery {
	margin: auto;
}

.gallery-item {
	float: left; 
	height: 180px;
	margin-top: 10px;
	text-align: center;
	width: 25%; 
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}

/* End Images */ 

/* Begin Lists */
.entry ul li:before,#sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}
.entry h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */ 

/* Begin Sidebar */
#sidebar {
	float: right;
	padding: 0 0 0 4px;
	width: 130px;
	margin: 46px 0;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border-left: 1px solid #ccc;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
#sidebar form {
	margin: 0;
}

#sidebar ul,#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p,#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul,#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li {
	margin: 5px;
	padding: 0;
}
/* End Sidebar */ 

/* Begin Form Elements */

.entry form {
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */ /* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;

}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */ 


/* Begin Various Tags & Classes */
acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}
.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	clear: both;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 4px;
}

/* End Various Tags & Classes*/ /* Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */
div.report {
	border: 1px dotted gray;
	font-family: courier;
	white-space: pre;
	max-width: 60%;
	padding: 0 10px 10px 10px;
}
.wp-pagenavi {
	margin-bottom: 14px;
}
.latestbyauthor li a {
	font-size: 1.2em;
}

