@charset "UTF-8";
/* CSS Document */

/*  
Theme Name: Star-shaped Rock
Theme URI: http://downloads.organicmechanic.org/star-shaped_rock.zip
Description: A theme designed for my woman's webcomic.
Version: 1.0
Author: Adam Harvey
Author URI: http://www.organicmechanic.org/
*/


/* Tag Styles */

html, body, div, span, applet, object, iframe,
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: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CEC6ED;
background-image: url("/wp-content/themes/MarkElf/images/bg.jpg");
	color: #000;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
big {
	font-size: 150%;
}

small {
	font-size: 90%;
	line-height: 100%;
	}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Serif;
font-weight: normal;
text-align: center;
color: #000;
	}

h1 {
margin: 15px 0 40px 0;
	}
	
h1 a {
    color: #000;
	}
	
code {
	font-family: "Courier New", Courier, monospace;
	color: #333;
	}

a {
	color: #2708CD;
	text-decoration: none;
	}
	
a:link {
	font-weight: bold;
	}

a:hover {
	color: #0F2F5D;
	text-decoration: underline;
	}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 20px;
	padding-left: 10px;
	border-left: 5px solid #CCC;
	}

blockquote cite {
	margin: 25px 0 0 0;
	display: block;
	}
	
cite {
	text-decoration: none;
	}	

blockquote, q {
	quotes: none;
}

ins {
	font-style: italic;
	color: #333;
	}

p {
	/*text-indent: 30px; */
	margin-bottom: 20px;
	}

pre {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* IDs & Classes */

	/* IDs */

#header {
    text-align: center;
    margin: 0 auto;
    padding: 2px 5px;
    line-height: 100%; 
	}

#page { 
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 900px;
	}

#content {
    padding: 10px;

	}

#navigation {
margin-top: 30px; 
width: 300px; 
margin: 0 auto; 
text-align: center;
}

#footer {
	width: 900px;
	clear: both;
margin-top: 30px;
        background-color: #FFF;
        border: 1px solid #453B6E;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 20px 10px;
	-webkit-border-top-right-radius: 20px 10px;
	-webkit-border-bottom-left-radius: 20px 10px;
	-webkit-border-bottom-right-radius: 20px 10px;

	}
	
#menubar {
padding-top: 15px;
text-align: left;
}

#menubar ul li {
	list-style: none;
display: inline;
float: left;
	margin: 0 10px;
	padding: 0;
	}

#menubar ul li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#archiveNotice {
	border: 1px solid #000;
	text-align: center;
	background-color: #453B6E;
	color: #FFF;
	padding: 5px;
}

#archiveNotice a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#footer ul.meta {
	margin-top: 25px;
	}

#footer ul.meta li {
	float: right;
	list-style: none;
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #000;
	}
	
#footer ul.meta li:last-child {
	float: right;
	list-style: none;
	display: inline;
	padding: 0 10px;
	border-left: none;
	}

#rating {
	text-align: center;
}

#rating img {
border: none;
padding: 0;
}

	/* Classes */

.wp-caption-text {
text-align: center;
}

.wp-caption aligncenter img {
text-align: center;
display: block;
margin: 0 auto;
}

.hidden {
	display: none;
	margin: 0;
	padding: 0;
}	

.entry {
	padding: 5px;
        line-height: 150%;
	width: 840px;

    }

.entry p:first-child:first-letter {
	font-size: 350%;
line-height: 70%;
	float: left;
	margin: 5px 5px -15px 0;
	padding: 0;
}

.entry ul {
margin: 0 0 20px 50px;
}

.entry img {
border: 20px solid #453B6E;
padding: 30px;
background-color: #FFF;
}



.postmetadataMain {
	margin: 0;
    font-size: 80%;
    text-align: center;
}

.postmetadata {
	margin: 0;
    font-size: 80%;
    text-align: right;
background-color: #eee;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0 10px;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.attachment {
	text-align: center;


	margin: 5px 0px;
	}

.alt {
	background-color: #fff;
	border-top: 1px solid #453B6E;
	border-bottom: 1px solid #453B6E;
	margin: 0;
	padding: 10px;
	}

.center {
	text-align: center;
	}


.right {

	float: right;
	}

.left {
	float: left
	}
	
h2.widgettitle {
    font-size: 100%;
    text-align: left;
	}

.menuItemBorder {
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #eee;
}

.navigation {
	margin: 20px 0 10px 0;
	font-size: 80%;
	clear: both;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
ul.archives li {
	list-style-type: square;
	margin: 0 0 0 30px;
    }

ul.archives li ul li{
	list-style-type: square;
	margin: 0;
    }

/* Comment Styles*/

.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.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;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 0;
	padding: 5px 10px 3px;
	list-style: none;
border-left: 1px solid #453B6E;
border-right: 1px solid #453B6E;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/* Image Styles */

a img {
	border: none;
	}

p img {
	padding: 0;
	max-width: 100%;
	}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right {
	padding: 4px;
	margin: 4px 0 4px 7px;
	display: inline;
	}

img.left {
	padding: 4px;
	margin: 4px 7px 4px 0;
	display: inline;
	}	
	
/* Begin Form Elements */

#searchSubmit {
	padding: 0 2px; 
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	color: #000;
	font-size: 100%;
	margin-top: -1px;
	}
	
#s {
	border: 1px solid #000;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	padding: 0 2px; 
	border: 1px solid #CCC;
	background-color: #F7F7F7;
	color: #000;
	font-size: 100%;
	}

/* Table Styles */

	/* Tables still need 'cellspacing="0"' in the markup */

table {
	clear: both;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto 0 auto;
	}

caption {
	background-color: #333;
	color: #FFF;
margin: 0;
	}

thead {
	background-color:#999;
	}

tr.alt {
	background-color:#eee;
	}
td {
padding: 2px 5px;
margin: 0 3px;
}