/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom"&gt;. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #header {font-weight:bold; border-bottom:4px double #ff9600; height:80px; background:transparent url(images/croatiatravel.jpg) center no-repeat; padding-bottom:0.5em; padding-top:0.5em;
clear:both;
}
.custom .headline_area h1, .headline_area h2 {font-weight:bold;
}

.custom .sidebar h3 { font-variant:small-caps; letter-spacing:0px; font-weight:bold;}
.custom .comments_closed p {display: none ;}
.custom .to_comments p {display: none ;}
.custom .format_text .to_comments {display: none ;}

.custom .thrColFix #container2 { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.custom .thrColFix #sdb1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.custom .thrColFix #sdb2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.custom .thrColFix #mainContent2 { 
	margin: 0 500px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.custom .b_bContent {
                position: static;
                background: none;
                margin: 0;
        }

.custom #b_searchboxInc {
                width: 195px !important;
                text-align: left;
background: #D1F9FF;
padding: 4px;}

.custom #b_frmInner {
                overflow: hidden;
        }

.custom input.b_submitButton {
                float: right;
        }

.custom #b_searchboxInc a.calender img {
                background: #003580;
        }

.custom .blur {
                color: #999 !important;
        }

.custom #b_calendarPopup {
                font: 12px/1.5 Arial, Helvetica, sans-serif;
                color: #003580;
            display: none;
            position: absolute;
            background-image: url(http://www.booking.com/static/img/shadow3.png);
            padding: 0 4px 4px 0;
}
/*
Photo
*/
.custom div.meta img {
    margin-right:5px;
}
.custom div#photo {
    position:relative;
    margin:10px 0 0 0;
}
.custom div#notes {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}
.custom div#notes div.note {
    padding:1px;
    margin:-4px 0px 0px -4px;
    position:absolute;
    cursor:pointer;
}
.custom div#notes:hover div.note div.hover2 {
    border:1px solid black;
}
.custom div#notes:hover div.note div.hover {
    border:1px solid white;
}

.custom div#notes div.note:hover {
    border:1px solid yellow;
    padding:0;
    z-index:2;
}

.custom div.note div.text {
    display:none;
    position:absolute;
    top:100%;
    left:0px;
    width:auto;
    margin:10px 0 0 0 ;
    padding:5px;
    background:#FFFFD3;
    color:black;
    border:1px solid #555;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    z-index:1;
}
.custom div.note:hover div.text {
    display:block;
}

.custom div#context {
    position:relative;
    height:120px;
    width:100%;
    background:#eee;
}
.custom div#context div.prev, div#context div.next {
    position:absolute;
    top:10px;
    color:#ccc;
    font-size:0.9em;
    text-align:center;
    text-transform:lowercase;
}
.custom div#context div.prev {
    left:10px;
}
.custom div#context div.next {
    right:10px;
}
.custom div#context div.nomore {
    top:20px;
    width:100px;
}
.custom div#context div.info {
    position:absolute;
    top:20px;
    left:50%;
    width:100px;
    margin-left:-50px;
    text-align:center;
}
.custom div#context div.info a{
    color:#ccc;
    text-decoration:none;
}
.custom div#context div.info strong a{
    color:#aaa;
}

.custom div.comment {
    clear:both;
    min-height:50px;
    margin-bottom:1em;
}
.custom div.comment p {
    margin:0 0 1em 0;
    padding:0;
}
.custom div.comment img {
    margin-right:5px;
    margin-bottom:5px;
}
/*

Album

*/

.custom div#photos {
    background:#eee;
    padding:10px;
    clear:both;
    margin:20px 0 0 0;
}
.custom div#highlight {
    position:relative;
    margin:15px 0 0 0;
}
.custom div#highlight img {
    float:left;
    margin:0 10px 0 0 ;
}
.custom div#highlight p {
    font-size:1.3em;
}
.custom div#highlight p.meta {
    color:#888;
    font-size:1em;
}
.custom div#highlight p.meta a {
    color:#888;
}

/*

Albums-index

*/

.custom div.albums {
    clear:both;
    padding-top:10px;
}
.custom div.album {
    background:#eee;
    padding:10px 10px 10px 10px;
    margin:0 0 15px 0;
    position:relative;
    min-height:95px;
    clear:both;
}
.custom div.album img.highlight {
    float:left;
    border:3px solid #888;
    position:relative;
    margin-right:10px;
}
.custom div.album h2 {
    font-size:1.4em;
    text-decoration:none;
    margin:0 0 10px 0;
}
.custom div.album p {
    font-size:0.9em;
}
.custom div.album p.meta {
    color:#888;
}
.custom div.album p.meta a {
    color:#888;
}
.custom div.albums-small div.album {
    clear: none;
    width:90px;
    height:115px;
    float:left;
    background: none;
}
.custom div.albums-small div.album img.highlight {
    float: none;
    margin:0;
}
.custom div.albums-small div.album strong {
    font-size:0.9em;
}

.custom div.group {
    min-height:60px;
}

.custom div#highlight {
    position:relative;
    margin:0 0 40px 0;
}
.custom div#highlight h2 {
    margin-bottom:5px;
}
.custom div#highlight img.highlight {
    float:left;
    margin:0 10px 0px 0 ;
    border:3px solid #888;
}
.custom div#highlight p {
    font-size:1.3em;
}
.custom div#highlight p.meta {
    color:#888;
    font-size:0.9em;
}
.custom div#highlight p.meta a {
    color:#888;
}

.custom div#highlight div.photos {
    clear:both;
    padding:10px 0;
	background:none;
}
.custom div#highlight div.photos img {
    margin:0 10px 10px 0;
}

.custom div#photoalbum-nav {
    margin-bottom:15px;
}

/*

Paging

*/
.custom .navigation {
	padding:1em 0;
	font-size:1.5em;
}

/*

Tags

*/
.custom div.tags {
    padding-top:10px;
    clear:both;
}
.custom div#cloud {
    line-height:200%;
}

.custom div.flickr-meta-links {
	clear:both;
    margin:10px 0 0 0;
    font-size:10px;
}
.custom div.flickr-meta-links a{
    color:#555;
}