@charset "utf-8";

/******************************************* icons */

.twitter-icon { background-image:url(../res/twitter_16px.png);  }
.ok-icon2 { background-image:url(../res/ok_16px.png); }
.no-trigger-ok-icon { background-image:url(../res/ok_16px.png); }

.feature-kicon { background-image:url(../res/feature_k16px.png); }
.unfeature-kicon { background-image:url(../res/unfeature_k16px.png); }
.watched-kicon { background-image:url(../res/watched_k16px.png); }
.no-trigger-reply-kicon { background-image:url(../res/reply_k16px.png); }
.no-trigger-delete-kicon { background-image:url(../res/delete_k16px.png); }
.no-trigger-share-kicon { background-image:url(../res/share_k16px.png); }
.active-comment-icon { background-image:url(../res/comment_g16px.png); }

.comments-w-bicon { background-image:url(../res/commentw_24px.png); }

.ok-gray-bicon { background-image:url(../res/ok_gray_24px.png); }
.cancel-gray-bicon { background-image:url(../res/cancel_gray_24px.png); }
.ok-gray-icon { background-image:url(../res/ok_gray_16px.png); }

/******************************************* controls */

.controls, .controls1, .controls3 {
    z-index:50;
}

.controls3.smallicon a {
    background-position:5px 4px;
    width:1px;
}

.controls3.smallicon a:hover {
    background-position:88px 4px;
    width:84px;
}

.controls3.smallicon {
}

.controls3.smallicon a span {
    display:none;
}

.controls3.smallicon a:hover span {
    display:block;
}

/******************************************* buttons */

ul.txtbuttons li span.active em {
    background-color:#ccc;
}

ul.txtbuttons li span.shy em {
	color:#ccc;
	border:1px solid #eee;
}

ul.vbuttons li div.gray-button {
	display:block;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ddd;
	color:#333;
	height:16px;
	background-position:center 4px;
	background-repeat:no-repeat;
    min-width:32px;
    padding:30px 10px 4px;
    text-align:center;
    width:70px;
}

ul.options li div.button {
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    background-color:#FFFFFF;
    background-position:4px center;
    background-repeat:no-repeat;
    border:1px solid #DDDDDD;
    display:block;
    font-size:10px;
    line-height:18px;
    overflow:hidden;
    padding:2px 8px 2px 24px;
    white-space:nowrap;
    opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter:alpha(opacity=30);
}

/******************************************* forms */

textarea.bigtxt {
	margin:0;
	padding:12px 10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #bbb;
	background-color:#fff;
	color:#999;
	font-size:14px;
}
textarea.bigtxt.active {
	border:3px solid #999;
	color:#000;
}
textarea.bigtxt.hint {
	color:#999;
}

/******************************************* album-grid */

.column620 ul.album-grid {
	margin-right:-10px;
}
.fullw ul.album-grid {
	padding:10px 0 10px 36px;
}
.ascroller ul.album-grid {
	padding:0;
}

ul.album90list li div.thumb {
	float:left;
	display:inline;
	margin:0 10px 10px 0;
}

ul.album90list li div.thumb img {
	width:60px;
	height:60px;
	border:2px solid #eee;
}

ul.album90list li div.thumb:hover img {
	border:2px solid #000;
}

/******************************************* album-list */

ul.album-list .caption .data {
    position:static;
    bottom:auto;
}

ul.album-list li {
    overflow:visible;
}

ul.album-list li .sharebox {
    z-index:100;
}

/******************************************* user-grid */

.fullw ul.user-grid {
    padding:10px 0 10px 36px;
}

ul.user-grid li:hover,
ul.user-grid li.hover {
	background-color:#eee;
}
ul.user-grid li {
	float:left;
	display:inline;
	margin:0 10px 8px 0;
	padding:8px;
	width:120px;
	height:120px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#fff;
	overflow:hidden;
}

/******************************************* my pages */

.profile .thumb .badges a img,
.board .onemsg .leftpane .badges a img,
.board .onereply .leftpane .badges a img {
    border:none;
    height:auto;
    width:auto;
    vertical-align:baseline;
}

