@import url("reset.css");
/*
Theme Name: Power of Words
Theme URI: http://wordpress.org/
Description: A custom theme for Power of Words.
Version: 1
Author: Jacob Schulke
Author URI: http://j12media.com/
Tags: blue, fixed width, two columns, widgets

	POW v1

	This theme was designed and built by jacob Schulke,
	whose site you will find at http://j12media.com/


*/



/* html tags */
body {
background:url(images/bg.jpg) repeat-x #97b4ba;
text-align:center;
margin:0 auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#233136;
font-size:78%;
}
p {
line-height:normal;
padding:5px 0 10px 0;
margin:0 0 15px 0;
}
hr {
display:none;
}
a {
color:#d2ed75;
}
a:visited {
color:#000033;
}
a:hover {
text-decoration:none;
}
ul, ol {
padding:5px 0 5px 15px;
}
li {
padding:2px;
}
ol li {
list-style:decimal inside;
}
ol li ol li {
list-style:lower-alpha inside;
margin:0 0 0 10px;
}
ul li ol {
padding:0 0 10px 35px;
}
h1 {
font-size:130%;
padding:0 0 15px 0;
}
h2 {
font-size:120%;
font-style:italic;
padding:0 0 10px 0;
}
h3 {
font-style:italic;
font-size:110%;
}
h4, h5, h6 {
font-size:100%;
padding:5px 0 0 0;
}
/*blockquote {
width:200px;
float:right;
margin:0 10px 10px 10px;
padding:0 10px 10px 15px;
background:url(images/quote_start.gif) no-repeat;
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
font-size:110%;
font-style:italic;
}
blockquote p strong {
font-family:Arial, Helvetica, sans-serif;
font-size:85%;
font-weight:normal;
font-style:normal;
text-align:right;
display:block;
background:none;
}*/

/* layout */
#page {
width:800px;
margin:0 auto;
text-align:left;
position:relative;
}
#header {
position:relative;
height:119px;
}
#header h1 a {
display:block;
background:url(images/logo.jpg) no-repeat;
text-indent:-999px;
height:154px;
width:406px;
position:absolute;
top:0;
left:-92px;
}
.description {
text-align:right;
display:none;
}
#content {
float:left;
}
.narrowcolumn {
width:596px;
}
.post {
}
.post h2 {
color:#e5ffc5;
font-size:160%;
font-family:"Times New Roman", Times, serif;
border-bottom:2px solid #d2ed75;
padding:44px 0 6px 6px;
}
.entry {
padding:10px 70px 10px 30px;
}
#sidebar {
width:204px;
float:right;
width:204px;
}
#sidebar #mainPhoto {
border:2px solid #d2ed75;
margin-bottom:2px;
width:200px;
height:282px;
background:url(images/carisa_main.jpg) no-repeat;
}
#sidebar p {
background:#e5ffc5;
margin:0 6px 0 6px;
padding:12px;
}
#sidebar p a {
color:#233136;}
#sidebar div {
border:2px solid #d2ed75;
margin-bottom:2px;
width:200px;
height:82px;
background:#CCCCCC;
}
ul#navigation {
position:absolute;
top:52px;
left:165px;
z-index:1;
padding:0 0 0 115px;
border-top:2px solid #d2ed75;
}
#navigation li {
float:left;
padding:0;
}
#navigation li ul {
display:none;
}
#navigation li a {
border-bottom:2px solid #acc8bd;
border-right:2px solid #d2ed75;
padding:6px 8px 7px 8px;
color:#37464a;
text-decoration:none;
font-weight:bold;
display:block;
}
#navigation li a:hover {
border-bottom:2px solid #d2ed75;
color:#e5ffc5;
}
#footer {
clear:both;
font-size:10px;
padding:40px 0 10px 0;
}
#footer .credit {
float:right;
}
#footer .login {
clear:both;
text-align:right;
}