/*

Theme Name: Lady Bug
Author: Joni Ang
Author URI: http://joniang.com

*/

/* Basic Elements */

body {
	background: url(images/bg.jpg);
	margin: 0;
	padding: 0;
	font-family: Helvetica, 'Droid Sans', 'Lucida Grande',  Arial;
	font-size: 13px;
	color: #555;
	text-align: center;	
	text-shadow: 0px 1px 2px #ddd
}
html>body {
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	text-shadow: 0px 1px 2px #B4B4B4;
        font-family: "Gill Sans MT", "Gill Sans", Arial;
}

h1 {
	font-size: 18px;

}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}

h4, h5, h6 {
	font-size: 14px;
}

a {
	color: #c80202;
	text-decoration:none;
}
a:hover {
	position: relative;
	top: 1px;
	left: 1px;

}

blockquote {
	margin: 0 20px 10px 20px;
	padding: 5px 5px 5px 10px;
	color: #bc9a3f;
	font-size: 13px;
        text-shadow: none;
}

code {
	font-family: monospace;
}

small {
	font-size: 0.8em;
}

em {
font-style:italic;
}

strong {
font-weight:700;
}

/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

	
.searchtxtform {
	width: 180px;
	margin: 0 0 0 20px;
}

input, textarea {
	color: #666;
	background: #f4efe3;
	padding: 10px;
	border: none;
	font-size: 13px;
        font-family: Helvetica, 'Droid Sans', 'Lucida Grande', Arial, Verdana;
}

fieldset {
	padding:0;
	margin:5px 0 0 0;
	display:inline;
}
a img {
	border: none;
}
img { 
	border: none;
}
ol, ul {
	margin: 1em 0;
	padding: 0;
	line-height: 1.6em;
}

p {
	margin: 1em 0;
	padding: 0;
	line-height: 1.6em;
}

ol, ul {
	margin: 1.2em 3em 1.3em 3em;
}

ul {
	list-style: none;
}

ul li {
	padding: 0 0 7px 10px;
}
abbr, acronym {
	border-bottom:1px dotted #666666;
}

/* WP Classes */

.navigation {
	width: 100%;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	font-size: 12px;
}
.previous {
	float: left;
	display: block;
        padding-bottom: 20px;
}
.next {
	float: right;
	display: block;
        padding-bottom: 20px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 0 0;
}

.alignright {
   float: right;
   margin: 0 0 0 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   color: #000;
   font-size: 12px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}


/* Wrap */

#wrap {
	width: 890px;
	margin: 0 auto 30px auto;
	overflow: hidden;
	text-align: left;
}

/* Header */

#header {
	width: 890px;
	height: 125px;
	background: url(images/header.png) no-repeat;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow: hidden;
	display: block;
}

#header h1 a {
	background:url('images/h1title.png') 0 0 no-repeat;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 325px;
	height: 90px;
	outline: none;
	text-indent:-9999px;
	display: block;
	}
	
#header h1 a:hover {
	background-position: 0 -89px;
	position: relative;
	top: 0;
	left: 0;
}

/* Container */

#container {
	width: 890px;
	background: url(images/wrapbg.jpg) repeat-y;
	border-bottom: 5px solid #efe1bc;
}

/* Navigation */

#navarea {
	width: 860px;
	height: 20px;
	background: #f4efe3;
	margin: 0 auto;
	padding: 4px;
	overflow: hidden;
}

ul#nav {
	width: 530px;
	margin: 0 auto;
}

ul#nav li { 
	float: left;
	list-style-type: none; 
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 20px;
	display: inline;
}

ul#nav li a {   
	color: #666;
	display: block;
}

/* Main */
#main {
	overflow: hidden;
	display: block;
	padding: 20px 0 20px 25px;
	width: 880px;
}

/* Content */

#content {
	float: left;
	width: 565px;
}


/* Post */

.datetitle {
	height: 75px;
	width: 560px;
}

.post { 
	margin-bottom: 10px;
}

.post-date {
	width: 76px;
	height:75px;
	background: url(images/postdate.png) no-repeat;
	float: left;
	text-align: center;
	color: #fff;
	padding-top: 11px;
	line-height: 15px;
	font-size: 16px;
}

.month, .year {
	font-size: 12px;
}

.post-title h2 {
	color: #c80202;
	font-size: 24px;
	padding: 20px 0 0 5px;
	margin: 0;
	float: left;
	width: 470px;
        font-weight: normal;
}

