/*  
Theme Name: Dossy's Blog
Theme URI: http://dossy.org/wp/wp-content/themes/dossyblog-11
Description: The WordPress theme for Dossy's Blog
Version: 1.1
Author: Dossy Shiobara
Author URI: http://dossy.org/
*/

/* http://colorschemedesigner.com/#1M32f7nvKw0w0 */

/* Begin Typography & Colors */
body {
  margin:0;
  padding:0; 
  font-family:Verdana, Arial, sans-serif;
  color:#221233;
  background:#f1d3dc;
}

h1, h2, h3 { margin:0; padding:0 }
a, a:visited { text-decoration:none; color:#943953 }
a:hover { text-decoration:underline }
h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited { color:#2c406e }
hr { display:none }
hr.dashed { display:block; border:none; border-bottom:2px dashed #ccc }
small { font-size:0.9em; line-height:1.34 }
strong { font-weight: bold }
em { font-style:italic }
.center { text-align: center } 
a img { border: none }
ul.inline { margin:0 }
ul.inline li { display:inline; list-style-type:none }
tt, code { font:0.95em 'Courier New', Courier, Fixed }
code { padding:4px; background-color: #e5e5e5; line-height:1.34 }
sup, sub { font:0.6em Verdana, Arial, sans-serif; letter-spacing:0.2em }
acronym, abbr, span.caps { font-size:0.9em; letter-spacing:0.07em }
blockquote, strike { color:#777 }
pre.terminal { margin:0; padding:0 0.4em; color:#fff; background-color:#333; border:1px solid #000; overflow:auto }

#header { padding:10px 20px; color:#6b717f; background:#b3bdd4 }
#header small a { color:#6b717f }
#header .date { float:right; margin-top:-40px; font-size:0.9em }

#top-nav { margin:0; padding:6px 20px 7px 20px; color:#2c406e; background:#b3bdd4 }
#top-nav li { margin-right:10px; padding:6px 10px 10px 10px; background:#fefdde }

#cse-search-box { display: inline }
#cse-search-box input[type="text"] { width:120px; padding:2px 0; font-size:11px }
#cse-search-results { padding:20px; background:#fff }

#page { width:980px; margin:0 auto; background:#fefdde }

#content {
  float:left;
  width:680px;
  padding:20px 0 20px 20px;
  font-size:18px;
  font-family:Georgia, "Times New Roman", serif;
}
#content p { margin:1em 0 }
#content .entry-title { margin-left:-20px; padding:10px 10px 10px 20px; color:#6b717f; background:#fdfac3; border-top:1px solid #bebc9d; border-bottom:1px solid #bebc9d }

.navigation { text-align:center; margin:10px 0 }
.navigation .alignleft { float:none; text-align:left }
.navigation .alignright { float:none; text-align:right }

.narrowcolumn, .widecolumn { line-height: 1.34; }
.narrowcolumn .postmetadata { text-align: center; }

#sidebar { float:right; width:260px; margin:20px 0; font-size:0.9em }
#sidebar p { margin:0.6em 0 }
#sidebar form { margin:0 }
#sidebar ul { margin:0; padding-bottom:20px }
#sidebar ul li { list-style-type:none; clear:left }
#sidebar ul li h2 { margin:20px 0 10px 0 }
#sidebar ul li ul.list li { margin-top:10px; margin-left:10px }
#sidebar ul li ul.list li a:before { content:"\00BB \0020" }
#sidebar li.feeds ul li { margin-left:10px }
#sidebar .ads { text-align:center }
#sidebar .ad { padding:2px }

#footer { width:980px; padding:20px 0; background:#b3bdd4; clear:both; text-align:center }

.entry ul li { margin-left:1.2em; padding-bottom:0.2em; list-style-type:disc }

.meta-edit-entry {
    margin: 10px 0;
    padding: 4px 10px;
    background-color: #faa907;
}

.entry h3 { margin:0.6em 0 }
.postmetadata { color:#6b717f; font-size:0.9em }

#commentform input, #commentform textarea {
	font:0.9em "Lucida Grande", Verdana, Arial, sans-serif;
}
#commentform p { font-family:'Lucida Grande', Verdana, Arial, sans-serif }
/* End Typography & Colors */


/* Begin Structure */
.post { margin:0 0 20px 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;
}
.entrymetadata { padding-top: 2em; text-align: left; }
/* End Structure */


/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* 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 */
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */


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

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

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	float: right;
    margin-top: 20px;
}
/* End Form Elements */


/* Begin Comments*/
.commentlist { margin:0; padding:0 }
.commentlist li {
	padding:10px;
	list-style-type:none;
	background-color:#f8f8f8;
	border-bottom:1px solid #ddd;
    font-family:Georgia, "Times New Roman", serif;
    font-weight:bold;
}
#sidebar .commentlist li { background-color:transparent }
.commentlist li:first-child { border-top: 1px solid #ddd }
.commentlist li.bypostauthor { background-color:#cfc }

.commentlist p { margin:10px 5px 10px 0; font-weight:normal; line-height:1.34; text-transform:none; overflow:hidden }
.commentlist cite, .commentlist cite a { font-weight:bold; font-style:normal; font-size:1.1em }
.commentlist img.avatar { float:left; margin-right:10px }
.commentlist #respond { margin:10px 0 0 30px; padding:5px 15px 8px 10px; background-color:#ccc }

li.comment ul.children { margin:1em 0 1em 1.5em }

#commentform p { margin: 5px 0 }
.nocomments { margin:0; padding:0; color:#6b717f; text-align:center }
.commentmetadata { display:block; margin:0; font-weight:normal }
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding: 5px 0 5px 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
/* End Various Tags & Classes*/

