
* { margin: 0; padding: 0; }
html, body { margin: 0; padding: 0; font-family: tahoma, verdana, sans-serif; font-size: 13px;}
a img { border: 0; }
#header
{
	height: 100px;
	padding-left: 25px;
	border-bottom: 2px solid #555555;
	padding-bottom: 5px;
	background: url('./header_bg.png') 100% 100% repeat-x;
}

#header h1
{
	float: left;
}

/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		min-width: 1075px;
	}
	
    .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
    }
    .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
    }
    .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	#content {
        margin:0 200px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	}
	#content.full_width
	{
		margin-right: 10px;
	}
	
    #menu {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    #random_images {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

#content,
#menu,
#random_images
{
	margin-top: 10px;
}

/*

#menu
{
	position: relative;
	width: 150px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#content
{
	position: relative;
	float: left;
	min-width: 660px;
	margin-top: 10px;
	left: 10px;
}

#random_images
{
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	left: 20px;
}
*/
#menu div.spacer
{
	height: 10px;
}

#menu ul
{
	list-style: none;
	padding: 0;
}

#menu ul li
{
	
}

#menu ul li a
{
	display: block;
	padding-left: 6px;
	text-decoration: none;
}

#menu ul li a:hover
{
	background-color: #EEEEEE;
}

#menu ul li.selected
{
	font-weight: bold;
}

.title
{
	font-weight: normal;
	display: block;
	margin: auto;
	text-align: center;
	height: 21px;
	background: url('./menu_box_left.png') 0 0px no-repeat;
	font-size: 16px;
	padding-left: 3px; 
}

#content .title span span
{
	text-align: left;
	padding-left: 5px;
}

.title span
{
	padding-right: 3px;
	background: url('./menu_box_right.png') 100% 0 no-repeat;
	display: block;
}

.title span span
{
	border-top: 1px solid #CECFCE;
	border-bottom: 1px solid #CECFCE;
	height: 19px;
	max-height: 19px;
	overflow: auto;
	background: url('./menu_box_bg.png') 0 100% repeat-x;
	display: block;
}

#content div.middle
{
	padding: 0.3em;
}

div.box
{
	margin-top: 10px;
}

div.box div.top
{
	background: url('./box_top_left.png') 0 0 no-repeat;
	padding-left: 3px;
	height: 3px;
}

div.box div.top div
{
	background: url('./box_top_right.png') 100% 0 no-repeat;
	height: 3px;
	padding-right: 3px;
}

div.box div.top div div
{
	border-top: 1px solid #CECFCE;
	background: none;
}

div.box div.middle
{
	border-left: 1px solid #CECFCE;
	border-right: 1px solid #CECFCE;
	padding: 0;
	margin: 0;
}

div.box div.middle *
{
	margin: 0;
}

div.box div.bottom
{
	background: url('./box_bottom_left.png') 0 0 no-repeat;
	padding-left: 3px;
	height: 3px;
}

div.box div.bottom div
{
	background: url('./box_bottom_right.png') 100% 0 no-repeat;
	padding-right: 3px;
	height: 2px;
}

div.box div.bottom div div
{
	border-bottom: 1px solid #CECFCE;
	background: none;
	height: 2px;
}

#images, ul.images
{
	list-style: none;
	padding: 0;
}

#images li, ul.images li
{
	display: block;
	float: left;
	margin: 10px;
	text-align: center;
}

#images img, ul.images img
{
	display: block;
	border: 1px solid white;
	padding: 1px;
}

#images a:hover img, ul.images a:hover img
{
	border: 1px solid black;
}

div.mediumimage
{
	text-align: center;
}

dt
{
	float: left;
}

dd
{
	white-space: nowrap;
	margin: 0;
	padding-left: 5em;
	margin-bottom: 0.5em;
}

#login
{
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #AA66CC;
}

#login input
{
	font-family: tahoma;
	font-size: 12px;
	width: 7em;
	border: 1px solid #CCCCCC;
}

