/*  
Theme Name: uTheme
Theme URI: http://b-12.blogspot.com/2007/12/utheme-new-theme-for-wordpress.html
Description: Simplicity strikes again.
Version: 1.6
Author: maxxu.
Author URI: http://maxxu.blogspot.com/
Tags: simple, black, two columns
*/

/* start with GLOBALS */
body, h1, h2, h3, form, p, ol, ul{
    margin: 0;
    padding: 0;
}

body{
    font-family: Tahome, Arial, Sans-Serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    background: #FFF;
    color: #000;
}

a {
    text-decoration: none;
    color: #AF4646;
}
a:hover{
    color:#91A398;
    text-decoration: underline;
}
a img{
    border: 0;
}
form, input, textarea{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
}
ul, ul li{
    list-style-type: none;
}
img.icon { 
    margin-bottom:-4px; 
    margin-right:2px; 
    }
h1 {
    margin-bottom: 5px;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 24px;
    font-weight: normal;
    color: #000;
}
h1 a {
    text-decoration: none;
    color: #000;
}
h1 a:hover {
    text-decoration: underline;
}
/* end GLOBALS */

#container {
    margin: 0 auto;
    width: 97%;
    text-align: left;
    vertical-align: top;
    background: #FFF;
    color: #000;
    max-width: 800px;
}

#page{
    padding-top: 15px; 
}

/* start the MENU */
#top-menu {
    margin:0 0 5px 0;
    width: 100%;
    border-top: 1px dotted #eee;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    color: #000;
}
#top-menu .menu-left ul {
    margin: 0 0 0 -30px;
    padding:10px;
    list-style-type: none;
    list-style-image: none;
    float:left;
    }
#top-menu .menu-left ul li {
    display: inline;
    }
#top-menu .menu-left ul a {
    padding-right: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #AF4646;
    }
#top-menu .menu-left ul a:hover {
    color:#33605A;
    }

#top-menu .menu-search ul { float:right }
#top-menu .menu-search ul li { margin:5px; padding:0 }
/* end MENU */

/* the separator */
.narrowcolumn {
    float: left;
    margin-right: 70px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    color: #000;
    max-width:700px;
    width:expression(document.body.clientWidth > 700? "700px": "auto" );

}
/* end it */

/* style for POST */
.post {
    padding: 10px 10px 10px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    background: #FFF;
    color: #000;
    line-height:19px;
    border-bottom:1px dotted #eee;
    width:100%;
    }
.post h2 {
    margin: 0 0 1px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    color: #68462B;
    }
.post h2 a {
    text-decoration: none;
    color: #421B37;
    }
.post h2 a:hover {
    color:#68462B;
    }
.post p {
    padding: 0 0 12px;
    }   
.post img {
    padding: 1px;
    background: #fff;
}
.post img.icon { 
    margin-bottom:-4px;
    }
.post img.alignleft {
    float: left;
    margin: 5px 10px 0 0;
}
.post img.alignright {
    float: right;
    margin: 5px 0 0 10px;
}   
.post ul, li {
    list-style-type:dot;
    margin-left:15px;
    }
.post blockquote {
    margin: 5px;
    border: 1px solid #eee;
    padding: 10px;
    font-family: "Helvetica", Trebuchet MS, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    background: #fff;
    color: #333;
}
cite {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    font-style: normal;
}
.post-date {
    font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
    font-size: 11px;
    background: #FFF;
    color: #37424B;
    margin-left:2px;
}
.postmetadata {
    color:#37424B;
    }
.postmetadata img.icon { 
    margin-bottom:-5px; 
    margin-left:8px; 
    margin-right:2px; 
    }
.postmetadata a {
    text-decoration:none;
    color:#37424B;
    }
.postmetadata a:hover {
    color:#CCC;
    }
/* end POST */

/* style NAVIGATION */
.navigation {
    margin-bottom: 20px;
    padding: 0 10px;
}
.navigation a {
    color: #AF4646;
}
/* end it */

/* style for SEARCH FORM on SIDEBAR */
#searchform input.textinput {
    background:#FFF; 
    border:2px solid #eee;
    }
#searchform input.search-btn
    {
    width: 54px;
    height: 20px;
    background: #e5e5dd url(images/btn-search.gif) no-repeat;
    outline: none;
    margin-bottom:-6px;
    }
#searchform input.search-btn:hover
    {
    background: #c9c9c2 url(images/btn-search.gif) no-repeat 0 -20px;
    }
