/*  
Theme Name: JuicyRoo
Theme URI: http://kelleyroo.com/2008/11/08/free-theme-juicyroo/
Description: a colorful two column, widget ready wordpress theme
Version: 1.2
Author: kelleyroo
Author URI: http://www.kelleyroo.com/
Tags: two column, right sidebar, white, black, colorful, grey
*/



body{
margin: 0;
font-family: Helvetica, Arial, Sans-serif;
text-align: justify;
line-height: 16pt;
vertical-align: top;
background: #ffffff;
color: #0d0e11;

}


a:link, a:visited{
text-decoration: none;
color: #cc33cc;
}


a:hover{
text-decoration: none;
color: #000;
}


#container {
margin: 108px auto 0px auto;
width: 933px;

}


#header {
width: 100%;
height: 230px;
background-color: #fff;
background-image: url(images/bg.jpg);
background-position: top center; 
background-repeat: repeat-x;
}


#content {
float: left;
width: 650px;
}

#entry{
padding: 0px 20px;
}

.entry p{
padding: 0;
font-size: .8em;
}

.entry li{
font-size: .8em;
}

/* For Main-Page Entries*/

#entry p{
padding: 0;
font-size: .8em;
}

#entry li{
font-size: .8em;
}

#footer {
clear: both;
text-align: center;
color: #000;
font-size: .8em;
background-color: #fff;
background-image: url(images/bg.jpg);
background-position: top center; 
background-repeat: repeat-x;
}


#info {
margin: -150px auto 0px auto;
width: 815px;
}


.blogname {
font-family: georgia, "times new roman", serif;
color: #ffffff;
letter-spacing: -1px;
font-size: 36px;
padding-bottom: 10px;
}


.blogdescription {
font-family: verdana, arial, helvetica, sans-serif;
color: #c0f500;
font-size: 12px;
}


.date{
color: #0093a2;
font-size: .5em;
}


h2{
font-family: "Century Gothic", Georgia, "Times New Roman", Serif;
font-size: 1.2em;
font-weight: normal;
}


.title h2 a{
text-transform: none;
margin-bottom: -12px;
font-family: "Century Gothic", Georgia, "Times New Roman", Serif;
letter-spacing: -1px;
font-weight: normal;
text-align: left;
font-size: 1.2em;
line-height: 20pt;
}


p.postmetadata {
border-bottom: 1px dotted #ccc;
margin: 10px 0 50px 0;
padding-bottom: 6px;
font-size: .5em;
color: #000000;
}

.postmetadata a{
color: #af00f5;
}

.postmetadata a:hover {
color: #000;
}


hr {
border: 1px dotted #ccc;
border-bottom: 0px;
width: 95%;
height: 1px;
background-color: #000;
} 


/*Need to style this somehow.
blockquote {
padding: 4px 18px;
color: #000;
border: 1px dotted #ccc;
background: #ebebeb;
text-align: justify;
font-size: 1em; }

textarea{

border: 1px dotted #ccc;
background-color: #ebebeb;
color: #000000;
font-family: verdana, sans-serif;
font-size: .8em;
padding: 10px 5px 10px 0;

}

input{

border: 1px dotted #ccc;
background-color: #ebebeb;
color: #000000;
font-family: verdana, sans-serif;
font-size: 1em;

}

#flickrrss a img {
width: 60px;
height: auto;
margin-top:40px;
padding: 5px; margin: 0 5px 5px 0; 
border: 1px dotted #ccc;
}



pre { border: solid 0px #738695; padding:5px 5px 5px 8px; margin:8px 8px 8px 8px; overflow:scroll; }


/*Sidebar*/

.sidebar {
float: right;
width: 220px;
padding-top: 25px;
padding-left: 45px;
}

.sidebar a {
color: #f50045;

}

.sidebar a:hover {
color: #000;

}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 0px;

}



.sidebar ul li{
padding:  0;
margin-right: 17px;
font-size: .9em;
}

.sidebar ul li a img{

border: 0;
}


.sidebar ul li h2{
font-family: Georgia, "Times New Roman", Serif;
font-size: 1.1em;
color: #000;
padding-top: 0px;
letter-spacing: -1px;
font-weight: normal;
background-color: #fff;
margin-top: 25px;
}



.sidebar ul ul li{
padding: 0;

}

/*End Sidebar*/



/*Search Form*/
#searchform {
border: 0px solid #f28aae;
font-family: verdana, arial, sans-serif;
color: #000;
margin-top: 20px;
}

#searchsubmit {
background-color: #ebebeb;
border: 0px solid #f28aae;
font-family: verdana, arial, sans-serif;
color: #000;
}

#s {
background-color: #ebebeb;
border: 0px solid #f28aae;
font-family: verdana, arial, sans-serif;
color: #000;
}

/*End Search Form*/


	
	

	
	
/* Begin Comments*/
	.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
margin: 3px 0.5em;
	}
	
	
.alt {
	margin: 0;
	padding: 10px;
	background-color: #ccccff;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 15px 10px 3px 11px;
	list-style: none;
	border: 0px dashed #363636;
	}

.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;
	font-size: .5em;
	}
	

	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
		

/* End Comments */


/* WP Captions*/

img {border:none}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
border: 1px dotted #ccc;   
padding: 2px;
background: #ccccff;
   margin: 5px;
  }

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;

}

.wp-caption p.wp-caption-text {
   font-size: .8em;
font-style: italic;
   margin: 2px;
}
/*End WP Captions*/


/* Begin Navigation */
 
 
#navcontainer {
margin: -42px auto 0px auto;
width: 815px;
} 
 
#navlist {
padding: 0;
margin-left: 0;
border-bottom: 0px solid #778;
}

#navlist li {
list-style: none;
margin: 0;
display: inline;
} 

#navlist li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 0px solid #778;
border-bottom: none;
text-decoration: none;
}

/*
#navlist li a:link { color: #ffffff; }
#navlist li a:visited { color: #ffffff; }
*/
#navlist li a:hover { color: #ffffff;  }

#navlist li a#current {
background: white;
color: #000;
}
	
	
/* End Navigation*/
