/*
	Theme Name: Stripped
	Theme URI: http://www.involuntaryart.com
	Description: Stripped
	Version: 1.0
	Author: Rachel
	Author URI: http://www.involuntaryart.com
*/
/*----Global Reset Courtesy of Eric Meyer----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
.hide {display:none;}


/* Font Size 
-----------------------------------------------*/
p, form, li {font-size:1em; padding-right: 10px;}
h1 {font-size:1.4em;}
h2, h3, h4, h5, h6 {font-size:1.2em;}

/* Font Colour 
-----------------------------------------------*/

font-size: x-small;
font family: Georgia, Serif;
text-align: center;
color: #000;
a:link {
  color:#050a0;
  text-decoration:none;
  }
a:visited {
  color:#104090;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
p, form, li {color:#000;}
h1, h1 a {color:#00a;}
h2, h3, h4, h5, h6 {color:#00a;}

/* Images
----------------------------------------------*/
.alignright {float:right; padding:0 0 10px 10px;}
.alignleft {float:left; padding:0 10px 10px 0;}
.aligncenter {margin: 0 auto 0 auto;}
a img {border:0;}
.wp-caption {
      text-align:center;  
      font-size:0.9em;
}
.wp-caption p.wp-caption-text {font-size:50%;}

/* Main Layout
-----------------------------------------------*/

body {
	margin: 0px; padding: 0px;
	color: #000;
	/* Increase the percentage and the line-height here and it will change them throughout the site.
	   The same can be done for the font-family.
	*/
}

#wrap {
	position:relative;
	width: 900px;
	margin: 0px auto 0px auto; padding:0;
}


/* Header Area 
-----------------------------------------------------------*/
#header {
	float:left;
	width:940px; height:180px;
	padding:0 10px 10px 10px;
	background:url(images/header.gif) 50% top  no-repeat;
}

#logo a {
	display:block;
	width: 100px; height: 80px;
	float:left;
	margin:20px 0 0 60px;
}

#tagline {
	width:400px;
	float:right; text-align:right;
	font-size: 1.2em;
	color:#000;
	padding:0px 40px 0 0;
}


/* Top Navigation 
-----------------------------------------------------------*/

#top_nav {
	float:left;
	width:940px;
	padding:0 10px;
	font-size:x-small;
}
#top_nav ul {
	list-style-type:none;
}
#top_nav ul li {
	float:left;
	padding:5px 10px;
}
#top_nav ul li a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

#top_nav ul li a:hover, #top_nav ul li.current_page_item a {color:#000;}

/* Main Body Content Area 
-----------------------------------------------------------*/

#main {
	float:left;
	width:100%;
	padding:0px;
}

#content {
	float: left; /* Change to right if you want the content to appear on right */
	width:55%;
	padding: 20px;
}


/* Main body content formatting
--------------------------------------------------------------*/

.entry {padding:0 0 30px 0;}
.entry p {padding:6px 0;}

.entry ul, .entry ol {
	margin: 5px 5px; padding:5px 5px;
}


h1, h1 a {/* Main headings are h1 for better SEO */
	margin:0 0 8px 0;
	font-weight:bold;
	color:#00a;
	font-family: cursive;
}

h2, h3, h4, h5, h6 { /* Set styles for sub-headings if needed */
	margin:0 0 8px 0;
	font-weight:bold;
	color:#00a;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline; }

blockquote{
	color: #555;
	border-left:5px solid #555;
	padding:10px 20px 10px 20px; margin-left:20px;
}

.entrymeta {
	margin:10px 0; padding:6px;
	color: #555;
	border-top:solid 1px #555;
	font-size: 90%;
}
.entrymeta p {padding:3px 0;}

.post-navigation {padding:10px 0;}

.navigation-previous {
	float:left;
	width:50%;
	text-align:left;
}

.navigation-next {
	float:right;
	width:50%;
	text-align:right;
}


/* Sidebar Area 
-------------------------------------------*/

#sidebar {
	float:right; /* Change to left if you want the sidebar to appear on left */
	width:200px;
	padding: 20px 30px 30px 30px;
	text-size: x-small;
}

#sidebar h2 {
	margin: 0px 0 0px 0; padding: 0 0 0px 0;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	color:#00a;
	font-family: cursive;
}
#sidebar ul {list-style: none;}

#sidebar ul ul {margin-bottom:0px;}

#sidebar ul li {padding:5px 0px;}

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {color: #000;}

#search {margin: 8px 0 15px 0;}


/* Footer area
------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
	width:960px;
	margin:0 auto 0 auto;
}
#footer p {	
	font-size:0.9em; 
	padding:10px;
}
#footer a {
	text-decoration:none;
	color:#666;
}

#footer a:hover {
	text-decoration:underline;
	color:#666;
}


/* Comments													
-----------------------------------------------------*/
h3#comments { margin:30px 0 10px 0; }		
		
.avatar {
		float: left;
		display:block;
		padding: 0 20px 10px 0px;
	}
			
.commentlist {padding: 20px 0px;}
.commentlist p {padding:6px 0;}
		
.commentmetadata {margin-top: 0;}
ol.commentlist, ol.commentlist li {	list-style: none;}
ol.commentlist li {padding:10px 0; border-bottom:1px solid #e6e6e6;}
#commentform {padding:20px 0;}
#commentform p {margin-bottom:10px;}


#commentform input, #commentform textarea {
		width:147px;
		border-top:1px solid #e6e6e6;
		background:#f9f9f9;
		font-size:11px;
		padding:2px 3px 3px;
	}

#commentform textarea {width:500px;}
#commentform #submit {
		width:150px;
		border:none;
		background:#343434;
		color:#fff;
		font-size:12px;
		cursor:pointer;
		padding:2px 0 3px;
	}


/* Calendar 
---------------------------------------------------------*/

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 1.1em;
	text-align: center;
	font-weight:bold;
}

#wp-calendar td {
	color: #ccc;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

