/* 
Theme Name: man~ja
Theme URI: http://www.neoalchemist.com
Description: a simple man~ja theme 
Version: 0.01
Authttp://dfe.lv/wp-admin/theme-editor.php?file=/usr/home/dfe/domains/dfe.lv/public_html/wp-content/themes/manja/style.css&theme=man%7Eja&a=te&scrollto=1629hor: Praveen Kumar Ramanathan
Author URI: http://www.neoalchemist.com/

	
Notes :	based on / adapted from : 
	Kubrick v1.5  	http://binarybonsai.com/kubrick/

	Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	Also "annu malikaised" based on Papayawhip Theme
	Modified by Roland Graffe (http://www.ronsens.de)
	
	The theme was adapted to aadyam theme by Praveen Kumar Ramanathan,
	whose blog is at http://www.neoalchemist.com.
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	rewritten by angelz for the use of dfe.lv
	
*/


/* Begin global body & links & images */


body {
	margin: 0;
	padding: 0;
	color: #bfbfbf;
	text-align: justify;
	background: #777 url(img/bground.jpg);
	font: 11px Verdana, Geneva, Arial, sans-serif;
}
img {
	padding-bottom: 10px;
	border: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #c00000;
	text-decoration: none;
}
#all {
	padding: 0 ;
	margin: 0 auto;
	width: 1148px;
}
#page {
	padding: 20px 20px 10px 20px;
	width: 728px;
	margin: 0 0 0 190px;
	float: left;
	background: #787878 url(img/grey_s4_c6_05.png) repeat;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-align: left;
}
#infobox {
	float: right;
	background-color: #666;
	margin: 0 0 10px 10px;
	width: 220px;
}
.infobox {
	padding: 10px;
	color: #111;
	border-bottom: 2px solid #600;
	border-left: 2px solid #600;
	border-right: 2px solid #600;
}
.infohead {
	text-transform: uppercase;
	font-size:11px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	text-align: left;
	background: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #444,  #222); /* for firefox 3.6+ */
}
#infobox img {
	margin: 0 0 5px 0;
	padding: 0;
}
#link { 
	width: 100px;
	padding: 0;
	margin: 0 3px 15px 2px;
	float: left;
}
#link img {
	margin: 0;
	padding: 0;
}
.link { 
	font-size: 11px;
	line-height: 11px;
	font-variant:small-caps;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin-top: 3px;
}
/* End global body & links & images */
/* Begin header */
#headback {
	margin: 0;
	padding: 20px 0;
	width: 100%;
	height: 80px;
	border-bottom: solid 2px #000;
	background: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #555,  #333); /* for firefox 3.6+ */
} 
#headbacksmall {
	margin: 0;
	padding: 10px 0;
	width: 100%;
	height: 40px;
	border-bottom: solid 2px #000;
	background: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #555,  #333); /* for firefox 3.6+ */
} 
#header {
	margin: 0 auto;
	width: 728px;
	height: 35px;
	color: #fff;
	font-size: 12px;
	padding: 0;
	background: #111;
}
#title {
	margin: 0px auto;
	width: 728px;
	height: 35px;
	color: #fff;
	background: #111;
}
.title {
	margin: 7px 0 5px 10px;
	font-family: Arial;
	font-weight: 700;
	font-size: 18px;
	float: left;
	line-height: 18px;
}
.title_right {
	margin: 7px 300px 5px 10px;
	font-family: Arial;
	font-weight: 700;
	font-size: 18px;
	float: right;
	display: inline;
	line-height: 18px;
}	
.first {
	float: left;
	padding: 0 0 0 10px;
}
.first a:hover {
	color: #c00000;
}
.menuleft {
	float: left;
	padding: 0;
	margin: 0;
}
.menuright {
	float: right;
	padding: 0;
	margin: 10px 10px 0 0;
}
#menubar {
	margin: 0 auto;
	width: 728px;
	height: 35px;
	color: #fff;
	font-size: 12px;
	padding:0;
	background: #111; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(111)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333,  #111); /* for firefox 3.6+ */
}
#menubar ul {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	text-indent: 0;
}
#menubar ul li {
	text-indent: 0;
	padding: 10px 11px 10px 12px;
	margin: 0;
	display: inline;
	font-variant: small-caps;
	font-weight: bold;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#menubar ul li:hover {
	background: #111; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #111,  #333); /* for firefox 3.6+ */
}
#menubar ul li:hover a{
	color: #c00000;
}
#header ul{
	margin: 0;
	color: #FFF;
	float: left;
}
#header ul li{
	display: inline;
	margin: 0;
	text-indent: 0;
}