.profile .thumb .badges a:hover img,
.board .onemsg .leftpane .badges a:hover img,
.board .onereply .leftpane .badges a:hover img {
    border:none;
}

.profile .details .value p {
    padding:0;
    margin:0;
}

.profile .details .country {
    width:180px;
}

.profile .details .hidden {
    opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter:alpha(opacity=30);
}

.board ul.options li a.active-comment-icon {
    color:#666;
}

.board ul.options li a.active-comment-icon:hover {
    background-color:#ddd;
}

.board .album-comment .editmsg textarea {
    width:470px;
}

.board .onereply .leftpane img.anonymous-user {
	vertical-align:top;
	width:25px;
	height:25px;
	border:2px solid #eee;
}

.board .onemsg .editmsg li.feedbackPanelERROR,
.board .onereply .editmsg li.feedbackPanelERROR {
    background-image:url(../res/warning_16px.png);
    background-position:left top;
    background-repeat:no-repeat;
    margin:5px 0;
    padding:0 0 0 24px;
}

.board .onereply .showline {
    border-top:1px solid #ccc;
}

.oneevent .upgradepush {
    background-color:#eee;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    padding:10px 20px;
}

.oneevent .upgradepush h5 {
    margin-bottom:3px;
}

.content2 .welcome {
    font-size:14px;
    background-image:none;    
    background-color:#eee;
    -moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    padding:0;
}

.content2 .welcome h1 {
    padding:20px 30px 0 30px;
}

.content2 .welcome p {
    padding:0 30px 20px 30px;
}

.content2 .welcome .close a {
    background-image:url(../res/close2.png);
    background-position:center 0;
    background-repeat:no-repeat;
    display:block;
    height:40px;
    width:40px;
    margin-top:3px;
}

.content2 .welcome .close a:hover {
	background-position:center -40px;
}

#portfoliomenu {
    margin-bottom:33px;
    height:24px;
}
#portfoliomenu ul li {
    display:block;
	width:130px;
    -moz-border-radius:7px;
	-webkit-border-radius:7px;
    border-radius:7px;
	background-image:url(../res/k40.png);
    line-height:24px;
    padding:4px 6px 5px 6px;
}
#portfoliomenu ul li a {
	color:#fff;    
}
#portfoliomenu ul li a:hover  {
	text-decoration:underline;
}
#portfoliomenu ul li:hover {
    background-image:url(../res/k60.png);
    -moz-border-radius:7px 7px 0 0;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	border-radius:7px 7px 0 0;
}
#portfoliomenu ul li a.usermenu {
    text-decoration:none;
}
#portfoliomenu ul li a.usermenu img {
    vertical-align:middle;
    margin-right:6px;
    line-height:24px;
    width:20px;
    height:20px
}
#portfoliomenu ul li a.usermenu span:hover {
    text-decoration:underline;
}
#portfoliomenu ul li div {
    top:33px;
    left:0px;
    z-index:999;
    position:absolute;
    width:130px;
	display:none;
    padding:0px 6px 6px 6px;
    margin-top:0;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	border-radius:0 0 7px 7px;
    background-image:url(../res/k60.png);
}
#portfoliomenu ul li:hover div {
	display:block;
}
#portfoliomenu ul li div ul li {
	line-height:16px;
    background-image:none;
    -moz-border-radius:0px;
	-webkit-border-radius:0px;
    border-radius:0px;
    padding:2px 8px;
}
#portfoliomenu ul li div ul li:hover {
    background-image:none;
    -moz-border-radius:0px;
	-webkit-border-radius:0px;
    border-radius:0px;
}
#portfoliomenu ul li div ul li.divider {
	margin:6px 0 0 0;
    padding:4px 0 0 0;
	height:4px;
	line-height:4px;
	background-image:url(../res/divider.png);
	background-repeat:repeat-x;
}

/******************************************* edit album */

