/*
	Siriux Gallery 2 Theme
	Copyright 2005-2007 Nico Kaiser.
*/

/*---------------------------------------------------------------------------- 
NAV
-----------------------------------------------------------------------------*/
#nav {
	display: block;
	height: 32px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#nav li {
	margin: 0px;
	padding: 0;
	float: left;
	}
#nav li a {
	text-decoration: none;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family : "Trebuchet MS", tahoma;
	}
#nav li span {
 	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding: 7px 0 0 0; 
	}
#navAdd a {
	display: block;
	width: 116px;
	height: 32px;
	background: url(http://www.2textured.com/images/button_off.gif) 0 0 no-repeat;
	}
#navAdd a:hover {
	background: url(http://www.2textured.com/images/button_on.gif) 0 0 no-repeat;
	color:#FFFFFF;
	}	
#navTutorials a {
	display: block;
	width: 116px;
	height: 32px;
	background: url(http://www.2textured.com/images/button_off.gif) 0 0 no-repeat;
	}
#navTutorials a:hover {
	background: url(http://www.2textured.com/images/button_on.gif) 0 0 no-repeat;
	color:#FFFFFF;
	}
#navForum a {
	display: block;
	width: 116px;
	height: 32px;
	background: url(http://www.2textured.com/images/button_off.gif) 0 0 no-repeat;
	}
#navForum a:hover {
	background: url(http://www.2textured.com/images/button_on.gif) 0 0 no-repeat;
	color:#FFFFFF;
	}
#navSearch a {
	display: block;
	width: 116px;
	height: 32px;
	background: url(http://www.2textured.com/images/button_off.gif) 0 0 no-repeat;
	}
#navSearch a:hover {
	background: url(http://www.2textured.com/images/button_on.gif) 0 0 no-repeat;
	color:#FFFFFF;
	}
#navAbout a {
	display: block;
	width: 116px;
	height: 32px;
	background: url(http://www.2textured.com/images/button_off.gif) 0 0 no-repeat;
	}
#navAbout a:hover {
	background: url(http://www.2textured.com/images/button_on.gif) 0 0 no-repeat;
	color:#FFFFFF;
	}
/* -- Main layout definitions ------------- */
#logo{
height: 100px;
}
#logoImg{
margin: 45px 0 0 10px;
float:left;
}
#main{
	BACKGROUND: url(/images/bg_right.jpg) no-repeat;
	background-position:top right;
}
body.gallery {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	color: #000;
	text-align: center;
	BACKGROUND: #FFF url(/images/top_bg.gif) repeat-x 50% 0%;
}

a {
	color: #38c;
}

a:hover {
	color: #05a;
}

hr {
	color: #fff;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 0;
	clear: both;
}

.clear {
	clear: both;
}

.breadcrumb {
	float: right;
	color: #333;
	background-color:#FFFFFF;
	padding: 4px;
	border: 1px solid #0066FF;
	font-size: 0.9em;
}

.header {
	margin: 0 auto;
}

.content {
	clear: both;
	margin: 0 auto;
	text-align: left;
}

.footer {
	display:block;
	font-size: 0.8em;
	color: #999;
	margin-top: 2em;
	border-top: 1px solid #ddd;
	float:right;
}
.3dmLogo{
	height: 50px;
	width: 150px;
}

.footerNav{
	float:right;
	margin-bottom:20px;
}
.gallery h2 {
	clear: both;
	margin: 0 0 0.1em 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
	font-size: 1.5em;
	color:#000;
	font-family : "Trebuchet MS", tahoma;
}

.gallery h3 {
	clear: both;
	margin: 1.5em 0 1em 0;
	font-size: 1.2em;
}


/* -- Gallery thumbnails ------------------ */

.gallery-thumb {
	margin: 5px;
	float: left;
}

.gallery-thumb img {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 5px;
	margin: 1px;
	-moz-border-radius: 3px;
}

