/*
Theme Name: Maria Ozawa Nude
Theme URI: 
Description: Clean and stylish looking theme. Supports widgets.
Version: 1.0
Author: 
Author 
Tags:  three-columns, fixed-width, light

	The CSS, XHTML and design of this theme are released under GPL:
	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/

* {margin: 0; padding: 0;}
html {height: 100%}
body {
	font: 13px Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background: #000;
	color: #000;
}

a:link, a:visited, a:active, a:hover {color: #0a4e94; text-decoration: none;}
a:hover { text-decoration: underline;}

img {border: none;}
input, select {vertical-align: middle;}
ul li{list-style: none;}
.clear{clear: both;}

#wrapper {
	max-width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #d8eafc;
	text-align: left;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 129px;
	background: url(images/hta.png) no-repeat 285px 0;
    position: relative;
    padding-left: 285px;
}
#header .hlogo{ width: 285px; height: 129px; overflow: hidden; position: absolute; top: 0; left: 0; }
#header .hta{ height: 129px; overflow: hidden; text-align: center; font-weight: 700; }


#content .top_menu{ height: 33px; width: 100%; overflow: hidden; background: url(images/menu_bg.gif) repeat-x; line-height: 33px; font-weight: 700; }
#content .top_menu ul li{ float: left; padding: 0 15px 0 30px; background: url(images/menu_bullet.gif) no-repeat 15px 13px; list-style: none; margin: 0; }
#content .top_menu a:link, .top_menu a:visited, .top_menu a:active, .top_menu a:hover {color: #fff; text-decoration: none;}
#content .top_menu a:hover { text-decoration: underline;}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 78px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	margin: 0 222px;
    background: #fff;
    border-left: 1px solid #0a3564;
    border-right: 1px solid #0a3564;
}

#content .post{ padding: 4px; }
#content .post .title{ padding: 5px 0; background: #C3DFFC; }
#content .post .title h2{ font-size: 17px; color: #07315c; padding: 0 10px; }
#content .post .title h2 a:link, #content .post .title h2 a:visited, #content .post .title h2 a:active, #content .post .title h2 a:hover {color: #07315c; text-decoration: none;}
#content .post .title h2 a:hover { text-decoration: underline;}
#content .post .date{ font-size: 11px; color: #fff; padding: 3px 10px; background: #5991DE; }
#content .post p{ padding: .4em 10px; }
#content .post iframe, #content .post img{
    max-width: 100%;
}
#content .post img{
    height: auto;
}

#content .post .permalink{ background: #75B3ED; padding: 5px 10px; color: #fff; text-align: center; }

#content .page{ padding: 4px; }
#content .page .title{ padding: 5px 0; background: #C3DFFC; }
#content .page .title h2{ font-size: 17px; color: #07315c; padding: 0 10px; }
#content .page .title h2 a:link, #content .page .title h2 a:visited, #content .page .title h2 a:active, #content .page .title h2 a:hover {color: #07315c; text-decoration: none;}
#content .page .title h2 a:hover { text-decoration: underline;}
#content .page .date{ font-size: 11px; color: #fff; padding: 3px 10px; background: #5991DE; }
#content .page p{ padding: .4em 10px; }

#content .page .permalink{ background: #75B3ED; padding: 5px 10px; color: #fff; text-align: center; }
/* Sidebar Left 
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 223px;
	margin-left: -100%;
	position: relative;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 223px;
	margin-left: -223px;
	position: relative;
}

.sidebar .title{ width: 100%; height: 33px; background: #0b529a url(images/side_title_bg.png) no-repeat; text-align: center; line-height: 33px; color: #fff; }
.sidebar .title h2{ font-size: 12px; text-transform: uppercase; font-weight: 700; }

.sidebar .swidg{ padding: 10px; }

.sidebar a:link, .sidebar a:visited, .sidebar a:active, .sidebar a:hover {color: #063c73; text-decoration: none;}
.sidebar a:hover { text-decoration: underline;}
.sidebar ul{ line-height: 15px; padding: 10px;}
.sidebar ul li{ background: url(images/side_bullet.gif) no-repeat left 4px; padding: 0 0 0 13px; }

.sidebar .ssearch{ background: url(images/ssearch_bg.png) no-repeat; /*10px 10px; padding: 10px 0 10px 10px;*/ }
.sidebar .ssearch input{ border: 0; background: transparent; }
.sidebar .ssearch .text{ font-size: 12px; font-family: Tahoma; padding: 5px; width: 160px; }
.sidebar .ssearch .bttn{ width: 25px; height: 25px; cursor: pointer; }
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	max-width: 1000px;
	margin: -78px auto 0;
	height: 78px;
	background: url(images/footer_bg.png) no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#footer .fpadd{ padding: 25px 0 0 ; text-align: center; }
#submit{width: 160px; height: 31px; background: #75B3ED; border: 0; color: #fff; font-weight: 700; font-size: 12px; font-family: Tahoma; cursor: pointer; text-transform: uppercase;}

h2
{
	font-weight:400;
	font-size:18px;
}

h3
{
	font-weight:400;
	font-size:16px;
}

#commentform #author,#commentform #email,#commentform #url,#commentform textarea
{
	background:#fff;
	border:1px solid #333;
	padding:.2em;
}

