/*  
Theme Name: Jenny Jenny 2009
Theme URI:
Description: Jenny Jenny  2009
Version: 1.0
Author: Jenny Jenny 


*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	text-align: center;
} 
h1 {
	font-size: 16px;
	color: #999;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 12px;
}
a {
	color: #ff033c;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #000;
}


#wrapper {
	/* 
		sets the minimum(s) for the entire site
		off of which everything else is based on
	*/
	font-size: 12px;

}


.postMeta {
	font-size: 12px;
	text-transform: uppercase;
}
.postMeta span.date {
	color: #999;
}
.postMeta span.comments a,
.postMeta span.date a {
	color: #3c6c92;
}

.entry a,
.secondaryColumn a,
#commentsContainer h3 a,
.commentlist .comment-author a {
	border-bottom: 0px solid #ddd;
	color: #333;
	font-weight: bold;
}
.entry a:hover,
.secondaryColumn a:hover,
#commentsContainer h3 a:hover,
.commentlist .comment-author a:hover,
.commentlist .comment-meta a:hover {
	color: #333;
	border-bottom: 0px solid #3c6c92;
}
.secondaryColumn a {
	font-weight: normal;
}
.entry ul,
.entry ol,

.secondaryColumn h3,
#commentsContainer h3 {
	font-size: 12px;
	letter-spacing: 1px;
	text-transform:uppercase;
}
#cancel-comment-reply-link {
	color: #3C6C92;
	font-size: 0.8em;
}
.commentlist .comment-meta a {
	color: #777;
}
.commentlist .comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.commentlist .comment-meta {
	font-size: 0.8em;
}
#commentform p span input,
#commentform span textarea {
	color: #333;
	font-family: arial,verdana,sans-serif;
	font-size: 1em;
}
#paginateIndex {
	font-size: 0.9em;
	text-transform: uppercase;
}
#footer p a {
	font-weight: bold;
	color:#333;
}

/* =----------------------------------- Page */
#mainpage {
	float: left;
	margin: 10px 0 0 0;
	width: 100%;
}

#mainColumnindex {
	float: left;
	margin: 0px 0 0 0;
	width: 100%;
}

#singleColumnindex {
	float: left;
	margin: 0px 0 0 0;
	width: 960px;
}

/* =----------------------------------- Main structure */
#wrapper {

	margin: 10px auto 10px;
	text-align: left;
	width: 960px;
	padding: 0 5px;
	border: 0px solid #000;
}
#masthead {
	padding: 0px 0
}
#filler {}

#mainColumn {
	float: left;
	margin: 28px 0 0 0;
	width: 420px;
}

/* =----------------------------------- Blog page structure */

#blogColumn {

	float: left;
	margin: 28px 0 0 0;
	width: 690px;
}

#collectioncolumn {
	float: left;
	margin: 28px 0 0 0;
	width: 960px;
	
}

.row { clear: both; }
.col1 { width: 230px; float: left; padding: 0 4px; }
.col2 { width: 230px; float: left; padding: 0 4px; }
.col3 { width: 230px; float: left; padding: 0 4px; }
.col4 { width: 230px; float: left; padding: 0 4px; }

/* =----------------------------------- Single page structure */

#singleColumn {

	float: left;
	margin: 0px 0 0 0;
	width: 960px;
}

.secondaryColumn {
	float: left;
	margin: 28px 0 0 20px;
	overflow: hidden;
	width: 200px;
	border-left: dotted 1px #999;
	padding-left: 9px;
}

/* =----------------------------------- Blog Styling */

.blogpost {
	margin: 20px 0;
	border-bottom: 0px solid #CCCCCC;
	
}
.blogpost h2 {
	margin-bottom: 20px;
	color: #999;
	padding: 0 0px;
	font-size: 18px;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Century Gothic, arial;
}
.blogpost h2 a {
	color: #999;
}

/* =----------------------------------- End Blog Styling */


/* =----------------------------------- header elements */
#masthead h1 {
	float: left;
	margin: 15px 0 0 7px;
}
#masthead h1 a {
	text-transform: uppercase;
	width: 400px;
}

/* =----------------------------------- top navigation */
#nav {

font-family: Century Gothic, arial;

position: relative;

width: 960px;

height:30px;

font-size:14px;

color:#666;

margin: 0 auto;

border-bottom: dotted 1px #999;

}

#nav ul {

list-style-type: none;

}

#nav ul li {

float: left;

position: relative;

}

#nav ul li a {

text-align: left;

padding:10px 20px 10px 10px;

display:block;

text-decoration:none;

color:#666;

}

#nav ul li ul {

display: none

}

#nav ul li:hover ul {

display: block;

position: absolute;

}

#nav ul li:hover ul li a {

display:block;

background:#f1f1f1;

color:#666;

width: 110px;

text-align: left;

border-right: none;

}

#nav ul li:hover ul li a:hover {

background:#ccc;

color:#666;

}

/* =----------------------------------- metadata for each post */
.postMeta {

	text-align: right;
	margin-bottom: 0px;
	position: relative;
}


.postMeta .container {
	float: right;
	margin-bottom: 10px;
}
.postMeta span.date {
	font-family: Georgia,serif;
	font-style: italic;
	background: fff;
	padding: 0 4px;

}
.postMeta span.comments {
	background: #fff;
	padding-left: 18px;
}

/* =----------------------------------- general post */
.post {
	margin: 0;
}
.post h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Century Gothic;

}
.post h2 a {

	color: #999;
	padding: 3px;
}