.gallery-thumb a img {
	border-color: #ccc;
}

.gallery-thumb a:hover img {
	border-width: 2px;
	border-color: #38c;
	margin: 0;
	-moz-border-radius: 5px;
}


/* -- Gallery Album listing --------------- */

.gallery-albums {
	clear: both;
	margin: 0 0 0 3px;
	BACKGROUND: #fff url(/images/gallery-albums_bg.gif) no-repeat;
	background-position:top right;
}

.gallery-albums h4 { /* Years in Album overview (when grouped by year) */
	margin: 5px 0 0 0; 
	font-size: 1.7em;
	font-family : "Trebuchet MS", tahoma;
}

.gallery-albums .gallery-thumb {
	margin-right: 5px !important;
}

.gallery-album {
	width: 160px; /* Change to 96% if you want 1 Album per line */
	padding: 0 3% 3% 0;
	display: block;
	float: left;
	overflow: hidden;
}

.gallery-album p {
	font-size: 1em;
}

.gallery-album .meta {
	color: #000;
	font-size: 0.7em;
}

.adsGoogle{
padding:5px;
background-color:#BDBAE6;
border: 1px solid #388EC0;
}
/* -- Gallery Items ----------------------- */

.gallery-items {
	margin: 0;
	clear: both;
}

.gallery-empty {
	padding: 0.5em 1.5em;
	margin: 1.5em 3em;
	border: 1px solid #ddd;
	background-color: #ffe;
	font-size: 1.2em;
}


/* -- Gallery Photo (detail page) --------- */

div.gallery-photo {
	text-align: center;
}

img.gallery-photo {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}

#prevArrow img, #nextArrow img {
	border-style: none;
}


/* -- Navigator --------------------------- */

.block-core-Navigator {
	float: right;
	margin: 1.5em 0;
	font-size: 0.9em;
	color: #333;
}

.block-core-Navigator .current,
.block-core-Navigator .first-and-previous,
.block-core-Navigator .next-and-last {
	display: inline;
	font-size:18px;
	font-weight:bold;
	width:100%;
	text-align:center;
}

.block-core-Navigator .current {
	margin: 0 0.5em;
}


/* -- ExifInfo ---------------------------- */

.block-exif-ExifInfo div {
	font-size: 0.8em;
	color: #999;
	margin: 1em 0;
}

table.gbDataTable {
	width: 100%;
	border-collapse: collapse;
}

table.gbDataTable td {
	padding: 0.2em 0.5em 0.2em 0;
	border-bottom: 1px solid #eee;
}

table.gbDataTable td.gbEven {
	font-weight: bold;
}

.gbBusy {
    background-color: #ae9 !important;
}

/* -- System- / Item-Links ---------------- */

.gbSystemLinks, .block-core-ItemLinks {
	clear: both;
	border-top: 3px solid #9c9;
	border-bottom: 1px solid #9c9;
	background-color: #efe;
	margin: 1.5em 0;
	padding: 0.5em;
}

.block-core-SystemLink { font-weight: bold; }

.gbSystemLinks .block-core-SystemLink a,
.block-core-ItemLinks a {
	display: block;
	padding: 0.3em;
}


/* -- Toolbar ----------------------------- */

#toolbar {
	clear: both;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	margin: 1em 0;
	padding: 0.5em;
}
#leftSider{
	float:left;
	width:170px;
	clear: both;
	background-color:#FFFFEF;
	padding: 5px;
}

/* -- Admin ------------------------------- */

.gallery-admin {
	font-size: 0.9em;
}

.gallery-admin h2 {
	font-size: 1.2em;
	margin-top: 2em;
	overflow: hidden;
}

.gallery-admin h4 {
	margin: 0; 
}
.gallery-admin: a {
	color:#00FF00;
}
.giSuccess, .giWarning, .giError  {
	font-weight: bold;
}

