/*  
Theme Name: Cosmo Dog Online
Theme URI: http://cosmodogonline
Description: 2 Column - Left Sidebar
Version: 1.0
Author: Gina - Creative Streak
Author URI: http://creative-streak.com
*/


/* Layout
----------------------------------------------- */

body {
padding: 0;
margin: 0;
font-family: verdana,arial,impact,tahoma;
font-size: 12px;
line-height: 18px;
background-color: #FFFFFF;
color: #999999;
}

#container {
width: 790px;
margin: 0 auto 0 auto;
background-image: url(images/bg.jpg);
}

#header {
margin:0;
width: 790px;
height: 179px;
background-repeat: no-repeat;
background-image: url(images/header.jpg);
}

#content {
float: right;
width: 630px;
margin: 0px 15px 0 -10px;
color: #999999;
display: inline;
text-align: justify;
}

#sidebar {
float: left;
width: 160px;
margin: 0px 0 0 -34px;
display: inline;
}

#footer {
margin:0;
width:790px;
height: 161px;
background-repeat: no-repeat;
background-image: url(images/footer.jpg);
clear: both;
}

#header, #content, #footer, #sidebar{
overflow: hidden;
}


/* Content
----------------------------------------------- */

#content ul li {
list-style: square;
margin: 0;
padding: 0;
}


/* Sidebar
----------------------------------------------- */


#sidebar a, a:link, a:visited, a:active {
text-decoration: none;
color: #ea1a69;
}

#sidebar a:hover {
text-decoration: underline;
color: #ea1a69;
}

#sidebar ul ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style: none;
margin: 0;
padding: 0;
}


/* Posts
----------------------------------------------- */

.post {
margin-bottom: 10px;
color: #999999;
font-size: 12px;
line-height: 18px;
}

.post a {
color: #ea1a69;
text-decoration: underline;
}

.post p {
margin-bottom: 5px;
line-height: 18px;
}


.post li {
margin-left: 20px;
}

.post ul {
list-style: square;
margin-bottom: 10px;
}

p {
padding-bottom: 5px;
}


/* Comments
----------------------------------------------- */

ol.commentlist {
width: 430px;
margin: 0;
text-align: justify;
}

ol.commentlist li {
margin-bottom: 15px;
padding: 5px;
background-color: #FFFFFF;
}

ol.commentlist a {
color: #ea1a69;
}

small.commentmetadata {
font-size: 12px;
margin-bottom: 5px;
display: block;
}

#comments {
padding-left: 5px;
margin-left: 5px;
margin-bottom: 10px;
}

#commentform {

color: #999999;
padding-left: 10px;
}

#comment {
font-family: arial, verdana ,impact, tahoma;
font-size: 12px;
color: #999999;
border: 1px solid #999999;
}


/* General
----------------------------------------------- */

h2 {
padding: 2px;
margin-top: 2px;
font-family:  verdana,arial,impact,tahoma;
font-size: 20px;
line-height: 23px;
color: #ea1a69;
text-align: left;
}

h2 a:hover, h2 a:visited, h2 a:active, h2 a:link {
color: #ea1a69;
text-decoration: none;
}

h3 {
padding: 2px;
margin-top: 5px;
font-family:  verdana,arial,impact,tahoma;
font-size: 14px;
font-weight: bold;
color: #404040;
text-align: left
}

blockquote {
font-style: italic;
margin: 1em 1.5em;
padding-left: 25px;
padding-right: 10px;
border-left: 2px dashed #999999;
background-color: transparent;
text-align: justify;
}

blockquote cite {
margin: 5px 0 0;
display: block
}

a, a:link, a:visited, a:active {
color: #ea1a69;
text-decoration: none;
}

a:hover {
color: #ea1a69;
text-decoration: underline;
}

code {
font-size: 12px;
color: #ea1a69;
}

input, textarea, option  select {
border: 1px solid black; 
background-color: #ffffff; 
color: #999999; 
font-family: arial, verdana ,impact, tahoma; 
font-size: 12px;
padding: 2px;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #808080;
}

.navigation {
display: block;
margin: 10px 0 10px 0;
padding-bottom: 10px;
}

.alignleft {
float: left;
padding-left: 10px;
text-align: left;
display: inline;
}

.alignright {
float: right;
padding-right: 10px;
text-align: right;
display: inline;
}

#respond {
font-size: 16px;
margin-left: 10px;
}

a img {
border: none;
}

.gravatar {
margin: 2px 0 0 2px;
}



