@import url('project.css');

.full-page {
	width: inherit !important;
}

.text {
    font-family: Verdana, Tahoma, sans-serif;
    margin: 0 0 10px 0;
    padding: 0;
}
/* * Výpis textů * */
.text .item {
    width: 660px;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #efefef;
    border-bottom: 2px solid #efefef;
    background-color: #f9f9f9;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: 500;
    text-align: left;
    color: #000;
    padding: 7px 15px 3px 15px;
    margin: 10px 0px 10px 0px;
}
.text .item .title {
    font-weight: 700;
    color: #ae3b72;
    margin: 0px 0px 5px 0px;
    width: 500px;
    float: left;
}
.text .item .title a {
    color: #ae3b72;
    text-decoration: underline;
}
.text .item .title a:hover {
    color: #ae3b72;
    text-decoration: none;
}
.text .item .created {
    font-size: 8pt;
    font-weight: 500;
    color: #666;
    margin: 0px 0px 5px 0px;
    width: 150px;
    float: left;
    text-align: right;
}
.text .item .per {
    clear: both;
    min-height: 60px;
}
.text .item .per img {
    padding: 1px;
    border: 1px solid #d4e2e5;
}
.text .item .more-icon {
    text-align: right;
    padding: 0 0 0 0;
}
/* * Detail textu * */
.text .perex-contents {
    width: 690px;
    margin: 0;
    padding: 0;
}
.text .perex-text {
    width: 380px;
    padding: 7px 15px 7px 15px;
    float: left;
    border-top: 1px solid #d4e2e5;
    border-bottom: 2px solid #d4e2e5;
    background-color: #ecfafd;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: 500;
    text-align: left;
    font-style: italic;
    line-height: 19px;
    color: #000;    
}
.text .perex-image {
    width: 250px; 
    padding: 0;
    margin: 0;
    float: left;
}
.text img {
    padding: 1px;
    border: 1px solid #d4e2e5;
    float: left;
}
.text .body {
    /*width: 670px;*/
    padding: 0 0 0 15px;
    text-align: left;
}
.text .vgallery {
    position: relative;
    float: right;
    top: 0px;
    right: 0px;
    width: 140px;
    height: auto;
    margin: 10px 5px 10px 10px;
    padding: 10px 0 7px 5px;
    border-left: 1px dotted #999;
}
.text .hgallery {
    border-top: 1px dotted #999;
    margin: 15px 0 0 15px;
    clear: both;
}
.text .hgallery img, .text .vgallery img {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 5px 5px 0;
}
.text .files {
    margin: 10px 0 0 15px;
    border-top: 1px dotted #efefef;
    clear: both;
    text-align: left;
}
.text .files ul {
    margin: 0px;
}



/***********************************************

Color studio

***********************************************/
#colorstudio {
	background-color:#FFFFFF;
	width: auto; /*960px;*/
	padding:15px;
	padding-left: 0px;
	margin:0 auto;
	position:relative;
}
#colorstudio h1 {
	margin-bottom:1em;
	color:#AE3B72;
}
#colorstudio h1 small {
	color:#000000;
	font-size:16px;
	text-transform:uppercase;
	padding-left: 12px;
	line-height: 30px;
}
#colorstudio h4 {
	padding-left:15px;
	padding-right:15px;
	margin-bottom:.5em;
	color:#AE3B72;
}

#colorstudio p {
	margin-bottom:.5em;
	padding-left:15px;
	padding-right:15px;
	font-size:.9em;
}
.text #colorstudio img {
	border: none;
}

#colorstudio #logoCS {
	position:absolute;
	top:15px;
	left:430px;
	padding:0;
}
#colorstudio #instructions {
	width:410px;
	position:absolute;
	top:15px;
	left:560px;
}
#colorstudio .cleaner {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:.1em;
	visibility:hidden;
}


