/*

---------------------------------------------------------
Iconscience

iCONOGRAPH
=========================================================

Author___Mattias Ormestad
Version__2008-07-26

Colors
------
background
color="#b2b2b2"

---------------------------------------------------------*/


@import url("reset.css");
@import url("windows.css");
@import url("typography.css");

*
{
    margin: 0;
    padding: 0;
}

body
{
	background-color: #b2b2b2;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

hr
{
	margin: 5px 0 10px 0;
}

#header
{
	position: relative;
	background: url(/images/default/headerbg.png);
	background-repeat: repeat-x;
	height: 100px;
	text-align: center;
}

#header img#logo
{
	position: relative;
	top: 10px;
	widows: 252px;
	height: 67px;
}

#menubar
{
	position: absolute;
	clear: both;
	margin: auto;
	bottom: 0;
	height: 20px;
	width: 100%;
	text-align: center;
}

#mainmenu
{
	position: relative;
	width: 900px;
	height: 20px;
	margin: auto;
	text-align: center;
}

#login
{
	position: relative;
	float: right;
	top: 20px;
}

#loginButton
{
	vertical-align: middle;
}


#container
{
	position: relative;
	width: 900px;
	height: 100%;
	margin: 20px auto 0 auto;
}

.column
{
	position: relative;
	top: 0;
	float: left;
	margin-bottom: 20px;
}

.topcol
{
	position: relative;
	top: 0;
	float: left;
	margin-bottom: 20px;
	height: 300px;
}

.col1
{
	width: 900px;
}

.col2
{
	width: 450px;
}

.col3, .top1, .top2, .top3
{
	width: 300px;
}

.top1
{
	background-color: #b5c4ce;
}

.top2
{
	background-color: #cfd3d3;
}

.top3
{
	background-color: #d8ddde;
}

.content2
{
	width: 430px;
	margin: 0 10px;
}

.content3
{
	width: 280px;
	margin: 0 10px;
}

#footer
{
	position: relative;
	bottom: 0;
	clear: both;
	height: 50px;
}

#footerText
{
	padding-top: 10px;
	width: 200px;
	margin: auto;
}

#footerText p
{
	text-align: center;
}

.hidden
{
	display: none;
}

li span.icon, h1 span.icon
{
	position: absolute;
	top: 4px;
	right: 0;
}

p span.icon
{
	vertical-align: middle;
	margin-left: 5px;
}


/* --- LISTS --- */

ul
{
	list-style: none;
}

ul.pagination
{
	display: block;
	height: 20px;
	width: 180px;
	margin: auto;
}

ul.pagination li
{
	float: left;
	font-size: 12px;
	margin: 0 2px;
}

ul.pagination li a
{
	color: #777;
}

ul.pagination li.current
{
	font-weight: bold;
}

ul.pagination li.blank
{
	color: #ddd;
}


/* --- FORMS --- */

label
{
	display: block;
	margin-top: 10px;
	clear: both;
}

label.child
{
	font-weight: normal;
}

input, textarea, select
{
	display: block;
	margin-right: 10px;
	clear: both;
	background-color: #dee1e1;
	border: 1px solid #bbbfbf;
	padding: 2px;
}

textarea
{
	width: 100%;
}

.formsubmit
{
	width: 90%;
	clear: both;
	margin: 5px 0 10px 0;
}

.formsubmit input
{
	clear: none;
	float: left;
}

input:hover, textarea:hover
{
	border: 1px solid #aaa;
}

input:focus, textarea:focus
{
	border: 1px solid #777;
}


/* --- TABLES --- */


/* --- Thumbs --- */

.image_thumb, .album_thumb, .image_view, .slideshow
{
	border: 5px solid #ddd;
}

.image_thumb
{
	margin: 5px;
}

.album_thumb
{
	margin: 8px;
}

.image_view
{
	position: relative;
	margin: auto;
}

.image_box
{
	margin: 10px;
}

.image_box h1
{
	position: relative;
	margin-left: 10px;
	color: #bbb;
	font-size: 30px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.image_desc, .pagination_container
{
	position: relative;
	background-color: #bbb;
	margin: 50px auto;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
}

div.album_title
{
	position: absolute;
	top: -30px;
	color: #bbb;
	font-size: 30px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

.image_desc p
{
	color: #777;
}

.image_view p
{
	position: relative;
	top: 10px;
}

#image_enlarge
{
	position: absolute;
	top: 30px;
}

#image_enlarge img
{
	height: 25px;
	margin: 10px;
}

.image_prev
{
	position: absolute;
	top: 0;
	left: 0;
}

.image_prev img
{
	position: absolute;
	left: 30px;
	top: 50%;
}

.image_next
{
	position: absolute;
	top: 0;
	right: 0;
}

.image_next img
{
	position: absolute;
	right: 30px;
	top: 50%;
}

.portrait_scale
{
	height: 500px;
}

.landscape_scale
{
	width: 700px;
}

.slideshow
{
	margin: auto;
}


#album_title
{
	position: relative;
	width: 700px;
	height: 300px;
	margin: auto;
	margin-bottom: 20px;
}

#album_title img#album_title_bg
{
	position: absolute;
	top: 0;
	left: 350px;
	width: 350px;
	height: 300px;
}

#album_title div#album_title_text
{
	position: absolute;
	top: 0;
	left: 350px;
	width: 320px;
	height: 240px;
	margin: 15px;
	color: #ddd;
}

#album_title_text p
{
	color: #ddd;
}

#album_title div#album_title_buttons
{
	position: absolute;
	bottom: 10px;
	left: 350px;
	width: 350px;
	height: 25px;
	padding: 0 10px;
	color: #ddd;
}

#album_title_buttons img
{
	margin: 0 5px;
}


/* --- jtip --- */

#JT_arrow_left{
	background-image: url(/images/jtip/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/images/jtip/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/images/jtip/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

