/*------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fusion.co.uk/
+-------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| addonify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at http://www.gnu.org/licenses/agpl.html.
| Removal of this copyright header is strictly
| prohibited without written permission from the
| original author(s).
+------------------------------------------------------*/
/*------------------------------------------------------+
|         joga theme for PHP-Fusion v7
|        based on Bifrost by Johan Wilson
+-------------------------------------------------------+
| Filename: styles.css
| joga conversion by: Vlad Fagarasanu (Faga)
| Homepage: http://cvision.eu
+------------------------------------------------------*/

a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#222;
	text-decoration: none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0090ff;
	text-decoration: none;
}
a.side {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
	text-decoration: none;
}
a:hover.side {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0090ff;
	text-decoration: none;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #e7e7e7;
	margin: 0;

}
/* TinyMCE specific rules */
body.mceContentBody {
	background: #FFFFFF;
	color: #000000;
}
html,body{height:100%}
.container {
	width: 1000px;
	margin: 0 auto;
	}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	background-color:#fff;
	-moz-border-radius:6px;
	-wekbit-border-radius:6px;
	border-radius: 6px;
	border: 1px solid #ccc;
	margin: 2px 1px 12px 0px;
	padding:8px;
}

/* Form element properties */

.bullet {
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:center;
	}
.button {
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #264964;
	-moz-border-radius:3px;
	-wekbit-border-radius:3px;
	border-radius: 3px;
	border: 1px solid #cecece;
	text-shadow:1px 1px 0 #fff;
	margin: 2px 0 2px 0;
	background-image: url(images/button-a.gif);
	background-repeat:repeat-x;
	padding: 3px 5px 3px 5px;
	cursor: pointer;

}
.button:hover{
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #264964;
	-moz-border-radius:3px;
	-wekbit-border-radius:3px;
	border-radius: 3px;
	text-shadow:1px 1px 0 #8ac4f1;
	border: 1px solid #6e9fc6;
	margin: 2px 0 2px 0;
	background-image: url(images/button-a-h.gif);
	background-repeat:repeat-x;
	padding: 3px 5px 3px 5px;
}

.button2 {
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #264964;
	-moz-border-radius:3px;
	-wekbit-border-radius:3px;
	border-radius: 3px;
	border: 1px solid #cecece;
	text-shadow:1px 1px 0 #fff;
	background-image: url(images/button-a.gif);
	background-repeat:repeat-x;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
	line-height: 2;

}
.button2:hover{
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #264964;
	-moz-border-radius:3px;
	-wekbit-border-radius:3px;
	border-radius: 3px;
	text-shadow:1px 1px 0 #8ac4f1;
	border: 1px solid #6e9fc6;
	background-image: url(images/button-a-h.gif);
	background-repeat:repeat-x;
	padding: 3px 5px 3px 5px;
}

form {margin: 0px;}
.bbcode {margin: 2px;}


.bbcode-popup {
	font-size: 11px;
	color: #555;
	width: auto!important;
	height: auto!important;
    background-color: #fff;
    border: 1px solid #bcd0e0!important;
	-moz-border-radius: 3px;
	-wekbit-border-radius: 3px;
	border-radius: 3px;
    padding: 4px;
	margin-top: 2px;
	cursor: pointer;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	padding:4px;
	border: 1px solid #bcd0e0;
	-moz-border-radius: 3px;
	-wekbit-border-radius: 3px;
	border-radius: 3px;
	background-color:#fcfcfc;
	margin-top: 1px;
}
.textbox:hover{
	border: 1px solid #cecece;
	-moz-border-radius: 3px;
	-wekbit-border-radius: 3px;
	border-radius: 3px;
	background-color:#fcfcfc;
}

