/*
Theme Name: Forma Gym
Theme URI: http://www.origamis.lt/
Version: 1.0
Author: Origamis
Author URI: http://www.origamis.lt/
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
img.aligncenter { display:block; margin:0 auto }
img.alignleft { float:left }
img.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
a {
	color: #accd3e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* MAIN LAYOUT */
/* ----------------------------------------- */

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background: #9bcb21 url(images/background.jpg) repeat-x;
}

.wrap_top {
	background: url(images/wrap_top.png) no-repeat;
	width: 983px;
	height: 12px;
	overflow: hidden;
	margin: 19px auto 0;
}

.wrapper {
	width: 983px;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/wrap_bg.png) repeat-y;
}

.wrap_bott {
	background: url(images/wrap_bott.png) no-repeat;
	width: 983px;
	height: 13px;
	overflow: hidden;
	margin: 0 auto 0;
}

/* HEADER */
/* ----------------------------------------- */

#header {
	width: 944px;
	height: 150px;
	background: url(images/header.jpg) no-repeat;
	overflow: hidden;
	margin: 3px auto 0;
}
#header #logo {
	display: block;
	width: 165px;
	height: 135px;
	margin: 10px 0 0 27px;
}

#navigation {
	float: right;
	margin: 10px 32px 20px 0;
	padding-bottom: 20px;
	position: relative;
}
#navigation li {
	float: left;
	margin-left: 25px;
}
#navigation li a {
	float: left;
	height: 14px;
	font-size: 13px;
	color: #606060;
	text-decoration: none;
	padding-left: 20px;
	background: url(images/nav_bg.jpg) no-repeat;
}
#navigation li ul li a {
	background: none;
	padding-left: 0;
        font-weight: bold;        
}
#navigation li ul li a:hover {
	background: none;
        font-weight: bold;
        text-decoration: underline;
}
#navigation li.current_page_item ul {
	display: block;
}
#navigation li.current_page_parent ul { 
        display: block;
}
#navigation li ul {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}
#navigation li a:hover {
	background: url(images/nav_hover.jpg) no-repeat;
}

/* CONTENT */
/* ----------------------------------------- */

#content {
	width: 680px;
	margin: 0 0 0 28px;
	display: inline;
	float: left;
	font-size: 13px;
	color: #404040;
}
#content .title {
	font-size: 24px;
	color: #8d3922;
	font-family: Verdana;
	margin: 0 0 15px 0;
	font-weight: normal;
}
#content .title a {
	color: #8d3922;
	text-decoration: none;
}
#content .title a:hover {
	text-decoration: underline;
}
#content p {
	margin-bottom: 24px;
}
#content .main_img {
	border: 3px solid #e6eada;
	margin: 0 8px 0 0;
	float: left;
	max-width: 200px;
	max-height: 135px;
}
#content img {
	margin: 8px;
}
#content h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #8d3922;
}
#content h2 {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #8d3922;
}
#content h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #8d3922;
}

/* COMMENTS */
/* ----------------------------------------- */

#komentarai {
	border-top: 2px solid #8D3922;
	margin-top: 10px;
	padding-top: 10px;
	font-size: 11px;
}
#komentarai h3 {
	margin-bottom: 10px;
}
#komentarai p {
	margin: 0;
}
#komentarai form p textarea {
	border: 1px solid #8D3922;
	font-size: 11px;
	font-family: Arial;
	padding: 5px;
}
#komentarai form p label {
	font-weight: bold;
	color: #8D3922;
	margin-top: 5px;
}
#komentarai form p input {
	padding: 2px;
	border: 1px solid #8D3922;
	font-size: 11px;
	font-family: Arial;
}
#komentarai form p #submit {
	margin: 10px 0 0 0;
	border: 1px solid #ff2299;
	font-size: 12px;
	color: #fff;
	padding: 3px 5px;
	background: #8D2200;
}

.commentlist li {
	border: 1px solid #8D3922;
	padding: 5px;
	margin-bottom: 10px;
}
.commentlist li .author {
	float: left;
	width: 165px;
}
.commentlist li .author p {
	margin: 0;
	font-size: 11px;
}
#content .commentlist li .author .name {
	margin: 0;
}
.commentlist li .commentar {
	float: left;
	width: 490px;
}
/* SIDEBAR */
/* ----------------------------------------- */

#sidebar {
	width: 234px;
	margin: 45px 0 0 25px;
	display: inline;
	float: left;
	text-align: center;
}
.widget {
	width: 204px;
	background: url(images/wid_bg.jpg) repeat-y;
	padding: 0 15px;
	font-size: 12px;
}
.wid_top {
	width: 234px;
	height: 10px;
	overflow: hidden;
	background: url(images/wid_top.jpg) no-repeat;
}
.wid_bott {
	width: 234px;
	height: 10px;
	overflow: hidden;
	background: url(images/wid_bott.jpg) no-repeat;
	margin-bottom: 10px;
}
.widget2 {
	width: 204px;
	background: url(images/wid_bg2.jpg) repeat-y;
	padding: 0 15px;
	font-size: 12px;
}
.wid_top2 {
	width: 234px;
	height: 10px;
	overflow: hidden;
	background: url(images/wid_top2.jpg) no-repeat;
}
.wid_bott2 {
	width: 234px;
	height: 10px;
	overflow: hidden;
	background: url(images/wid_bott2.jpg) no-repeat;
	margin-bottom: 10px;
}
.widgettitle {
	font-size: 14px;
	font-weight: bold;
	color: #8d3922;
	margin-bottom: 5px;
}
/* FOOTER */
/* ----------------------------------------- */

#footer {
	margin: 0 auto 0;
	width: 983px;
}
#footer p {
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 5px 0;
}
