/* Main Stylesheet for Contrasting Sharply. Coded by Jylan Wynne */
/* Body and Div Styles */

body, html {
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Verdana, "Helvetica Neue", Helvetica, Arial sans-serif;
	background:#fff;
}

#head {
	background:#fc0 url(images/header-background.png) top left repeat-x;
	overflow:hidden;
	text-align:center;
}

#head:hover {
	background:#ffe800 url(images/header-background.png) center left repeat-x;
}

#head:focus, #head:active {
	background:#a3ff01 url(images/header-background.png) bottom left repeat-x;
}

#container {
	background:#fff;
	margin-top:39px;
}

#side {
	position:absolute;
	top:29px;
	background:#eee url(images/navigation-corner.png) bottom right no-repeat;
}

#footer {
	background:#333;
	clear:both;
}

div.home {
	border-bottom:1px solid #666;
	padding:1em;
	background:#333;
	overflow:hidden;
}

/* Heading Styles */

#head span, #head span a:link, #head span a:visited, #head h1, h1 a:link, h1 a:visited {
	text-indent:-9999px;
	margin:0;
	font-size:1.2em;
	font-family:"Helvetica Neue Light" "Helvetica Neue" "Helvetica" sans-serif;
	font-variant:small-caps;
	display:block;
	height:29px;
}

#head span a:link, #head span a:visited, #head span a:active, h1 a:link, h1 a:visited, h1 a:active {
	background:transparent url(images/title.png) top center no-repeat;
	padding:0;
}

#head span a:hover, h1 a:hover {
	background: transparent url(images/title.png) center center no-repeat;
}

#head span a:active, h1 a:active {
	background:transparent url(images/title.png) bottom center no-repeat;
}

#content h1 {
	text-align:center;
	margin:.5em 0 -.25em 0;
	font-size:2em;
	font-variant:small-caps;
	text-transform:capitalize;
}

h2 {
	font-size:1.1em;
	margin:0.7em 0.7em .5em 0.9em;
}

#side h3 {
	font-size:.75em;
	margin:0;
	background:#333;
	color:#fff;
	line-height:2.1em;
	padding:0 .3em;
	display:none;
	text-transform:uppercase;
	overflow/**/:hidden;
}

#content h3 {
	font-size:.9em;
	margin:1em 0 -.85em 1.111111em;
	color:#222;
}

h3#feed {
	background-image:url(images/feed-icon.png);
	background-position:95% 57%;
	background-repeat:no-repeat;
}

/* Paragraph Styles */

p {
	font-size:.85em;
	line-height:1.3em;
	text-align:center;
}

p.archive {
	margin:.4em;
	float:left;
	width:170px;
	height:122px;
	padding:.4em .2em;
	border:1px solid #eee;
	background:#f5f5f5;
	overflow:hidden;
}
	
p.archive:hover {
	background:#333;
	border-color:#000;
}

p.info {
	padding:1em;
	border-left:12px double #fc0;
	background:#f5f5f5;
	text-align:left;
	margin-left:1em;
	margin-right:1em;
}

.hi, .big {
	text-align:left;
	margin:1em 1em 1em 1.111111em;
	color:#333;
}

.big {
	color:#000;
}

#footer p {
	margin:0;
	padding:.5em 0;
	color:#fff;
	background:transparent;
	text-transform:lowercase;
}


/* List Styles */

li {
	list-style-type:square;
	color:#fc0;
}

li .hi, li .big, #content li h3 {
	margin-left:0;
}

#side ul {
	overflow/**/:/**/hidden;
	text-transform:lowercase;
	margin:0 2em;
	padding:0;
	font-size:.9em;
	float:left;
}

#side li {
	font-size:.85em;
	color:#000;
	list-style:none;
	float:left;
}

/* Navigation Styles */

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	display:block;
	text-transform:lowercase;
	text-decoration:none;
	text-align:center;
	padding:.4em .6em;
	padding-bottom:.3em;
	color:#222;
	float:left;
}

a.nav:hover {
	color:#000;
	background:#e5e5e5;
}

a.nav:active {
	background:#a3ff01;
	color:#000;
	text-decoration:none;
}

#side strong {
	display:block;
	text-align:center;
	background:#fc0 url(images/strong-background.png) bottom right no-repeat;
	padding:.4em .6em;
	padding-bottom:.3em;
	float:left;
	font-style:oblique;
}

/* Link Styles */

a.imgbottom:link, #footer a:link, a.imgbottom:visited, #footer a:visited {
	color:#fff;
	background:transparent;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

a.imgbottom:hover, #footer a:hover {
	color:#fc0;
	background:transparent;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

a:link {
	color:#000;
	padding:.1em;
}

a:visited {
	color:#333;
	padding:.1em;
}

a:hover {
	color:#000;
	text-decoration:none;
	background:#eee;
}

a:active {
	color:#333;
	text-decoration:overline;
	outline:0;
}

.archive a {
	background:transparent !important;
}

h3 a:link, h3 a:visited {
	padding:.2em 0 0 .1em;
	text-decoration:none;
	display:block;
	border-bottom:1px dashed #999;
	color:#444;
}

h3 a:active, h3 a:focus {
	outline:0;
	border-bottom:1px solid #666;
}

div.home em a {
	font-style:normal;
	font-size:2em;
	color:#fff;
	background:transparent;
	text-decoration:none;
	text-align:center;
	display:block;
}

div.home em a:hover {
	background:#383838;
	color:#fc0;
}

/* Miscellaneous and Image Styles */

strong.divider {
	color:#fc0;
	font-size:1.1em;
}

.archive a:link img {
	border:2px solid #fc0;
	padding:.15em;
}

.archive a:visited img {
	border:2px solid #ccc;
	padding:.15em;
}

.archive a:hover img {
	border:2px solid #fff;
	padding:.15em;
}

.archive a:active img {
	border:2px solid #a3ff01;
	padding:.15em;
}

img.feature {
	border:10px solid #000;
	margin:.5em 1em;
	padding:.3em;
}

img.featuree {
	border:2px solid #fff;
}

#arc img {
	height:112px;
}

.js-singleCommentBg {
	padding:.5em;
	margin:.5em 1em;
	border-left:12px double #fc0;
	background:#fff;
}
	
.js-singleComment {
	font-size:1em !important;
	font-family:"Lucida Grande", Verdana, "Helvetica Neue", Helvetica, Arial sans-serif !important;
}

.js-singleCommentName, .js-singleCommentDate, .js-singleCommentINFO, .js-singleCommentText {
	color:#000;
}

.js-kit-rating {
	padding:.5em;
	font-size:.85em;
	border-left:12px double #fc0;
	background:#f5f5f5;
	margin:1em 1em;
	text-align:left;
}

.js-poweredBy A, .js-poweredBy {
	display:none;
}
	
.js-kit-comments {
	font-size:.85em;
	line-height:1.3em;
	padding:.5em;
	border-left:12px double #fc0;
	background:#f5f5f5;
	margin:1em 1em;
}
	
div#side ul:last-child li:last-child {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
}
