/*
Theme Name: My Two Senses
Theme URI: http://mytwosenses.com
Description: Theme for mytwosenses.com
Version: 1.0
Author: Elton Muuga

*/

body {
	background: #b1eaff;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

a {
	color: #459699;
}

a img {
	border: 0;
}

.navbar ul {
	margin: 0 auto;
	padding: 0;
	width: 430px;
}
.navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navbar ul li a {
	display: block;
	float: left;
	width: 140px;
	height: 22px;
	padding-top: 5px;
	background: transparent url(images/toptab_lg_inactive.png) no-repeat top left;
	text-align: center;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 0 2px 0 1px;
}
.navbar ul li.current_page_item a, .navbar ul li a:hover {
	background-image: url(images/toptab_lg.png);
	color: #000;
}

#container {
	width: 761px;
	margin: 0 auto;
	padding: 10px 0;
	clear: both;
}

#container-top {
	height: 12px;
	background: transparent url(images/header-top.png) no-repeat top left;
}

#header {
	height: 339px;
}

#content {
	background: #fff;
	padding: 1px 0;
}

#footer {
	background: #fff;
	font-size: 11px;
	color: #999;
	text-align: center;
}

#container-foot {
	background: transparent url(images/footer.png) no-repeat top left;
	height: 12px;
}

.item {
	width: 720px;
	margin: 16px auto;
}
.item h1, .item h2, .item h3, .item h4 {
	margin-left: 10px;
	margin-right: 10px;
}
.item h1.item-head {
	text-align: center;
	margin: 0;
	padding-bottom: 10px;
}
.item p {
	font-size: 12px;
	margin: 5px 10px 5px 10px;
}
.item .bottom {
	clear: both;
	border-top: 2px solid #ccc;
	margin: 10px 0 20px 0;
	padding: 4px 0 0 10px;
	color: #808080;
}
.item .bottom .right {
	padding-right: 10px;
}

.right {
	float: right;
}

.navigation {
	/*background: #e9f6f6;*/
	padding: 5px;
	width: 300px;
}

ol#commentlist {
	
}
ol#commentlist li {
	background: #f5f5f5;
	padding: 0;
	margin: 5px 0;
}
ol#commentlist li .comment-top {
	background: #eee;
	padding: 5px;
}
ol#commentlist li .comment-text {
	padding: 5px;
}

h3.leave-a-reply {
	border-top: 2px solid #ccc;
	padding: 5px;
	margin: 10px 0 5px 0;
	font-weight: bold;
}

.loggedin {
	padding: 5px;
	background: #eee;
}

#commentsform input {
	
}
#commentsform textarea {
	width: 500px;
	height: 70px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/* End Images */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 3px 4px 4px;
   margin: 0;
}

/* Rounded corners on entry images */

/*.entry p img {
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}*/

.entry h2.item-title a {
	color: #000;
	text-decoration: none;
}

/* Google AdSense */
.goog {
	margin-left: -4px;
	padding-bottom: 17px;
	border-bottom: 2px solid #ccc;
}

/* Rounded Img Borders */
.rounded_wrapper {
	position: relative;
}

.rounded_wrapper img {
	border-width: 0;
	border-style: none;
}

.rounded_wrapper div {
	height: 19px;
	position: absolute;
	width: 100%;
}

.rounded_wrapper .tl {
	top: 0;
	left: 0;
	background: url(images/rounded_corners/tl.png) no-repeat left top;
}

.rounded_wrapper .tr {
	top: 0;
	right: 0;
	background: url(images/rounded_corners/tr.png) no-repeat right top;	
}

.rounded_wrapper .br {
	bottom: 0;
	right: 0;
	background: url(images/rounded_corners/br.png) no-repeat right bottom; 
}

.rounded_wrapper .bl {
	bottom: 0;
	left: 0;
	background: url(images/rounded_corners/bl.png) no-repeat left bottom;
}

/* IE6 fix */
.ie6_width .tr {
	right: -1px;
}

.ie6_width .br {
	right: -1px;
}

.ie6_height .br {
	bottom: -1px;
}

.ie6_height .bl {
	bottom: -1px;
}
