/*

Theme Name: cycling (pastel melon)
Theme URI: http://weekendcycling.com/
Description: Style developed for weekendcycling.com.
Version: 1.1
Author: Nick Drago
Author URI: http://dragotown.com/

*/

/* Body and box-like elements */
html, body {
    margin: 0;
    padding: 0;
	/* background:url(bg.jpg) top left no-repeat; */
    background: #FCF5F0;
    text-align: center;
    font: normal 105%/1.3em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif; }
html {
	border-bottom: 5px solid #F1E9C2; }
/* MacIE5 commented backslash hack \*/
html, body { font: normal 100%/1.4em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif; }
/* End */

#frame { /* bounding box for all page elements */
    padding: 0;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 700px; }
    
#content { /* currently on the left, larger than sidebar */
    float: left;
    padding: 0;
    margin: 0;
    width: 445px; }
	
#content p {
	text-align: justify; }

#archives-by-month a {
 	color: #558A09;
	font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #558A09; }

    
#notcontent { /* sidebar stuff, maybe some links */
    display: block;
    float: right;
    width: 210px;
    padding: 0;
    margin: 0; }
    
#nav1 { /* right underneath the h1 logo, real simple */
    margin: 0;
    padding: 4px 0;
    background: transparent url(images/dlines.gif);
    border-bottom: 2px solid #F1E9C2; }
    
#nav2 { /* in order to get the background image effect I'm going for, I had to add some crappy markup */
    width: 700px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font: bold medium/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif; }
    
#nav2 a { /* actual nav area */
    font: normal medium/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
    color: #558A09;
    background: transparent;
    text-decoration: none;
    border: none; }
	
#nav2 a:hover {
	font: normal medium/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
    color: #000000;
    background: transparent;
    text-decoration: none;
    border: none; }
    
#nav2 a#aqui, #nav2 a#aqui:hover { /* active (current) states for nav links */
    padding-left: 0px;
    cursor: default; /* fakes 'em out, making users think they can't click on it */
    color: #000;
    border: none; }

/* Main headings h1-h6 */
h1 { /* display block for text, contains clickable 'phark.' logo/link */
    text-align: left;
    background: transparent url(images/lines.gif);
    padding: 20px 0 21px 0;
    margin: 0; }
    
h1 a, h1 a:hover { /* actual logo, easier for clicking */
    display: block;
    height: 50px;
    width: 700px;
    text-indent: -5000px; /* image replacement */
    font: normal xx-small Verdana; /* font not really critical here */
    text-decoration: none;
    color: #eee;
    border: 0;
    padding: 0;
    margin: 0 auto;
    background: transparent url(images/logo.png) bottom left no-repeat; }
    

