/*  
Theme Name: SwingVine Blog
Version: 0.1
Author: SwingVine
Author URI: http://www.swingvine.com/
*/

* { margin: 0; padding: 0; outline: none; }

a:link, a:visited, a:active { color: #6891c3; }
a:hover { color: #134077; }

body 
{
    background: #888888;
    border: 0 none;
    font-family: arial, sans-serif;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

.body-frame
{
    padding: 0 15px;
    background: url("img/frame_gradient.png") repeat-x top left;
    background-color: rgb(158, 191, 109);
    min-width: 750px;
}

#innerbody
{
    padding: 0 5px 0 5px;
    margin: 0;
    background: url("img/h_shadow.png") repeat-y scroll top right;
}

#outer-content
{
    border: 0;
    margin: 0;
    padding: 0 15px 30px 15px;
    background: white url('img/header-gradient-2.png') repeat-x top left;
}

.clear
{
    clear: both;
}

#logo-image
{
    cursor: pointer;
    padding-bottom: 4px;
}

.search-button
{
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
    margin: 0;
    border: 0;
    padding: 3px;
    color: gray;

    width: 75px;
    height: 23px;
    background: url("img/search-button.png") no-repeat 0px 0px;
}

h2
{
    font-family: lucida sans unicode, arial, sans serif;
}

a:link, a:visited, a:hover, a:active
{
    color: #3A669B;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    border-bottom: none;
}

a:visited img
{
    text-decoration: none;
    border: 0;
}

a:link img
{
    text-decoration: none;
    border: 0;
}

a.header-link:link, a.header-link:visited, a.header-link:hover, a.header-link:active
{
    font-size: 0.9em;
    color: rgb(242, 242, 242);
}

a.header-link:link, a.header-link:visited, a.header-link:active
{
    text-decoration: none;
}

a.header-link:hover
{
    text-decoration: underline;
}

.borderless, .almost-borderless
{
    border: none;
    border-collapse: collapse;
}

.fulltable
{
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}



#wrapper { width: 700px; margin: 0 auto; }

#header { width: 700px; height: 115px; }

a.logo span { display: none; }

#branding
{
    padding-top:20px;
    vertical-align: top;
}

.search 
{ 
    padding-top: 35px;
    text-align: right;
    vertical-align: top;
    width: 260px;
}

.search .search-text 
{ 
    border: solid 1px #A9A9A9;
    font-size: 1em;
    padding: 2px;
    width: 157px;
}

/*
	script stuff
*/
.search-alert {display: none; background: url(img/search-alert-arrow.png) no-repeat; padding: 20px 15px 10px 15px; float: left; margin-top: 2px; position: absolute; font-size: 10px; cursor: pointer; color: #000; }

#content { width: 490px; float: left; }

.post { width: 490px; margin-bottom: 50px; }
.post h2 a { color: #24446b; font-weight: normal; text-decoration: none; font-size: 24px; }
.post span.post-info { color: #CCCCCC; font-size: 10px; padding-bottom: 10px; width: 490px; float: left; }
.post p { line-height: 22px; margin-bottom: 10px; }
.post div.cats { border-top: 1px solid #ececec; padding-top: 10px; }

#sidebar { width: 185px; float: right; }
#sidebar ul { list-style-type: none; }
#sidebar ul li { padding-bottom: 5px; border-bottom: 1px solid #ececec; margin-bottom: 15px; }
#sidebar ul li ul li { margin: 0; border: none; padding: 0; }
#sidebar ul li ul li /* a */ { padding: 5px 0px 5px 20px; display: block; width: 165px; background: url(img/sidebar-bullet.gif) no-repeat 0px 7px; }
#sidebar ul li h2 { font-size: 18px; color: #474747; padding-bottom: 9px; font-weight: normal; }

.navigation .previous {float:left;}
.navigation .next {float:right;}


#footer
{
    background: url("img/v_shadow.png") repeat-x top left;
    clear: both;
    text-align: center;
    padding: 20px 10px 30px 10px;
    font-size: 0.8em;
    color: #EEE;
    background-color: #888;
}

a.footer-link:visited
{
    color: #EEE;
}

a.footer-link:link
{
    color: #EEE;
}

/*
	.comments template styles
*/

.comments { float: left; padding: 0; }

.comments input[type=text], textarea { width: 350px; }

textarea { width: 450px; }

.comments fieldset { padding: 20px; border: 1px solid #CCC; margin: 10px 0 20px 0; }

.comments p { padding: 0 0 10px 0; }

.comments h2 { padding: 0 0 15px 0; }

#cdisplay { list-style-type: none; padding: 0; margin: 0; }

	#cdisplay li { padding: 10px;  margin-bottom: 10px; width: 490px; }
	
	#cdisplay li.first {  background: #f9f9f9; border-bottom: #CCC 1px solid; }
	
	#cdisplay li.second {  background: #f6f6f6; border-bottom: #dedede 1px solid; }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

img.avatar {float:right;}