.albumtitle {
    padding:0 10px;
    font-size:32px;
    font-weight:normal;
}
.albumtitle-nohover {
    padding:0 10px;
    font-size:32px;
    font-weight:normal;
    position:relative;
	margin-bottom:20px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
.albumtitle-nohover input {
    font-size:32px;
    font-weight:normal;
}

.albumpicture {
    margin-bottom:10px;
}
.albumpicture:hover {
    cursor:pointer;
}

.albumurl {
    color:#777;
    margin:4px 0;
    padding-left:4px;
}

.albumdescription {
    border:2px solid #eee;
}
.albumdescription .default {
    color:#777;
}
.albumdescription-nohover {    
	position:relative;
	min-height:100px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    border:none;
}
.albumdescription,
.albumdescription-nohover {
    padding:0.25em 10px;
    margin-top:10px;
}

#widgets #widget-message p {
    padding:10px;
}

.showhint img {
    vertical-align:top;
}

/******************************************* external album landing */

.published {
    margin-top:50px;
}

.published ul.album-push li {
    padding:8px 0;
}

.published ul.album-push li a.thumb {
    margin:0 10px 10px 0;
}

.published ul.album-push li a.thumb img {
    border:2px solid #eee;
}

.published ul.album-push li a.thumb:hover img {
    border:2px solid #000;
}

.published .signup-push {
    margin-top:80px;
}

.published .signup-push ul {
    margin-top:20px;
}

.published .signup-push ul li {
    float:left;
    display:inline;
    width:200px;
}

.published .signup-push ul.vbuttons {
    margin:65px 0 10px;
}

.published .signup-push ul.vbuttons li {
    float:none;
}

.published .signup-push ul.vbuttons li a {
    display:inline;
    font-size:16px;
    font-weight:bold;
    padding:30px 100px 4px;
    background-color:#e0f3cf;
}

.published .signup-push ul.vbuttons li a:hover {
    background-color:#c7e8ad;
}

/******************************************* share box */

.sharebox {
	position:absolute;
	display:none;
	width:166px;
	height:210px;
	padding:14px;
	left:-7px;
	top:-7px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-image:url(../res/k80.png);
	color:#ccc;
	overflow:hidden;
    z-index:100;
}

.sharebox label {
    color:#ccc;
}

.featured .sharebox {
    left:auto;
    top:auto;
}

/******************************************* add external album */

.addexternal img.preview {
    height:180px;
    left:0;
    position:absolute;
    top:0;
    width:180px;
}

.addexternal .thumb {
	float:left;
	display:inline;
	width:186px;
	height:186px;
}
.addexternal .thumb a {
	display:block;
	width:80px;
	height:40px;
	padding:70px 50px;
	background-image:url(../res/choosethumb.png);
	background-position:center center;
	background-repeat:no-repeat;
	border:3px solid #ccc;
	text-align:center;
    position:relative;
}
.addexternal .thumb a:hover {
	border:3px solid #000;
}
.addexternal .thumb a span {
	width:90px;
	overflow:hidden;
	margin:60px auto 0 auto;
	font-size:16px;
	color:#fff;
}

