/*

 */
body {
    font: 0.76em arial,sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    background: #000 url(img/tlo.jpg) repeat-x top;
    text-align: center;
}

p {
    margin: 10px;
    line-height: 1.3em;
}

ol, ul {
    list-style: none;
}

a {
    color: #A20E0E;
    outline: hidden;
    text-decoration: none;
}

a:focus {
    color: #CF4061;
}

a:hover {
    color: #790000;
    background: #FFF3DF;
    text-decoration: none;
}

code {
    font: normal 1.2em verdana, helvetica, arial, sans-serif;
    letter-spacing: 0.2em;
}

blockquote {
    background-color: #EEE;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 20px;
}

param, embed, img {
    margin: 0;
    padding: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: normal 1.2em verdana, helvetica, arial, sans-serif;
}
/*
 header
 */
#header {
    position: relative;
    width: 900px;
    height: 370px;
    background: transparent url(img/logo.png) repeat-x top left;
	_background: transparent url(img/logo.gif) repeat-x top left;
    margin: 0 auto;
    padding: 0;
}

#header h1 {
    display: block;
    position: absolute;
	margin:0;
    padding: 0;
    top: 7px;
    left: 0px;
    height: auto;
    width: auto;
}

#header h1 a {
    display:block;
	width:700px;
	height:73px;
    outline: none;
}
#header h1 a span{
	display:block;
	width:691px;
	height:73px;
	background:url(img/logonapis.png) no-repeat;
	_background:url(img/logonapis.gif) no-repeat;
	cursor:hand;
}
#header h1 a:hover{
	background:transparent
}
.txtheader {
    position: absolute;
    top: 90px;
    left: 30px;
    height: 180px;
}

.txt {
    width: 280px;
    float: left;
    text-align: left;
    margin: 0 40px 0 0;
}
.txt h2{
	margin:3px;
}
.txt ul {
    margin: 11px 0 0 10px;
    padding: 0;
}

.txt ul li {
   padding:3px 0 0 0px;
   }
/*
 top menu
 */
#topmenu {
    position: absolute;
    text-align: left;
    bottom: 9px;
    left: 0px;
    font: 14px georgia, "Times New Roman", Times, serif;
    letter-spacing: 0.2em;
    margin: 0;
}
#topmenu ul{
	margin:0;
	padding:0;
}
#topmenu ul li {
    text-align: center;
    display: block;
    float:left;	
	margin:0;
	padding:0;
}
#topmenu a {
    outline:none;
    display:block;
    padding: 11px 10px 23px 10px;      
    color: #fff;
	margin:0;
	background: transparent url(img/linkleft.jpg) no-repeat center left;
}
#topmenu a:hover {
    background: transparent url(img/linkh.gif) no-repeat center center;
    margin:0;
	}
#topmenu .current_page_item a:visited {
    background: transparent  url(img/linkh.gif) no-repeat center center;
	margin:0;
	
}
.page_item page-item-2222{
	background:transparent
}
#rss {
    position: absolute;
    text-align: left;
    bottom: 6px;
	_bottom: 4px;
    right: 140px;
    margin: 0;
    width: 250px;
}

#rss a {
    display: block;
    margin: 0;
    padding: 0;
    height: 80px;
    float: right;
    outline: none;
}

#rss a:hover {
    background: transparent;
}
/*
 sidebar
 */
#right {
    float: right;
    width:300px;
    background: #fff url(img/menu.jpg) repeat-y left;
    text-align: center;
}

.menu {
    border: 1px #46413D solid;
    background: #EFEFEF;
    padding: 0;
    float: left;
    margin: 20px 0 10px 0;
    text-align: left;
	width:298px;
}

.menu h2 {
    margin: 0 -35px 0 35px;
    padding: 0 0 4px 0 ;
    font-size: 1.6em;
    color: #fff;
	width: 240px;
	height:20px;
	display:block;
}

.menu ul {
    display: block;
    margin: 0;
    padding: 0;
	width:298px;
}

.menu ul li {
    display: block;
    padding: 0;
    margin: 0;
	background: #000 url(img/menut.jpg) no-repeat;
}
.menu ul li ul li{
	background:#F0F0F0;
}