h2 { /* title for mostly everything in the content div */
    margin: 2em 0 .32em 0;
    padding: 0;
    font: bold 12px/1.5em "Verdana", sans-serif;
    color: #000; }
    
h2 a { /* permalinks in entry titles */
    color: #558A09;
    text-decoration: none;
    border: none; }
	
h2 .entry-title {
	font: bold 12px/1.5em "Verdana", sans-serif;
    color: #000; }
    
h2 a:hover {
    color: #000000;
    text-decoration: none;
    border: none; }
    
h2 span { /* Dates & other assorted stuff inside the h2 */
    color: #888; }
    
#notcontent h2 { color: #888; }
    
h3 { /* sidebar titles (on top of unordered lists filled w/links) */
    padding: 0;
    margin: 10px 0 0 17px;
    font: bold small/0 "Verdana", sans-serif;
    color: #aaa; }

h4 { /* */ }

h5 { /* */ }

h6 { /* */ }

/* P tags, assorted other stuff */
p {
    font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
    padding: 0 0 1.1em 0;
    margin: 0; }
    
p a { /* links within blog entries, or portfolio entries, etc. */
    color: #558A09;
    text-decoration: none;
    border-bottom: 1px solid #558A09; }
	
p a:hover {
	color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000; }
    
p.archive a, p.archive a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000; }
    
a.archivelink, a.archivelink:hover {
    color: #558A09 !important;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #558A09 !important; }
	
p img {
    border: 1px solid #888; }
	
a#default { /* default stylesheet link */
    text-decoration: none;
    border: 0 !important;
    cursor: default; }

a#blue { /* blue stylesheet link */ }
    
a#default:before { content: "["; }
a#default:after { content: "]"; }
    
.note { color: #C40C21; }
    
#notcontent p { color: #888; }
#notcontent p a { color: #888; text-decoration: none; border-bottom: 1px solid #888; }
#notcontent p a:hover { color: #000000; text-decoration: none; border-bottom: 1px solid #000000; }

#notcontent p a.homelink {
	padding: 0px;
    cursor: default; /* fakes 'em out, making users think they can't click on it */
    border: none;
	color: #888; }

acronym, abbr {
    font-style: normal; /* normally they are italicized, but Lucida Grande in Mac OS X has no italic style */
    border-bottom: 1px dotted #888;
    cursor: help; }  
    
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px; } 

html>body .entry li {
	margin: 7px 0 8px 10px; }

.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; }

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none; }

#notcontent ul, #notcontent ul ol {
	margin: 0;
	padding-bottom: 15px;
	padding-left:0px; }

#notcontent ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif; }
	
#notcontent ul li a { 
	color: #888; 
	text-decoration: none; 
	border-bottom: 1px solid #888; 
	margin-bottom: 0px; 
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif; }
	
#notcontent ul li a:hover { 
	color: #000000; 
	text-decoration: none; 
	border-bottom: 1px solid #000000; 
	margin-bottom: 0px; 
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif; }

#notcontent ul p, #notcontent ul select {
	margin: 5px 0 8px; }

#notcontent ul ul, #notcontent ul ol {
	margin: 5px 0 0 10px; }

#notcontent ul ul ul, #notcontent ul ol {
	margin: 0 0 0 10px; }

ol li, #notcontent ul ol li {
	list-style: decimal outside; }

#notcontent ul ul li, #notcontent ul ol li {
	margin: 3px 0 0;
	padding: 0; }
/* End Entry Lists */

/* Navigation links */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;	
	font: bold 12px/1.5em "Verdana", sans-serif; }
	
.navigation a {
	color: #558A09;
    text-decoration: none;
    border-bottom: 1px solid #558A09; }

.alignright {
	float: right; }


.alignleft {
	float: left; }
	
/* Comments */
.comments { /* */ }

.commentlist li, #commentform input, #commentform textarea {
	/* */ }

.commentlist li {
	font-weight: bold; }

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em; }

.commentlist p { /* */ }

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }

.commentmetadata {
	font-weight: normal; }

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0; }

#commentform textarea {
	width: 100%;
	padding: 2px; }

#commentform #submit {
	margin: 0;
	float: right; }
	
/* Comments */

.alt {
	margin: 0; }

.commentlist {
	padding: 0;
	text-align: justify; }

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none; }

.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; }
	
.commentmetadata a {
	margin: 0;
	display: block; }

/* Contact form */
.contactform {
	position: static;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 70%;	}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
	}

.contacterror {
	border: 1px solid #ff0000;
	}

.contactsubmit {
	}
	
/* Archives page */	
.postspermonth {
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px; }
	
.postspermonth a {
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	color: #558A09;
    text-decoration: none;
    border-bottom: 1px solid #558A09; }
	
.postspermonth a:hover {
	font: normal 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000; }

.indent {
	margin-left: 10px; }
	
.archivemonth {
	font: bold 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	color: #558A09;  }
	
.archivemonth a {
	font: bold 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	color: #558A09;  text-decoration: none;
    border-bottom: 1px solid #558A09; }

.archivemonth a:hover {
	font: bold 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
	color: #000000;  text-decoration: none;
    border-bottom: 1px solid #000000; }