/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.post h2.title {
 line-height:30px;
}
#nav #suckerfishnav, #suckerfishnav ul {
 border:0;
}
.entry {
 margin-top:15px;
}
.entry img{
 display:block;
 max-width:500px;
}

#header img {
 margin:10px 0 15px;
}

#connect  {
 display:none;
}

#about{
 width:auto;
}
#about .left{
 float:left;
 width:650px;
 margin-right:16px;
}
#about .right{
 float:left;
 width:200px;
 height:200px;
 border:2px solid #fff;
 margin-right:10px;
 
}
li.recentcomments a{
 font-weight:normal;
}
li.recentcomments a.url{
 color:#C53624;
 font-weight:bold;
}
li.recentcomments {
 color:#C53624;
font-weight:bold;
}
a.statcounter img {
display:none;
}
a.counter{
 color:yellow;
}
a.counter:hover{
 text-decoration:none;
 
}

body{
    background:#dbddd2 url("http://www.luquew.com/wp-content/themes/mainstream/images/bg-pattern.jpg");
    background:#e8e8e8 url("http://www.luquew.com/bloglw/wp-content/uploads/2010/04/header.jpg") repeat-x;

}

#box{
    background:url("http://www.luquew.com/bloglw/wp-content/uploads/2010/04/footer.jpg") repeat-x bottom;
}

#header {
position:relative;
}
#header #top-ad {
float:none;
width:470px;
position:absolute;
top:10px;
right:-140px;
}

/* 2.3 Navigation */

#nav a:link, #nav a:visited {
	color: #4f4f4f;
	border-left: 1px solid #afb1a5;
	border-top: 1px solid #afb1a5;
	border-right: 1px solid #afb1a5;
	background-color: #d1d3c5;
}
#nav li.current_page_item a, #nav li a:hover {
	color: #3f312e;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* Style drop down list */

#nav li ul {
	border: 1px solid #afb1a5;
}
#nav li ul li {
	border-bottom: 1px solid #afb1a5;
}
#nav li ul li a {
	background-color: #ced1c0!important;
	
}
#footer ul li a {
color:#e6ed75;
}
#footer ul li.current_page_item a, #footer ul li a:hover {
color:#e6ed75;
text-decoration:underline;
}
.textwidget img{
	width:264px;
	sheight:220px;
}
.post .meta .comments{
	display:none;
}