@import url(http://www.lipstreams.com/wordpress/wp-content/themes/depo-clean/niceforms-default.css);
@import url(http://www.lipstreams.com/wordpress/wp-content/themes/depo-clean/css/lightwindow.css);

/*
Theme Name:   DePo Clean
Theme URI:    http://powazek.com
Description:  A clean, organized theme by <a href="http://powazek.com">Derek Powazek</a>.
Version:      0.5
Author:       Derek Powazek
Author URI:   http://powazek.com
*/

* { 
    margin: 0; 
    padding: 0;
}
img{ border:none;}
body {
    background: #231f20;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
    color:#333333;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    font-family: "Arial", sans-serif;

}

b{ letter-spacing:0px; font-family:"Arial", sans-serif; font-weight:bolder;}

.metainfo b{/*background-color:#FFFF00;*/font-variant:small-caps; border-bottom:1px solid #D6E0F2;}

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { text-decoration: none;  color:#333;}
a:hover { color:#EC008B; text-decoration: underline; }

p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    font-color:#333;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 20px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 16px; 
    line-height: 18px;
    margin-bottom: 20px;
}

.container {
background-color:#ffffff;
    margin:auto;
	margin-top:18px;
    padding: 5px;
    width: 840px;
	/*background:url(http://www.lipstreams.com/wordpress/wp-content/themes/depo-clean/images/lipstreams_logo.png) no-repeat 0px 15px;*/
	
}


/* HEADER */

.header {
    padding: 30px 0 10px 0;
    /*border-bottom: 1px solid #666;*/
    text-align:left;
	min-height:75px;
}

.header h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}

.header span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a {     color: #333; text-decoration:none; }
.header a:hover { color: #EC008B; text-decoration:underline;}
/*
.search {
    padding:5px 0 0 0px;
    background:url('/wp-content/themes/depo-clean/images/search.gif') 0 28px no-repeat;
}
*/
.search #query {
    background:url(images/select_bg.gif) repeat-x left top;
	border:none;
	height:21px;
	padding-top:2px;
	
}
.search #search{
    background-image:url(http://www.lipstreams.com/wordpress/wp-content/themes/depo-clean/images/search_button.gif);
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position: left top;
	width:30px;
	height:21px;
	border:none;
}
.search select{
visibility:hidden;
}


/* POSTS */

.flickr {
    text-align:left;
    width: 668px;
    padding: 10px 0 10px 3px;
    border-bottom: 1px solid #ccc;
}

.flickr img {
    width: 58px;
    height: 58px;
    margin: 1px 4px;
    border: 1px solid #666;
}

.flickr img:hover {
    width: 72px;
    height: 72px;
    margin: -6px -3px;
    border: 1px solid #000;
}

.flickr span {
    float:left;
    width: 56px;
    font-size: 14px;
    color: #666;
}

.flickr span a { color: #666; }

.flickr small {
    font-size:9px;
}

small.fey { color: #ccc; }

.blogads {
    padding: 31px 0 18px 0;
    width: 152px;
    font-size: 12px;
    color: #666;
    float:right;
    text-align:left;
	/*background:#333333;*/
}

.blogads a { font-weight:bold }

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post {
    text-align:left;
    width: 668px;
    padding: 27px 0 7px 0;
    border-bottom: 1px solid #ccc;
	position:relative;
	float:left;
	z-index:inherit;

}

.postnoline {
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#88c8ea; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

div.choices a{
    font-weight:normal; 
    font-size:12px; 
    color:#88c8ea; 
	
}
div.choices a:hover{ text-decoration:underline; }
div.choices:hover {/*background: url(http://www.lipstreams.com/wordpress/wp-content/themes/depo-clean/images/carousel_bg_on.png) repeat-x;*/}
div.subchoices{
	text-align:center;
	position:inherit;
	float:inherit;
    /*border:1px solid #ccc; */
    padding:2px 5px 2px 5px; 
	}

.metainfo {
    float:left;
    width: 152px;
    font-size: 12px;
    color: #333333;
    padding: 3px 0;
	/*border-right:1px solid #ccc;*/
}

.metainfo a { font-weight:bold; color:#333; }
.metainfo a:hover { font-weight:bold; color:#EC008B; }

.content {
    margin-left:177px;
    width: 480px;
    text-align:left;
	z-index:inherit;
}

.content a { font-weight:bold }

.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 480px !important; }

.postform { width:150px; margin: 0;} 

.delicious-tags { font-size:11px; color:#666 }
.delicious-tags a { font-weight:normal; color:#333 }


/* FOOTER */

.footer {
    padding: 22px 0 10px 5px;
    /*border-top: 1px solid #cccccc;*/
    text-align:left;
    font-size: 12px;
    color: #666;
	line-height:12px;
}
.footer a{color: #333;text-decoration:none;}
.footer a:hover{color:#333;text-decoration:underline;}
.footer div {
    width:152px;
    margin: 0 20px 0 0;
    float:left;
}

.footer img {
    border:0;
}

.footer div.last {
    width:142px;
    margin: 0 0 0 0;
}

.copyright {
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    border-top: 1px solid #cccccc;
    text-align:right;
    font-size: 12px;
    color: #666;
}

ul.nav li { margin: 0 }
.cat_nav{border-top:#E8E8E8 1px solid;width:100%;text-align:justify;line-height:18px;
color:white; letter-spacing:1px;font-size:11px;font-weight:normal;
padding:0px 10px 0px 10px;
}
.cat_nav a{text-decoration:none;color:#666666;font-weight:normal;}
.cat_nav:hover a{ color:#000000;}
.cat_nav a:hover{color:#FF0000;}
#nav_container .sb-inner { background:white;}
#nav_container .sb-shadow { background:gray; }
#nav_container .sb-border { background:white; }
img.free_overlay{
  position: absolute;
  top: 0;
  right: 0;
} 
a.free_container{
  position: relative;
  display: block;
} 
img.new_overlay{
  position: absolute;
  top: 0;
  right: 0;
} 
a.new_container{
  position: relative;
  display: block;
} 
.header .menu{
width:100%;
text-align:right;
margin: 0px 0px 5px 0px;

}

#header_search{
position:relative;
float:right;

}


ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
	font-size: 18px; 
    line-height: 36px;
   
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 36px 10px 0;
	margin-left:auto;
	margin-right:auto;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

.box{border:1px solid #EBEBEB;background-color:#d6e0f2;margin-bottom:18px;background-image:url(images/box_bg.png);background-repeat:repeat-x;background-color:#c2cada;}
.video-box{border:1px solid #EBEBEB;background-color:#f5f5f5;padding-top:0px;margin-top:36px;padding-bottom:0px;}
.box h3.similar, .box h3.purchase, .box h3.comment-header {margin-top:-10px;margin-left:1%;}
td.purchase-label{border-left:1px solid #EBEBEB;padding:5px;color:#4D4D4D;}
td.purchase-el{padding:5px;}
.z6 {z-index:9119;}
.z0 {z-index:459;}
.z1 {z-index:449;}
.z2 {z-index:439;}
.z3 {z-index:429;}
.z4 {z-index:419;}
span.free{color:red;}
.comment{width:90%;margin-left:5%;margin-right:5%;border-bottom:1px solid  #EBEBEB; }
.purchases{width: 90%;margin-left:5%;margin-right:5%;}
.purchases td{padding:5px;font-size:11px;font-family:Calibri,Arial;color:#333333;}
.account h3{border-bottom:1px solid #D6E0F2;}
.right-meta{ float:right;margin-left:10px;margin-bottom:10px;}
img.hidden{visibility:hidden;width:1px;height:1px;padding:0px;margin:0px;}