div.emulated-fieldset {
	position: relative;
	margin: 20px 0px 10px 0px;
	border: 1px solid #ccc;
	width: 320px;
	background: inherit;
}
div.emulated-fieldset span.emulated-legend {
	display: inline;
	position: absolute;
	top: -12px;
	margin: 0 5px;
	padding: 4px;
	background: inherit;
}
div.emulated-fieldset div.attachments-list {
	padding: 10px 3px 3px 3px;
	width: 320px;
}

/* Header and footer properties */

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 30px;
}

#nav ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 7px 6px 8px 6px;
}

#nav ul li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #848484;
	padding: 7px 5px 8px 5px;
	text-decoration:none;

	-moz-border-radius:3px;
	-wekbit-border-radius:3px;
	border-radius: 3px;
}


#nav ul{
	margin: 0;
	padding: 0;
}

#nav .bullet {
	display:none;
}

#nav ul li{
	display: inline;
}

#nav ul li.first-link .bullet{
	display: none;
}

#nav ul li.first-link {
	font-weight: none;
}

#nav ul li.current-link a span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #a0cdef;
	padding: 7px 4px 8px 4px;
	text-decoration:none;
}

.header {
	border-bottom: 4px solid #bdc1ca;
	background-image: url(images/header_footer_bg.png);
	background-position:center;
	background-repeat:repeat-x;
	margin-top: -25px;
	height: 180px;
}
.header-bg {
	background-image:url(images/header_bg_center.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
}
.banner1 {
	width: 690px;
	margin: 0 auto;
	height: 120px;
	overflow:hidden;
	padding-top: 5px;
	float:left;
	}
.banner2 {

	width: 300px;
	margin: 10 auto;
	height: 110px;
	overflow:hidden;
	padding-top: -25px;
	padding-right: -10px;
	float:right;
	}
.date {
	width: 200px;
	margin-right: 45px;
	float:left;
	}
.date .title {
	display:block;
	height: 1px;
	float:left;
	border-bottom: 0px solid #333;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	}
.date .content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align:center;
	padding-top: 0px;
	}

#userc {
	width: 750px;

	float:left;
	}
#userc .title {
	height: 10px;
     	margin-top: -14px;

	float:left;
	border-bottom: 0px solid #333;

	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	}
#userc .title a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3497e1;
	}
#userc .title a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration:none;
	}
#userc .content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align:center;
	margin-top: -13px;
	}
#userc .content-lo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align:center;
	padding-top: 0px;
	}
#userc .content a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3497e1;
	}
#userc .content a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #093;
	text-decoration:none;
	}
#search {
	float:right;
	width: 300px;
	}

#search .title {
	display:block;
	height: 2px;
	float:left;
	border-bottom: 1px solid #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0px;
	color: #fff;
	}
#search .content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align:center;
	padding-top: 10px;

}

#search .box{
	background:#81bff0;
	padding:5px 5px 33px 5px;
	-moz-border-radius:4px;
	-wekbit-border-radius:4px;
	border-radius: 4px;
	width: 230px;
	margin: 0 auto;
}

#search .s{
	background:#FFF;
	border:0;
	float:left;
	height:16px;
	padding:7px 8px 5px;
	width:180px;
	-moz-border-radius:4px;
	-wekbit-border-radius:4px;
	border-radius: 4px;
}

#search .searchsubmit{
	background:url(images/search.png) no-repeat center center;
	border:0;
	float:right;
	font-size:0;
	height:18px;
	line-height:0;
	margin:4px 3px 0 2px;
	padding:0 0 2px 0;
	text-indent:-9999em;
	width:14px
}

.footer {
	background-image: url(images/header_footer_bg.png) ;
	background-repeat:repeat-x;
	border-top: 3px solid #cecece;
	clear:both;
	margin: 0 auto;
	margin-top: 10px;
	outline:0;
	padding:0;
	vertical-align:baseline;
	width:100%;

}


#footer-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align:left;
	background-image: url(images/header_bg_center.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	margin-top: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#footer-content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	}
#footer-content a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #060;
	text-decoration:none;
	}

#footer-content .social {
	float:right;
	position:relative;
	margin-top:-19px;
}	

