/*
Theme Name: Aiko Designs
Description: Coordinating theme for AikoJewelry.com Blog
*/

html, body {
	margin: 0;
	padding: 0;
}

body   {
	color: #803500;
	font-size: 11px;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 18px;
	background-color: #fff;
	margin: 0;
	padding: 0 }
	
p  {
	color: #803500;
	font-size: 11px;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 18px }
a:link  {
	color: #af806d;
	text-decoration: none }

a:visited  {
	color: #af806d;
	text-decoration: none }

a:hover  {
	color: #ff677c;
	text-decoration: none }

a:active   {
	color: #af806d;
	text-decoration: none }

code {  background: #f5f5f5;
        border: 1px solid #cccccc;
        padding: 10px;
	text-align: left;
}

/*#####################*/
/*### Headlines ###*/
/*#####################*/

h1
   {
	color: #ff677c;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal }

h2  {
	color: #af806d;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal }

h3  {
	color: #ff677c;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal }

h4   {
	color: #af806d;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 }
h5 {
	color: #803500;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding-bottom: 0 }

img {
	border: none;
        }

ol, form {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
	text-align: justify;
}

.entry {
	line-height: 1.3em;
	text-align: justify;
}
.entry a:link {
	color: #ff677c;
	text-decoration: underline }
.entry a:visited {
	color: #ff677c;
	text-decoration: underline }
.entry a:hover {
	color: #af806d;
	text-decoration: underline }
.entry a:active {
	color: #ff677c;
	text-decoration: underline }
small {
	font-size: 10px;
}
.wrapper {
	width: 800px }
/*################*/
/*### Content  ###*/
/*################*/

#content  {
	background: transparent;
	text-align: left;
	margin: 20px 0 30px 25px;
	padding: 0 40px 0 0;
	width: 510px;
	float: left;
	border: none }
#content h1 a {
	color: #ff677c }
#content h1 a:hover {
	color: #af806d;
	text-decoration: none;
	background: transparent }
#content h2 a:hover  {
	color: #af806d;
	text-decoration: none;
	background: transparent }

#content h3 a { 
        text-decoration: none; 
}

#content h3 a:hover  {
	color: #af806d;
	text-decoration: none;
	background: transparent }

#content ul {
         list-style-type: circle; 
         margin: 0 0 0 25px; 
         padding:  0 0 0 0; 
}

#content ul li {
         line-height: 1.5em; 
         margin: 0; 
         padding: 5px; 
}
.alignleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left }
.alignright {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto }
blockquote {
	color: #af806d;
	font-size: 13px;
	font-style: italic;
	text-align: left;
	margin: 0 30px;
	padding-right: 10px;
	padding-left: 10px }
blockquote p {
	color: #af806d;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
	text-align: left }
/*############################*/
/*#### Comments #### */
/*############################*/

#comment  {
	color: #803500;
	font-size: 13px;
	background: #fff;
	padding-left: 2px;
	width: 510px;
	vertical-align: middle;
	border: solid 1px #af806d;
	-moz-border-radius: 10px }

.commentbody  {
	color: #803500;
	font-size: 13px;
	background: #fbf9f6 !important;
	margin: 0 0 10px;
	padding: 15px 15px 5px;
	position: relative;
	border: solid 1px #f3ede1;
	-moz-border-radius: 10px }

.commentbody a  {
	color: #ff677c;
	text-decoration: none }
.commentbody a:hover  {
	color: #af806d;
	text-decoration: none }

.commentbody p  {
	line-height: 1.2em }

.commentlink {
	font-size: 13px;
}

.commentlist {
	list-style: none;
}
.commentauthor {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 }
.commentmeta {
	font-size: 11px;
	font-style: italic }
#submit  {
	color: #af806d;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: #f3ede1;
	cursor: pointer;
	margin: 0;
	padding: 2px 10px;
	border: solid 1px;
	-moz-border-radius: 7px }

textarea {
        overflow:auto;
}
/*################*/
/*### Searchfeld ###*/
/*################*/

.search #s  {
	color: #803500;
	font: 12px Georgia, "Times New Roman", Times, serif;
	background: transparent;
	padding-left: 3px;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: solid 1px #af806d;
	-moz-border-radius: 5px; }
.searchbutton {
	color: #af806d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: transparent;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-style: none }
/*################*/
/*#### SIDEBAR ###*/
/*################*/

#sidebar  {
	line-height: 20px;
	text-align: left;
	margin: 20px 15px 30px 0;
	padding: 0;
	width: 200px;
	float: right }
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar li {
	margin: 0;
	padding: 0 }

#sidebar li ul li  {
	color: #f3ede1;
	list-style-type: disc;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 19px }

#sidebar li a:hover  {
	text-decoration: none }

#sidebar h2 {
	color: #ff677c;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	background: inherit inherit inherit inherit;
	margin: 0;
	padding: 3px 0 3px 5px;
	border-bottom: 1px dotted #af806d }

#wrapper {
	float: left;
	margin: 0;
	padding: 0;
}
#sidebar .widget {
	background: transparent;
	margin: 0 0 20px;
	padding: 0 0 0 }
#sidebar .textwidget {
	margin-left: 5px }
#sidebar .textwidget p {
	text-align: left }
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}


.date  {
	color: #af806d;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	background: transparent;
	margin: 0;
	padding: 0 }

.postmetadata   {
	color: #af806d;
	font-style: italic;
	line-height: 1.5em;
	background: transparent;
	text-align: right;
	margin: 15px 0 50px;
	padding: 3px;
	clear: both;
	border-bottom: 1px dotted #af806d }

.postmetadata a  {
	text-decoration: none;
	background: transparent }

.postmetadata2   {
	color: #af806d;
	font-size: 11px;
	line-height: 1.3em;
	text-align: left;
	letter-spacing: 0;
	margin: 0 0 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	border-top: 1px dotted #af806d;
	border-bottom: 1px dotted #af806d }

/* different postmetadata style for single.php */

.alt {
	line-height: 1.3em;
	padding: 10px;
}

.alt a  {
	text-decoration: underline }

.commentheader  {
	color: #ff677c;
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.5em;
	background: inherit inherit inherit inherit;
	text-align: left;
	padding: 0 }

.clear {clear:both;}
