/*  
Theme Name: DopplrBlog
Theme URI: http://www.levendis.com/
Description: 4U
Version: 1.0
Author: Boris Anthony
Author URI: http://www.levendis.com/
*/
/* @group Global */
*  {
	margin: 0;
	padding: 0;
	}
:link img {
	border: none;
	}
* img {
	border: none;
	}
a img {
	border: none;
	}
:link img, :active img {
	border: none;
	}
input.submit {
	background: url(images/submit.gif) repeat-x left bottom;
	border: 1px solid #E6E6E6;
	padding: .3em;
	font-size: 9pt;
	}

/* @end */


/* @group Structure */
html { 
	margin:0;
	padding: 0;
	}
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: center;
	}
#screen {
	width: 760px;
	margin: 0 auto;
	padding: 0 0 4em 0;
	text-align: left;
	font-size: 1.1em;
	}
	#header {
		margin-bottom: 5px;
		background: #fff;
		}
		#lefthead {
			display: block;
			float: left;
			width: 75%;
			height: 100px;
			background: #fff url(images/dopplr-blog-logo.png) left top no-repeat;
			/* border: 2px solid #333; */
			}
		#righthead {
			float: right;
			width: 20%;
			height: 100px;
			background: #fff;
			text-align: right;
			/* border: 2px solid #666; */
			}
	#main {
		padding: 1px ;
		background: #fff;
		}
		#content {
			float: left;
			width: 75%;
			background: transparent;
			overflow:hidden;
			}
		#sidebar {
			float: right;
			width: 20%;
			background: #fff;
			}
	.cap {
		clear: both;
		background: url('images/caps.png');
		height: 2px;
		margin: 0;
		padding: 0;
		display: none;
		}
/* @end */
/* @group Header */
#header #homelink {
	display: block;
	height: 50px;
	width: 400px;
	color: #333;
	}
	#header #homelink:hover {
		background: transparent;
		}
#header .blogname {
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	display: none;
	}
#header .description {
	font-size: 10pt;
	position: relative;
	top: 40px;
	}
#flickr-recent {
	margin: 65px 0 0 0;
	}
	#flickr-recent a img {
		width: 38px;
		height: 38px;
		border: none;
		}
#toplinks {
	display: none;
	margin: 65px 0 0 0;
	font-size: 10pt;
	}
#loca {
	font-size: 10pt;
	text-transform: uppercase;
	}
#time {
	margin: 71px 0 0 0;
	font-size: 9pt;
	}
#temp {
	font-size: 9pt;
	}
#sitelink {
	font-size: 15pt;
	color: #666;
	margin-top: 14px;
	}
	#sitelink strong {
		font-weight: normal;
		font-size: 12pt;
		display: block;
		color:#999;
		position: relative;
		top: 4px;
		}
	#sitelink em {
		font-size: 24pt;
		font-style: normal;
		padding-right: 4px;
		}
	#sitelink a {
		position: relative;
		top: -3px;
		}
/* @end */

/* @group Navigations */
.navigation {
	text-align: center;
	margin: 0 0 1.5em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
	}
.navigation div {
	display: inline;
	}
.navigation div.home {
	margin: 0 1em;
	}
.navigation a {
	}
.navigation a:hover {
	}
ul.nav {
	list-style-type:none;
	display:inline;
	}
ul.nav li {
	border-right:1px solid #999999;
	display:inline;
	margin:0pt;
	padding:0pt 5px 0pt 1px;
	}
ul.nav li.last {
	margin-right:0;
	padding-right:0;
	border: none;
	}
/* @end */

/* @group Post */
.post {
	margin-bottom: 4em;
	padding-bottom: 4em;
	border-bottom: 1px dotted #ccc;
	}
	.post .comments {
		float: right;
		font-size: 11pt;
		line-height: 120%;
		margin: 0 1em 0 0;
		}
	.post h2 {
		font-size: 18pt;
		font-weight: normal;
		line-height: 110%;
		margin: .2em 0 .5em;
		}
	.post .date {
		font-size: 8.5pt;
		}
	.post .author {
		font-size: 8.5pt;
		}
	.post ul,
	.post ol {
		padding-left:1em;
		margin-bottom:1em;
		}
	.post dl {
		}
	.post dl dt {
		width: 6em;
		float: left;
		text-align: right;
		}
	.post .entry {
		margin: 0 0 1em 0;
		line-height: 120%;
		font-size: 11pt;
		}
	.post .entry blockquote {
		padding: 0 0 0 1.2em;
		margin: 2em 0;
		font-size:96%;
		border-left: 20px solid #f1f1f1;
		}
	.post .entry p {
		margin: 0 0 1em 0;
		}
	.post .metadata {
		}
.flickr-post {
	margin: 0 0 1em 0;
	}
	.flickr-post-caption {
		font-family:Arial,Sans-Serif;
		font-size: 8pt;
		line-height: 100%;
		margin: .2em 0 0 0;
	}
/* @end */

/* @group Archives */

.pagetitle {
	font-size: 1.5em;
	font-weight: lighter;
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0 0 .1em 0;
	}


/* @end */

/* @group Comments */
h3#comments {
	}
