/*
Theme Name: Pretty Monsters
Theme URI: http://pretty-monsters.com
Description: Theme created for Pretty Monsters : A collection of work by Sean McHale
Version: 1
Author: Sean McHale
Author URI: http://pretty-monseters.com
Tags: pretty monsters
*/

@import "css/reset.css";
@import "css/layout.css";

body {
        font-family: 'Lucida Grande',Arial,Helvetica,Sans-Serif;
		font-size: 0.72em;
		line-height: 1.5em;
        background-color: #000;
        color: #444;
        margin-bottom: 10px;
}

h2 {
		margin-bottom: 15px;
		font-size: 1.7em;
		color: #333;
}

h2 a,
h2 a:active,
h2 a:link,
h2 a:visited {
		font-weight: normal;
		color: #444;
		border: none;
}

h2 a:hover {
		border-bottom: 1px solid #CCC;
}
		
h3 {
		margin-bottom: 5px;
		font-size: 1.4em;
		color: #444;
}

a, a:active, a:link, a:visited { 
        font-weight: bold;
        text-decoration: none;
        border-bottom: 1px dotted #a3270c;
        color: #a3270c;
}

a:hover {
        border-bottom: 1px dotted #5A85C3;
        color: #5A85C3;
}

p {
		margin: 10px 0;
}

hr {
		border: 2px solid #a3270c;
		margin: 15px 0;
}

strong {
		color: #222;
		font-weight: bold;
}

code {
		font-family: "Andale Mono", "Lucinda Console", "Courier New", Courier;
}

ul {
		margin: 15px;
}

ul li {
		margin: 5px 15px;
		list-style: circle;
}

.post {
		margin-bottom: 15px;
}

.postmeta {
		margin: 10px 0;
}

.postmeta span.date, .postmeta span.time {
		color: #222;
		border-bottom: 1px dotted #CCC;
		font-size: 1.1em;
		font-weight: normal;
}

.postmeta span.author {
		color: #222;
		border-bottom: 1px dotted #CCC;
		font-size: 1.1em;
		font-weight: normal;
}

.postmeta span.comments {
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-left: 5px;
}

ol#comments {
        margin-bottom: 1.2em;
        list-style-type: none;
        text-align: left;
        float: left;   
}

ol#comments li {
		float: left;
		width: 650px;
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px dashed #CCC;
}

ol#comments li.alt {
		background-color: #f2f2f2;
}

ol#comments li:last-child {
		border-bottom: none;
}

.commentavatar {
		display: block;
		float: left;
		width: 68px;
}

.commentavatar img {
		border: 4px solid #CCC;
}

.commenttext {
		float: left;
		padding: 0 15px;
		width: 552px;
}

.commenttext .commentmeta a,
.commenttext .commentmeta a:active,
.commenttext .commentmeta a:link,
.commenttext .commentmeta a:visited,
.commenttext .commentmeta a:hover {
		color: #222;
		border-bottom: 1px dotted #CCC;
		font-size: 1.1em;
		font-weight: normal;
}

.pagenav {
		margin: 15px 0;
}

.pagenav a,
.pagenav a:active,
.pagenav a:link,
.pagenav a:visited,
.pagenav a:hover {
		color: #222;
		border-bottom: 1px dotted #CCC;
		font-size: 1.1em;
		font-weight: normal;
}

/* forms */

fieldset {
        margin: 15px 0;
        padding: 0;
        border: none;
}

fieldset div {
		margin: 0;
}

label {
        display: inline;
        color: #333;
}

label span {
		color: #db1401;
		font-weight: bold;
}

input {
        width: 240px;
        margin: 0px 8px 8px 0;
        padding: 7px;
        font: 17px Georgia, 'Lucinda Grande', sans-serif;
}
        
textarea {
        width: 640px;
        height: 190px;
        margin-bottom: 15px;
        padding: 5px;
        font: 17px Georgia, 'Lucinda Grande', sans-serif;
}

.submit, .reset {
        width: auto;
}

.button {
        display: block;
        width: auto;
        padding: 7px;
        margin: 0;
        border: none;
        font: 13px 'Lucida Grande', sans-serif;
        text-decoration: none;
        background-color: #DDD;
        
        -moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}

.button:hover {
        background-color: #CCC;
}

.oops {
        color: #db1401;
        font-weight: bold;
}
        
.ok {
        color: #222;
        font-weight: bold;
}
        
.message {
		margin: 0;
		padding: 5px 0;
		color: #1695A3;
}

.error {
		margin: 0;
		padding: 5px 0;
		color: #db1401;
}

gallery#ul {
		list-style: none;
}

ul#gallery li {
		display: block;
		float: left;
		position: relative;
		margin: 15px 33px 15px 33px;
}

ul#gallery img {
		width: 134px;
		height: 134px;
		z-index: 1;
}

ul#gallery li a {
		position: relative;
		display: block;
		width: 134px;
		height: 134px;
		overflow: hidden;
		border: 3px solid #F0F0F0;
}

ul#gallery li a:hover {
		border: 3px solid #333;
}

ul#arrows {
		display: block;
		float: left;
		width: 680px;
		position: relative;
		margin: 0;
}

ul#arrows li {
		xdisplay: block;
		float: left;
		margin: 20px 0;
		list-style: none;
		text-indent: -9999px;
		width: 19px;
		height: 22px;
}

ul#arrows li a {
		display: block;
		outline: none;
		border-bottom: none;
		text-indent: -9999px;
		width: 19px;
		height: 22px;
}

ul#arrows li.prev {
		margin-left: 263px;
		background: #FFF url(images/prev.gif) no-repeat;
}

ul#arrows li.prev:hover {
		background-position: 0px -22px;
}

ul#arrows li.next {
		margin-left: 84px;
		background: #FFF url(images/next.gif) no-repeat;
}

ul#arrows li.next:hover {
		background-position: 0px -22px;
}

ul#arrows li.disabled,
ul#arrows li.disabled:hover {
		background-position: bottom left;
}

#linkcontent {
		margin: 0 120px;
}

#linkcontent h3 {
		color: #a3270c;
}

#linkcontent a {
		color: #000;
		border-bottom: none;
}