.addexternal .data {
	float:left;
	display:inline;
	position:relative;
	width:350px;
	margin-left:20px;
}
.addexternal .data .buttons {
	position:absolute;
	right:0;
	bottom:0;
}
.addexternal .data input {
	width:340px;
	margin-bottom:10px;
	border:1px solid #999;
	padding:6px 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	vertical-align:middle;
}
.addexternal .data input.title {
	font-size:16px;
}
.addexternal .data input.selectcover {
	width:210px;
	margin-left:10px;
}
.addexternal .data button.selectcover {
	width:120px;
	height:30px;
	vertical-align:top;
}
.addexternal .data label {
	display:block;
	clear:both;
	margin-bottom:5px;
}
.addexternal .data textarea {
	width:240px;
	border:1px solid #999;
	padding:6px 4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

/******************************************* settings */

form.inputbox h5 {
	padding:10px 10px 5px 10px;
	margin:10px 0 0 0;
	font-weight:bold;
	border-bottom:1px solid #000;
}

.settingsfeedback li {   
    margin:5px 0;
    padding:0 0 0 24px;
    font-size:10px;
    background-position:left top;
    background-repeat:no-repeat;
    display:none;
}

.settingsfeedback li.feedbackPanelERROR {
    background-image:url(../res/warning_16px.png);
}

.settingsfeedback li.feedbackPanelINFO {
    background-image:url(../res/ok_16px.png);
}

/******************************************* messages */

.board .onemsg .editmsg ul.matches {
	display:block;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-radius:0 0 6px 6px;
	border-top:none;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	width:360px;
	margin-left:80px;
    background:#fff;
}

.board .onemsg .editmsg ul.matches li {
    border-top:1px solid #ccc;
}

.board .onemsg .editmsg ul.matches li.first {
    border-top:none;
}

.board .onemsg .editmsg ul.matches li a {
    display:block;
    padding:3px;
    color:#000;
}

.board .onemsg .editmsg ul.matches li a:hover {
    background:#bbb;
    color:#000;
}

.sendmessagefeedback li,
.replyfeedback li {
    display:none;
}

/******************************************* search */

.search .feedback ul li {
    margin:8px 0;
    padding-left:12px;
}

.search ul.sradiobuttons {
    margin:12px 0 16px 0;
    width:250px;
    padding-left:12px;
}

.search ul.sradiobuttons li {
    display:inline;
}

.search ul.sradiobuttons li input {
    margin:0 4px 0 0;
    padding:0;
}

.search ul.sradiobuttons li label {
    margin-right:20px;
}

.search .nohits {
    margin:0 20px;
    padding:20px 0;
    text-align:center;
}

.search .nohits h3 {
    color:#888;
    margin-top:44px;
}

.search .onerow {
    border-top:1px solid #ccc;
    margin:0;
    padding:8px 0 0 8px;
}

.search .first {
    border-top:none;
}

.search .onerow .data {
    display:inline;
    float:left;
    margin:8px 40px 0 0;
    overflow:hidden;
}

.search .onerow .data .label {
    font-size:12px;
}

.search .onerow .actions {
    float:right;
	display:inline;
	width:155px;
}

.search .onerow ul.bbuttons {
    float:right;
    margin:8px 20px 0 0;
}

.search .onerow .albums {
    float:left;
    margin:8px 20px 0 0;
}

.search .onerow .albums .label {
    font-size:14px;
}

.search .onerow .albums ul.album90list li {
    display:inline;
    float:left;
    margin:0;
    padding:0;
    clear:none;
    border-top:none;
}

/******************************************* donate */

.donatepush {
    margin:20px 0;
    font-size:1.2em;
}

.donatepush img {
    float:left;
    padding:0 20px 0 40px;
}

.donate {
    border:1px solid #ccc;
    clear:both;
    display:block;
    margin:1em 120px;
    padding:16px;
}

.donate ul li {
    display:inline;
    float:left;
    margin:0 12px 0 0;
}

.donate ul li label {
    display:block;
    font-weight:bold;
}

.donate .note {
    font-style:italic;
    font-size:0.9em;
    margin-top:6px;
}

.donatefoot {
    margin:2.5em 120px;
}

.donatefoot img.frog {
    float:left;
    padding:0 20px 0 40px;
}

.donatefoot .instructions {
    border-left:1px solid #ccc;
    display:inline;
    float:right;
    margin-left:20px;
    padding-left:1em;
    width:240px;
}

.donatefoot .instructions img {
    margin-left:4px;
}

.donatefoot .instructions p {
    font-size:0.9em;
    margin:0;
}

/******************************************* about */

.staff .onerow {
    border-top:1px solid #ccc;
    padding:10px 0 0;
}

.staff .onerow p {
    margin:2px 0;
}

.staff .onerow .pictleft img {
    height:100px;
    width:100px;
}

.staff .first {
    border-top:none;
}

/******************************************* report abuse */

.reportabuse {
    margin-top:20px;
    padding:12px;
    background:#eee;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}

.reportabuse .feedback li {
    margin:4px 0;
    font-size:1.1em;
}

.reportabuse input {
    margin-bottom:12px;
}

.reportabuse input.bigbtn {
    font-size:12px;
    margin:12px 0 0 0;
    padding:0 4px;
}

.reportabuse label {
    display:block;
    font-size:1.2em;
}

/******************************************* payment */

.donateform li.feedbackPanelERROR,
.upgrade-form li.feedbackPanelERROR,
.payment li.feedbackPanelERROR {
    background-color:#FFFFDD;
    background-image:url(../res/warning_16px.png);
    background-position:5px 5px;
    background-repeat:no-repeat;
    border:1px solid #999999;
    font-weight:bold;
    margin:5px 0;
    padding:5px 5px 5px 24px;
}

.donateform .feedback {
    margin-bottom:20px;
}

/******************************************* software features */

#features .onefeat {
    margin:16px 0;
}

/******************************************* other */

.pgchead h1 p {
    line-height:1.0em;
    margin:0;
}

.welcome-text-container {
    margin-left:350px;
}

.hidden-element {
    opacity:0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter:alpha(opacity=30);
}

content, .content2 {
    min-height:400px;
}

/******************************************* modal window */

div.jalbum-modal-window-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity:0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
}

