
body {
	font: 12px/20px "Verdana", sans-serif;
background: #ebe9e1;
}
h1, h2, h3, h4, label, legend, #description, #menu, #deadline, .lead, #footer, .meta, #dis, .edit, .comment .head, .search-results .title, .post .title {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
h1, h2, h3, h4, label, legend, #deadline, .lead {
	font-weight: bold;
}
.meta {
	font-style: italic;
}
a {
	font-weight: bold;
	text-decoration: none;
}
#menu {
	font-size: 12px;
}
address {
	font-style: normal;
}
blockquote {
	font-size: 0.875em;
	line-height: 20px;
}
#side h2, #footer address, h2.title, h3.title, .lead {
	text-transform: lowercase;
}
strong {
	font-weight : bold;
}
/* @end */
/* @group Basics */
address, blockquote, fieldset, p, table, ol, ul, dl {
	margin: 1em 0;
	padding: 0;
}
fieldset {
	padding: 0.5em 0;
	border: none;
}
ol, ul, blockquote {
	padding-left: 2.5em;
}
li {
	margin: 0.125em 0;
}
img {
	border: none;
}

/* @end */
/* @group Headings */
h1, h2.title {
	font-size: 24px;
	line-height: 30px;
}
h2, #description, .lead {
	font-size: 18px;
	line-height: 26px;
}
h3, legend {
	font-size: 16px;
	line-height: 20px;
}
h4, #deadline {
	font-size: 14px;
	line-height: 20px;
}
#side h2 {
	font-size: 20px;
}
h1, h2, .lead {
	margin: 10px 0;
}
h3, h4, h5, h6 {
	margin: 20px 0 10px 0;
}
p.lead, div > h2:first-child {
	margin-top: 0;
}
.archive .posts h2 {
	margin: 0 0 20px 0;
}
.archive .posts h3 {
	margin: 20px 0;
}
/* @end */
/* @group Main */
/* @group Comments */
/* @group Icons */
.feed {
	padding-left: 20px;
	background: url(/causeaffect/img/silk/feed.png) no-repeat left;
}
.msg {
	padding-left: 1.75em;
	background: no-repeat left;
}
.bad.msg {
	background-image: url(/causeaffect/img/silk/exclamation.png);
}
.ok.msg {
	background-image: url(/causeaffect/img/silk/accept.png);
}

/* @end */
.comment .author {
	font-weight: bold;
	font-style: normal;
}
.comment .meta {
	font-style: normal;
}
/* @end */
/* @group Posts */
.posts {
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
}
.post {
	overflow: hidden;
	padding: 0 1em;
	margin: 0 0 1em 0;
	border-bottom: thin solid;
}
.content img {
	max-width: 100%;
}
.content img {
	float: left;
	margin: 0 1em 20px 0;
}
.content img.block {
	display: block;
	float: none;
	margin: 20px 0;
}
/* @end */
/* @group Nominees */
.message {
	padding: 0.5em 1em;
	border-left: 10px solid;
	/*border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;*/
}
/* overflow:hidden on both UL and LI made posts disappear? */
#nominees {
	margin: 2em 0;
	padding: 0 1em;
	border-style: solid;
	border-width: 0;
}
#nominees .post {
	clear: left;
	overflow: hidden;
	padding: 0 0 2em 156px;
	margin: 0;
	border: none;
}
#nominees .post .title {
	margin: 0 0 0.5em 0;
}
#nominees .post .title img {
	float: left;
	margin: 0 0 0 -156px;
}
/* @end */
a.edit {
	font-size: small;
	padding-left: 20px;
	background: url(../img/silk/pencil.png) no-repeat left;
}
#dis {
	font-size: 0.875em;
}
.search-results {
	margin: 2em 0;
	list-style-type: decimal;
}
.search-results li {
	margin: 1em 0;
}
.search-results .title {
	font-size: 1.5em;
	font-weight: normal;
}
.search-results .title img {
	vertical-align: middle;
	margin: 0 10px;
}
/* @end */
@media screen {


/* @group Colors */
html, body {
	background: #000000 url(bg_img.jpg) repeat-x top;

}
body, .comment .author, .query {
	color: #606365;
}
.meta, #dis, .comment .head {
	color: #a8a8a8;
}
a, h1, h2, h3, h4, h5, h6, legend, #deadline, #side h2, .lead {
	color: #ff202a;
	border-color: #ff202a;
}
.post {
	border-color: #54bceb;
}

