/*  
Theme Name: Poke
Theme URI: http://fightingfriends.com/daydream/
Description: A dreamy, single column theme. 
Version: 0.5
Author: Jim Whimpey
Author URI: http://fightingfriends.com
*/

<!--
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background-repeat: repeat-x;
	background-color: #ADE030;
}
#containerBg {
	background-image: url(./images/elmwoodblogbackground.jpg);
	background-repeat: repeat-x;
	background-color: #BEE530;
}
#container {
	width: 635px;
	margin-left:auto;
	margin-right:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	padding-bottom: 40px;
}


#mainContent, .mainContent  {
	float:left;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 00px;
	line-height: 1.15em;
	color: #191919;
	position: relative;
	/*padding-right: 330px;*/
	/*margin-bottom: -60px;*/
	overflow: hidden;
	width: 400px;
	text-align: justify;
}
#mainContent, #content {
	min-height: 1100px;	
}
.mainContent  {
	margin-bottom: 60px;
}

#mainContent img , .mainContent img {
	max-width: 400px;
	height: auto;
}

.postie-image-divxxx {
	float: left;
}


#header {
	width: 635px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	font-size: 2.1em;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 30px;
}


#title {
	width: 635px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 47px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 47px;
	padding-bottom: 20px;
}

h2 {
	width: 400px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 28px;
	letter-spacing: -0.03em;
	color: #1A1A19 !important;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1em;
}

#footer {

	height: 100px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(./images/footerbackground.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	z-index:100;
	position: relative;
}

#footer p {

	width:635px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #e0FF00;
	
	font-size: 22px;
	font-weight:bold;
	padding-top: 20px;
	
}


#title span  {
	color:#1A1A19
}

h2 span  {
	color:#FFF
}
h2 a  {
	color:#1A1A19
}
h2 a:hover  {
	color:#FFF
}

#blogPic {
	float:right;
}

#bigFinger {
	position:absolute;
	left: -170px;
	top: 62px;
}
.clearBoth {
	clear:both;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#000000;
}
#header a {
	color: #191919;
}
#header a:hover {
	color: #FFFFFF;
}

#footer a {
	color:#D8F000;
	}
	
#footer a:hover {
	color:#ffffff;
	}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.pokeIntro {
	font-size: 1em;
	font-weight: normal;	
}
#sidebar {
	list-style: none;
	position:absolute;
	left:480px;
	width: 200px;
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar h2 {
	width: 200px;  
	text-align: left; 
	font-size: 22px;
	letter-spacing: -0.03em;
	color: #1A1A19 !important;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.singlePage #sidebar {
	margin-top: -30px;
}
.navigation {
	width: 400px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 00px;
}
.navigation span {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 30px;
}
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}
.tags {
	font-size: 1.3em;
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
	width: 400px;
	margin-top: 30px;
}
.pokeButton {
	color: #8abd01;	
	font-weight: bold;
}
a img {
	border: 0px;
}
-->