/*
 * Common Elements
 * Gedel.com
 *
 */
 
 
/*
 * FORMATTING TAGS 
 */

BODY{
	color: White;
	background-color: #1e1e1a;
	font: normal 11px/15px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

H1, H2, H3, H4, H5, H6, P{	padding: 0; margin: 0; }
H1.first, H2.first, H3.first, H4.first, H5.first, H6.first, P.first{	margin-top: 0 !important;}

H1, H1 A{
	font: bold 29px/30px Arial, Helvetica, sans-serif;
	margin: 25px 0 10px 0;
	text-decoration: none;
	text-transform: lowercase;
}

#right H1{
	color: White;
}

H2, H2 A{
	font: bold 29px/30px Arial, Helvetica, sans-serif;
	margin: 15px 0 10px;
	text-decoration: none;
	text-transform: lowercase;
}

H2 A:hover{
	text-decoration: underline;
}

H3{
	font: bold 11px/15px Tahoma, Arial, Helvetica, sans-serif;
	margin: 15px 0 5px;
}

P{	margin-top: 5px; }
P.intro{ color: White; font-weight: bold; } 

UL{
	padding: 0;
	margin: 0;
}

LI{
	list-style: none;
	margin-top: 5px;
}

UL.bullets{
	padding-left: 1.33em;
}

UL.bullets LI{
	list-style: disc outside;
	margin: 0;
	padding: 0;
}

A{ color: White; }
A:visited{ color: #8e8e8c; }
A:hover, A:active{ color: White; }

TABLE, TD, TR{
	margin: 0;
	padding: 0;
	border: 0;
}

.clear{
	clear: both;
	float: none;
}

.label{
	float: left;
	font-weight: bold; 
	margin-right: 10em;
	width: 50px;
}

.invisible{
	display: none;
}

/*
 * SPECIAL 
 */

.collapseBottom{margin-bottom: 0;}
.collapseTop{margin-top: 0;}

.comma{
	color: white !important;
	text-decoration: none !important;
}

.noColor, H1.noColor A, H1.noColor A:hover, H1.noColor A:active{ color: White !important;}
A.noColor { color: White !important;}
A.noColor:hover,
A.noColor:active { color: White !important;}

.cAbout, H1.cAbout A, H1.cAbout A:hover, H1.cAbout A:active{ color: #ffea00;}
A.cAbout { color: White;}
A.cAbout:hover,
A.cAbout:active { color: #ffea00;}

.cWork, H1.cWork A, H1.cWork A:hover, H1.cWork A:active{ color: #00a2ff;}
A.cWork { color: White;}
A.cWork:hover,
A.cWork:active { color: #00a2ff;}

.cBlog, H1.cBlog A, H1.cBlog A:hover, H1.cBlog A:active{ color: #ff005a;}
A.cBlog { color: White;}
A.cBlog:hover,
A.cBlog:active { color: #ff005a;}

.cBeep, H1.cBeep A, H1.cBeep A:hover, H1.cBeep A:active{ color: #49f20e;}
A.cBeep { color: White;}
A.cBeep:hover,
A.cBeep:active { color: #49f20e;}

.cProjects, H1.cProjects A, H1.cProjects A:hover, H1.cProjects A:active{ color: #ffea00;}
A.cProjects { color: White;}
A.cProjects:hover,
A.cProjects:active { color: #ff005a;}

.cFriends, H1.cFriends A, H1.cFriends A:hover, H1.cFriends A:active{ color: #ffea00;}
A.cFriends { color: White;}
A.cFriends:hover,
A.cFriends:active { color: #ff005a;}

.new{
	color: Red;
	font-size: 9px;
	vertical-align: top;
}

.soon{
	color: White;
	font-size: 9px;
	vertical-align: top;
}

A.hiddenLink:link, 
A.hiddenLink:visited{
	text-decoration: none;
}
A.hiddenLink:hover, 
A.hiddenLink:active{
	text-decoration: underline;
}
A.hiddenLink:hover{
	text-decoration: none;
}
A.hiddenLink:visited{
	color: White;
}
A.hiddenLink{
	cursor: text;
}

.notImportant{
	color: #474747;
}

.author, .author A, .author A:link, .author A:visited{
	color: #474747;
	font-weight: normal !important;
}
.author A:hover{
	text-decoration: underline !important;
}

.notImportant2{
	color: #3d3d35;
}

.count, A .count,
.count, A:link .count{
	color: #3d3d35;
	text-decoration: none !important;
}

/*
 * LAYOUT BLOCKS
 */

#pageTitle{
	padding-left: 30px;
}
 
#main{
	clear: both;
}

#left{
	float: left;
	width: 411px;
	margin-left: 30px;
	_margin-left: 15px;
	margin-right: 24px;
}

#right{
	float: left;
	width: 237px;
}

#left .content, #right .content{
	margin: 0px;
}

.width5col{
	width: 726px;
	clear: both;
}


/*
 * COMMON BLOCKS 
 */

#header{
	width: 640px;
	padding: 25px 30px 25px 30px;
}

#footer{
	float: none;
	clear: both;
	width: 640px;
	padding: 25px 30px 30px 30px;
}

#footerShortcuts A{
	color: White !important;
	float: left;
	font: bold 29px/30px Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 10px;
}
#footerShortcuts A:hover,
#footerShortcuts A:active{
	color: White !important;
	text-decoration: underline;
}
#footerShortcuts .clear{
	_display: none;
}

#stats{
	display: none;
}

#breadcrumb, 
#breadcrumb A{ 
	color: #8c8c8a;
}
#breadcrumb A:hover, 
#breadcrumb A:active{
	color: White;
}
#breadcrumb UL{
	display: inline;
	padding: 0;
	margin: 0;
}
#breadcrumb LI{
	display: inline;
	background: url(../img/breadcrumb_bullet.gif) no-repeat left;
	padding-left: 11px;
}
#breadcrumb LI.first{background: none; padding-left: 0px;}

