/*   
Theme Name: Shape
Theme URI: http://themeshapes.com/shape/
Description: A search engine optimized website framework for WordPress.
Author: Ian Stewart
Author URI: http://themeshapes.com/
Version: 0.1.2
Tags: threaded-comments, microformats
.
The Shape Theme for WordPress is copyright ThemeShapes http://themeshapes.com/
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/







.post {
	margin: 0 0 0em 0;	
}
.entry-content, .entry-summary {
	margin: 0em 0 0 0;
}

.navigation {
	margin: 0 0 0em 0;
	overflow: auto;	
}


body {
margin: 0;
padding: 0;
border: 0;
overflow: auto;
height: 100%; 
max-height: 100%; 
text-align:center;
background-image: url('http://www.barbaraking.com/images/bk_grad2.gif');
background-repeat: y-repeat;
margin-top: 25px;
background-color:#5D6D7C;
font-family: Verdana;
font-size: .8em;
color:#000000;
}

a {
color:#B15252;
font-weight: bold;
text-decoration: none;
}

a:visited {
color:#B15252;
font-weight: bold;
}

a:hover {
color:#000000;
font-weight: bold;
}

a:active {
color:#B15252;
font-weight: bold;
}



#contentframe {
 
position: absolute;
	top: 30px;
	height: 400px;
	padding-right: 15px;
	width: 480px;
	padding-left: 450px;
        padding-top:10px;
	overflow: auto;
        text-align: left;


}

#wrapper {
	width: 950px;
        height: 450px;
	margin: 0 auto;
        background-color:#ffffff;
background-image: url('http://www.barbaraking.com/images/bk_background.jpg');
background-repeat: no-repeat;
}


#links {
position:relative;
left:auto;
top: 450px;
width: 950px;
height: 86px;
background-image: url('http://www.barbaraking.com/images/bk_links_bg.gif');
background-repeat: no-repeat;
font-size: .8em;
color: #BAD2E9;
padding-bottom:60px;
text-align:center;
}

#links a {

color:#BAD2E9;

}

#links a:hover {

color:#333333;

}

#links a:visited {

color:#BAD2E9;

}


#welcome  {
padding-left: 0px;
padding-top:30px;
padding-bottom:20px;

}



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	clear: both;
}

h2 {

font-size: 1.6em;
font-family: Arial;
}

h2 a {
color:#B15252;
font-weight: normal;
text-decoration: none;
}

h2 a:visited {
color:#B15252;
font-weight: normal;
}

h2 a:hover {
color:#000000;
font-weight: normal;
}

h2 a:active {
color:#B15252;
font-weight: normal;
}

h3 {

font-size: 1.6em;
color: #E5A2A2;
padding-top: 0px;
text-decoration:none;
font-family: Arial;
margin:0px;
}

h3 a {
color:#B15252;
font-weight: normal;
text-decoration: none;
}

h3 a:visited {
color:#B15252;
font-weight: normal;
}

h3 a:hover {
color:#000000;
font-weight: normal;
}

h3 a:active {
color:#B15252;
font-weight: normal;
}

h4 {

font-size: 1.6em;
color: #A85858;
padding-top: 0px;
text-decoration:none;
font-family: Arial;
border-bottom: 1px solid #A85858;
}

h5 {  margin-top:-10px;
color:#B15252;
font-weight: normal;
text-decoration: none;
margin-bottom:30px;
}

h6 {

font-size: 1.4em;
color: #5D6D7C;
padding-top: 30px;
text-decoration:none;
font-family: Tahoma;
text-transform:uppercase;
margin:0px;
border-bottom: 2px solid #A7B2BD;
font-weight: bold;
text-align:right;
padding-bottom: 0px;
margin-bottom: 35px;
}


blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}