#menu li.current a {
	background-image: url(../img/png/menu.png);
	color: #ff202a;
}
a.edit {
	color: #ff202a;
}
a.edit:hover, #main a.edit:hover, #side a.edit:hover {
	color: #ff202a;
	background-color: #ff202a;
}
#main a:hover, #side a:hover, #footer address a:hover {
	color: #ff202a;
	background-color: #E6F7FF;
}
#title, #title a, #menu a, #description, #description a, #footer, #footer a {
	color: white;
}
.bub-text {
	background: white;
}
.message {
	background-color: #FFF9DA;
	border-color: #FFF2B4;
}
/* @end */
/* @group Layout */
body {
	width: 958px;
	margin: 0 auto;
	padding: 1em;
}
#title, #main, #footer {
	width: 622px;
}
#menu
 {
	width: 910px;
}
#title, #menu, #main {
	overflow: hidden;
}
#title {
	height: 169px;
	overflow: hidden;
	float: left;
	margin: 0 43px 0 0;
	font-size: 100px;
	line-height: 1;
}
/* @group Menu */
#menu {
	clear: left;
	height: 160px;
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
	background: url(menu.png) no-repeat top left;
}
#menu li {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
}
#menu li#bokss {
	width: 85px;
}
#menu li#karate {
	width: 90px;
}
#menu li#aikido {
	width: 85px;
}
#menu li#kitboks {
	width: 90px;
}
#menu li#taiboks {
	width: 100px;
}
#menu li#dzudo {
	width: 80px;
}
#menu li#teikvando{
	width: 120px;
}
#menu li#briva_cina{
	width: 90px;
}
#menu li#boksa_maisi{
	width: 85px;
}
#menu li#citi{
	width: 50px;
}
#menu li a {
	display: block;
	height: 30px;
	padding: 130px 1em 0 1em;
	margin: 0;
	outline: none;
}
#menu li.current a {
	background-image: url(menu.png);
}
/* @group Offsets */
#menu li#bokss a {
	background-position: 0 -60px;
}
#menu li#karate a {
	background-position: -45px -160px;
}
#menu li#aikido a {
	background-position: -210px -160px;
}
#menu li#kitboks a {
	background-position: -355px -160px;
}
#menu li#taiboks a {
	background-position: -355px -160px;
}
#menu li#dzudo a {
	background-position: -430px -160px;
}
#menu li#teikvando a {
	background-position: -530px -160px;
}
#menu li#briva_cina a {
	background-position: -630px -160px;
}
#menu li#boksa_maisi a {
	background-position: -730px -160px;
}
#menu li#citi a {
	background-position: -850px -160px;
}
/* @end */
/* @end */
#main {
	float: left;
	margin: 0 43px 0 0;
}
/* @group Side */
#side {
	width: 293px;
	float: right;
	margin: 0;
	padding-bottom: 151px;
	background: url(../img/png/pair-talks.png) no-repeat center bottom;
}
#side h2 {
	line-height: 1;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	border-bottom: thin solid;
	background: no-repeat right top;
}

#side #enter {
	margin-bottom: 0;
}
/* So it fits with speech bubble below */
#get-form { 
	display: block;
}
#get-form img {
	display: block;
	margin: 0 auto;
}
/* @end */
/* @group Bubbles */
.bub-out {
	margin: 0 0 19px 0;
	padding: 14px 0 0 0;
}
.bub-in {
	padding: 0 0 14px 0;
	overflow: hidden;
}
.bub-text {
	margin: 0;
	padding: 0 1.5em;
	overflow: hidden;
}
#main .bub-out {
	background: url(tekstsam.png) no-repeat top;
}
#main .bub-in {
	background: url(tekstsam.png) no-repeat bottom;
}
#side .bub-out {
	background: url(navigacija.png) no-repeat top;
}
#side .bub-in {
	background: url(navigacija.png) no-repeat bottom;
}
#footer address {
	border-top: 10px solid;
	padding-top: 1em;
	margin-top: 1em;
}
#footer address .mailto {
	display: block;
	width: 12em;
	margin: -1.75em 0 auto auto;
	text-align: right;
}
/* @end */
/* @end */
}
@media print {
	body {
		font-size: small;
		font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}
	#title img {
		display: none;
	}
	#menu li, #menu a {
		display: inline;
	}
}
