/*
	Theme Name: Pink Owl
	Theme URI: http://juicedesignstudio.com
	Description: Two or three column Wordpress theme
	Author: Juice Design Studio
	Author URI: http://juicedesignstudio.com
	*/


body {
font-family: Tahoma;
font-size: 12px;
padding: 0px;
background: #ffffff url(images/bg.png);
background-repeat: repeat;
background-position: top center;
margin: 0px;
text-align: justify;
 }

p {
font-size: 12px;
line-height: 13px;
}


a:link {
color: #f76f82;
text-decoration: none;
}

a:visited, a:active {
color: #f76f82;
text-decoration: none;
}

a:hover {
color: #572f01; 
text-decoration: none;
}

#navigation {
margin: auto;
width: 937px;
font-size: 14px;
clear: both;
font-weight: bold;
color: #572f01;
text-align: center;
height: 25px;
background: #FFFFFF;
}

#navigation ul {
float: left;
list-style: none;
margin: 8px 0px 0px 10px;
padding: 0px;
color: #572f01;
}

#navigation li {
float: left;
padding: 0px 20px 0px 0px;
color: #572f01;
}

#navigation a {
text-decoration: none;
color: #572f01;
}

#navigation a:hover {
text-decoration: none;
color: #572f01;
background-color: #bff0f4;
}

input, textarea, select {
background-color: #f76f82;
color: white;
border: 1px dashed #3a2f22;
font-size: 1.2em;
font-family: tahoma;
}

blockquote {
background-color: #e3f1f7;
margin: 0 30px;
padding: 0 10px;
border-left: 7px solid #572f01;
border-right: 1px dashed #572f01;
border-top: 1px dashed #572f01;
border-bottom: 7px solid #572f01;
}

#wrapper {
width: 980px;
padding: 0px;
margin: auto;
background: url(images/wrapper.png) repeat-y;
}

#header {
height: 221px;
margin: 0px;
padding: 0px 0px 0px 0px;
background: url('images/header1.png') no-repeat center;
text-align: right;
}

#content {        
width: 500px;
background: url(images/wrapper_content.PNG) repeat-y;
float: left;
padding-left: 20px;
padding-top: 10px;
margin-top: 895px;
margin: 0 auto;
overflow: hidden;
}
 
#sidebar {
width: 420px;
 padding: 14px;
float: right;
margin: 0px;
}

#sidebar_left {
float: left;
padding: 10px;
width: 190px;
}

#sidebar_right {
float: right;
padding: 10px;
width: 190px;
}

#sidebar h2 {
 font-size: 16px;
 color: #572f01;
 background: url('images/line.png') no-repeat left;
 padding: 5px 0px 10px 5px;
 margin: 3px 0px;
 }

#sidebar a:link {
color: #f76f82;
text-decoration: none;
}
#sidebar a:visited {
color: #f76f82;
text-decoration: none;
}
#sidebar a:hover {
color: #572f01; 
text-decoration: none;
}

#sidebar ul {
 list-style: none;
 margin: 0px 0px 30px 0px;
 padding: 5px;
 }
#sidebar li {
 padding: 3px 0px;
 }


#footer {
width : 950px;
margin : 0 auto;
background: url(images/footer.png);
clear : both;
height : 149px;
padding-bottom : 0px;
color : #3a2f22;
font-family : Arial, Georgia, 'Times New Roman', serif;
text-align : center;
font-size : 12px;
text-align : justify;
}

#footer a:link {
color: #f76f82;
text-decoration: none;
}
#footer a:visited {
color: #f76f82;
text-decoration: none;
}
#footer a:hover {
color: #f76f82; 
text-decoration: none;
}

.blog {
font-family: tahoma;
text-transform: uppercase; 
font-size: 12px;
margin: 6px 0 0 0;
padding: 0 0 1px 0;
color: #f69596;
}

.posttitle {
font-family: tahoma;
color: #572f01;
font-weight: bold;
font-size: 24px;
text-decoration: none;
background: url('images/title_dots.PNG') no-repeat left;
padding: 0px 0px 10px 5px;
border-bottom: none;
} 

.posttitle a:link {
font-family: tahoma;
color: #572f01; 
font-weight: bold;
font-size: 24px;
text-decoration: none;
border-bottom: none;
}

.posttitle a:visited {
font-family: tahoma;
color: #572f01;
font-weight: bold;
font-size: 24px;
text-decoration: none;
border-bottom: none;
}

.commentauthor {
margin: 10px 2px 2px 2px;
font-size: 12px;
text-decoration: none;
}

#comment {
width: 98%;
margin-left: 20px;
}

.postnav {
width: 100%;
padding: 12px 0 0;
font-size: 8px;
overflow: auto;
}
.prev {
float: left;
}
.next {
float: right;
}

img.wp-smiley{ border:none;}