#header ul li:before {
	content:"|";
	}	
#header ul li:after {
	}
#header ul li a{
   display : inline;
   color: #fff;
   font-weight: bold;
   padding: 0 5px;
}
#header ul li a:hover {
	color: #c00000;
}
#hback {
	margin: 0 0 10px 0;
	padding: 0;
	background: #272727;
}
#hbackdfe {
	margin: 0 0 10px 0;
	padding: 0;
	background: #272727 url(img/dfebg.jpg) repeat-x;
}
/* End header */
/* Begin sidebar */

#sidebar {
	margin-left:10px;
	float: right;
	width: 278px;
	line-height: 16px;
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebarsmall {
	margin-left:10px;
	float: right;
	width: 170px;
	line-height: 16px;
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#rightbarout {
	float: right;
	margin-top: 20px;
}

#sidebar h2, #sidebarsmall h2 {
	line-height: 14px;
	text-transform:uppercase;
	font: bold 10px Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 10px;
}
#sidebar ul, #sidebar ul ol, #sidebarsmall ul, #sidebarsmall ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li, #sidebarsmall ul li {
	list-style-type: none;
	list-style-image: none;
	background-color: #111;
	margin-bottom: 10px;
}
#sidebar p, #sidebarsmall p {
	padding: 0 10px;
}
#sidebar ul li ul li, #sidebarsmall ul li ul li {
	padding-bottom:5px;
}
#sidebar ul li ul, #sidebarsmall ul li ul  {
	padding:10px;
	margin: 0;
}
#sidebar ul p, #sidebar ul select {
	margin: 0;
}
#sidebar ul ul, #sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
}

ol li, #sidebar ul ol li, #sidebarsmall ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
}
#sidesearch {
	height: 35px;
	padding: 0 10px;
}
#sidesearch #searchform #s {
	margin: 0 10px 0 0;
	float: left;
}
#searchform #s{
	font-size: 10px;
	width: 236px;
	border: 1px solid #999;
	margin: 7px  10px 5px 0;
	float: right;
	padding: 2px 2px 3px 20px;
	background: #fff no-repeat url(img/search.png);
}
#sidebar #searchsubmit, #sidebarsmall #searchsubmit {
	padding: 0;
	color: #000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	border: 1px strong #f0f0f0;
	background: #f0f0f0;
}
#sidebar form {
	margin: 0;
}
#sideicons img {
	margin: 0;
	padding: 0 2px;
}
#sidebarsmall img {
	margin: 0;
	padding: 0;
}
#footback {
	clear: both;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	height: 80px;
	border-top: solid 2px #000;
	background: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#555555'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(555)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #333,  #555); /* for firefox 3.6+ */
} 
#footer {
	width: 708px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	background: #111;
	padding: 10px;
}
.footer {
	text-align: center;
	color: #bfbfbf;
	font-size: 10px;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 16px;
	text-align: justify;
}
.widecolumn {
	line-height: 16px;
}
.narrowcolumn .postmetadata {
	text-align: justify;
	padding: 10px;
	font-weight: bold;
	font-size:10px;
	background: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#222)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #444,  #222); /* for firefox 3.6+ */
}
.narrowcolumn .postmetadata img {
	padding: 0 3px;
	margin: -3px 0 0 0;
	position: relative;
	top: 3px;
}	

small {
	font: 9px/150% Verdana, Geneva, Arial, sans-serif;
}
h2 {
	font: bold 18px Verdana, Geneva, Arial, sans-serif;
	line-height:24px;
	color: #fff;
	padding: 5px 10px;
	margin: 0;
	background: #333; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #555,  #333); /* for firefox 3.6+ */
}
.comm {
	font-weight: bold;
	font-size: 10px;
}
h1, h3 {
	font: bold 12px Verdana, Geneva, Arial, sans-serif;
}

