/*------------------------------------------------------
 Site additional CSS-document
 Used by Texts
 version: 0.1
 author:  Vladimir Chumak
 email:   x-coding@mail.ru
 site:    http://chumak-studio.cv.ua
--------------------------------------------------------*/

/* Content layout */

body.texts #content {
	padding-right: 5px;
}

body.texts #primary_content {
	float: left;
	width: 483px;
}

body.texts #secondary_content {
	float: right;
	width: 185px;
}

#content p {
	padding-left: 15px;
	padding-right: 15px;
}

/* Texts */
.box {
  width: 196px;
  background: #f6f7f8 url(../images/gallery_album_bg_mask.gif) repeat-y;
  float: left;
  margin: 20px 0 0 10px;
}

.box h2 {
	margin: 0;
	padding: 5px 19px 10px 10px;
	font-size: 100%;
	background: #f6f7f8 url(../images/gallery_album_top.gif) no-repeat left top;
	text-align: center;
}

.box a {
	margin-left: 10px;
	margin-right: 19px;
	border: 1px solid #ccc;
	display: block;
	padding: 2px;
	text-align: center;
}

.box a:link  { background-color: #fff; }
.box a:hover { background-color: #FFC; }


.box .last {
  background: url(../images/gallery_album_bottom.gif) no-repeat left bottom;
  padding-bottom: 20px;
}

.box p {
	margin: 0;
	padding: 5px 19px 0 10px;
	text-align: center;
}

.box p b { color: #34a7db; }

/* PHOTOS */
.photo {
	float: left;
	padding:10px 5px 10px 5px;
	margin: 10px 20px 10px 10px;
	width: 159px;
	border: 1px solid #a9ccde;
	background: #d7f0fd;
}

.photo a {
	border: 1px solid #ccc;
	display: block;
	padding: 2px;
	text-align: center;
	background-color: #fff;
}
.photo a:link  { background-color: #fff; }
.photo a:hover { background-color: #FFC; }

.photo p {
	padding-left: 5px;
	text-align: center;
}

.photo em {
	display: block;
	text-align: right;
	margin-right: 10px;
	color: #34a7db;
	font-weight: bold;
}

/* SIDEBOX */
body.gallery_view .sidebox h2 { background: url(../images/sidebox_gallery_top.gif) no-repeat left top; padding-left: 45px;}

.sidebox ul {
	margin: 0 0 2px 10px;
	padding-left: 15px;
	list-style-image: url(../images/files_import.gif);
	color: #00aeec;
}

.sidebox li {
	padding-left: 5px;
}


body.texts .sidebox h2.nopicture { 
   margin: 0;
	margin-top: 10px;
	padding: 15px 19px 10px 27px;
	background: url(../images/sidebox_top.gif) no-repeat left top; }
