﻿
/********************************************
   HTML ELEMENTS
********************************************/

/* All */
*
{
	padding: 0;
	margin: 0;
}

body
{
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: rgb(25, 25, 25);
	color: White;
	font-family: Verdana;
	font-size: 13px;
	line-height: 20px;
}

img
{
    border: 0;
}

.gray-text
{
	color: Gray;
}


/* Links */
a
{
	/*color: rgb(247, 148, 29);*/
	color: White;
	text-decoration: underline;
	border: none;
	padding: 0;
	margin: 0;	
}

a:hover
{
	background: inherit; /*text-decoration: underline;*/
}


/* Form elements */
form
{
	padding: 0;
}

/*h1, h2, h3
{
	padding-bottom: 15px;
}*/

h1
{
    font-size: 30px;    
    margin-bottom: 10px;
    font-family: Georgia;
    font-weight: normal;
    line-height: 33px;
}

h1 a
{
    color: rgb(215, 208, 109);
}

p
{
	padding-bottom: 10px;
}


/***********************
	  LAYOUT
************************/

/* Header */
#header, #content, #footer
{
	min-width: 600px;
	padding-left: 20px;
	padding-right: 20px;
}

#header
{
	height: 125px;
	background-color: Black;
	border-bottom: 1px solid rgb(74, 74, 74);
}

/* Menu */
#header #menu
{
	position: relative;
	top: 65px;
	width: 100%;
	height: 50px;
	left: 20px;	
	list-style-type: decimal-leading-zero;
}

#header #menu .number-text
{	
    /*color: Gray;*/
	font-size: 10px;
}

#header #menu .menu-item
{
	float: left;
	margin: 0 10px 0 0;
	font-size: 10px;
}

#header #menu a, #header #menu a
{
	font-family: Georgia;
	font-size: 40px;	
	padding-right: 35px;
	text-decoration: none;
	line-height: 60px;
}

#header #menu .current, #header #menu .current a
{
	color: rgb(247, 148, 29);
}


/* Search */
#header #search-bar
{
	position: absolute;
	top: 85px;
	right: 30px;
}

#header #search-bar .text, .search-tag
{
	width: 255px;
	padding: 5px;
	color: Gray;
	background-color: rgb(36, 36, 36);
	border: solid 1px rgb(74, 74, 74);
}

.sfield
{
    width: 600px;
	height: 20px;
	padding: 4px;
	color: Gray;
	background-color: rgb(36, 36, 36);
	border: solid 1px rgb(74, 74, 74);
	font-size: 16px;
	margin-bottom: 20px;
}


/* Small navigation bar */
#header .small-nav-bar
{
	position: absolute; 
	right: 30px; 
	top: 10px;
	width: 75px;
}

#header .small-nav-bar .home
{
	background: url(../Images/Home.gif) no-repeat center left;
	padding-left: 20px;
}

#header .small-nav-bar .mail
{
	background: url(../Images/Mail.gif) no-repeat center left;
	padding-left: 20px;
}

/* Two columns layout */
.two-columns
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.two-columns .right-column
{
	float: right;
	width: 280px;
	padding: 15px;
	
}

.two-columns .left-column
{
	margin-right: 325px;
	padding: 15px 30px 15px 20px;
	overflow: hidden;
}


/* Row with two columns layout */
.row-two-columns
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.row-two-columns .row
{
	padding: 15px;
}

.row-two-columns .two-columns
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.row-two-columns .two-columns .right-column
{
	float: right;
	width: 280px;
	padding: 10px 20px 10px 20px;
}

.row-two-columns .two-columns .left-column
{
	margin-right: 335px;
	padding: 10px 20px 10px 20px;
}

/* Main */
#main
{
	margin-left: 300px;
	margin-right: 25px;
	padding-left: 20px;
}

/* Footer */
#footer
{
	text-align: center;
	color: Gray;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 320px;	
	clear: both;
}


/* Paging */
.paging
{
	width: 99%;
}

.paging a
{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
}