#footer-content .social img {
	padding:0 1px;
	opacity:0.75;
}	

#footer-content .social img:hover {
	padding:0 1px;
	opacity:1.00;
}	
/* Side-Panel properties */

.ui-sortable { margin: 0; padding: 0; }

.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

#side-left{
	color: #777;
	padding: 5px 0 10px 0;
	width: 200px;
	float: left;
}

div.side-left {
	margin-left: 210px;
}

#side-right {
	color: #777;
	padding: 5px 0 10px 0;
	width: 200px;
	float: right;
}

#mid-center {
    color: #555;
	padding: 5px 0 10px 0;
}

#mid-center-no-right {
    color: #555;
	padding: 5px 0 10px 0;
	min-width: 790px;
}

#mid-center-no-righ-left {
    color: #555;
	padding: 5px 0 10px 0;
	width: 1000px;
}

div.side-right {
	margin-right: 210px;

}

div.side-both {
	margin-right: 210px;
	margin-left: 210px;
}

.scapmain {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:700;
	color: #fff;
	padding: 8px 4px 8px 4px;
	text-align: left;
	background-image:url(images/cap.png);
	text-shadow: 1px 1px 0 #93c4ea;

	-moz-border-radius-topleft:6px;
	-wekbit-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-wekbit-border-radius-topright:6px;
	border-radius: 6px 6px 0 0;
}

.side-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#666;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	-moz-border-radius-bottomleft:6px;
	-wekbit-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-wekbit-border-radius-bottomright:6px;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
	padding: 4px 6px 4px 6px;
	line-height: 13px;
}

.capmain {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:700;
	color: #fff;
	padding: 8px 4px 8px 4px;
	text-align: left;
	background-image:url(images/cap.png);
	text-shadow: 1px 1px 0 #93c4ea;

	-moz-border-radius-topleft:6px;
	-wekbit-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-wekbit-border-radius-topright:6px;
	border-radius: 6px 6px 0 0;
}

.main-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	-moz-border-radius-bottomleft:6px;
	-wekbit-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-wekbit-border-radius-bottomright:6px;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
	padding: 6px 6px 6px 6px;
	text-align:left;
	line-height: 15px;
}

#midle {
    color: #555;
	padding: 2px 0 10px 0;

}
.main-bg {
	color: #555;
	padding-top: 5px;
	background-color: #e7e7e7;
}
/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-info {
	padding: 0 15px 15px 0px; /* top right bottom left*/
	background-color: #f7f7f7;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.news-info ul {
	margin: 0;
	padding: 5px;
}

.news-info ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	display: inline;
	margin-right: 16px;
	padding: 0;

}

.news-info li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #244474;
	text-shadow: 1px 1px 0 #fff;
}

.news-info li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #222;
}

.news-info ul li.author {}
.news-info ul li.cat {}
.news-info ul li.ndate {}

.news-info-bottom {
	padding: 2px 10px 2px 10px;
	text-align:right;
}

.news-info-bottom ul {
	margin: 0;
	padding: 0;

}

.news-info-bottom ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
	padding: 5px 0 0 9px;
	text-align:center;
}

.news-info-bottom li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #244474;
	text-shadow: 1px 1px 0 #fff;
	text-align:center;
}

.news-info-bottom li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #222;
}


.news-info-bottom ul li.comments {}
.news-info-bottom ul li.reads {}

.capnews {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:700;
	color: #fff;
	padding: 8px 4px 8px 4px;
	text-align: left;
	background-image:url(images/cap.png);
	text-shadow: 1px 1px 0 #93c4ea;

	-moz-border-radius-topleft:6px;
	-wekbit-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-wekbit-border-radius-topright:6px;
	border-radius: 6px 6px 0 0;
}

.news-body-out {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	-moz-border-radius-bottomleft:6px;
	-wekbit-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-wekbit-border-radius-bottomright:6px;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
	padding: 6px 6px 6px 6px;
	text-align:left;
	line-height: 15px;
}
.news-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	padding: 6px 6px 6px 6px;
	text-align:left;
	line-height: 15px;
}
.news-body a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}

