/*   
Theme Name: lonnie-fishie
Theme URI: http://lonnfish.net9.org/
Description: for lonnie &amp; fishie's personal blog
Author: lonnie
Author URI: http://lonnfishi.net9.org/
Version: 0.1
*/


/* common */
body {
	font-family: "Arial", sans-serif;
	font-size: 80%;
	margin: 0;
}
pre, code {
    font-size: 90%;
}
a { 
	text-decoration: none; 
}
.hr {
    height: 0px; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    border-top: 1px dashed #CCCCCC;
}
p {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
    line-height: 1.5em;
}
form {
    margin: 0;
}

/* header */
.header {
    height: 35px;
    text-align: center;
}
.header h1 {
    font-family: "Times New Roman", sans-serif;
}
.header a { color: #001060; }
.header a:hover { color: #CC0000; }
.header span.blogdesc {
	font-size: 100%;
	color: #080848;
	padding: 5px 30px 5px 30px;
}

/* custom color */

.lee a { color: #333366; }
.lee a:hover { color: #4f80d0; }
.niki a { color: #993366; }
.niki a:hover { color: #d047b0; }

/* layout */
.section {
    width: 100%;
    float: left
}
.left-half {
    float: left;
    width: 50%;
}
.right-half {
    margin-left: 50%;
}
.col1 {
    margin-right: 100px;
}
.col2 {
    float: left;
    margin-left: -100px;
    width: 199px;
}
.col3 {
    margin-left: 99px;
}
.lee-title {
    background: #333366;
}
.niki-title {
    background: #993366;
}

/* title bar */

.single-sidebar-title h2,
.single-title h2,
.col1-title h2,
.col2-title h2,
.col3-title h2 {
    margin: 0;
    font-size: 100%;
}
.col1-title {
    color: #ffffff;
    text-align: right;
    padding: 5px;
    padding-right: 10px;
}
.col2-title {
    background: #666666;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.col3-title {
    color: #ffffff;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
}

/* body */

.body {
    background: url(images/sidebar-bg.png) repeat-y top center #ffffff;
}
.col1-body,
.col2-body,
.col3-body {
    padding: 20px;
}

/* post */

h2.post-title {
    font-family: "Times New Roman", serif;
    font-size: 130%;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 5px;
    display: inline;
}
.post-att {
    font-size: 80%;
    color: #999999;
    font-family: "Arial", sans-serif;
    padding: 2px;
    border: 1px dashed #CCCCCC;
    margin-left: 10px;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
    width: 80px;
    text-align: center;
    float: right;
}
.post-meta .post-comment-num {
    position: absolute;
    bottom: 0;
    right: 0;
}
.post-comment-num {
    font-size: 90%;
}
.post-comment-num a {
    color: #666666;
}
.post-meta {
    position: relative;
    height: 30px;
    font-size: 85%;
    width: 100%;
}
.post-meta .tags {
    position: absolute;
    bottom: 0;
    left; 0;
}

/* sidebar */

#sidebar {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
}
#sidebar ul {
    padding: 0;
    margin: 0;
}
#sidebar a {
    color: #333333;
}
#sidebar a:hover {
    color: #ff6666;
}

#sidebar h2 {
    font-size: 100%;
    border: 1px dashed #999999;
    padding: 5px;
    margin-top: 20px;
}

/* sidebar search */

#sidebar #search label.hidden,
#sidebar #searchform label.hidden {
    display: none;
}
#sidebar li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sidebar #search,
#sidebar #searchform {
    background: transparent;
}
#sidebar #search #s,
#sidebar #searchform #s {
    font-family: Arial, sans-serif;
    border: 1px solid #999999;
    width: 100px;
    background: #f0f0f0;
}
#sidebar #search #s:focus,
#sidebar #searchform #s:focus {
    background: #fffbca;
}
#sidebar #search #searchsubmit,
#sidebar #searchform #searchsubmit {
    margin-top: 4px;
    font-family: Arial, sans-serif;
    border: 1px solid #999999;
}

