/*
Theme Name: Ninjela
Theme URI: http://ninjela.com
Description: Ninjela!
Version: 
Author: Angela Koskela
Author URI: http://angelakoskela.com
Tags:

*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #004782 url(images/bg.png);
	background-attachment: fixed;
	font: small/1.75em Verdana, Geneva, sans-serif;
	color: #000;
}
.shine {
	background: url(images/shine.png) repeat-x;
	background-attachment: fixed;
}
.top {
	background: url(images/top.png) no-repeat;
	width: 940px;
	height: 80px;
	margin: 0 auto;
}
.bottom {
	background: url(images/bottom.png) no-repeat;
	width: 940px;
	height: 80px;
	margin: 0 auto;
}
.repeater {
	width: 940px;
	background: url(images/shadow.png) repeat-y;
	margin: 0 auto;
}	
#page {
	background: #f7f5f4 url(images/page.jpg);
	margin: 0 auto;
	width: 900px;
}
.logo {
	float: left;
	padding: 0 0 0 30px;
	width: 318px;
	height: 105px;
	margin: 20px 0 30px 0;
}
.nav {
	margin-top: 30px;
	float: right;
	height: 55px;
	padding: 20px 30px 0 0;
}
.nav ul {
	list-style: none;
}
.nav li {
	display: inline;
	float: left;
	margin-left: 10px;
	background-image: url(images/nav.png);
	background-repeat:no-repeat;
}
.nav a {
	display: block;
	height: 55px;
}
.nav a span {
	display: none;
}
.nav li.nav-home {
	width: 89px;
}
.nav li.nav-home:hover {
	background-position: 0 -55px;
}
.nav li.nav-blog {
	width: 85px;
	background-position: -89px 0;
}
.nav li.nav-blog:hover {
	background-position: -89px -55px;
}
.nav li.nav-about {
	width: 81px;
	background-position: -174px 0;
}
.nav li.nav-about:hover {
	background-position: -174px -55px;
}
.nav li.nav-portfolio {
	width: 121px;
	background-position: -255px 0;
}
.nav li.nav-portfolio:hover {
	background-position: -255px -55px;
}
.nav li.nav-contact {
	width: 105px;
	background-position: -376px 0;
}
.nav li.nav-contact:hover {
	background-position: -376px -55px;
}
small {
	font-size: xx-small;
}
p, h1 {
	margin-bottom: 30px;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
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;
}
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 20px 0 0;
	font-size: 170%;
}
h2.pagetitle {
	margin-top: 30px;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 125%;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
.narrowcolumn {
	float: left;
	padding: 0 0 0 30px;
	width: 555px;
}
.widecolumn {
	float: left;
	width: 900px;
}
.post {
	margin: 0 0 40px;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	background: #e7e7e7;
	border: none;
	margin: 0 auto;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 30px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: #fff;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
/* Begin Various Tags & Classes */

.blogroll {
	background: url(images/links.png) no-repeat 150px 180px;
}
ul.social_links {
	list-style: none;
	margin: 0 0 20px 0 !important;
	padding: 0;
}
ul.social_links li {
	display: inline;
	margin: 0 2px 2px 0;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.post hr {
	display: block;
}
.narrowcolumn div.hr {
	height: 12px;
	background: url(images/hr.png) no-repeat;
	border: none;
}
hr {
	display: none;
	border: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
.home-blog ul {
	margin: 0 0 20px 0 !important;
	list-style: none;
}
.home-blog li {
	margin: 0 0 20px 0;
	background: url(images/quote.png) no-repeat 0 20px;
	padding: 0 0 0 30px;
}
.home-blog a {
	font-weight: bold;
	font-size: 120%;
}
/* End Various Tags & Classes*/

/* 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. */
.entry ul, .entry ol {
	margin: 0 0 20px 30px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/* End Entry Lists */



/* Begin Form Elements */
select {
	width: 130px;
}
/* End Form Elements */



/* Begin Comments*/
.commentbubble a {
	display: block;
	background-image: url(images/bubble.png);
	width: 40px;
	height: 26px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	padding-top: 2px;
	font-weight: bold;
}
.commentbubble a:hover {
	background-position: 0 -28px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	background: url(images/textarea.png) no-repeat 0 0;
	width: 492px;
	height: 310px;
	padding: 30px;
	border: none;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 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: 0 30px 0 0;
	float: right;
	width: 250px;
}
#sidebar form {
	margin: 0;
}
#searchform {
	margin: 0 auto;
	padding: 5px 0 0 0;
	text-align: center;
}
#sidebar #searchform #s {
	width: 138px;
	height: 19px;
	padding: 5px 10px;
	background: url(images/search.png) no-repeat 0 0;
	border: none;
}
#sidebar #searchsubmit {
	padding: 1px;
}
#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#sidebar ul ul {
	margin-bottom: 20px;
}
	
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0 0;
}
.aktt_tweets ul {
	list-style: none !important;
	margin: 0 !important;
}
.aktt_tweets li {
	margin-bottom: 10px !important;
}
.aktt_tweet_time, .aktt_tweet_reply {
	font-size: 75%
}
.aktt_more_updates {
	background: url(images/tweet.png);
	width: 196px;
	height: 30px;
}
.aktt_more_updates a {
	display: none;
}
img.flickrimg {
	margin: 0 5px 5px 0;
	border: 1px solid #000;
}
/* End Sidebar */






/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
