@charset "utf-8";

/*  
Theme Name: OtiS custom
Theme URI: http://www.tique.net/
Description: template 2 column
Author: Rucie Everfield
Author URI: http://www.tique.net/
Version: 1.00
*/

/*
 * File      : style.css
 * Version   : 1.00
 * Update    : 
 *
 * Copyright (C) OFFICE tique All rights reserved.
 */

/* Reset */
* {
	margin: 0;
	padding: 0;
}

/* Global Prefs */
body {
	margin: 0;
	padding: 0;
	background: #aaa;
	font-size: 12px;
}
img {
	border: 0;
}
form {
	margin: 0px;
}
a {
	color: #039;
	text-decoration: none;
}
a:active,
a:hover {
	color: #36c;
}
hr.clear {
	clear: both;
	height: 0;
	border: 0;
}

/* Layout */
#box {
	width: 820px;
	margin: 0 auto;
	background: #f0f0f0 url(img/main_bg.png) repeat-y;
}

/* Header */
#header_left {
	float: left;
	width: 520px;
	height: 140px;
	background: #666 url(img/head_bg_l.jpg) no-repeat;
	color: #fff;
}
#header_left h1 {
	margin: 70px 0 0 10px;
	font-weight: normal;
}
#header_left h1 a {
	color: #69f;
	text-shadow: 2px 1px #036;
}
#header_left p {
	margin: 0 0 10px 10px;
}
#header_right {
	float: right;
	width: 300px;
	height: 140px;
	background: #555 url(img/head_bg_r.jpg) no-repeat;
}
#header_right h2 {
	color: #f0f0f0;
	font-weight: normal;
}

/* Form */
#search_form {
	width: 190px;
	margin: 70px 10px 10px 100px;
	text-align: right;
}
#search_form fieldset {
	border: 0;
}
#search_form #searchtext {
	width: 140px;
}

/* Menu */
#menu_left {
	float: left;
	width: 520px;
	height: 54px;
	background: #333;
	color: #fff;
}
#menu_right {
	float: right;
	width: 300px;
	height: 54px;
	background: #333;
	color: #fff;
	text-align: right;
}
#menu_right p {
	height: 25px;
	padding: 2px 10px 0;
	background: #333;
}
#menu_left ul,
#menu_right ul {
	list-style-type: none;
}
#menu_left li,
#menu_right li {
	display: inline;
}
#menu_left a,
#menu_right a {
	display: block;
	color: #f90;
}
#menu_left a:hover,
#menu_right a:hover {
	color: #f0f0f0;
}
.menu_button {
	height: 25px;
	padding: 2px 0 0;
	overflow: visible;
	background: #222;
}
.menu_button li a {
	width: 100px;
	height: 25px;
	padding: 2px 0 0;
	float: left;
	text-decoration: none;
	text-align: center;
}
.menu_button li.large a {
	width: 150px;
}
.menu_button li.large_l a {
	width: 150px;
	margin-left: 70px;
}
.menu_button li.large a:hover,
.menu_button li.large_l a:hover {
	background: url(img/menu_b_a.jpg);
}

/* Submennu */
#submenu {
	width: 520px;
	margin: 0 auto;
	position: relative;
}
#submenu .submenu_box {
	visibility: hidden;
	position: absolute;
	left: 0;
	width: 520px;
	background: #333;
}
#submenu .submenu_box li {
	display: inline;
}
#submenu .submenu_box li a {
	height: 25px;
	padding: 2px 10px 0;
	display: block;
	float: left;
}
#submenu .submenu_box li a:hover {
	color: #f0f0f0;
}
#submenu #cat_t {
	left: 0;
}
#submenu #cat_m {
	left: 100px;
}
#submenu #cat_d {
	left: 200px;
}

/* Contents */
#contents {
	float: left;
	width: 520px;
	padding: 10px 0 10px;
}
.content_navi {
	text-align: center;
}
.content_navi_p {
	text-align: left;
	padding: 0 20px;
}
.content_navi_n {
	text-align: right;
	padding: 0 20px;
}
.crumbs {
	padding: 0 20px 20px;
}