.news-body a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}
.capnews-sticky {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:700;
	color: #fff;
	padding: 8px 4px 8px 4px;
	text-align: left;
	background-image:url(images/cap-news.png);
	text-shadow: 1px 1px 0 #000;

	-moz-border-radius-topleft:6px;
	-wekbit-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-wekbit-border-radius-topright:6px;
	border-radius: 6px 6px 0 0;
}

.news-body-out-sticky {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	-moz-border-radius-bottomleft:6px;
	-wekbit-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-wekbit-border-radius-bottomright:6px;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
	padding: 6px 6px 6px 6px;
	text-align:left;
	line-height: 15px;
}
.news-body-sticky {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	padding: 6px 6px 6px 6px;
	text-align:left;
	line-height: 15px;
}
.news-body-sticky a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}

.news-body-sticky a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}

/* General table properties */

.center {
	margin: 0 auto;
}


/* Profile spesific classes */
.profile, .profile_category {
	width: 500px;
}

.edit-profile {
	width: 500px;
}

/*.user_password .textbox:focus, .user_admin_password .textbox:focus {
	background-color: #ff6666;
}*/

.profile_user_reason {
	color: #ff6666;
	font-weight: bold;
}

/*.user_name td, .user_name .textbox {
	font-size: 13px;
	padding: 4px;
}*/


.tbl-border {border: 1px solid #f7f7f7;}
.tbl {font-size: 11px;color: #000;background-color: #fff;padding: 4px;}
.tbl1 {font-size: 11px;color: #000;background-color: #fff;padding: 4px;}
.tbl2 {font-size: 11px;color: #000;background-color: #f6f6f6;padding: 4px;}
.tbl-error  {color: #AC260F;font-weight: bold;background-color: #FCCAC2;border:2px solid #EB5339;}
/*Forum settings*/
.forum-caption{
	background:url(images/th.png) 0 0 repeat-x;
	color:#FFF;
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size:13px;
	padding:6px;
}
.forum-caption a{
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size:13px;
	color:#FFF;
	margin-bottom: 4px;
}
.forum-caption a:hover{
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size:13px;
	color:#FFF;
	margin-bottom: 4px;
}
.forum_thread_post_space{
	border-bottom:1px solid #fff;
	height:0!important;
	padding:0!important
}
.forum_breadcrumbs {
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size:13px;
	color: #fff;
	background:url(images/th.png) 0 0 repeat-x;
}
.forum_breadcrumbs a{
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size:13px;
	color: #fff;
}
.forum_breadcrumbs a:hover{
	font-family: "Lucida Grande",Arial,sans-serif;
	font-size:13px;
	color: #fff;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 10px 20px 10px 10px;
	background-color:#f6f6f6;
	background-image: url(images/quote-mark.png);
	background-position:right top;
	background-repeat:no-repeat;
	border: 1px solid #cecece;
	-moz-border-radius:4px;
	-wekbit-border-radius:4px;
	border-radius: 4px;
	padding:8px;
}

.poll {
	height: 12px;
	border: 1px solid #fff;
	-moz-border-radius:5px;
	-wekbit-border-radius:5px;
	border-radius: 5px;
}
.comments {
	-moz-border-radius:5px;
	-wekbit-border-radius:5px;
	border-radius: 5px;
	padding: 5px;
	background-color: #f7f7f7;
}

.comment-name {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #04688d;
}
.comment-name a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #04688d;
}
.comment-name a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #04688d;
}
.comment_admin {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #04688d;
}
.shoutboxname {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #04688d;
	background-color: #fcfeff;
	border-top:1px solid #eff6f9;
	margin-left: -3px;
	margin-right: -3px;
	padding: 0 5px 0 5px;
}
.shoutboxname a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #04688d;
}
.shoutboxname a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #04688d;
}
.shoutbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #fcfeff;
	border-bottom:1px solid #eff6f9;
	margin-left: -3px;
	margin-right: -3px;
	line-height: 15px;
	padding: 0 5px 0 5px;
}
.shoutboxdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	background-color: #fcfeff;
	margin-left: -3px;
	margin-right: -3px;
	padding: 0 5px 0 5px;
}
.small {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;
}
.small2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555;
}
.side-small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #555;
}
.side-label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	color: #fff;
	padding: 4px 4px 4px 4px;
	text-align:left;
	background-image: url(images/button-a-h.gif);
	background-repeat:repeat-x;
	-moz-border-radius:2px;
	-wekbit-border-radius:2px;
	border-radius: 2px;
	text-decoration: none;
	margin: 2px -2px 2px -2px;
}