.menu a {
    display: block;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 4px 20px;
    border-bottom: 1px #DCCCAB dashed;
    color: #000;
}

.menu a:hover {
    background: #BFBFBF;
}

#searchform {
    margin: 0;
    float: left;
    background: transparent url(img/menutop.jpg) no-repeat left top;
    width: 280px;
    height: 60px;
}

#searchform input#s {
    width: 160px;
    border: 0px;
    margin: 2px 0 0 63px;
    color: #000;
    background: transparent;
}

.searchbutton {
    outline: none;
    background: transparent url(img/search.jpg) no-repeat;
    width: 37px;
    height: 25px;
    cursor: pointer;
    border: 0;
    margin-left: 10px;
}
/*
 post
 */
#content {
    text-align: left;
    margin: 0 auto;
    width: 900px;
    background: #ffffff url(img/menu.jpg) repeat-y top right;
    background-color: #ffffff;
}

#main {
    width: 600px;
    float: left;
    background-color: #ffffff;
}
/*title*/
.storytitle {
    margin: 0;
    padding: 0 0 0 10px;
    font: 1.5em  sans-serif;
    font-weight: bold;
    margin: 0;
    width: 550px;
}
.post {
    width: 550px;
    padding: 0 0 20px 0;
}
.post2 {
    margin: 0px 0 0px 20px;
	padding: 0;
}
.meta {
    margin: 0px 0px 0px 5px ;
    padding:0 0 0 0;
    text-align: left;
    width: 550px;
    left: 30px;
    height:auto;
}
.meta ul{
	display:block;
	height:auto;
	padding:0;
	margin:0 ;
}
.meta  li {
    list-style: none;
    text-decoration: none;
    font: 0.8em sans-serif;
    color: gray;
	display:inline;
	margin:0 5px 0 0 ;
	padding:5px;
}
.nextcontent {
    height: 30px;
    width: auto;
}
.nextcontent a {
    font: 1.1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0 10px;
    padding: 0 10px;
    height: inherit;
}
/*
 comments
 */
#comments {
    color: #585242;
    font-size: 1.6em;
}

#comments textarea {
    width: 80%;
}

#comments {
    font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 20px;
}

#comments h3 {
    color: #585242;
    font: 1.6em "Times New Roman", Times, serif;
    margin: 15px 10px;
    display: block;
}

#commentlist {
    margin: 0;
    width: 100%;
}

#commentlist img {
    border: 1px #D69A52 solid;
    float: right;
}

#commentlist ul {
    list-style: none;
}

#commentlist ul li {
    border: 1px #B4A07F solid;
    margin: 5px 0;
    padding: 5px;
    list-style: none;
    background: #EFEFEF;
}

#addcomments {
    height: auto;
    margin: 0;
    padding: 10px;
    background: #EFEFEF;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
/*
 footer
 */
.menubtm {
    clear: both;
    width: auto;
    background: #000;
    margin: 0;
}

.menubtm li {
    display: inline;
    padding: 0 10px 0 0;
    line-height: 2em;
}

#wp-calendar {
    border: 1px solid #ddd;
    empty-cells: show;
    font-size: 14px;
    margin: 3px 0 5px 0;
    width: 100%;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
    color: #B4A07F;
    text-decoration: none;
}

#wp-calendar a:hover {
    background: #e0e6e0;
    color: #666;
}

#wp-calendar caption {
    color: #666;
    font-size: 14px;
    text-align: left;
    padding-bottom: 3px;
}

#wp-calendar td {
    color: #333;
    font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
    width: 27px;
}

#wp-calendar td.pad:hover {
    background: #eee;
}

#wp-calendar td:hover, #wp-calendar #today {
    background: #eee;
    color: #bbb;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    width: 25px;
}




.cta{
	background:#f3f3f3 url(/wp-content/themes/TINMIP/img/bg_cta.gif) no-repeat 5px 5px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;	
	font-size:110%;
	padding:0 10px 10px 140px;
	min-height:120px;
}		
.cta h3, .guestauthor h3 {
	padding-top:20px;
	margin-top:5px;
	text-transform:uppercase;
	font-size:18px;
}