.description {
	font-size: 11px;
	text-align: right;
}
#commentform input, #commentform textarea {
	font: 11px Verdana, Geneva, Arial, sans-serif;
}

#commentform {
	background-color: #111;
	padding: 10px 10px 40px 10px;
	margin-bottom:10px;
}
.commentlist img {
	margin: 0 5px;
	padding: 0;
}
ol.commentlist {
		margin: 0px;
		padding: 0px;
		}
#commentlist {
	padding: 0px;
	margin : 0px;
}
.commentlist li {
	font-weight: normal;
	list-style: none;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
}
#commentform p {
	font-family: Verdana, Geneva, Arial, sans-serif;
}
.thecomment {
	background-color: #111;
	margin-bottom: 10px;
}
.commenttext {
	padding: 0 10px 1px 10px;
	text-align: justify;
	font-size: 10px;
	line-height: 14px;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
.narrowcolumn {
	float: left;
	width: 440px;
}
.widecolumn {
	float: left;
	width: 548px;
}
.widecolumn .post{
	margin-bottom: 10px;
	background-color: #111;
	float: left;
	width: 548px;
}
.narrowcolumn .post {
	margin-bottom: 10px;
	background-color: #111;
	float: left;
	width: 440px;
}

.entry {
	padding: 0 10px 5px 10px;
}
.entrytext {
	text-align:justify;
	padding: 0 10px 5px 10px;
}

.noresult {
	line-height: 1.4em;
}

h1 {
	padding: 5px;
	font-size: 11px;
	text-align: right;
	font-color: #333;
}
.description {
	text-align: center;
}
h3 {
	padding: 0px;
	margin-top: 10px;
}
p img {
	max-width: 100%;
}
img.centered {
	display: block;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
html>body .entry ul {
	margin-left: 0;
	padding: 0;
	list-style: none;
	padding-left: 0;
}
html>body .entry li {
	margin: 0;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#searchform {
	margin: 0;
	padding: 0;
	text-align: left;
}
.entry form {
	text-align: left;
}
select {
	width: 130px;
}
h5 {
	background-color: #333;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h6 {
	background-color: #666;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color:#111;
	margin: 0;
}
.commenthead {
	background-color: #333;
	padding: 5px;
	margin: 0;
}
.commentmetadata {
	font-weight: bold;
	font-size: 9px;
	}
#commentform input {
	width: 160px;
	padding: 3px;
	margin-bottom: 0px;
	font-size: 10px;
}
#commentform textarea {
	width: 405px;
	padding: 5px;
	font-size: 10px;
}
#commentform #submit {
	width: 420px;
	float: left;
}
.alt {
	background-color: #f0f0f0;
}
#commentform p {
	font-size: 10px;
	margin: 0px 0px 5px 0px;
}
.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
}
#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 140px;
	text-align: left;
}
#wp-calendar #next a {
	padding-right: 10px;
	font-weight: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	font-weight: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #ff6;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size: 12px;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
acronym, abbr, span.caps {
	cursor: help;
}
blockquote {
	margin-left: 8px;
	padding-left: 15px;
	border-left: 3px dotted #ccc;
}
blockquote cite {
	margin: 0;
	display: block;
}
.center {
	text-align: center;
}


.navigation {
	display: block;  
	text-align: left;
}

/* Begin Events for Events Manager */
.eventlist h2 {
	margin: 0 0 10px 0;
	background-color: #111;
}
.eventlist h4 {
	line-height: 14px;
	text-transform:uppercase;
	font: bold 10px Verdana, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 10px;
	background-color: #333;
	color: #fff;
}
.eventmetadata {
	padding: 10px;
	background-color: #111;
}
.eventnotes {
	padding: 10px;
	background-color: #111;
}
.event {
	margin: 0 0 10px 0;
}
.eventfooter {
	background-color: #111;
	padding: 10px;
	text-align: center;
}
#song {
	margin-bottom:10px;
	background-color: #111;
	padding: 10px;
}
.songtitle {
	font-size:12px;
	font-weight: bold;
	text-transform:uppercase;
}
.songdata {
	padding: 10px;
	background-color: #333;
}
.youtube {
	margin: -5px 0 -3px 0;
	padding: 0 10px 0 0;
}
.entry ol li {
list-style-position: inside;
}