/* navigate */

.navigate {
    position: relative;
    font-size: 80%;
    width: 100%;
    float: left;
}
.navigate a {
    color: #333333;
}
.navigate a:hover {
    color: #ff6666;
}
.navigate .newer {
    position: absolute;
    left: 0;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.navigate .older {
    position: absolute;
    right: 0;
    text-align: right;
    width: 50%;
    margin: 0;
    padding: 0;
}
.navigate .top {
    top: 0;
}
.navigate .bottom {
    bottom: 0;
}

/* calendar */

table#wp-calendar {
    margin: 0 auto;
    text-align: center;
}
#wp-calendar tbody a {
    color: #660000;
}
#wp-calendar #today {
    text-decoration: underline;
}

/* categories */

ul.post-categories,
#sidebar .widget_categories ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    display: inline;
}
ul.post-categories {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 200%;
}

#sidebar .widget_categories li.cat-item,
.post-categories li {
    display: inline;
    text-align: center;
}
.post-categories li,
#sidebar .widget_categories li.cat-item a {
    padding: 3px;
    border: 1px solid #999999;
    background: #FFFFFF;
    display: inline;
    line-height: 27px;
}
.post-categories li:hover,
#sidebar .widget_categories li.cat-item:hover a {
    background: #666666;
    color: #FFFFFF;
}
.post-categories a,
#sidebar .widget_categories a {
    color: #666666;
}
.post-categories li:hover a,
.post-categories a:hover,
#sidebar .widget_categories li.cat-item:hover a,
.widget_categories a:hover {
    color: #FFFFFF;
}

/* for single */

.lee .single-sidebar {
    width: 200px;
    float: right;
}
.lee .single-body {
    width: 100%;
    float: left;
    background: #FFFFFF url(images/sidebar-bg.png) repeat-y right top;
}
.lee .single-post {
    padding: 20px;
    margin-right: 200px;
}
.single-sidebar-title {
    background: #666666;
    color: #ffffff;
    width: 200px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.lee .single-sidebar-title {
    float: right;
}
.lee .single-title {
    background: #333366;
    color: #ffffff;
    text-align: right;
    padding: 5px;
    padding-right: 10px;
    margin-right: 200px;
}

.niki .single-sidebar {
    width: 200px;
    float: left;
}
.single-body .single-sidebar {
    padding: 10px;
    width: 180px;
}
.niki .single-body {
    width: 100%;
    float: left;
    background: #FFFFFF url(images/sidebar-bg.png) repeat-y left top;
}
.niki .single-post {
    padding: 20px;
    margin-left: 200px;
}
.niki .single-sidebar-title {
    float: left;
}
.niki .single-title {
    background: #993366;
    color: #ffffff;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
    margin-left: 200px;
}

/* comment */

#commentform textarea {
    width: 70%;
    font-family: Arial, sans-serif;
    font-size: 90%;
}
ol.commentlist {
    margin: 20px;
    padding: 0;
}
ol.commentlist > li {
    list-style-type: none;
    margin-left: 60px;
    margin-bottom: 20px;
}
ol.commentlist cite.fn {
    font-style: normal;
    font-weight: bold;
}
ol.commentlist .comment-meta {
    font-size: 90%;
}
ol.commentlist .avatar {
    float: left;
    margin-left: -60px;
    padding: 3px;
    border: 1px dashed #CCCCCC;
}



#sidebarlogin
{
font-style: italic;
margin-top: 0.5em;
border-style: ridge;
padding: 8px;

}

#submitbutton
{
float:right;
padding-top:8px;
padding-right:3px;
}



.rememberme
{
padding-top:10px;
}


#log
{
width:112px;
hight:30px;
padding-left:7px !important;
padding-top:10px;
}

#pwd
{
hight:30px;
width:112px;
padding-left:7px !important;
padding-top:5px;
}
