/*
Name: Soggy Sh.it
Designed and coded by: Milind Alvares
Version: 1.0
Author: Milind Alvares
Author URI: http://soggysh.it/
*/



/* Begin Typography & Colors */
body{ font-family: "Lucida Grande", Verdana, Arial, sans-serif; height: 100%; background: #efefef url(images/layout/body-bg.png) top repeat-y; color: #555; font-size: 12px; }

#header { padding-top: 50px; margin-top: -20px; width: 220px; float: left; position: fixed; background: #efefef;}

#page {
	margin-left: auto;
	margin-bottom: 20px;
	margin-right: auto;
	padding: 0;
	width: 950px;
	}


#content {
	font-size: 1.2em;
	float: right;
	width: 580px;
	margin-right: 30px;
	}

#footer {
	width: 650px;
	background: #eeeeee no-repeat top;
	border: none;
	}

.entry p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #3f3f3f;
	line-height: 22px;
	font-size: 12px;
}

.commentlist li div.commentdata {
padding-left: 15px;
padding-bottom: 25px;
padding-right: 15px;
background-image: url(images/divider.png);
background-position: center bottom;
background-repeat: no-repeat; 

}

.commentlist li div.commentdata p{
font-size: 11px;
}

.commentlist li cite {
color: #3f3f3f;
padding: 15px 0 0 15px;
margin-top: 15px;

}

.commentlist li cite a {
text-decoration: none;
color: black;
}

.small {
	color: #7f7f7f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	
	color: #81807c;
	text-decoration: underline;
	
	}

.entry ol li {
color: #3f3f3f;
	line-height: 20px;
	font-size: 12px;
}
/* End Typography & Colors */



/* Begin Structure */



.post {
	padding-bottom: 15px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(images/divider.png);
	margin: 0 0 40px;
	text-align: left;
	
	}

.post hr {
	display: block;
	}


.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-size: 14px;
	}
	
h4.trigger {
font-size: 11px;
text-align: center;

}

h4.trigger a {
text-decoration: none;
border-bottom: 1px dotted #989898;
font-style: italic;
font-family: Georgia, "Times New Roman", serif;
}


/* End Headers */



/* 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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

                         
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding-left: 5px;
height: 18px;
width: 110px;
border-style: solid;
border-color: #bfbfbf;
border-width: 1px;
color: #81807c;
background-color: #f3f3f3;
-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	border-style: solid;
	border-color: #7f7f7f;
	border-width: 1px;
	text-align: left;
		background-color: transparent;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#commentform {
	text-align: left;
	margin: 5px 10px 0 0;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: transparent;
	}
#commentform textarea {
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 1px;
	text-align: left;
		background-color: transparent;
	width: 100%;
	padding: 2px;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	    	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
#commentform #submit {
    border-color: #7f7f7f;
    border-width: 1px;
    border-style: solid;
    width: 100px;
	text-align: left;
	margin: 0 0 5px auto;
	float: right;
		-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/* End Sidebar */



/* Begin Calendar */
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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: 0 4px 5px;
	margin: 0;
}

.commentinfo {
	padding-left: 1px;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	margin-top: -25px;
	background-repeat: no-repeat;
	height: 30px;
	width: 33px;
	background-image: url(images/comments2.png);
	float: right;

}

.commentinfo a {
	font-size: 13px;
	color: #040404;
	text-decoration: none;
}

a.aside {
	font-style: italic;
	color: #bdbdbd;
}

h4 {
	font-size: 16px;
}

div.asides {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-top: 5px;
	background-color: #e4e4e4;
}

ul#nav {
	float: right;
}

ul#nav li {
	margin-right: 10px;
	display: inline-block;
}

#sidebar ul li ul li {
}

span.feedcount {
	font-size: 15px;
	text-decoration: none;
	text-align: center;
}

span.feedcount a {
	text-decoration: none;
}

.feedcountdiv p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
                     



                         
#feeding {
list-style-type: none;
margin-left: 0;
margin-right: 0;
margin-top: 3px;
background-color: #e1e1e1;
	padding-left: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 3px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
div#searching {
		margin-top: 15px;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
span.caption {
		font-size: 10px;
		font-style: italic;
		color: #616161;
	}
.postmeta {
		margin-top: 31px;
		position: absolute;
		margin-left: -85px;
		float: left;
		width: 50px;
	}
.datethumb {
		background-image: url(images/layout/dt.png);
		background-repeat: no-repeat;
		height: 39px;
		padding-top: 10px;
		width: 48px;
		text-align: center;
	}
	
.cmtthumb {
		background-image: url(images/layout/cmt.png);
		background-repeat: no-repeat;
		height: 39px;
		padding-top: 12px;
		width: 48px;
text-align: center;
}

.datethumb a  {
line-height: 10px;
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #98f5f6;
		text-decoration: none;
		font-size: 9px;
		
}

.cmtthumb a {
color: #33c300;
		text-decoration: none;
		font-size: 9px;
}

div.toggle_container div.block p {
	margin-bottom: 0px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
}
	
	div#abouttext {
	margin-top: -10px;
	height: 216px;
	width: 202px;
	padding: 10px;	
}

div#abouttext ul li {

		font-family: Georgia, "Times New Roman", Times, serif;

	font-style: italic;

	font-size: 30px;

	margin-bottom: 1px;

	list-style-type: none;

}




div#adblock {
	padding: 10px;
	background-color: #efefef;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	bottom: 0px;
margin-top: 555px;
float: left;
}

h2 a {
	color: black;
}

div#ad {
	width: 200px;
	height: 125px;
}

div#ad a img {
	margin-bottom: 5px;
}

span.caption {
font-family: Georgia, serif;
}

div#abouttext ul li a {
	text-decoration: none;
}

div#abouttext ul {
	padding-left: 10px;
}

.submit input, .button, .button-primary, .button-secondary, input[type=button], input[type=submit] {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 2px;
	font: normal 11px/16px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none; !important;
	cursor: pointer;
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	color: #464646;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}
/* 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." */