div.wicket-modal {
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
    background-color:#fff;
    padding:20px;
}

div.wicket-modal div.jalbum-modal-window div.w_bottom_1,
div.wicket-modal div.jalbum-modal-window div.w_top_1 {
    display:none;
}

div.wicket-modal div.jalbum-modal-window div.w_bottomLeft,
div.wicket-modal div.jalbum-modal-window div.w_bottomRight,
div.wicket-modal div.jalbum-modal-window div.w_bottom,
div.wicket-modal div.jalbum-modal-window div.w_topLeft,
div.wicket-modal div.jalbum-modal-window div.w_topRight,
div.wicket-modal div.jalbum-modal-window div.w_top,
div.wicket-modal div.jalbum-modal-window div.w_left,
div.wicket-modal div.jalbum-modal-window div.w_right {
    background-image:none;
}

div.wicket-modal div.jalbum-modal-window div.w_right_1,
div.wicket-modal div.jalbum-modal-window div.w_content_1,
div.wicket-modal div.jalbum-modal-window div.w_content_2 {
    margin:0;
    padding:0;
}

div.wicket-modal div.jalbum-modal-window div.w_content_3 {
    border:none;
}

div.wicket-modal div.jalbum-modal-window a:hover.w_close,
div.wicket-modal div.jalbum-modal-window a.w_close {
    background-position: 0px 0px;
    background-image:url(/res/hide_16px.png);
}

div.wicket-modal div.jalbum-modal-window span.w_captionText {
    margin-left:14px;
}

.modal-content .loader {
    text-align:center;
    position:absolute;
    margin-top:-18px;
    margin-left:-50%;
    top:50%;
    left:50%;
    width:100%;
    height:100%;
}

div.wicket-modal .jalbum-modal-window .loader {
    background-color:#fff;
    border:none;
    height:90%;
    left:0;
    margin-top:20px;
    padding:0;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
    z-index:2000;
}

.modal-content .loader p,
div.wicket-modal .jalbum-modal-window .loader p {
    margin-top:6px;
    font-weight:bold;
    font-size:1.6em;
    color:#999;
}

.modal-content .loader img,
div.wicket-modal .jalbum-modal-window .loader img {
    border:none;
    margin-top:70px;
}

.modal-content h1,
div.wicket-modal div.jalbum-modal-window h1 {
    padding-bottom:20px;
    text-align:center;
}

.modal-content ul.album-grid li,
div.wicket-modal div.jalbum-modal-window ul.album-grid li {
    height:auto;
    width:auto;
    padding:8px;
    line-height:0px;
}

.modal-content div.buttons,
div.wicket-modal div.jalbum-modal-window div.buttons {
    margin-top:24px;
}

.modal-content div.buttons ul.vbuttons li,
div.wicket-modal div.jalbum-modal-window div.buttons ul.vbuttons li {
    float:right;
}

#footercont .only-outer-padding a {
    border: 0px;
    padding:0;
}

#footercont .only-outer-padding, #footercont a {
    border-right:1px dotted #999999;
    padding:0 13px;
}
