﻿/* --------------------------- general --------------------------- */

body
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

a
{
	text-decoration: none;
	color: blue;
}

img
{
	border-width: 0px;
}

p
{
	margin: 10 10 10 10px;
}

#container
{
	margin: 0 auto;
	text-align: center;
	
	width: 800px;
}

#content
{
	text-align: left;
	margin-top: 20px;
	
	min-height: 400px;
}

.columnLeft
{
	float: left;
	clear: none;
}

.columnRight
{
	float: right;
	clear: none;
}

.title
{
	margin-bottom: 5px;
	font-weight: bold;
	
	border-bottom: dotted 1px #888888;
}

.seperator-h
{
	line-height: 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: dotted 1px #888888;
}

.avatar
{
	width: 65px;
	height: 45px;
	
	background-position: center center;
}

.text-box { border: 1px solid #CCCCCC; padding: 5px; }
.clear { clear: both; }
.hidden { display: none; }
.clickable { cursor: pointer; }
.hoverable { background-color: #E0E0E0; }
.columnSide { width: 350px; }
.columnMain { width: 450px; }
.center { text-align: center; }
.indent { margin-left: 20px; }
.dotted { border-bottom: dotted 1px blue; }

/* --------------------------- header & navigation menu --------------------------- */

#header
{
	border-bottom: solid 2px orange;
	
	margin-top: 10px;
	height: 70px;
}

#header #logo
{
	float: left;
}

#header #navigation
{
	float: right;
	width: 260px;
	margin: 15px 0px 0px 0px;
	
	text-align: center;
}

#header #navigation .top
{
	letter-spacing: 1px;
}

#header #navigation .top .gallery-menu
{
	background-color: #3B3B3B;
	color: White;
	
	font-size: small;
	height: 16px;
	width: 350px;
	
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	margin-bottom: -31px;
	margin-left: -200px;
	
	display: none;
}

#header #navigation .top .gallery-menu a
{
	color: #CCCCCC;
	font-size: smaller;
}

#header #navigation .top .gallery-menu a:hover
{
	border-bottom: dotted 1px White;
}

#header #navigation .top .gallery-menu-arrow
{
	display: none;
	position: absolute;
}

#header #navigation .bottom
{
	font-size: small;
}

#header #navigation .separator
{
	color: Gray;
	padding-left: 10px;
	padding-right: 10px;
}

/* --------------------------- footer --------------------------- */

#footer
{
	color: Gray;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .col
{
	margin-top: -10px;
	margin-left: 20px;
	text-align: left;
}

#footer .col dl dt
{
	font-weight: bold;
	font-size: 13px;
}

#footer .col dl dd
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#footer .col dl dd a
{
	color: #0926a3;
	border-bottom: solid 1px #93aaf5;
	text-transform: uppercase;
}

/* --------------------------- login box --------------------------- */

#loginRegister
{
	background-image: url(/Content/images/transparent-black.png);
	z-index: 100;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	height: 100%;
	width: 100%;
	
	display: none;
	
	text-align: left;
}

#loginRegister #login-box, #loginRegister #register-box
{
	height: 400px;
	width: 300px;
}

#loginRegister .head
{
	background-image: url(/Content/images/login-header.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: White;
}

#loginRegister .content
{
	background-color: White;
	height: 230px;
	padding: 15px;
}

#loginRegister .content p { margin-bottom: 15px; }
#loginRegister .content span { font-size: small; }
#loginRegister #login-box .content span { color: Red; }
#loginRegister #register-box .content span { color: #CCCCCC; }


/* --------------------------- doodle lists & boxes --------------------------- */

.doodleList, .doodleboxes
{
	width: 90%;
}

.doodleList .doodlethumb
{
	width: 170px;
	height: 120px;
	
	background-repeat: no-repeat;
	background-position: center;
}

.doodleboxes .doodlebox
{
	background-position: center;
	
	width: 125px;
	height:95px;
	
	margin: 10px;
	margin-left: 0px;
	
	float: left;
}

.doodleboxes .doodlebox .doodleinfo
{
	background-image: url(/Content/images/transparent-black.png);
	color: White;
	
	font-size: small;
	height: 0px;
	margin-top: 95px;
	padding: 5px 0px 0px 10px;
	display: none;
}

/* --------------------------- user-box --------------------------- */

.user-box
{
	float: left;
	
	padding: 0px;
	margin: 5px 5px 5px 0px;
	
	width: 225px;
	height: 45px;
	
	background-color: #E0E0E0;
}

.user-box .avatar
{
	float: left;
}

.user-box .text
{
	float: left;
	font-size: large;
	font-weight: bold;
	
	width: 145px;
	margin-left: 10px;
}

.user-box .text .small
{
	color: Gray;
	font-size: small;
	font-weight: normal;
	
	margin-top: 5px;
}

/* --------------------------- comments --------------------------- */

.comments
{
	width: 100%;
	margin-left: 0px;
}

.comments table td
{
	padding-bottom: 10px;
}

.comments table
{
	margin-bottom: 20px;
	width: 100%;
}

/* --------------------------- gray boxes --------------------------- */

.box
{
	background-color: #DDDDDD;
	
	padding: 10px;
	margin-top: 15px;
}

.box .icon
{
	position: relative;
	float: right;
	
	top: -40px;
	left: 27px;
	
	margin-bottom: -45px;
}

/* --------------------------- yellow-button --------------------------- */

.yellow-button
{
	margin-top: 0px;
	margin-bottom: 15px;
	
	background-image: url(/Content/images/buttons/yellow-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	
	padding: 5px;
}

.yellow-button .icon
{
	padding: 3px;
	float: left;
}

.yellow-button .text
{
	float: left;
	margin-top: 3px;
	margin-left: 7px;
	
	color: Gray;
	
	font-size: 14px;
	font-weight: bold;
}

/* ---------------------- featured ---------------------- */

#featured
{
	margin-bottom: 25px;
		
	height: 290px;
	width: 90%;
}

#featured #image
{
	background-repeat: no-repeat;
	background-position:center;
	
	height: 100%;
	width: 100%;
	
	cursor: pointer;
}

#featured #info
{
	background-image: url(/Content/images/transparent-black.png);
	color: White;
	
	height: 45px;
	width: 395px;
	
	
	margin-top: 240px;
	padding: 5px 0px 0px 10px;
	display: none;
}

#featured #info #title
{
	font-weight: bold;
	letter-spacing: 2px;
}

#featured #info #user
{
	font-weight: bold;
}

/* ---------------- doodle view toolbar ------------- */

#toolbar
{

}

#toolbar .column
{
	width: 230px;
	height: 200px;
	float: left;
	
	margin-left: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#toolbar .column .button
{
	padding: 2px;
	height: 20px;
	
	font-size: 11px;
	font-weight: bold;
	color: Gray;
}

#toolbar .column .button img
{
	padding-left: 2px;
}

#toolbar .column .button .text
{
	float: left;
	
	padding-top: 3px;
	padding-left: 7px;
}

/* ---------------------- pagination ---------------------- */
.paginationBox
{
	display: inline;
	margin: 3px;
	padding: 4px;
	border: solid 1px blue;
}

.paginationBox:hover
{
	background-color: #D7F9F6;
}

.paginationBox-current
{
	display: inline;
	margin: 3px;
	padding: 4px;
	border: solid 1px gray;
}