/*
Theme Name: Karma
Theme URI: http://www.pinkkarmadesigns.com/
Description: 
Version: 1.0
Author: Aaron Affleck c/o Overdrive Design Labs Inc.
Author URI:
*/


/* Begin Typography & Colors */


body {
 font-size:12px;
 font-family: Arial, Verdana, Sans-Serif; 
 color: #DDD;
 margin:0;
}

a {
 color:#FFFFFF;
}


#navbar {
 width:720px;
 height:30px;
 background:transparent;
 float:right;
 margin:0px auto;
 padding-top:60px;
}

#navbar ul {
 position:relative;
 margin:0px auto;
 width:720px;
 padding:0;
 list-style-type:none;
}

#navbar ul li {
 margin:0;
 padding:0;
 float:left;
}

#navbar ul li a {
 height:30px;
 color:#EC5299;
 float:left;
 display:block;
 font:bold 12px/30px Verdana, Sans-Serif;
 background-image:url(images/nav-sep.gif);
 background-color:none;
 background-repeat:no-repeat;
 background-position:0px 0px;
 margin:0;
 padding:0px 10px 0px 10px;
 text-decoration:none;
}

#navbar a.home {
 background-image:none;
}

#navbar ul li a:hover, #navbar ul li.current_page_item a {
 background-color:#d1d2d1;
 color:#EC5299;
}

#image-browser-container {
 background-color:#FFF;
 filter:alpha(opacity=75);
 -moz-opacity:.75;
 opacity:.75;
 width:100%;
 height:210px;
 position:relative;
 z-index:5;
}

#image-browser {
 width:900px;
 margin:0px auto;
}

#back-arrow {
 width:16px;
 height:32px;
 background:url(images/back-arrow.png) no-repeat 0px 0px;
 float:left;
 margin-top:87px;
 margin-left:13px;
}

#displays {
 width:810px;
 height:181px;
 margin:25px 5px 0px 12px;
 float:left;
}

#forward-arrow {
 width:16px;
 height:32px;
 background:url(images/forward-arrow.png) no-repeat 0px 0px;
 float:right;
 margin-top:87px;
 margin-right:20px;
}

#heading {
 width:816px;
 height:75px;
 background:url(images/logo.gif) no-repeat 0px 0px;
 margin:15px auto;
}

#heading h1 {
 display:none;
}

#content {
 position:relative;
 width:952px;
 margin:0 auto;
 font-size: 1.2em;
 min-height:450px;
}

#content .entry {
 width:375px;
 margin:0px 0px 0px 85px;
 line-height:18px;
}

#content .entry-about ul {
 margin-top:-15px;
 padding-top:0px;
}

#main-display {
 position:absolute;
 right:34px;
 top:-177px;
}

#main-display-page {
 position:absolute;
}


#credits { 
 position:absolute;
 right:0;
 margin-right:30px;
 padding:0;
}

#credits a {
  color:#fff;
  font-size:9px;
 }


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Bradley Hand ITC', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#fff;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	color:#fff;
	margin-left:85px;
	margin-bottom:5px;
	margin-top:20px;
	padding:0;
	float:left;
	}



h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
a:hover {
	color:#eee;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.post {
	margin:0px 0 40px 0;
	}

.post hr {
	display: block;
	}

#post-3 .entry {
width:500px;
}

#post-17 h2, #post-13 h2 {
 margin-top:50px;
} 

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}


h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
	span.required {
	 color:#EC5299;
	}