/*
Theme Name: potapljanje
Theme URI:  http://www.potapljanje.com
Description: The WordPress theme.
Version: 1.0
Author: 
Author URI: http://www.potapljanje.com
Tags: 

*/
body {
background-color : #00224D;
color : #fff;
font-family : 'Trebuchet MS';
font-size : 13px;
width: 100%;
text-align: left;
background-image : url("images/bg.jpg");
background-repeat: no-repeat;
background-position: left top;

}

a {
color: #fff;
font-family : 'Trebuchet MS';
font-size : 12px;
text-decoration: underline;
}

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

img {
border : none;
}

html, body, h1, h2, h3, h4, h5, h6, div, input, form,ul,li {
	margin : 0;
	padding : 0;
}

.both {clear: both;}
.p10 {padding: 10px;}
.p20 {padding: 20px;}
.p15 {padding: 15px;}
.pt10 {padding: 10px 0 0 0;}
.pt5 {padding: 5px 0 0 0;}

.menu {float: left; width: 150px; text-align: right; padding: 220px 0 0 0;}
.menu ul{
	list-style: none;
}
.menu a{color: #fff; font-family : 'Trebuchet MS'; font-size : 20px; text-decoration: underline; line-height: 30px;}
.menu a:hover {text-decoration: none; color: #fff;}
.main {float: left; width: 409px; text-align: left;}

.post{
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
}
.title {padding: 0 10px 0 0;}
.title h2 { font-size: 41px; font-weight: normal;}
.title h2 a{ font-size: 41px; text-decoration: none;}
.title h2 a:hover{ color: #fff;}
.title h3 { font-size: 18px; padding: 0 0 10px 0; font-weight: normal;}
.main {padding: 275px 0 0 45px;}
.mp {padding: 0px 15px 0 20px; overflow: hidden;}
.right {float: left; padding: 169px 0 0 0;}

.footer {clear: both; padding: 10px; font-size: 9px; color: #555;}
.footer a{font-size: 9px; color: #555;}

.inner_images img, .images img {padding: 4px; background-color: #fff; margin: 4px;}
.inner_images img:hover, .images img:hover {background-color: #E5F74D;padding: 5px; margin: 3px;}
.images {width: 240px; padding: 0 0 0 35px;}
.inner_images { padding: 20px 0 0 0px;}
.mainfield {width: 890px;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images *//* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #dfcfba;
	}

blockquote {
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
	border-left: 5px solid #bdbdbd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:12px;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:12px;
	line-height:1.8em;
}
.single .navigation{
	width:100%;
	margin:0 auto;
}
.navigation a{
	font-weight:bold;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */