/* 
Theme Name: ldopa.net
Theme URI: http://ldopa.net
Description: Clean and uncluttered. Based on a billion years ago on "LetterHead".
Author: Jeff Hobbs
Version: 1.0
*/

/* Begin Typography & Colors */
body {  
	font-size: 62.5%; /* Resets 1em to 10px */
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	font-family: 'Hoefler Text', Constantia, Georgia, "Droid Serif", serif;
	background-color: #fff;
	color: #444444;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	/* text-rendering: optimizeLegibility; */
	}

#page {
	top: 10px;
	bottom: 10px;
	background-color: white;
	border: 1px solid #959596; 
	text-align: left;
	}

#header {

	}

#content {
	font-size: 1.5em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn-diabled {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	font-family: 'Hoefler Text', Constantia, Georgia, "Droid Serif", serif;
	}

small {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
 
h1, h2, h3 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 80%;
	}

h1 {
	font-family: 'Hoefler Text', Constantia, Georgia, "Droid Serif", serif;
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
	color: #111;
	}

.description {
	font-family: 'Hoefler Text', Constantia, Georgia, "Droid Serif", serif;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	color: #111;
	font-size: 2em;
	text-align: left;
	text-transform: lowercase;
	font-weight: bold;
        letter-spacing:-0.06em;
	}

h2.pagetitle {
	font-size: 1.75em;
	text-align: left;
	text-transform: lowercase;
	font-weight: bold;
	color: #111;
	}

#sidebar {
	border-top: 1px solid #959596;
	border-bottom: 0px solid #959596;
	}
#sidebar h2 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h6 {
	font-size: 0.5em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #111;
	outline:none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #111;
	outline:none;
	}

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;
	}

h2 a:hover {
	color:#111111 !important;
	}

.entry p a:visited {
	color: #000099;
	}
	
.entrytext p {
	line-height: 1.4em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.0em 'Helvetica Neue', Arial, sans-serif;
	}
	
.commentlist li {
	/* font-weight: bold; */
	}

.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 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.3em Helvetica, Arial, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
code {
	font: 1.75em "Monaco", "Courier New", Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #000099;
    text-decoration: none;
	}

a:hover {
	color: #000099;
    text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Helvetica Neue', Arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

.fn {
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 2em;
        margin-top: 8px;
        }

/* End Typography & Colors */

/* Begin Structure */
body {
	background-image: url('grey_linen.png');
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	background-image: url('handmadepaperbright.png');
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	border: 0px solid #888;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px#888;
	box-shadow: 0 3px 5px #888;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 135px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0px 0 20px 0;
	margin: 5px 0 0 170px;
	width: 640px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 175px;
	width: 640px;
	}

.pagepost {
	margin: 0 0 40px;
	border-top: 1px solid black;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	line-height: 1.4em;
	border-top: 1px solid #e1e1e1;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 780px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0 20px 0px;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */
/* 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;
	line-height: 1.4em;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	line-height: 1.4em;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	line-height: 1.3;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#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: 115px;
	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 {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 20px 0;
	margin-left: 720px;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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
{
clear:both;
	line-height: 1.5em;
	margin: 15px 15px;
	padding: 15px 30px;
	background-color: #f8f8f8;
	color: #0D0D0B;
	border-top:1px solid #DDDDDD;
        border-bottom:1px solid #DDDDDD;
	font-weight: normal;
}

blockquote p, blockquote div { line-height: 1.5em; }

hr {
 display: none;
 }
 
.center {
	text-align: center;
	}

a img {
	border: 1px;
	}

.navigation {
	display: inline;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	}

/* 2007 shadow addition*/

/*
div.shadow {
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(shad_bottom.png) repeat-x bottom left;
}

div.shadow img.nomatte {
  padding: 0 0 4px 0;
  background: white url(shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
} */

/* End Various Tags & Classes*/

/* For Lightbox.js*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxCaption{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(http://ldopa.net/wp-content/themes/ldopa.net/overlay.png); }

* html #overlay{
	background-color: #111;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://ldopa.net/wp-content/themes/ldopa.net/overlay.png", sizingMethod="scale");
	}
	
/* End For Lightbox.js*/

/* kill the stats smiley */

img#wpstats{width:0px;height:0px;padding:0px;border:none;}

/* for threaded comments */ 

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { } /* Basic Style for all the comments*/
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
/* ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; } */
ol.commentlist li div.comment-author {}
ol.commentlist li div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar {border:5px solid #f8f8f8; float:right; margin:0 0 1em 1em;}
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; }
ol.commentlist li div.comment-meta a { color:#ccc; }
ol.commentlist li p { font-size:11px; margin:0 0 1em; }
ol.commentlist li ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
ol.commentlist li div.reply a { font-weight:bold; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {} /* Style for the author of the post*/
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { border-left:0px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border-left:0px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border-left:0px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:0px solid #111; }
/* ol.commentlist li.pingback { border-bottom:0px dotted #666; padding:1em; } */
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#idc-container .idc-foot { display: none !important; }
#idc-toolbar { display: none !important; }
.dsq-dc-logo { display: none !important; }
.dsq-brlink  { display: none !important; }

.shadow {
	border: 5px solid white;
	-moz-box-shadow: 0 3px 5px #888;
	-webkit-box-shadow: 0 3px 5px#888;
	box-shadow: 0 3px 5px #888;
}

.size-full { 
    /*margin: 8px 0px 68px 65px;*/
    border: 5px solid white;
    -moz-box-shadow: 0 3px 5px #888;
    -webkit-box-shadow: 0 3px 5px#888;
    box-shadow: 0 3px 5px #888;
    }

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		font-size: 100.0%;
		}
	#page {
		margin: 0px auto 100px auto;
		} 
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	body {
		font-size: 200.0%;
		background-image: none;
		background-color: #4a525a;
		}
	#page {
		background-image: none;
		background-color: #eee;
		margin: 0px auto;
		} 
	#header {	
		height: 230px;
		}
	h1 {	
		font-size: 2.0em;
		margin-bottom:8px;
		}
	h2 {	
		font-size: 1.4em;
		}
	.post {
		text-align: left;
		}
	.description {
		letter-spacing: 0px;
		}
}

