@import url('style-basics.css'); /* general body styles with wrapper, dottop, and dotbottom */
@import url('style-header.css'); /* header styles i.e. h1, menu, and search */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles and custom styles for primary and secondary */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

.container{
	float: left;
	width: 860px;
	background: #fff;
	border-left: 5px Solid #CD238D;
	border-right: 5px Solid #CD238D;
}
.bottomad {
	background: #fff;
	border-left: 5px Solid #CD238D;
	border-right: 5px Solid #CD238D;
	width: 860px;
}
.containergallery{
	text-align: center;
	width: 860px;
	background: #fff;
	border-left: 5px Solid #CD238D;
	border-right: 5px Solid #CD238D;
}
.containergallery2{
	text-align: center;
	width: 1100px;
	background: #fff;
	border-left: 5px Solid #CD238D;
	border-right: 5px Solid #CD238D;
}
.rctop, .rctop div, .rcbottom, .rcbottom div{
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.rctop{background: url(images/corners.gif) right top no-repeat;}
.rctop div{background: url(images/corners.gif) 0 -10px no-repeat;}
.rcbottom{background: url(images/corners.gif) right -20px no-repeat;}
.rcbottom div{background: url(images/corners.gif) 0 -30px no-repeat;}

.gallery{
	float: left;
	width: 840px;
	margin: 5px 0 0 5px;
	padding: 6px 0 10px;
	border-top: 1px solid #f2f1e9;
	border-bottom: 1px solid #f2f1e9;
	display: inline;
}

.thumb{
	float: left;
	margin: 10px 0 0 10px;
	width: 156px;
	height: 156px;
	display: inline;
	position: relative;
}
.adstop {
	position: absolute;
}
.thumb-caption{
	width: 156px;
	height: 29px;
	overflow: hidden;
	background: #000;
	color: #ccc;
	position: absolute;
	top: 156px;
	left: 0;
	margin: -29px 0 0;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

.thumb-caption a{
	display: block;
	padding: 7px 10px 7px;
	color: #fff;
}

.thumb .dottop, .thumb .dotbottom{
	position: absolute;
	top: 0;
	left: 0;

}

.thumb .dotbottom{
	top: 155px;
}

.content{
	float: left;
	margin: 10px 10px 0;
	width: 500px;
	display: inline;
	overflow: hidden;
}

.contentgallery{
	text-align: center;
	margin: 10px 10px 0;
	width: 800px;
	display: inline;
	overflow: hidden;
}
.contentgallery2{
	text-align: center;
	margin: 10px 10px 0;
	width: 1000px;
	display: inline;
	overflow: hidden;
}
.post, .page{
	padding: 14px 0 0;
}

.entry-head{
	float: left;
	width: 500px;
	padding: 0 0 7px;
	border-bottom: 1px solid #f2f1e9;
	background: url(images/entryheading-star.gif) no-repeat 10px 6px;
}

.entry-head h2, .entry-meta{
	margin: 0 0 0 56px;
}

.entry-head h2{
	font: bold 24px "trebuchet ms", georgia, serif;
	text-transform: uppercase;
}

.notedisclaimer {
	font: 11px "trebuchet ms", georgia, serif;
	color: #373737;
	padding: 4px;
	line-height: 16px;
}

.entry-head h2 a{
	color: #CD238D;
}

.page .entry-head{
	float: none;
	background-image: none;
}

.page .entry-head h2{
	margin: 0 0 0 10px;
}

.entry-meta{

	padding: 1px 0 0;
	font-size: 11px;
	color: #777;
}

span.entry-date{
	padding: 0 0 0 12px;
	background: url(images/entrymeta-calendar.gif) no-repeat 0 3px;
}

span.author{
	padding: 0 0 0 13px;
	background: url(images/entrymeta-pencil.gif) no-repeat 0 3px;
}

span.comments-link{
	padding: 0 0 0 14px;
	background: url(images/entrymeta-comment.gif) no-repeat 0 3px;
}

.entry-foot{
	padding: 4px 10px 3px;
	border-top: 1px solid #f2f1e9;
	border-bottom: 1px solid #f2f1e9;
	line-height: 22px;
	background: #fdfdfd;
}

.entry-content{
	padding: 0 10px;
	line-height: 22px;
}

.entry-content p a{
	border-bottom: 1px solid #ddd;
	background: #ffd;
	color: #000;
}

.entry-content p a:hover{
	text-decoration: none;
	border: 0;
}

.entry-content h2{font-size: 24px; font-weight: bold; line-height: 28px;}
.entry-content h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry-content h4{font-size: 14px; font-weight: bold; line-height: 20px;}
.entry-content h5{font-size: 11px; line-height: 16px;}
.entry-content h6{font-size: 10px; line-height: 14px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 10px;
}

.ads-468x60 img{
	margin: 20px 0 0 20px;
}

.navigation{
	float: left;
	width: 500px;
	margin: 17px 0 7px;
	display: inline;
}

.navigationgallery{
	text-align: center;
	width: 600px;
	margin: 0 auto;
}

.gallerywrapper {
	width: 100%;
	background-color: #F3F3F3;
	padding: 8px;
}

.navigation span.nav-previous{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	background: url(images/bg-older-posts.gif) no-repeat 0 3px;
}

.navigation span.nav-next{
	margin: 0 10px 0;
	padding: 0 16px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 3px;
}


/*	Footer      								
-----------------------------------------------------------------------*/
#minifooter {
	background-color: #ffffff;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	float: left;
	width: 820px;
	padding: 10px 0 10px 40px;
	color: #c5c3b5;
	border-left: 5px Solid #CD238D;
	border-right: 5px Solid #CD238D;
}

#footer {
background: url(images/footer.gif) repeat-x #fff;
width: 860px;	margin: 0px auto; 
padding:  0px;	color: #FFF;
}

#footer p {	color : #000;	font-size : 11px;	font-family : Arial, Tahoma, Verdana;	margin : 0px auto;	padding : 9px 0px 0px 0px;	clear : both;}
#footer a, #footer a:visited {	color: #FFFFFF;	text-decoration: none;}

#blogroll {
background: url(images/bgbg.jpg) repeat-x #fff;
width: 860px; 
padding-bottom:20px;
float: left;
margin: 0px auto; 
font-family : Arial, Verdana, sans-serif;
font-size : .95em;
height: 150px;
border-left: 5px Solid #CD238D;
border-right: 5px Solid #CD238D;
}

#footer h2 {
font-size: 1.5em;
font-family: "Trebuchet MS";
line-height: 35px;
margin: 5px 5px 5px 40px;
color: #CD238D;
}

#footer ol {width: 860px; float: left; text-align: left; margin: 5px 0px 5px 0px;}
#footer ol li { display: block; position: relative; float: left; width: 150px; padding: 2px 5px 5px 2px;}
#footer ol li a, #footer ol li a:visited{ font-size : 1em; color : #484a5c; }
#footer ol li a:hover{color: #793855; text-decoration: underline  
}

select {
	padding: 4px;
	margin: 4px;
}
option {
	line-height: 18px;
}
.alignnone {
	border: 4px Solid #F2F1E9;
}
.oglasfloat {
	padding: 4px;
	margin: 4px;
	float: right;
}
.oglasfloatl {
	padding: 4px;
	margin: 4px;
	float: left;
}