/* end SEARCH FORM on SIDEBAR */

/* begin COMMENT FORM style */
#commentform { 
    background:#FFF;
    }
#commentform label {
    background:#FFF;
    color:#AF4646;
    font-size:14px;
    }
#commentform .commentauthor, .commentemail, .commenturl {
    background:#FFF;
    border:2px solid #eee;
    padding:5px;
    width:98%;
    }
#commentform .commentarea {
    background:#FFF;
    border:2px solid #eee;
    padding:5px;
    width:98%;
    wid\th:98%; /* IE HACK */
    overflow:hidden;
    }
#commentform input.submit-btn {
    width: 54px;
    height: 20px;
    background: #e5e5dd url(images/btn-submit.gif) no-repeat;
    outline: none;
    margin-bottom:-6px;
    }
#commentform input.submit-btn:hover {
    background: #c9c9c2 url(images/btn-submit.gif) no-repeat 0 -20px;
    }
/* finish COMMENT FORM style */

/* SIDEBAR */
#sidebar {
    margin: 2px 0 0 0;
    text-align: right;
    vertical-align: top;
    background: #fff;
    color: #000;
    width: 150px;
    }
#sidebar h2 {
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 24px;
    font-weight: normal;
    color: #37424B;
    }
#sidebar h2 a   {
    text-decoration: none;
    color: #AF4646;
    }
#sidebar h2 a:hover {
    text-decoration: underline;
    }
#sidebar ul li  {
    margin: 0 0 10px;
    padding: 5px 20px 5px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 24px;
    font-weight: normal;
    background: #FFF;
    color: #000;
    }
#sidebar ul ul  {
    margin: 0;
    padding: 0;
}
#sidebar ul ul li   {
    margin: 0 0 2px 0;
    padding: 5px 0 0;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 12px;
}
/* end style for SIDEBAR */

/* the CALENDAR */
#wp-calendar {
    margin: 0;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size:10px;
    }
#wp-calendar caption {
    font-weight: bold;
    padding: 0 0 0 5px;
    text-align: left;
    color: #AF4646;
    }
#wp-calendar th, #wp-calendar td {
    padding: 1px;
    background: #FFF;
    color: #000;
    }
/* end CALENDAR */

/* start FOOTER */
#footer {
    clear: both;
    width: 100%;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    background: #fff;
    color: #000;
    margin-bottom:4px;
    }
#footer p {
    padding-left: 10px;
    }
/* end FOOTER */

/* start CSS SPEECH BUBBLES */
div#pimped.bubble {
    font-size: 0.9em;
}
div#pimped.bubble a { 
    color:#FFF; 
    font-size:14px;
    text-decoration:none; 
    }
div#pimped.bubble a:hover {
    text-decoration:underline;
    }
div#pimped.bubble div.rounded {
    color: #fff;
    border: 3px solid #000;
    background-color: #111;
}
div#pimped.bubble cite.rounded {
    background: transparent url(images/tip-pimped.gif) no-repeat 15px 0;
}
div.bubble div.rounded {
    margin-bottom: 10px;
    border: 3px solid #e8e8c5;
    background-color: #f9f9d6;
}
div.bubble div.rounded blockquote {
    border: 0;
    background-color: transparent;
    color:#000;
}
div.bubble div.rounded blockquote p {
    margin: 0px 10px;
}
div.bubble cite.rounded {
    position: relative;
    margin: 0px;
    padding-left: 15px;
    padding-top: 12px;
    top: 9px;
    background: transparent url(images/tip-rounded.gif) no-repeat 15px 0;
}
div.bubble {
    width: auto;
    font-size: 0.75em;
    margin-bottom: 24px;
}

div.bubble blockquote {
    margin: 0px;
    padding: 0px;
    border: 1px solid #e8e8c5;
    background-color: #f9f9d6;
    font-family: Tahoma, Arial, Sans-Serif;
    line-height:18px;
}
div.bubble blockquote p {
    margin: 10px;
    padding: 0px;
}
div.bubble cite {
    position: relative;
    margin: 0px;
    padding: 7px 0px 0px 15px;
    top: 4px;
    background: transparent url(images/tip.gif) no-repeat 20px 0;
    font-style: normal;
}
/* end those CSS SPEECH BUBBLES */

/* end of CSS FILE :-) */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

a#twitter_link
{
    border: 1px solid #AF4646;
    background-color: #AF4646;
    color: white;
    padding: 5px;
}

a#twitter_link:hover
{
    background-color: #BF5656;
}