.paging a.current
{
	color: rgb(247, 148, 29);
	text-decoration: none;
	font-weight: bold;
}

.paging .back a
{
	background: url(../Images/ArrowLeft.gif) no-repeat center left;
	padding-left: 20px;
	font-size: 12px;
}

.paging .forward a
{
	background: url(../Images/ArrowRight.gif) no-repeat center right;
	padding-right: 20px;
	font-size: 12px;
}

.paging .forward
{
	text-align: right;
}

.paging .invalid
{
	color: Gray;
	text-decoration: none;
}

.paging .pages
{
	text-align: center;
}

/* Borders */
.bottom-border
{
	border-bottom: solid 1px rgb(37, 37, 37);
	padding-bottom: 5px;
}

.top-border
{
	border-top: solid 1px rgb(37, 37, 37);
	padding-top: 5px;
}

/* Categories */
.categories ul
{
    list-style-type: none;     
}

.categories ul li
{
    margin-bottom: 4px;
    color: Gray;
    font-size: 10px;
}

.categories ul li a
{
    font-size: 12px;
    margin-left: 5px;
}

.categories ul li .num, .categories ul li .items-count
{
    color: Gray;
    font-size: 9px;
}

.categories ul li .current 
{
    color: rgb(247, 148, 29);
    font-weight: bold;
    text-decoration: none;
}


/* Comments */
.comments .comment
{
    padding-bottom: 20px;
}

.comments .comment .num
{
    float: left; 
    text-align: center;
    font-size: 9px;
    font-family: Verdana;
    color: Gray;
}

.comments .comment .text
{
    margin-left: 25px;
}

.comments .comment .info-holder
{
    margin-left: 25px;
    padding-bottom: 5px;
}

.comments a
{
    color: rgb(215, 208, 109);
}

.properties .name
{
    font-size: 10px;
    color: Gray;
    margin-left: 5px;
    line-height: 15px;
}

.properties .value
{
    font-size: 12px;
    margin-left: 25px;
    margin-bottom: 3px;
}

/*
.properties
{
    width: 99%;
    border-bottom: solid 1px rgb(40, 40, 40);
}

.properties td
{   
    padding: 3px 6px 3px 8px;
}

.properties .lighted td
{
    background-color: rgb(30, 30, 30);    
}

.properties .name
{
    font-size: 9pt;
    color: Gray;
    text-align: right;
    border-width: 1px 0px 0px 1px;
    border-color: rgb(40, 40, 40);
    border-style: solid;
}

.properties .value
{
    font-size: 8pt;
    border-width: 1px 1px 0px 1px;
    border-color: rgb(40, 40, 40);
    border-style: solid;
}*/

/* Tags */
.tags a
{
    font-size: 11px;
    text-decoration: none;
}

.tags a:hover
{
    background-color: rgb(130, 125, 47);
    color: White;
}

.tags a.current, .tags a:hover.current
{
    color: rgb(247, 148, 29);
    text-decoration: none;
    background-color: inherit;
}

.tags .name
{
    color: rgb(200, 200, 200);
    font-size: 11px;
}


/* Add comment */
#add-comment
{
    font-size: 11px;
}

#add-comment input[type="text"], #add-comment textarea
{
    margin-bottom: 6px;
    padding: 3px;
    font-family: Verdana;
    font-size: 12px;
    background-color: rgb(36, 36, 36);
	border: solid 1px rgb(74, 74, 74);
    color: White;
}

#add-comment input[type="text"]
{
    width: 250px;
}

#add-comment textarea
{
    width: 500px;
    height: 150px;
}


/* Validation errors */
label.error 
{
    color: red;
}

input.error 
{
    border: 1px dotted #f00;
}



.info-holder
{
    white-space:nowrap;
}

.info-holder .author
{
    float: left;
    font-weight: bold;
    padding-right: 10px;
}

.info-holder .time
{
    float: left;
    padding-right: 10px;
    font-size: 10px;
    color: rgb(200, 200, 200);
}