#login dd
{
	white-space: nowrap;
	margin: 0;
	float: left;
	margin-left: 5px;
	margin-right: 12px;
	padding: 0;
}

div.info
{
	padding: 0 5px;
}

dl.imageinfo,
div.comments
{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 25px;
	border-left: 1px solid #CECFCE;
	border-right: 1px solid #CECFCE;
	background: #EEEEEE;
}

dl.imageinfo dd
{
	padding-bottom: 4px;
}

dl.imageinfo dd.tags ul,
#tag_prompt_container ul.tags
{
	list-style: none;
}

dl.imageinfo dd.tags ul li,
#tag_prompt_container ul.tags li
{
	display: block;
	float: left;
	padding-right: 5px;
}

#tag_prompt_container ul.tags li
{
	padding-bottom: 3px;
	padding-right: 12px;
	text-decoration: none;
}

#tag_prompt_container ul.tags li a
{
	text-decoration: none;
}

dd.views_count
{
	font-weight: normal;
}

div.comments textarea
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
}

dl.imageinfo span.rating
{
	width: 100px;
	display: block;
	float: left;
}

span.rate a
{
	text-decoration: none;
	padding: 5px;
	border: 1px solid transparent;
}

span.rate a:hover
{
	border: 1px solid black;
}

div.comments div.info
{
	background-color: white;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	height: 20px;
}

div.comments div.info span.poster,
div.comments div.info span.date,
div.comments div.info span.rating,
div.comments div.info a.vote
{
	margin-top: 1px;
	display: block;
	float: left;
}

div.comments div.info a.quote
{
	float: right;
	text-decoration: none;
}

div.comments div.info span.poster
{
	font-weight: bold;
	width: 100px;
}

div.comments div.info span.date
{
	width: 150px;
}

div.comments div.info span.rating
{
	width: 15px;
}

div.comments div.info a.vote
{
	margin-top: 0;
	padding: 0 5px;
	border: 1px solid transparent;
	text-decoration: none;
}

div.comments div.info a.vote:hover
{
	border: 1px solid black;
}

div.comments div.text
{
	padding: 0.3em 1em;
}

div.comments div.text.faded
{
	color: #A5A5A5;
}

div.comments div.text.highlighted
{
	background-color: #FFFF8C;
}

div.comments div.text div.quote
{
	padding-left: 4px;
	border-left: 2px solid #AAAAAA;
	margin: 5px 0;
}

#tag_prompt_container
{
	width: 35%;
	min-height: 35%;
	background: white;
	position: fixed;
	top: 33%;
	left: 33%;
	z-index: 99;
	border: 1px solid #666666;
	padding: 0.4em;
	overflow: scroll;
}

#tag_prompt_container p
{
	margin-bottom: 0.3em;
}

#tag_prompt_container a.close
{
	float: right;
	display: block;
	border: 1px solid #666666;
	text-decoration: none;
}

div.mediumimage a img
{
	padding-left: 16px;
	background: url('http://s.hassut.com/hassut/magnifier.png') 0 0 no-repeat;
}

div.mediumimage a.previous
{
	padding-left: 16px;
	background: url('http://s.hassut.com/hassut/arrow_left.png') 0 0 no-repeat;
	float: left;
	display: block;
}

div.mediumimage a.next
{
	padding-right: 16px;
	background: url('http://s.hassut.com/hassut/arrow_right.png') 100% 0 no-repeat;
	float: right;
	display: block;
}

ul.taglist li img
{
	display: block;
	margin-bottom: 15px !important;
	margin-right: 5px !important;
}

ul.taglist a.tag
{
	font-weight: bold;
	font-size: 110%;
	color: blue;
	max-width: 100px;
}

#pagination
{
	margin-top: 3px;
	margin-bottom: 10px;
}

#pagination a
{
	border: 1px solid #666666;
	padding: 6px;
	color: black;
	text-decoration: none;
}

#pagination a:hover
{
	background: #CCCCCC;
}
