html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	line-height: 20px;
  font-family: Arial;
  color: #111;
  font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a:hover {
  text-decoration: none;
}

/* =Layout
-------------------------------------------------------------- */

#main {

}
/* =Header
-------------------------------------------------------------- */
#header {
  
}
#header-in {
  width: 970px;
  margin: 0 auto;
}
#site-title {
  float: left;
}
#user-p {
  float: right;
  width: 200px;
  padding: 8px 8px 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#user-p .user-info {
  float: right;
  width: 150px;
}



/* =Menu
-------------------------------------------------------------- */

#menu {
  height: 50px;
}
#menu-in {
  width: 969px;
  margin: 0 auto;
  padding-left: 1px;
  background: url("images/member/menu-sep.png") no-repeat 0 0;
  height: 50px;
}
#menu li {
  float: left;
  position: relative;
  display: block;

}
#menu li a {
  float: left;
  line-height: 50px;
  padding: 0 21px 0 20px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#menu li a span {
  padding-right: 2px;
  background: url("images/member/menu-sep.png") no-repeat right top;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  display: block;
}
#menu li.current-menu-item, #menu li.current-member-ancestor {
  
}
#menu li.dash-current-menu-item a, .single #menu li.current-menu-item a, .single #menu li.current-member-ancestor a, .bbPress  #menu li.mi-forum a {
  background: #3aa0c7 url("images/member/bg-menu-a.png") repeat-x 0 0;
  color: #fff;
}
#menu .sub-menu {
  display: none;
  position: absolute;
  background: #3aa0c7;
  left: 0;
  top: 50px;
  width: 300px;
}
#menu li .sub-menu li{
  float: none;
  background: url("images/member/sub-menu-sep.png") repeat-x left bottom;
  padding-bottom: 1px;
}
#menu li .sub-menu li a{
  float: none;
  height: auto;
  line-height: 18px;
  padding: 12px 14px;
}
#menu li .sub-menu li a span {
  display: none;
}

/* =Content
-------------------------------------------------------------- */
#container {
  width: 970px;
  margin: 0 auto;
  padding-top: 15px;
}

#content {
  background: #fff;
  padding: 0 30px 40px;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  -webkit-border-radius: 0 8px 8px 8px;
  -khtml-border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
  border-radius: 0 8px 8px 8px;
  float: right;
  width: 700px;
  min-height: 400px;
}
#content .title {
  border-bottom: 1px solid #d9d9d9;
  padding: 21px 5px 18px;
}
#content .title h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
}
#content .title .moduletitle {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 4px;
  display: block;
  color: #727272;
}

.page-item {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 5px;
}
.page-item .pi-thumbnail {
  float: left;
  width: 90px;
  height: 80px;
  display: block;
  text-align: center;
}
.page-item .pi-content {
  float: right;
  width: 580px;
  padding-top: 5px;
}
.page-item .pi-page-title {
  font-size: 18px;
  line-height: 22px;
  
}
.pi-info {
   font-size: 12px;
}
.pi-desc {
  margin-top: 5px;
}
.pi-info a {
  color: #636363;
}


#sidebar {
  float: left;
  width: 209px;
}
#side-menu{
  background: url("images/member/side-menu-sep.png") no-repeat 8px bottom;
  padding-bottom: 1px;   
}
#side-menu li{
  padding-left: 8px;
  width: 201px;
  background: url("images/member/side-menu-sep.png") no-repeat 8px 0;
  padding-top: 1px;   
}
#side-menu li.current_page_item {
  background: #fff;
  -webkit-border-radius: 8px 0 0 8px;
  -khtml-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  width: 201px;
  color: #111;
  padding-top: 0;
}
#side-menu li a{
  text-decoration: none;
  padding: 14px 10px 14px 4px;
  display: block;
  font-size: 14px;
  line-height: 16px;
}
#side-menu li.current_page_item a {
  color: #111;
}
#side-menu li a:hover{
  background: url("images/member/sidemenu-a.png") repeat-y top right;
}
#side-menu li.current_page_item a:hover {
  background: #fff;
}

#side-menu li.current_page_item a{
  padding-top: 15px;
}

.files {
  margin-top: 15px;
  padding-bottom: 15px;
}
.file {
  padding: 4px 0 6px 35px;
  background: url("images/member/download.png") no-repeat 4px 4px;
}

/* =Profil page
-------------------------------------------------------------- */

.profileform {
  margin-top: 20px;
  padding: 0 5px;
}
.profileform label, .profileform .label {
  float: left;
  display: block;
  width: 170px;
  line-height: 35px;
}
.profileform label span {
  font-size: 13px;
  color: #777;
}
.profileform .frow {
  padding-bottom: 10px;
}
.profileform .frow-mt {
  margin-top: 20px;
}
.profileform .frow-img {
  padding-left: 170px;
}
.profileform .button-area {
  padding-left: 170px;
  margin-top: 20px;
}
.profileform .noinput {
  color: #777;
  line-height: 35px;
}
.profileform .text {
  border: 1px solid #d9d9d9;
  padding: 8px;
  width: 400px;
  background: #f6f3ef;
}
.profileform h2 {
  font-size: 18px;
  margin-top: 10px;
}
.info {
  padding: 8px;
  background: #faf4db;
  border: 1px solid #d1c8a3;
  margin-top: 15px;
}

/* =Komentáře
-------------------------------------------------------------- */