/* CSS Navigation */
#navigation h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display: block;
	color: #fff;
	padding: 4px 4px 4px 4px;
	text-align:left;
	background-image: url(images/button-a-h.gif);
	background-repeat:repeat-x;
	-moz-border-radius:2px;
	-wekbit-border-radius:2px;
	border-radius: 2px;
	text-decoration: none;
	margin: 2px -2px 2px -2px;
}
#navigation .bullet {display: none;}
#navigation ul {margin: 0;padding: 0;list-style-type: none;}
* html #navigation ul li{height: 1%;}
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #264964;
	padding: 4px 4px 4px 4px;
	text-align:left;
	background-image: url(images/button-a.gif);
	background-repeat:repeat-x;
	border-radius: 2px;
	-moz-border-radius:2px;
	-wekbit-border-radius:2px;
	text-decoration: none;
	margin: 2px -2px 2px -2px;
}
#navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
	padding: 4px 4px 4px 4px;
	text-align:left;
	background-image: url(images/button-a-h.gif);
	background-repeat:repeat-x;
	border-radius: 2px;
	-moz-border-radius:2px;
	-wekbit-border-radius:2px;
	text-decoration: none;
	margin: 2px -2px 2px -2px;
}
#navigation li.current-link a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #fff;
	padding: 4px 4px 4px 4px;
	text-align:left;
	background-image: url(images/button-a-h.gif);
	background-repeat:repeat-x;
	border-radius: 2px;
	-moz-border-radius:2px;
	-wekbit-border-radius:2px;
	text-decoration: none;
	margin: 2px -2px 2px -2px;
}

/* Page nr */
.pagenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	margin: 3px;
}
.pagenav span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #264964;
	font-weight: bold;
	background-image: url(images/button-a-active.gif);
	background-repeat:repeat-x;
	border: 1px solid #6e9fc6;
	-moz-border-radius:4px;
	-wekbit-border-radius:4px;
	border-radius: 4px;
	padding:4px 6px 4px 6px;
	margin: 1px 2px 1px 2px;
}
.pagenav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #264964;
	font-weight: bold;
	background-image: url(images/button-a.gif);
	background-repeat:repeat-x;
	border: 1px solid #c7c7c7;
	-moz-border-radius:4px;
	-wekbit-border-radius:4px;
	text-shadow:1px 1px 0 #fff;
	border-radius: 4px;
	padding:4px 6px 4px 6px;
	margin: 1px 2px 1px 2px;
}
.pagenav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #264964;
	font-weight: bold;
	background-image: url(images/button-a-h.gif);
	background-repeat:repeat-x;
	border: 1px solid #6e9fc6;
	text-shadow:1px 1px 0 #8ac4f1;
	padding:4px 6px 4px 6px;
	margin: 1px 2px 1px 2px;
}

/* PHP-Fusion Helpers */

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Helpers  */

.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/* IE Fixes */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hide from IE Mac  */

.clearfix {
	display:block;
	height: 14px;
}

/* End hide from IE Mac */

.floatfix {
	overflow:hidden;
}

* html .floatfix {
	width:100%;
}

