/* standard */

body {
 color: #000;
 font-family: veranda,tahoma,sans-serif;
 background-color: #fff;
 margin: 0px;
 background-attachment: fixed;
 font-size: 12px;
 height: 100%;
}

a:link, a:visited {  
 color: #BF720C;
 text-decoration: none;
}

a:hover {
 color: #AF1C15;
 text-decoration: underline; 
}

/* wazne */

a.imp:link, a.imp:visited {
 color: #ff0000;
 text-decoration: none;
}

a.imp:hover {
 cursor: auto;
 color: #AF1C15;
 height: 0px;
 text-decoration: underline;
}

span {
 margin: 0;
 color: #AF1C15;
 font-weight: bold;
}

h1, h2, h3, h4, h2#web, h2#pl {
 display: inline;
 font-weight: normal;
 color: #000;
 margin: 0px;
 padding: 0;
}

h1 {
 font-size: 30px;
 LINE-height: 21px;
}

h2 {
 font-size: 23px;
 LINE-height: 25px;
}

h3 {
 font-size: 20px;
 LINE-height: 21px;
}

h4 {
 font-size: 16px;
 LINE-height: 17px;
}

h2#web {
 font-size: 60px;
 LINE-height: 80px;
}

h2#love {
 font-size: 60px;
 LINE-height: 80px;
 display: inline;
 font-weight: normal;
 color: #DF2964;
 margin: 0px;
 padding: 0;
}

h2#pl {
 font-size: 45px;
 LINE-height: 80px;
}

/* LAYOUT */

#main {
 width: 100%;
 min-height: 100%;
}

.frame {
 width: 800px;
 margin-top: 50px;
}

/* pozycjonowanie tekstu */

.cntr {text-align: center;}
.lt {text-align: left;}
.rt {text-align: right;}
.ju {text-align: justify;}

/* ogolne */

div, p {
 font-size: 14px;
 color: #36332A;
 LINE-height: 18px;
}

p, hr {
 margin: 10px 0px;
 padding: 0px;
}

ul, ol {
 color: #000;
 padding: 6px 40px;
 LINE-height: 18px;
 margin: 0;
}

ul li {
 color: #000;
 LINE-height: 16px;
 padding: 10px 0;
}

hr { 	
 border-bottom: 1px dashed #36332A;
 border-top: 0px;
 border-left: 0px;
 border-right: 0px;
 line-height: 0px;
 height: 1px;
}

img {
 border: 0;
}

.male {font-size: 12px;}
.small {font-size: 10px;}

.social-icons {list-style-type: none; margin: 10px 0 10px 10px; padding:0;}
.social-icons li {padding: 2px 5px !important; display: inline !important;}

#twitter_update_list li {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

#twitter_update_list li span {display: block;}

