/** 
	Theme Name: bywa.info v2
	Theme URI: http://bywa.info
	Description: Theme for bywa.info
	Version: 1.0
	Author: Kuba Tyburski
**/


/** podstawy **/

* {
	margin: 0;
	padding: 0;
}

body { 
	background-image: url('./gfx/bg.png');
	background-attachment: fixed;
	 
	color: #979797;
	font-size: 70%;
	font-family: Verdana, Tahoma;
}

a, a:hover, a:active {
	color: #4eb9cd;
	text-decoration: none;
}

a img, img {
	border: 0;
}

h1, h2, h3, h4, h5, h6  {
	color: #979797;
	font-family: Verdana;
}

h1 a, h1 a:hover {
	text-decoration: none;
	color: #4eb9cd;
}

h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}

label {
	font-size: 1em;
}

p, ul, ol {
	padding-bottom: 1em;
}

ul li {
	padding-left: 5px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/** design **/

#container {
	width: 940px;
	margin: 0 auto;
}

#top {
	position: relative;
	
	height: 45px;
	padding: 9px 0px 0px 30px;
	
	background-image: url('./gfx/topBg.png');
	background-repeat: repeat-x;
}

#main {
	float:left;
	padding-top: 15px;
}

#content {
	position: relative;
	float:left;
	font-size: 1em;
	width: 720px;
}

#right {
	position: relative;
	float: left;
	width: 207px;
	margin-left: 13px;
	padding-top: 10px;
}

/** top **/

#topImg {
	width:940px;
	margin: 0 auto;
}

/** right **/

#tagMenu {
	text-align: center;
	font-size: 1.2em;
}

.boxMenu {
	width: 207px;
	margin-bottom: 20px;
}

.boxMenu p {
	width: 187px;
	background-color: #000000;
	padding:10px;
}

.boxMenuTop {
	background-image: url('./gfx/menu/menuTop.png');
	background-repeat: no-repeat;
	height: 4px;
}

.boxMenuBottom {
	background-image: url('./gfx/menu/menuBottom.png');
	background-repeat: no-repeat;
	height: 4px;
}

ul.menuTopList {
	background-color: #000000;
	list-style-type: none;
	color: #4EB9CD;
	padding: 5px 5px;
	width:197px;
}

ul.menuList li {
	background-image: url('./gfx/about/kwadrat.png');
	background-position: 5px 6px;
	background-repeat: no-repeat;
}

ul.menuList a,ul.menuList a:hover {
	color: #979797;
	padding-left: 10px;
}

ul.menuList {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #151515;
	background-color: #000000;
	list-style-type: none;
}

#statsMenu ul li {
	color: #979797;
	padding-left: 15px;
}

.statsMenuBlue {
	color: #4EB9CD;
}

/** content **/


.box {
 width: 720px;
 padding: 10px 0;
 margin: 0 auto;
}
.av {
 float: left;
 width: 92px;
 height: 78px;
}

.boxCont {
 float: left;
 width: 628px;
}

.boxContUp {
 width: 628px;
 height: 13px;
 background-image: url('./gfx/boxTop.png');
 background-repeat: no-repeat;
}

.boxContDown {
 width: 628px;
 height: 13px;
 background-image: url('./gfx/boxBot.png');
 background-repeat: no-repeat;
 margin-bottom: 20px;
}

.boxContText {
 width: 600px;
 padding: 0px 14px;
 background-color: #000000;
 
 text-align: left;
 color: #979797;
 font-size: 10px;
}

.boxContTextT {
 padding-top: 15px;
 padding-bottom: 15px;
 text-align: justify;
}

.boxContFoot {
 width: 580px;
 height: 15px;
 margin: 0 auto;
 background-color: #070707;
}

.boxContFootL {
 background-image: url('./gfx/boxLineL.png');
 background-position: top left;
 background-repeat: no-repeat;
 float: left;
 height: 15px;
 padding-left: 15px;
 padding-top: 1px;
}
.boxContFootR a {
 color: #979797;
}

.boxContFootR {
 background-image: url('./gfx/boxLineR.png');
 background-position: top right;
 background-repeat: no-repeat;
 float: right;
 height: 15px;
 padding-right: 15px;
 padding-top: 1px;
}

.boxContTitle {
 border-left: 2px solid #4eb9cd;
 padding-left: 10px;
}

.boxContTitleText h1 {
 color: #4eb9cd;
 font-size: 12px;
 font-weight: normal;
 margin: 0;
 padding-bottom: 4px;
}

.boxAboutL {
 float: left;
 padding: 3px;
 color: #4f4f4f;
 width: 55px;
}

.boxAboutR {
 float: left;
 padding: 3px;
 color: #979797;
 width: 277px;
}

.bottomLine {
 border-bottom: 1px dotted #151515;
}

#boxAboutFoto {
 padding-right: 8px;
}

#boxAboutLine {
 margin-right: 8px;
 padding-bottom: 5px;
 padding-top: 3px;
 background-color: #070707;
 border-bottom: 1px solid #000000;
 color: #979797;
}

#boxAboutREnd {
 background-image: url('./gfx/about/bg_end.png');
 background-repeat: no-repeat;
 height: 5px;
}

.boxAboutLink {
 background-image: url('./gfx/about/kwadrat.png');
 background-position: left center;
 background-repeat: no-repeat;
 padding-left: 15px;
 margin-left: 15px;
}

.boxAboutFootRight {
 color: #4f4f4f;
 width: 163px;
 font-size: 12px;
 padding: 0 15px;
 margin-left: 10px;
 background-image: url('./gfx/about/dot.png');
 background-position: left top;
 background-repeat: no-repeat;
}

.boxAboutFootRight a {
 color: #979797;
}

#pag {
 padding-top: 10px;
 padding-bottom: 30px;
 /*margin: 10px auto 30px auto;*/
}

#koment {
 padding-top: 40px;
 width: 720px;
 margin: 0 auto;
}

#pagL {
 float: left;
 width: 22px;
 padding-right: 18px;
}

#pagListing {
 float: left;
}

#pagList {
 float: left;
 text-align:center;
 background-color: #000000;
 padding-top: 2px;
 padding-bottom:0px;
 height: 15px;
}

#pagListL {
 float: left;
 background-image: url('./gfx/pagL.png');
 background-position: top left;
 background-repeat: no-repeat;
 width: 7px;
 height: 17px;
}

#pagListR {
 float: left;
 background-image: url('./gfx/pagR.png');
 background-position: top right;
 background-repeat: no-repeat;
 width: 7px;
 height: 17px;
}

#pagR {
 float: left;
 width: 22px;
 padding-left: 18px;
}

#pagList, .pagRest a, .pagRest {
 color: #979797;
}

.pagActive a, .pagActive {
 color: #4eb9cd;
}

.tagLine, .tagLine a {
 color: #4d4d4d;
}

img.ipagL {
 float: left;
 margin-left: -7px;
 padding: 0;
}
img.ipagR {
 margin-right: -7px;
 float: right;
 padding: 0;
}

#komForm {
 margin: 0;
 padding: 0;
}

#komForm p {
 margin: 0;
 padding: 0 0 1em 90px;
}

#komForm textarea, #komForm input {
 background-color: #0a0a0a;
 border: 1px solid #4D4D4D;
 color:#979797;
}