.post-title h2 a {
	color: #c80202;
	font-size: 24px;
	padding: 10px 0 0 5px;
	margin: 0;
	float: left;
	width: 470px;
        font-weight: normal;
}


.post-content {
	clear: both;
	padding-left: 10px;
}

.post-info {
	background: url(images/postinfo.png) no-repeat;
	width: 565px;
	text-align: right;
	padding-top: 30px;
	font-size: 11px;
}

.post-content ul li {
	list-style-type: disc;
}

.post-content ol li {
	list-style-type: decimal;
}

.post-ad {
	margin: 10px 0 70px 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 205px;
	font-size: 12px;
}

#sidebar ul li {
	list-style: none;
	width: 205px;
	margin: 0 0 50px 0;
	padding: 0;
}

li.about h2 {
	background: url(images/h2about.png) no-repeat center;
	width: 205px;
	height: 55px;
	text-indent:-9999px;
}

.profile {
	float: left;
	padding: 5px 10px 0 0;
}

.socials { 
	clear: left;
	width: 205px;
	height: 40px;
	margin: 0 auto;
	padding-top: 5px;
        text-align: center;
}

li.recent-posts h2 {
	background: url(images/h2posts.png) no-repeat center;
	width: 205px;
	height: 55px;
	text-indent:-9999px;
}

li.recent-comments h2 { 
	background: url(images/h2comments.png) no-repeat center;
	width: 205px;
	height: 55px;
	text-indent:-9999px;
}

li.categories h2 {
	background: url(images/h2cat.png) no-repeat center;
	width: 205px;
	height: 55px;
	text-indent:-9999px;
}

li.links h2 {
	background: url(images/h2links.png) no-repeat center;
	width: 205px;
	height: 55px;
	text-indent:-9999px;
}

li.photos h2 {
	background: url(images/h2photos.png) no-repeat center;
	width: 205px;
	height: 55px;
	text-indent:-9999px;
}

li.photos {
	text-align: center;
}

li.sbsearch h2 {
	background: url(images/h2search.png) no-repeat center;
	width: 205px;
	height: 55px;
	text-indent:-9999px;
}

#sidebar ul ul{ 
	width: 205px; 
	margin: 5px 0 0 0;
	padding: 0;
}

#sidebar li li {
	padding: 2px 10px 2px 10px;
	margin: 0 0 5px 0;
	width: 205px;
}

ul.sblist li {
	background :#f4efe3;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}

/* Comments */
.commentwhole {
	overflow: hidden;
	width: 510px;
	padding: 10px;
}

.commentgravatar {
	width: 70px;
	display: block;
	float: left;
	padding: 5px;
}

.commentmain {
	width: 400px;
	display: block;
	float: left;
	padding: 5px;
	border-left: 1px solid #ccc;
}

.commentauthor {
	color: #333;
}

.author {
	background-color: #f4efe3;
	width: 500px;
	margin: 5px 0 5px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#respond {
	margin: 20px 0 0 20px;
	padding: 20px 0 0 0;
}

.commentstitle {
	background: url(images/responses.png) no-repeat;
	width: 114px;
	height: 39px;
}

.leaveacomment {
	background: url(images/leaveacomment.png) no-repeat;
	width: 256px;
	height: 41px;
}

/* Footer */
#footer {
	clear: both;
	margin: 0 0 0 20px;
	font-size: 11px;
	text-transform: uppercase;
}


/* Flickr */

li.photos a img {
	background-color: #f4efe3;
	padding:5px;
	margin: 3px;
}

li.photos a:hover img {
	background-color: #efe1bc;
	padding:5px;
	margin: 3px;
}

/* Image Alignment */

.itemright {
	float: right;
	padding: 0;
	margin: 0 10px 0 0;
	padding:10px;
	background-color: #efe1bc;
}

.itemleft {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	padding:10px;
	background-color: #efe1bc;
}

.itemcenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding:10px;
	background-color: #efe1bc;
}

ul.portlist { list-style: none; margin: 20px 0 50px 0; padding: 0 0 0 10px; overflow: hidden; width: 500px; }
ul.portlist li { width: 150px; margin: 0 0 20px 0; float: left; padding: 0 10px 0 5px; background: none; list-style: none; }
ul.portlist li h4 { margin: 0; padding: 0; font-size: 12px;}
ul.portlist li img {border: 5px solid #f4efe3;}

.wp-pagenavi {
	clear: both;
	font-size: 12px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #333;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #efe1bc;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