.giSuccess { color: #5c0; }
.giWarning { color: #c50; }
.giError { color: #a44; }

.gallery-admin .gbBlock {
	margin: 1.5em 0 2em 0;
}

#gsSidebar {
	width: 13em;
	overflow: hidden;
	padding-right: 1em;
}

#gsSidebarCol {
	width: 1%;
	font-size:11px;
	padding: 5px;
	border: 1px solid #FFF;
	BACKGROUND: #FFF url(/images/gsNavBar_bg.gif) repeat-x 50% 0%;
}

#gsSidebar ul {
	padding: 0.2em 0 1.5em 0;
	margin: 0;
	font-weight: bold;
}

#gsSidebar ul ul {
	font-weight: normal;
}
#gsSidebar li.gbAdminLink {
	list-style: none;
	padding: 0.2em 0;
	margin: 0;
}

.gbTabBar {
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
}

.gbTabBar a {
	border: 1px solid #ccc;
	padding: 0.2em 1em;
	background-color: #eee;
	margin: 0 0.2em;
}

.gbTabBar .giSelected {
	margin: 0 0.2em;
	padding: 0.2em 1em;
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #fff;
}

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background-color: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}
.giInfo{
padding-left:5px;
font-size:14px;
font-weight:bold;
font-family:tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.autoCompleteShadow {
    background-color: #a0a0a0 !important;
}

.autoCompleteContainer {
    border: 1px solid #404040;
    background-color: #fff;
    border-top: 0px;
    border-bottom: 1px dotted rgb(0, 172, 0);
    margin-bottom: -1px;
    margin-top: 0px;
}

.autoCompleteContainer li.yui-ac-highlight {
    background-color: #38c;
    color: #fff;
}

.roundedcornr_box_794055 {
   background: #f3f3f3;
}
.roundedcornr_top_794055 div {
   background: url(/images/roundedcornr_794055_tl.png) no-repeat top left;
}
.roundedcornr_top_794055 {
   background: url(/images/roundedcornr_794055_tr.png) no-repeat top right;
}
.roundedcornr_bottom_794055 div {
   background: url(/images/roundedcornr_794055_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_794055 {
   background: url(/images/roundedcornr_794055_br.png) no-repeat bottom right;
}

.roundedcornr_top_794055 div, .roundedcornr_top_794055, 
.roundedcornr_bottom_794055 div, .roundedcornr_bottom_794055 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_794055 { margin: 0 10px; text-align:center;}

#networks{position:absolute;right:10px;top:-4px;width:300px;font-family:tahoma,Arial;font-size:11px;z-index:9999; text-align:left;}
#networks td.site a{color:#aff0c8;}
#networks td.site .icon{width:10px; height:10px; background:url(sites.gif) no-repeat;}
#networks h6{display:block;float:right;margin-bottom:-1px;height:25px;width:117px;cursor:pointer;}
#networks .sitestitle{margin: 0 auto 5px; display: block;}
#links{float:right;width:350px;background-color:#07334c;border:1px solid #104b6c;display:none;overflow:auto; -moz-border-radius:7px; -webkit-border-radius:7px;}
#links div{width:350px;padding:20px 0 10px 0;}
#links div.site,#links #two{background-color:#05283d;border-top:1px solid #104b6c}
#links div table{width:100%; border-spacing:0;}
#links table tr:hover{ background-color:#0b161d;}
#links table td{line-height:25px;}
#links table td.site{width:160px;font-size:13px; font-weight:700; padding-left:20px;}
#global_head h6{display:block;float:right;margin-bottom:-1px;height:23px;width:80px;cursor:pointer;}
#networks.show,#global_head.show{border:1px solid red;}
#networks a,#global_head a{color:#e1e1e1;text-decoration:none;}
#networks a:hover,#links div table tr.hover a,#global_head a:hover,#global_head td.site a:hover{color:#ff8706;}
#links.show,#global.show{display:block;}