/*
Theme Name: Likd.it
Description: Blog theme for we.likd.it.
Version: 1
Author: Likd.it
Author URI: http://www.likd.it
*/



/* Begin Typography & Colors */

body {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #46C0CD none repeat scroll 0 0;
	font-family:georgia, serif;
	font-size:76%;
}

* {
	margin: 0;
	padding: 0;
}

body * {
	text-align: left;
}

h1, h2, h3 {
	margin: 15px 0 10px 0;
	font-weight: normal;
	color: #333333;
	clear: both;
}

p, em {
	line-height: 1.3em;
	color: #a5a5a5;
	padding:5px 0;
}
	p.second {
		margin-top: 20px;
	}

strong {
	color: #5e195c;
	font-weight: normal;
}


ul,ol {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
	ul#errors{
		color: red;
		margin: 10px 0;
	}
	
		ul#errors li{
			clear: both;
		}
	ul li{
		float: left;
	}

input{
	border: 0 none;
}

textarea{
	border: 0 none;
	overflow:auto;
}

ol li input {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/images/input-bg.gif) no-repeat;
	font-size: 1.5em;
	font-weight: normal;
	color: #b5b5b5;
	height: 31px;
	padding: 8px 0 0 10px;
	width: 465px;
/*	float: left; */
	margin:5px 0;
}

input.update {
	margin:5px 0;
}


img {
	border: 0 none;
}

form {
	clear: both;
}

fieldset {
	border: 0 none;
}

legend,label {
}

input {
}

.clear{
	clear: both;
}
 

.contentText{
	margin:0px auto; 
	width: 950px;
}	

#header, .wrapper {
	margin: 0 auto;
	width: 950px;
}

.wrapper {
	padding:20px 0;
}
	#header img{
		margin: 20px 0 0 0;
	}
	
ul#navigation {
	float: right;
	margin-top: 80px;
}

ul#navigation li {
	float: left;
}

ul#navigation img {
	display: block;
}

ul#navigation li a {
	text-decoration: none;
}

#content a {
	color:#46C0CD;
}

#content a:hover {
	color:#666;
}


#contact{
	background:transparent url(/images/contact-tab.gif) no-repeat; 
	height:50px;
	margin:35px 0 0 5px;
	width: 119px;
}

	#contact a{
		
		margin:20px 0 0 27px; 
		display:block;
		color:#5e195c;
	}
	
	#contact a.disappear{
		color: #46C0CD;
	}
	
	#contact a.disappear:link {
		display:none;
	}
	
	#contact a.disappear:hover {
		display:none;
	} 
	
	
	#contact a:hover{
		color:#46C0CD;
	}

#blog{
 	background:transparent url(/images/blog-tab.gif) no-repeat;
	height:50px;
	margin:35px 0 0 5px;
	width:141px;
}
	#blog a{
		margin:20px 0 0 30px;
		display:block;
		color:#5e195c;
	}
	#blog a:hover{
		color:#46C0CD;
	}
	
#twitter{
	height:80px;
	width:181px;
	margin-top: -5px;
}
	#twitter a{
		display:block;
	}

#content {
	background: #FFFFFF none repeat scroll 0 0;
	clear: both;
	margin: 0 auto;
}

	#content .column {
		float: left;
		width: 400px;
	}
	
	#content .column2 {
		float: right;
		width: 475px;
	/*	margin-bottom: -100px; */
	}
	
	#content .aboutColumn {

		padding: 10px 0pt 50px 20px; 
		float: left; 
		width: 47%;
	}	
	
#slip {

	background: transparent url(/images/slip.png) no-repeat scroll 0 0; 
	float: left;
	height: 224px;

	margin: -55px 0 -60px -50px;
	padding: 40px 0 0 60px;
	position: relative;
	width: 262px;
}

	
	#slip h2 {
		font-size:1.2em;
		left:-10px;
		margin:2px 0;
		width:184px; 
	}
	
	#slip p {
		width: 220px!important;
		margin-bottom:5px;
	}
	
	#slip ul {
		width: 200px;
	}

		#slip ul li {
			float: left;
		}

ul#slipButton {
	width: 200px;
/*	position:relative;
	top:-100px;
	left: 10px;*/
	position:absolute;
	z-index:100;

	margin-top: 45px;
	
}

	ul#slipButton li {
		float: left;
	}

#bookmark {
	float: right;
	width: 200px;
}

	#bookmark h2 {
		margin: 10px 0 0 0;
	}
	
	#bookmark p {
		margin: 0 0 10px 0;
	}
	
#footer {
	background: url(/images/footer-bg.gif) repeat 0 0;
}

/*** Contact Form ***/
fieldset#address{
	clear: both;	
}

	fieldset#address h2{
		margin-top: 50px;
	}
	
	fieldset#address strong{
		margin: 20px 0;
		font-style:italic;
	}

fieldset p#pressEnquiries{
	margin-top: 30px; 
}	

#contactForm {
	font-size: 1.2em;
	margin: 35px 0 0 -70px;
}
	
	#contactForm label {
		display: block;
		width: 300px;
	}
	
	#contactForm fieldset {
		padding-left: 20px;
	}

	#contactForm ol li{
		margin-left: 50px;
	}

ol li textarea {
	background: transparent url(/images/textarea-bg.gif) no-repeat;
	color: #B5B5B5;
	font-family: arial;
	font-size: 1.5em;
	font-weight: normal;
	height: 64px;
	margin: 10px 0;
	padding: 5px;
	width: 465px;
}

ol li select {
	border: 1px solid;
	color: #B5B5B5;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	width: auto;
}
.submit input{
	position:relative;
	top:10px;
	padding-bottom: 30px;
}

p#success{
	font-size: 1.5em;
	padding: 50px;
}

.column ul {
	margin: 20px 0 50px 0;
}

input#remLen{
	float: left;
	height: 16px;
	width: 20px;
	background: none;
	font-size: 1em;
	margin: 0 0 0 10px;
	padding: 0;
	width: 30px;
}

/*** About Us ***/
.aboutColumn p{
	padding: 5px 0;
}



small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin:0 5px 0 0;
	}

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

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
small {
	font-weight:bold;
}

code {
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 20px 0;
	text-align: justify;
	padding:0 0 20px 0;
	border-bottom:1px dotted #A5A5A5;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

/* 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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	clear:both;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 140px;
	padding: 5px;
	border:1px solid #A5A5A5;
	color:#A5A5A5;
	}

#sidebar #searchsubmit {
	padding: 4px;
	background:#46C0CD;
	color:#FFF;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #A5A5A5;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:1px solid #A5A5A5;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 -5px 0 0;
	float: right;
	border:0;
	padding:10px;
	background-color:#46C0CD;
	color:#FFF;
	width:auto;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 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 */
#sidebar
{
	width: 225px;
	float:right;
	border-left:1px dashed #A5A5A5;
	padding-left:15px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

#area {
	width:700px;
	float:left;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	}

hr {
	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;
}
/* 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." */
