/*  
Theme Name: Rainbow Kicks
Author: Amy Cheng
Description: non-public custom design for A.Blog 3.0

*/

/*global*/
@font-face {
  font-family: Avenir Demi;
  src: url(_assets/avenir_demi.otf);
  /* font-weight, font-style ==> default to normal */
}

a {
	color:  #00e1ff;
}

a:hover {
	color: #ffff00;
}

body {
	background-image: url(_img/rightbackground.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {
	font-family: Avenir Demi, Helvetica, sans-serif;
}

h2 {
	font-family: Avenir Demi, Helvetica, sans-serif;
}

h3 {
	font-family: Avenir Demi, Helvetica, sans-serif;
}

.leftbackground {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.leftcol h3 {
	border-bottom-color: #ed1e79;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.rightcol h3 {
	border-bottom-color: #ffff00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.meta {
	color: #333333;
	font-size: .25em;
	text-align: center;
}

.meta a {
	color: #333333;
}

.meta a:hover {
	color: #333333;
}

.prevnext {
	text-align: center;
}

.prevnext a {
	font-weight: bold;
	color: #000000;
}

.prevnext a:hover {
	color: #ffff00;
}

.quiet {
	color: #bbbbbb;
}

#content h1 a{
	color: #000000;
	text-decoration: none;
}

#content h1 a:hover {
	color:  #ed1e79;
	text-decoration: underline;
}


#content h1 {
	text-align: center;
	}

#content hr {
	background-color: #FFFFFF;
	background-image: url(_img/hr.png);
	height: 10px;
	margin-top:  20px;
	margin-bottom: 40px;
}

#content img {
	border-width: 1px;
	border-color: #BBBBBB;
	border-style: solid;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-top: 1em;
	
}

#content li {
	border-bottom-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
	
#content p {
	font-size: 14px;
}

#footer a {
	color: #bbbbbb;
}

#header h1 {
	text-align: center;
}

#header h2 {
	text-align: center;
}

#sidebar a {
	color: #000000;
}

#sidebar a:hover {
	color: #00e1ff;
}

#sidebar hr {
	background-color: #FFFFFF;
	background-image: url(_img/hr.png);
	height: 10px;
	margin-top:  20px;
	margin-bottom: 20px;
}

#sidebar h3 {
		padding-bottom: 5px;
		}

/*nav*/

#nav {
	text-align: center;
}

#nav a {
	color:  #000000;
	text-decoration: none;
}

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


#nav ul {
	list-style: none;
	font-family: Avenir Demi, Helvetica, sans-serif;
	font-size: 18px;
}

#nav li {
	margin-left: 0;
	padding-left: 0;
	margin-right: 1em;
	padding-right: 0;
	display: block;
	float: left;
}

#twitter li {
	border-bottom-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

/*Comments*/

.author {

}

.author .commenter a {
	color: #ed1e79;
}

.commenter {
	font-weight: bold;
}

.commenter a {
	text-decoration: none;
}

#comments h3 {
	padding-bottom: 5px;
		}

#postcomment h3 {
	padding-bottom: 5px;
		}

textarea {
	width: 300px;
	height: 150px;
}


/*Archives*/

#archivesbydate {
	text-size: 14px;
}

#archivesbydate h2 {
	border-bottom-color: #ed1e79;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: center;

}

#archivesbydate a {
	color: #000000;
	text-decoration: none;
}

#archivesbydate a:hover {
	color: #00e1ff;
}

#archivesbydate p {
	font-size: 14px;
	line-height: 150%;
}

#search h2 {
	text-align: center;
}

#tags a {
	color: #000000;
	text-decoration: none;
}

#tags a:hover {
	color: #00e1ff;
}

#tags h2 {
	border-bottom-color: #ffff00;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: center;
	}

/*List style*/

ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
}

ol {

}

ol li {
	
}

li {
	padding-top: .25em;
	padding-bottom: .25em;
	}