h3#respond {
	display: block;
	padding: 1em 0 .2em 0;
	}
.commentlist {
	padding: 10px 0 30px 0;
	}
.commentlist li {
	border-bottom: 1px dotted #ccc;
	margin: 1em 0;
	padding: 1em 0 1em 0;
	list-style-type: none;
	width: 100%;
	overflow: auto;
	height: 1%;
	}
.cmtinfo {
	color: #999;
	}
.comment_number a {
	font: 3.2em Georgia, serif;
	float: right;
	padding-right: 10px;
	color: #d6d6d6;
	display: none;
	}
.comment_author {
	font-size: 11pt;
	color: #333;
	font-weight: bold;
	}
.comment-text {
	line-height: 150%;
	font-size: 9pt;
	margin: 1em 0;
	color: #4d4d4d;
	}

/* @end */

/* @group Comment Form */

#commentform p {
	margin-bottom: .5em;
	}
#commentform label {
	color: #666;
	padding-left: 1em;
	}
#commentform input.textbox,
#commentform textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	line-height: 110%;
	color: #333;
	border: 1px solid #999;
	padding: .3em;
	}
#commentform input.textbox {
	width: 250px;
	}
#commentform textarea#comment {
	width: 100%;
	height: 300px;
	}
/* @end */



/* @group Sidebar */

#sidebar ul {
	list-style-type: none;
	}
#sidebar ul li {
	margin-bottom: 2em;
	}
#sidebar ul li ul li {
	margin-bottom: 0px;
	line-height: 145%;
	font-size: 9pt;
	}
#sidebar h2 {
	font-size: 11pt;
	font-weight: normal;
	margin-bottom: .2em;
	}
.collapsosign {
	font-family: monospace;
	font-size:7pt;
	}
	.collapsosign.nokids {
	}
.children {
	margin-left: 1.7em;
	}
.wp-tag-cloud li {
	display: inline;
	line-height:140% !important;
	}
.widget_search {
  }
.widget_search #widget_search-input input {
	margin: 0 0 .1em 0;
	padding: 1px 2px;
	border: 1px solid #999;
	width: 140px;
	}
.widget_search #widget_search-submit input {
	width: 146px;
	font-size: 8pt;
	}
.widget_archives select {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #999;
	width: 150px;
	color: #666;
	font-size: 8pt;
	}

/* @group Recent Comments */
#rcs {
	margin: 0 0 2em 0;
	padding: 0;
	}
	#rcs h2 {
		margin-bottom: .5em;
		}
	#rcs .rc {
		margin: 0 0 .7em 0;
		padding: 0;
		}
	p.cc {
		float: right;
		font-size: 8.5pt;
		font-weight:normal;
		margin: 0;
		padding: 0;
		color: #69d;
		}
	p.cpt {
		font-size: 8.5pt;
		font-weight: normal;
		color: #333;
		margin: 0 0 0 0;
		}
	p.cpt a {
/*		color: #666; */
		}
	p.cpt a:hover {
/*		color: #c00; */
		}
	p.cpt a.cl {
		font-size: 7pt;
		}
	p.cd {
		float: right;
		font-style: normal;
		margin: 0;
		font-size: 6.5pt;
		}
	p.ca {
		margin: 0;
		}
	a.cl {
		clear: right;
		display: block;
		margin: 0;
		font-family: 'Lucida Grande', 'Trebuchet MS', sans-serif;
		font-size: 7pt;
		border-bottom: 1px dotted #fff;
		color: #666 !important;
		}
	a.cl:hover {
		border-bottom: 1px dotted #369;
		background: transparent;
		}
	p.ct {
		font-size: 7pt;
		font-style: italic;
		margin:  0 0 0 12px;
		color: #666;
		}
/* @end Recent Comments */

/* @end */

/* @group Footer */

#footer {
	font-size:8.5pt;
	margin:0.3em 0 4em;
	padding:.4em 0 0 0;
	text-align: right;
	border-top:1px dotted #CCCCCC;
	}

/* @end */

/* @group Tools */


.padit {
	padding: 2em;
	}
#content .padit {
	padding: 1em 2em 0 0;
	}
#sidebar .padit {
	padding: 1em 0 0 0;
	}
#lefthead .padit {
	padding: 0;
	}
#righthead .padit {
	padding: 0;
	}

/* @end */


/* @group Colours */

html {
	background: #fff;
	}
body {
	color: #333;
	background: #fff;
	}
* a {
	padding: .2em 0 .1em;
	}
* a:link, * a:visited {
	text-decoration: none;
	color: #69c;
	}
* a:hover, * a:active {
	background: #def;
	color: #47a;
	}
.post .date {
	color: #666;
	}
.post .author {
	color: #666;
	}
.post dl {
	color: #999;
	}
.post .entry a { /* links in posts */
	color: #69c;
	text-decoration:none;
	}
.post .entry a:hover {
	background: #def;
	color: #47a;
	}
.post .metadata {
	color: #999;
	}
.pagetitle {
	color: #666;
	border-bottom: 1px solid #ccc;
	}
#sidebar h2 {
	color: #666;
	}
.collapsosign {
	color: #666;
	}
.collapsosign.nokids {
	color: #ccc;
}

/* @end */










