/*
Theme Name: Teen Chic 2
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*
{
  padding: 0;
  margin: 0;
}



/* Begin Typography & Colors */

body {
	font-size: 90.0%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffc6cc url('images/chic_gradient.gif') top repeat-x;
	color: #333;
	text-align: center;
	}






/* Begin Structure */



#page {
	background-color: #ff99cc;
	margin: 0px auto;
	padding: 0;
	width: 970px;
	border: 1px solid #959596;
	
	}

#wrapper {

	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	width: expression(document.body.clientWidth < 8655 ? "860px" : "85%" );
	background: none;

}

div>#wrapper {

	margin: 0 auto;
	min-width: 400px;
	width: 85%

}

#content
{
  width: 70%;
  float: left;
  text-align: left;
  background: none;
}

#sidebar
{
  width: 28%;
  margin-left: 70%;
  background: none;
  height: auto;
  
}

#logo {

	background: transparent;
	width: 25%;
	height: 143px;
	float: left;
	position: relative;
	left: 45px;
	

}

hr {
	
	display: none;

}

#header {

	width: 960px;
	height: 170px;
    padding-left: 20px;
    background: transparent url('images/floral_back.gif') top no-repeat;
    background-position: center;

}

#headercontent {

	width: 60%;
	margin-left: 25%;
	background: none;
	height: 153px;
	text-align: left;
	padding-left: 100px;
	padding-top: 20px;
	
}

#headerad {
	
	height: inherit;
	width: auto;
	padding-top: 15px;
	padding-bottom: 5px;


}

#headernav{

height: auto;
width: 320px;
background-color: #996699 ;
border-style: solid;
border-width: 3px;
border-color: #cccccc;
text-align: center;
padding: 5px;
font-size: 70.0%;
z-index: 2;

}

#search {

background: aqua;
height: 44px;

}

#flash {

	clear: both;
	width: 1000px;
	margin: 0 auto;


}

#headernav a{

	color: white;
	text-decoration: none;


}

#headernav a:hover{

	color: white;
	text-decoration: underline;


}

#navigation {

width: 300px;
z-index: 3;
}


#navigation li{

color: white;
list-style-type: square;
display: inline;

}

#featured {
width: 549px;
background-color: #fef5f6;
border: solid gray 1px;
padding: 10px;
text-align: left;
}

#popular {
width: 549px;
background-color: #b1e3ef;
border: solid gray 1px;
padding: 10px;
height: 220px;
}

#poll {
width: 220px;
background-color: #ccffcc;
border: solid gray 1px;
padding: 10px;

}


#popular_post{
 width: 175px;
 vertical-align: bottom;
 padding: 3px;
 clear: both;
 

}

#popular h2 a{
font: 0.46em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
text-decoration: none;
font-weight: bold;

}

#popular h2 a:hover{
font: 0.46em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
text-decoration: underline;
font-weight: bold;
}


#popular_post p{

font: 0.76em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding-top: 2px;
padding-bottom: 0px;

}

#popular_post p a{

font: 0.96em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding-top: 5px;

}

.popular_image img {

border: none;
padding-bottom: 5px;

}

.featured_image img {

padding-bottom: 8px;
border: none;

}

.item {

    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 180px;
    height: inherit;
    
}

#featuredphotos {

width: 549px;
background-color: #fef5f6;
border: solid gray 1px;
padding: 10px;
text-align: center;

}

#slickr-photos{

list-style-type: none;

}


#member {
width: 220px;
background-color: #b1e3ef;
border: solid gray 1px;
padding: 10px 10px 10px 10px;
}


#footer
{
  clear: both;
  margin: 0 auto;
  width:920px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 70%;

}

#video {
width: 220px;
background-color: white;
border: solid gray 1px;
padding: 10px;
}

#archive {
width: 220px;
background-color: white;
border: solid gray 1px;
padding: 10px;
text-align: left;
}






.archive_list {

list-style: none;

}


.featured_image img {

padding-bottom: 8px;
border: none;

}



#featured h2 a{
/*font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
/*font-size: 1.00em;*/
font: 1.00em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
font-weight: bold;
color: #8969ab;
text-decoration: none;

}

#featured h2 a:hover {
/*font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 1.00em; */
font: 1.00em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
font-weight: bold;
color: #8969ab;
text-decoration: underline;

}

small {

font: 0.86em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
/*font-size: 0.86em;*/
color: #66cc33;
	
}

#featured p{

/* font: 0.76em "Helvetica Neue", Helvetica, Arial, sans-serif; */
font: 0.85em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;color: black;

}

.entry p{

padding-top: 4px;
padding-bottom: 7px;
padding-right: 10px;
}

#featured .postmetadata {

padding-bottom: 15px;
font: 0.76em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
color: black;
color: black;

}

#sidebar .archive_list a{

font: 0.76em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
color: black;
text-decoration: none;

}

#sidebar .archive_list a:hover{

font: 0.76em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
color: black;
text-decoration: underline;

}

#login .profile a{

font: 0.76em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
color: black;
text-decoration: none;

}

#login .profile a:hover{

font: 0.76em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
color: black;
text-decoration: underline;

}


#login form .submit input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background-color: silver;
	padding: 3px 5px;
	border: none;
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;	
	margin-top: -6px;
	
	
}

#login {
text-align: left;
width: 210px;
margin: 0 auto;

}

form .submit { float: none; }

#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 97%;
	padding: 3px;
	margin-right: 6px;
}

label { font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; }

#nav {
font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
padding-top: 5px;
}

form p { margin-bottom: 15px; }

form .forgetmenot { font-weight: normal; float: none; margin-left: 0;}


#entrysize {

padding-right: 15px;

}

.popularlink a{
	font-size: 80%;

}


/* WordPress Image Wrapping */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 1em}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img {border:0}
p img { padding: 0; max-width: 100%; }

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