DIV.highlight{
	clear:both;
	width: auto;
	color: Black !important;
	padding: 10px 30px;
	background-color: White;
	margin: 30px 0 0 0;
	_margin: 15px 0 0 0;
}
.highlight A,
.highlight A:hover,
.highlight A:active{
	color: Black;
}

#worksList LI{
	margin: 0;
	padding: 0;
}
#worksList LI A,
#worksList LI SPAN{
	font-weight: bold;
	/* text-decoration: none; */
}
#worksList LI A:hover{
}

.galleryVertical{
	clear: both;
	background: Black;
	padding: 0 30px 0 30px;
}
.galleryVertical .picture{
	margin: 15px 15px 0 0;
}

.galleryHorizontal{
	clear: both;
	background: Black;
	padding-top: 0;
}
.galleryHorizontal .picture{
	margin: 0 10px 15px 0;
}

.legend{
	padding: 5px 0;
	padding-left: 20px;
	background: url(../img/ico_legend.gif) no-repeat 0 6px;
}

.meta{
	margin-top: 25px;
	margin-bottom: 25px;
}
.meta LI{
	margin: 0;
	padding: 0;
}
.meta .label{
	margin: 0;
	padding: 0;
}

.item{
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.item .date{
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #666666;
	line-height: normal;
}

.item H3{
	margin: 0px;
	padding: 0px;
}

.item P{
	margin: 0px;
	padding: 0px;
}

/*
 * FORMS
 */
 
FORM, INPUT, TEXTAREA{
 	padding: 0;
	margin: 0;
	font: normal 11px/15px Geneva, Tahoma, Arial, Helvetica, sans-serif;
}

#frmSearch{
}

.inputText,
TEXTAREA{
	color: Black;
	background-color: White;
 	padding: 0 3px;
	margin: 0;
	border: 1px solid White;
}

.inputImage{
	padding: 0;
	margin: 0;
}

#search .inputText{
	width: 117px;
	padding: 1px 4px;
	_padding: 0 4px;
	border-right: 0px solid Gray;
}

#searchInputContainer{
	width: 150px;
 	padding: 0;
	margin: 0;
	background-color: White;
}

#searchInputContainer .inputText{
	float: left;
}

#searchInputContainer .inputImage{
	float: right;
	display: block;
	width: 23px;
	height: 17px;
	background: url(../img/ico_search.gif) no-repeat;
}

#worksList A.cWork,
#worksList SPAN.cWork{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
}



/**
SPECIAL
**/

#wishes{
	margin-bottom: 25px;
}

#wishes P{
	margin: 0;
	padding: 0;
}