#commentform textarea
{
	width:98%;
}
#content #commentform p{ padding: .4em 0 ; }

#commentlist li ul
{
	border-left:1px solid #717679;
	font-size:110%;
	list-style-type:none;
}

#commentlist li .avatar
{
	float:right;
	margin-right:25px;
	border:1px dotted #ccc;
	padding:2px;
}

#wp-calendar
{
	border:1px solid #E9EADD;
	empty-cells:show;
	font-size:14px;
	width:90%;
	margin:5px auto 10px;
}

#wp-calendar a
{
	color:#000;
	display:block;
	text-decoration:none;
}

#wp-calendar #next a
{
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a
{
	padding-left:10px;
	text-align:left;
}

#wp-calendar a:hover
{
	background:#e0e6e0;
	color:#717679;
}

#wp-calendar caption
{
	color:#878972;
	font-size:14px;
	text-align:center;
}

#wp-calendar td
{
	color: #878972;
	font:normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing:normal;
	text-align:center;
	padding:2px 0;
}

#wp-calendar td.pad:hover
{
	background:#fff;
}

#wp-calendar td:hover,#wp-calendar #today
{
	background:#eee;
	color:#000;
}

#wp-calendar th
{
	font-style:normal;
	text-transform:capitalize;
}

p img
{
	max-width:100%;
	padding:0;
}

img.alignright
{
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft
{
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright
{
	float:right;
}

.alignleft
{
	float:left;
}

#content ul li
{
	margin:0 20px;
	list-style: disc;
}

#content ol li
{
	margin:0 20px;
	list-style: disc;
}

img,.sidebar ul li ul li,.sidebar ul li ul li ul li
{
	border:0;
}



img.centered,.aligncenter
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alt {margin: 0;padding: 10px;}
#content #comments ol {list-style-type: none;line-height: 18px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 10px;padding-left: 5px;}
#content #comments ul li {list-style-type: none;list-style-image: none;list-style-position: outside;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 5px;padding-top: 5px;padding-right: 0px;padding-bottom: 0px;padding-left: 0pt;}
#content .commentlist {padding: 0;text-align: justify;}
#content .commentlist li {margin: 15px 0 10px;padding: 5px 5px 10px 5px;list-style: none;}
#content .commentlist li ul li { margin-right: -5px;margin-left: 10px;list-style: none;}
#content .commentlist li li {background:none;border:none;list-style:none;margin:3px 0 3px 20px;padding:3px 0;}
#content .commentlist li .avatar {border:1px solid #ccc;margin:15px 8px 6px 0;float: right;padding:2px;width:45px;height:45px;}
#content .commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 1.1em;}
#content .commentlist p {font-weight: normal;line-height: 1.5em;text-transform: none; margin: 10px 5px 10px 0;}
#content #commentform p {font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}
#content .commentmetadata {font-weight: normal; margin: 0;display: block; color: #ca5433;}
#content .children { padding: 0; }
.thread-alt {background-color: #f8f8f8;}
.thread-even {background-color: white;}
.depth-1 {border: 1px solid #ddd;}
.even, .alt {border-left: 1px solid #ddd; padding: 10px;}
.button_cat{
	width: 25px;
	height: 25px;
	display: none;	
	position: absolute;
	z-index: 4;
	top: 2px;
	background: url(images/cat_icon.png) no-repeat 100% 100% !important;
}
.light_box{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 5;
	background: url(images/light_box.png) repeat;
	display: none;
}
.textwidget a font{
	font-size: 2;
}
.textwidget a font strong{
	font-weight: normal;
}

.wp-caption {border:1px solid #aaa; text-align:center; padding-top:5px; margin-bottom:6px;}
.wp-caption a, .wp-caption img {border:0 none; padding:0;}
.wp-caption p.wp-caption-text {text-align:center; margin:5px; text-indent:0; font-size:1.3em;}

.fn a:link, .fn a:visited, .fn a:active, .fn a:hover{color: #53544C; text-decoration: underline; font-size: 12px;}
.fn a:hover{text-decoration: none;}

#comment_contain{ padding: 0 5px; }
#respond{ padding: 0 5px 0 10px; }
.post_footer{ padding: 5px 0; }


/* Screen options
-----------------------------------------------------------------------------*/
@media screen and (max-width: 999px){
    #header .hta{
        line-height: 120px;
    }
    #header .hta div{
        display: none;
    }
    #header .hta p{
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
        *display: inline;
        *zoom: 1;
    }
}

@media screen and (max-width: 779px){
    #sideRight{
        display: none;
    }
    #content{
        margin-right: 0;
    }
}

@media screen and (max-width: 639px){
    #sideLeft{
        /*display: none;*/
    }
    .swidg,.title{
    	display: none;
    }
    #content{
        margin-left: 30px;
    }
    .title_search{
    	display: block;
    }
    .button_cat{
		display: block;
	}
	.widget_search{
		display: none;
		padding: 10px;
	}
    .widget_categories,.widget_search{
    	position: relative;
    	z-index: 9;
    	left: 0;
    	top: 32px;
    	display: none;
    	background: #d8eafc;
    }
    .widget_archive,.widget_text{
    	display: none;
    }
}

@media screen and (max-width: 479px){
    #header .hta{
        display: none;
    }
}