/* Entry */
.entry {
	padding: 0 20px 20px;
}
.entry h2 {
	font-weight: normal;
}
.entry h2 a {
	color: #333;
}
.entry h2 a:active,
.entry h2 a:hover {
	color: #666;
}
.entry_state {
	margin-bottom: 10px;
	padding-right: 5px;
	background: #03a url(img/status_bg.png) repeat-x;
	text-align: right;
	font-size: x-small;
	color: #fff;
}
.entry_state a {
	color: #fff;
}
.entry_body {
	margin-bottom: 1.6em;
	line-height: 1.6em;
}
.entry .more-link {
	display: block;
	clear: both;
	margin-bottom: 2em;
	line-height: 1.6em;
}
.entry p {
	margin: 1em 0;
}
.entry img {
	display: block;
	margin: 8px auto 0;
}
.entry img.thumb {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.entry h3 {
	margin-top: 15px;
	font-weight: bold;
}
.entry blockquote {
	clear: both;
	padding: 0.5em 15px;
	margin: 12px;
	background: #ccf;
}
.entry .entry-body blockquote p {
	margin-bottom: 0;
}
.entry em {
	font-weight: bold;
}
.entry ul {
	clear: both;
	list-style-type: disc;
	padding-left: 20px;
	margin: 0.8em 0 2.4em;
}
.entry ol {
	clear: both;
	list-style-type: decimal;
	padding-left: 30px;
	margin: 0.8em 0 2.4em;
}
.entry dl {
	clear: both;
	margin: 0.8em 0 2.4em;
}
.entry dl dt {
	font-weight: bold;
}
.entry dl dd {
	padding-left: 1.1em;
}

/* Comments */
div#comments {
	padding: 15px 0 0;
}
div#comments h3 {
}
div#comments #commentlist {
	padding-bottom: 20px;
}
div#comments .comment_state {
	margin-bottom: 5px;
	padding-bottom: 2px;
	text-align: right;
	color: #999;
	border-bottom: 1px solid #36c;
}
div#comments .comment_text {
	margin-bottom: 15px;
	padding: 0 5px 5px;
}
dl#comment_form {
}
dl#comment_form dt {
	width: 100px;
	padding: 0 0 5px;
	float: left;
	clear: both;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd {
	margin-left: 110px;
	padding-bottom: 15px;
}
dl#comment_form dd input.text {
	width: 350px;
	border: 1px solid #ccc;
}
dl#comment_form dd textarea {
	width: 350px;
	height: 8em;
	border: 1px solid #ccc;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 300px;
	padding: 10px 0 10px;
	color: #f0f0f0;
}
#sidebar .function {
	margin: 0 10px;
	list-style: none;
}
#sidebar .function ul {
	margin-left: 20px;
}
#sidebar .function li.element {
	margin-bottom: 10px;
}
#sidebar .function li h2 {
	text-align: right;
	font-weight: normal;
	text-shadow: 2px 1px #039;
	margin-bottom: 5px;
	border-bottom: 1px dotted #039;
}
#sidebar .function li li li {
	list-style: none;
}
#sidebar a {
	color: #025;
	text-decoration: none;
}
#sidebar a:active,
#sidebar a:hover {
	color: #039;
}

/* Footer */
#footer_left {
	float: left;
	width: 520px;
	height: 28px;
	padding-top: 2px;
	background: #333 url(img/foot_bg.png) repeat;
	color: #fff;
	text-align: right;
}
#footer_left p {
	margin-right: 10px;
}
#footer_right {
	float: left;
	width: 300px;
	height: 28px;
	padding-top: 2px;
	background: #333 url(img/foot_bg.png) repeat;
	color: #fff;
}
#footer_right p {
	margin-left: 10px;
}
#footer_right a {
	color: #5a7aba;
}

/* Typography */
#header_left h1,
#header_left p,
#header_right h2,
.menu_button li a,
#submenu .submenu_box li,
#submenu .submenu_box li a,
#menu_right p,
#page_navi,
.content_navi,
.content_navi_p,
.content_navi_n,
.crumbs,
.entry,
.entry_state,
#sidebar .function li h2,
#sidebar .function li ul,
#footer_left p,
#footer_right p {
	font-family: Papyrus, Verdana, sans-serif;
}
