/* site_css for SecondCherry.com
	KEY COLORS:
	Second (pink): #E8417C
	Cherry (pink): #FC2356
	Heading pink: #D3697E
	Heading grey: #6C595B

	FONT FAMILIES
	font-family: 'Trebuchet MS', Lucida, Verdana, Geneva, sans-serif;
	font-family: Georgia, 'Palatino Linotype', 'Bitstream Vera Serif', Times, serif;
	font-family: 'Andale Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
*/

/*
    *** ADS ***
*/

#ad_main_mid {
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-top: 1px dotted #dcc;
    border-bottom: 1px dotted #dcc;
    text-align: center;
    }

div.GoogleAd {
	text-align:center;
	margin:5px auto;
	}

/* *** FEEDBURNER *** */
#site_feedburner_sub_form {
	width:99%;
	text-align:center;
	padding: 2px 0;
	margin: 0;
	}
#site_feedburner_sub_form p {
	color: #222;
	text-align:center;
	line-height:1em;
	padding:1px 0; margin:0;
	}
#site_feedburner_sub_form * label {
    font-size:9px;
    font-weight:bold;
    }
#site_feedburner_sub_form input.email {
	width:100px;
	}


/*
	*** LINK CLASSES ***
*/
a:hover, a:active {
	/* put here to overwrite any other link styling */
	border-bottom: 1px dotted #fdb;
	color:#FC2356;
	}

.bookmarking_links, .bookmarking_links p {
	text-align:center;
	}
.bookmarking_links fieldset {
	border: 1px solid #bbb;
	padding:2px;
	}
.bookmarking_links legend {
	letter-spacing:0.1em;
	font-size:9px;
	color:#999;
	font-weight:normal;
	border:0;
	}
.bookmarking_links p,
.bookmarking_links p.permalink,
.bookmarking_links p.permalink a {
	margin:0 0 3px 0;
	padding:0;
	line-height:normal;
	font-style:normal;
	font-size:9px;
	}
a img.bookmark_img { border:0; vertical-align:middle; }

p.commentLink {
    margin:5px 0;
    font-family: Georgia, 'Palatino Linotype', 'Bitstream Vera Serif', Times, serif;
    font-size:14px;
    font-weight:bold;
    color:#6C595B;
    }
p.commentLink a { color:#D3697E; }
p.commentLink a:hover { color:#FC2356; }

p.sectionLink a {
    font-size:14px;
    letter-spacing:0.1em;
    font-style:italic;
    }
p.sectionLink a:hover { color:#FC2356; }

.morelink { text-align:right;font-size:9px; margin-right:5px; }
.returnlink { font-size: 10px; font-weight: bold; margin:5px 0px; text-align:center; }
div.RSSfeedLink {
	/* for section RSS link, Feedburner button */
	margin: 5px 0 0 0;
	}
div.RSSfeedLink img { vertical-align:middle; float:left; }
div.RSSfeedLink p.label { margin:0 0 0 20px;padding:0;line-height:normal; }
.toplink {
	padding-left:20px;
	background:transparent url(graphics/arr-up.gif) left no-repeat;
	color:#933;
	}
.permalink {
	color: #668;
	text-align:center;
	font-size:10px;
	font-style:italic;
	}
.permalink span.url {
	color: #557;
	font-style:normal;
	}


/* 
    *** MISC STYLING ***
*/
span.strike { text-decoration:line-through; color: #00a; }
.button   { font-size: 10px; font-weight: bold; }
.clearer {clear:both;}
.greytext { color:#aab; }
.img_caption { font-size:10px; font-style:italic; }
span.mono {
	font-family: 'Andale Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace;
	}
.smalltext { font-size:9px; }
.text_spacer { margin-left: 20px; margin-right:20px; }
.warning { color: #c00; font-weight: bold; }