/* =----------------------------------- entry body */
.entry {
	padding: 0px;
	margin-bottom: 10px;
}
.entry p {

	margin: 10px 0;
	line-height: 18px;
}
.entry ul,
.entry ol,
.entry ol {
	list-style: decimal;
}
.entry ul li,
.entry ol li {
	margin: 0 0 7px 18px;
}
.entry ul li {
	list-style: circle;
}
.entry blockquote {
	font-size: 12px;
	color: #FFFFFF;
	background: #000;
	padding-left: 10px;
}
.entry img,
.entry a img {

		border: none;
	padding: 0px;
}
.entry a:hover img {
	border: none;
}

.entry.meta {
	background: #eee;

}
.entry.meta p {
	margin: 5px 7px;
}
.entry.meta .highlight {
	text-transform: uppercase;
	font-size: 10px;
}
.entry.meta a {
	color: #333;
	border-color: #bbb;
}
.entry.meta a:hover {
	color: #000;
	border-color: #000;
}

/* =----------------------------------- main index pagination */
#paginateIndex { 
	margin-bottom: 25px;
}
#paginateIndex a,
.commentlist li .reply a {
	color: #777;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding: 4px 7px 3px;
	background: #fff;
	border: 1px solid #ddd;
}
.commentlist li .reply a {
	color: #aaa;
}
#paginateIndex a:hover,
.commentlist li .reply a:hover {
	color: #3c6c92;
	border-color: #3c6c92;
	background: #eee;
}

/* =----------------------------------- widget enabled sidebar */
.secondaryColumn h3 {

	margin: 0 0 10px 0;
	padding: 7px 4px;
	color: #999;
}
.widgetContainer {
	margin: 0 0 20px 0;
}
.widgetContainer ul li {
	margin: 0 3px 7px 5px;
	list-style: none;
}
.widgetContainer ul li ul {
	margin-top: 5px;
}
.widgetContainer .textwidget {
	margin: 0 3px;
	line-height: 1.5em;
}
.widgetContainer #wp-calendar {
	border-collapse: collapse;
	width: 100%;
}
#wp-calendar caption {
	font-weight: bold;
	margin-bottom: 7px;
}
#wp-calendar thead {}
#wp-calendar thead th {
	padding: 4px 0 4px 3px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#wp-calendar td {
	padding: 3px 0 4px 3px;
	color: #777;
}
#wp-calendar td a {
	font-weight: bold;
}

/* =----------------------------------- style some comments */
#commentsContainer {
	margin-bottom: 30px;
}
#commentsContainer span.hook {
	position: relative;
	display: block;
}
#commentsContainer h3 {
	display: block;
	margin: 10px 0;
	padding: 7px 4px 0;
	border-top: 1px solid #3c6c92;
}
.cancel-comment-reply {
	position: absolute;
	top: -1px;
	right: 4px;
}
.commentlist {
	list-style: none;
	margin: 0 0 20px;
}
.commentlist .comment-author {
	border-top: 1px solid #ccc;
	padding-top: 7px;
	margin-top: 10px;
	overflow: hidden;
}
.commentlist .comment-author img.avatar {
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin: 0 4px 0 0;
}
.commentlist .comment-meta {
	margin: 0 0 0 20px;
}
.commentlist li .reply {
	text-align: right;
	padding-bottom: 10px;
}
.commentlist li .reply a {
	display:inline;
}
.commentlist li p {
	margin: 1em 0;
	padding: 0 3px;
}
.commentlist li ul,
.commentlist li ol,
.commentlist li blockquote {
	margin: 0 20px;
}
.commentlist .children {
	margin: 0 0 0 40px;
}
.commentlist .children li {
	list-style: none;
}
#commentform .contain {
	margin: 0 0 10px 0 !important;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	padding: 4px 3px;
	border: 1px solid #ccc;
	border-left-color: #bbb;
	border-bottom-color: #bbb;
	background: #fff;
	margin-right: 4px;
}
#commentform #author,
#commentform #email,
#commentform #url,
#commentform textarea {
	border: 1px solid #bbb;
	outline: none;
	padding: 4px 3px;
	width: 160px;
}
#commentform p label {
	margin: 4px 0 0 0;
}
#commentform textarea {
	float: none;
	width: 98%;
	overflow: auto;
}

/* =----------------------------------- footer */
#footer {
	background: #fff;
	margin: 0;
	border-top: dotted 1px #999;
}
#footer p {
	color: #999;
	padding: 10px; 
}

/* =----------------------------------- floats + clearing rule */
.floatleft {
	float: left;
	margin: 3px 7px 0 0;
}
.floatright {
	float: right;
	margin: 3px 0 0 7px;
}
.right {
	float:right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
} 
* html .fix{
	height: 1%;
}
.fix{
	display: block;
}



.subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 10px 0px 10px 0px;
	background: #000;
	color: #ff033c;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px;
	}
	
#twitter_update_list {
	border: 1px solid #ccc;
	padding: 5px;
	}
#twitter_logo {

background-image: url("/wp-content/themes/2009/images/twitterlogo.gif");
width: 190px;
height: 46px;
margin-right: 0pt;
margin-left: 0pt;
background-repeat: no-repeat;

}

.hidden
{
display: none;
}

#prevnext{
Height: 30px;
position: relative;
top: -80px;
margin: 0 20px;
}

#prev img{
float: left;

}

#next img{
float: right;

}

.alignright{
float: right;
margin: 0 0 20px 20px;
}

.alignleft{
float: left;
margin: 0 20px 20px 0px;
}