#comments-area {
  margin-top: 15px;
  padding-top: 45px;
  background: url('images/addcomment.gif') no-repeat 0 0;
}
.children {
  margin-top: 19px;
  padding-left: 30px;
  background: url('images/comm-child.gif') no-repeat 8px 22px;
}
li.comment {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.children li.comment:last-child {
  padding-bottom: 0;
}
.children li.comment {
  border-top: 1px solid #eee;
  border-bottom: 0;
  padding: 15px 0;
}
.comment-author {
  padding: 8px;
  background: #f7f7f7;    
  font-size: 13px;
  height: 32px;
  line-height: 16px;
}
.comment-author cite {
  padding: 1px 0 0;
  display: block;
}
.comment-author img {
  float: left;
  margin-right: 8px;
}
.comment-author .says {
  display: block;
  color: #555;
  font-size: 12px;
}
.commentmetadata {
  font-size: 12px;
  padding: 10px 8px 8px;
}
.commentmetadata a{
  color: #555;
  text-decoration: none;
}
.comment-body p{
  padding: 0 8px 8px;
  font-size: 13px;
  line-height: 18px;
}
.reply {
  font-size: 13px;
  padding-left: 8px;
}
.comment-awaiting-moderation {
  padding: 8px;
  font-size: 13px;
  color: #d97b00;
}

#respond {
  background: #f2f2f2;
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px;
  font-size: 13px;
  margin-top: 15px;
}
#respond p {
  margin-top: 4px;
}
#respond h3{
  font-size: 18px;
  padding-bottom: 10px;
}
#respond h3 small{
  font-size: 13px;
}
#respond label{
  float: left;
  display: block;
  text-align: right;
  width: 110px;
  padding-right: 8px;
  padding-top: 5px;
}
.form-allowed-tags {
  display: none;
}
.comment-notes, .logged-in-as {
  font-size: 11px;
  color: #555;
  padding-bottom: 15px;
}
#respond input#author, #respond input#email, #respond input#url {
  border: 1px solid #ccc;
  padding: 4px;
  width: 250px;
}
#respond textarea#comment {
  border: 1px solid #ccc;
  padding: 4px;
  width: 520px;
}
 .children #respond textarea#comment {
  width: 420px;
}
.form-submit {
  padding-left: 118px;
  padding-top: 6px;
}
.comment-form-url, #respond .required  {
  display: none;
}



/* =login
-------------------------------------------------------------- */

#login {
  background: #fff;
  padding: 30px;
  width: 350px;
  margin: 20px auto 0;
  border: 1px solid #eaeaea;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#login p{
  padding-bottom: 15px;
  color: #555;
}
#login .form-row{
  padding-bottom: 8px;
}
#login label.ftext{
  float: left;
  width: 70px;
  line-height: 30px;
}
#login .text {
  background: url("images/bg-input.gif") repeat-x 0 0;
  border: 1px solid #cfcfcf;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  height: 22px;
  padding: 4px 5px;
  width: 256px;
}
#login .button-area {
  padding-left: 70px;
  padding-bottom: 15px;
}
#login .rem {
  margin-top: 5px;
}
.button, .form-submit input {
  background: url("images/member/bg-but.gif") repeat-x 0 0;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 38px;
  padding: 0 17px;
  font-size: 15px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  color: #fff;
}


#content h2.com-title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 5px;
  line-height: 24px;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 5px;
}

/* =nástěnka
-------------------------------------------------------------- */
#container .dashboard {
  padding-top: 15px;
}
.dashboard .welcome {
  text-align: center;
  font-weight: bold;
  padding: 15px 20px;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  margin-top: 15px;
  background: #faf4db;
}

.dashboard h2 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 10px;
  line-height: 22px;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 5px;
}
.new-item {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.ni-date {
  float: left;
  color: #777;
  width: 120px;
  text-align: right;
  padding-right: 15px;
}
.ni-text {
  float: left;
  width: 565px;
}
.new-item .comment-text {
  margin-top: 5px;
  color: #777;
  padding-left: 135px;
}
.new-item .comment-text a{
  color: #777;
}

/* =text format
-------------------------------------------------------------- */
.entry-content {
  padding: 5px 5px 20px;
}
.dashboard .entry-content {
  padding: 20px 5px 5px;
}
.entry-content p, .entry-content ul, .entry-content ol {
  margin-top: 15px;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: bold;
}
.entry-content h2 {
  font-size: 23px;
  line-height: 25px;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.entry-content h3 {
  font-size: 20px;
  line-height: 23px;
  margin-top: 25px;
}
.entry-content h4 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
}
.entry-content h5, .entry-content h6 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}
.entry-content li {
  padding-bottom: 5px;
  font-weight: bold;
}
.entry-content ol {
  list-style: decimal;
  margin-left: 25px;
}
.entry-content ul li {
  background: url('images/li.gif') no-repeat 5px 4px;
  padding-left: 25px;
  padding-bottom: 8px;
}
.entry-content img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 3px;
}
.entry-content img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 3px;
}
.entry-content blockquote {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  padding: 0 20px 15px;
  border-bottom: 1px solid #D9D9D9;
  border-top: 1px solid #D9D9D9;
  margin-top: 15px;
  background: #faf4db;
}

.empty-content {
  padding: 60px 0;
  text-align: center;
}
.empty-content strong {
  font-size: 20px;
  line-height: 30px;
}

#footer {
  color: #999;
  width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 20px 200px;
  font-size: 12px;
}
.clear {
  clear: both;
}

/* =forum
-------------------------------------------------------------- */

#container #bbpress-forums ul.bbp-lead-topic, #container #bbpress-forums ul.bbp-topics, #container #bbpress-forums ul.bbp-forums, #container #bbpress-forums ul.bbp-replies {
  overflow: visible;
}

.full-width #content {
    border-radius: 8px 8px 8px 8px;
    float: none;
    width: 909px;
}