.center, *[align="center"] {
	margin: 0 auto;
}


/*lietotaju galerijas*/


.tilebox > div {
	width:800px;
	margin-left:35px;
	margin-top:20px;
}


.tilebox .bigtile, .tilebox .mediumtile, .tilebox .widetile, .tilebox .smalltile {
	-moz-transition: opacity 0.2s, background 0.2s;
	-webkit-transition: opacity 0.2s, background 0.2s;
	-o-transition: opacity 0.2s, background 0.2s;
}

.tilebox .bigtile:hover, .tilebox .mediumtile:hover, .tilebox .widetile:hover, .tilebox .smalltile:hover {
	background-size: 120%;
	opacity:0.8;
}

.tilebox .bigtile {
	width:232px;
	height:232px;
	background-color:#fff;
	background-image:url(images/tileblock.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 102%;
	float:left;
	margin-right:2px;
	position:relative;
	margin-bottom:2px;
}

.tilebox .mediumtile {
	width:115px;
	height:115px;
	background-color:#fff;
	background-image:url(images/tileblock.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 102%;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	position:relative;
}

.tilebox .widetile {
	width:232px;
	height:115px;
	background-color:#fff;
	background-image:url(images/tileblock.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 102%;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	position:relative;
}

.tilebox .mediumtileholder > div {
	width:234px;
}

.tilebox .mediumtileholder {
	float:left;
	width:234px;
	height:232px;
	overflow:hidden;
	margin-bottom:2px;
}

.tilebox .smalltileholder > div {
	width:120px;
}

.tilebox .smalltileholder {
	float:left;
	width:115px;
	height:115px;
	overflow:hidden;
	margin-bottom:2px;
}

.tilebox .smalltileholder .smalltile:first-child {
	width: 57px;
	height: 57px;
}

.tilebox .smalltileholder .smalltile:nth-child(2) {
	height: 57px;
}

.tilebox .smalltileholder .smalltile:nth-child(3) {
	width: 57px;
}

.tilebox .smalltile {
	width:56px;
	height:56px;
	background-color:#fff;
	background-image:url(images/tileblock.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 102%;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	position:relative;
}

.tilebox:after {
	content:'';
	display:block;
	clear:both;
}

.tilebox {
	padding-bottom:20px;
	overflow:hidden;
	width:100%;
}

.tilebox .tile {
	display:block;
	width:100px;
	float:left;
	height:200px;
	text-align: justify;
}

.tilebox img {
	width:100px;
	height:110px;
}

.tilebox .blank {
	display:block;
	width:130px;
	height:100px;
	overflow:hidden;
	text-align: justify;
}

.tilebox .blank p {
	display:block;
	padding:0px 15px;
	font-size:10px;
	font-family: Arial, sans-serif;
	line-height:14px;
	color:#f6f6f6;
	opacity:0.6;
	text-align: justify;
}



.tilebox .image-hover span {
	display:block;
	color:transparent;
	font-size:2px;
	overflow:hidden;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(images/icon-img-loupe.svg) no-repeat center;
	position:absolute;
	z-index:3;
	left:80px;
	top:20px;
	opacity:0;
	-moz-transition: opacity 0.2s, top 0.2s;
	-webkit-transition: opacity 0.2s, top 0.2s;
	-o-transition: opacity 0.2s, top 0.2s;
}

.tilebox .image-hover:hover span {
	top:65px;
	opacity:1;
}

.tilebox .blank h2 a {
	display:block;
	margin:15px 15px 8px 15px;
	color:#fff;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	font-family: 'Source Sans Pro', sans-serif;
	opacity:0.8;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.tilebox .blank h2 a:hover {
	color:#fff;
	opacity:1;
}

.bigtile span, .mediumtile span, .smalltile span, .widetile span {
	padding:20px 20px 5px 5px;
	color:#fff;
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	font-size:12px;
	line-height:16px;
	text-shadow:0px 1px 0px #555555;
}
