/*

	Artbox
	
*/

/* Main Layout
------------------------------ */
body {
	background: #565656;
	margin: 0 !important;
	background-image:url('images/bg.png');
       
}

#main {
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#top {
	background: #000000;
	padding: 2px;
	margin-bottom: 20px;
	height: 28px;
}

#right {
	width: 215px;
	float: right;
	padding: 0;
	text-align: justify;
}

#left {
	float: left;
	width: 380px;
}


#info {
	width: 350px;
	background:#999999;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}


#box {
	width: 140px;
	float: right;
	background:#999999;
	padding: 0 5px 0 5px;
}

#descbox {
	height: 187px;
}


/* Navigation stuff
------------------------------ */

#navi{
	padding-top: 20px;
	width: 100px;
}

.left {
	float: left;
	text-align: right;
}

.right {
	float: right;
}


/* Text Styles
------------------------------ */
body {
	font: normal 12px Georgia;
	color: #000;
	line-height: 1.6em;
}


h2{
	font-size:14pt;
	font-weight:normal;
	font-style: italic;
	padding-bottom:2px;
	margin:0;
}

h3{
	font-size:1.2em;
	font-weight:normal;
	padding-bottom:2px;
	border-bottom:1px dashed #565656;
	margin:0;
}


/* Link Styles
------------------------------ */
a {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #996699;
}


h3 a{
	color:#000000;
	text-decoration:none;
}



/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


ul {
	padding-left : 14pt;
	list-style-image : url(images/ul.png);
}

#box ul {
	padding: 0;
	margin: 0;
}

#box li {
	display: block;
	padding: 2px 2px 2px 8px;
	background-color: #565656;
	color: #fff;
	text-decoration: none;
	width: 95%;
	border-bottom: 2px solid #999999;

		}
.photo {

	margin: 10px;
	padding:1px;
	border:5px solid #999999;
	background-color:#000000;

}

/* Latest
------------------------------ */
.latest {
        display: inline;
        float : left;
	padding : 5px;
	background: #999999;
}

.latest ul{
	clear: both;
	padding: 0;
	margin: 0;
	list-style-type: none;
        float : left;
}

.latest li{
	list-style-type : none;
         display : inline;
         float : left;
}

.latest img{
         margin: 4px;
         border: 1px solid #000;
}


/* Album Thumbnails
------------------------------ */
.album {
	width:350px;
	overflow:hidden;
	margin-bottom:15px;
	padding:6px;
	background:#999999;
}

.album .thumb {
	float:left; 
	margin-right:6px;
	border:1px solid #000000;
}

.album img {
	height: 50px;
}

.albumdesc p{
	padding-top:2px;
        margin:0;
	color: #565656;
	font-style: italic;
}


.album a{
	border:0;
}


/* Image Thumbnails
------------------------------ */
.imagethumb{
	float:left;
}

.imagethumb a,.imagethumb a:hover{
	display:block;
	padding:1px;
	margin: 0 8px 8px 0;
	border:5px solid #999999;
	background-color:#000000;
}

.imagethumb a:hover{
	border:5px solid #ffffff;
}


/* Individual Image
------------------------------ */	
.imgdesc {
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#image {
	text-align: center;
	line-height: 0;
	margin:10px 0;
}

/* Forms
------------------------------ */
form {
	padding-bottom:10px;
}

input, textarea {
	padding: 4px;
	margin-bottom: 5px !important;
	margin-bottom: 0px;
	color: #000000;
	background: #999999;
	border: 0;
	font: normal 12px Georgia;
}

.required {
	color: #9C3;
}


/* Page Navigation
------------------------------ */
.disabled_nav {
	visibility: hidden;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable, #imageTags {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 12px;
}


/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
	right:400px;
	top:0;
	border-left: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	background: #c0c0c0;
	width:120px;
}
#admin_data{
	top:20px;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dashed #2a2a2a;
	margin:0;
	padding:0;
}

/* Search Box
------------------------------ */
#search {
	float: right;
	width: 180px;
	text-align: left;
	margin-top: -17px;
}
#search input.pushbutton {
	padding: 0;
}
#search a {
	text-decoration: none;
}
#search_form, #search_form * {
	padding:2px;
	margin:0;
}

#search ul {
	border: 1px solid #ccc; position:absolute; text-align:left; list-style: none;
	height: 8em; width: 20em; overflow: auto;
	color: #fff;
	background-image:url(../images/50percent.png);
}
#searchfields_icon {
	display: none;
}
#search_submit {
	position: relative;
	top: 15px;
}
.clear {
	clear:both;
	height:10px;
}

/* Archive View
---------------------------- */
#archive{
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive .year {
	margin-top:10px;
	text-align: center;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
}
ul.archive .month {
	font-size: 14px;
	list-style:none;
	border-top:2px solid #666;
	padding-top: 5px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
	text-align: center;
	background: #111;
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
	background: #222;
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}


/* centering flowplayer 3 on image.php */
#image .flowplayer {
	margin: 0 auto;
}


