
/****************************************************************************************************************************************************/
/** LAYOUT XXX **************************************************************************************************************************************/
/****************************************************************************************************************************************************/

HTML, BODY {
	min-height: 100%;
	
	background: #d9d9d9;

	margin: 0;
	padding: 0;

	text-rendering: optimizeLegibility;	
	-webkit-text-size-adjust: 150%;
}

BODY {
}

#PAGE {
	position: relative;
	z-index: 500;
}

#MAIN {
	padding-right: 120px;
}

#MENU {
	float: left;

	/*
	background: #999;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	
	-moz-box-shadow: 0 1px 2px #bbb;
	-webkit-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	*/
	
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-size: 24px;
	font-weight: bold;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-transform: lowercase;
	text-align: left;
	margin: 6px 0 0 6px;
	padding: 2px 4px 2px 8px;
}
#MENU A {
	color: #fff;
	color: #bbb;
	text-decoration: none;
	border: none;
	margin-right: 4px;
}
#MENU A:hover {
	color: #fff;
}

#COLUMN {
	position: absolute;
	position: fixed;
	z-index: 99999;
	/*left: 323px;*/
	top: 0;
	width: 135px;
	height: 1600px;
	margin-left: 50%;
	
	right: 0;
	width: 134px;
}

#TITLE {
	width: 675px;
	height: 20px;
}
#TITLE A {
	display: block;
	border: none;
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

/****************************************************************************************************************************************************/
/** NETWORK *****************************************************************************************************************************************/
/****************************************************************************************************************************************************/

/****************************************************************************************************************************************************/
/** ADS *********************************************************************************************************************************************/
/****************************************************************************************************************************************************/

/****************************************************************************************************************************************************/
/** SECTIONS & BLOCKS *******************************************************************************************************************************/
/****************************************************************************************************************************************************/

.SECTIONTITLEDIV {
	width: 675px;
}

.SECTIONTITLETD {
	height: 40px;
	background: url('http://static.garoo.net/_img/20100119/sectiontitle.png') 0 10px no-repeat;
}

H1.SECTIONTITLE {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0;
	
	color: #fff;
	text-shadow: 0 1px 2px #666;
	
	margin: 0;
	padding: 0 20px 0 24px;
}

.PREBLOCK {
	position: relative;
	z-index: 200;
}

.BLOCK {
	position: relative;
	z-index: 100;
	
	background: #fff;
	border-left:solid 3px #000;
	
	-webkit-box-shadow: 0 2px 4px #bbb;
	-moz-box-shadow: 0 2px 4px #bbb;
	box-shadow: 0 2px 4px #bbb;

	margin: 0 0 10px 3px;
	padding: 8px 10px 0 10px;
	min-height: 35px;
	
	border-collapse: separate;
}
.SHORT {
	background: #f6f6f6;
}


/****************************************************************************************************************************************************/
/** COLORS ******************************************************************************************************************************************/
/****************************************************************************************************************************************************/

.TEXT {
	color: #333;
}
.TEXT LI {
}
.TEXT H2, .TEXT H3, .TEXT H4 {
	color: #000;
}
.TEXT H2 A, .TEXT H3 A, .TEXT H4 A, .TEXT P A, .TEXT LI A {
	color: #000;
	text-decoration: none;
}
.TEXT H2 A:hover, .TEXT P A:hover, .TEXT LI A:hover {
	border-color: #444;
}
.TEXT H2 A.internal {
	color: #000;
	border: none;
}
.TEXT H2 A.internaldim {
	color: #999;
	border: none;
}
.TEXT H2.small A {
	color: #aaa;
	border: none;
}
.TEXT H2 A.internal:hover {
	color: #000;
}

.TEXT B {
	color: #000;
}
.TEXT EM {
	color: #000;
}
.TEXT P ABBR, .TEXT P ACRONYM {
	border-bottom: solid 1px #ccc;
}
.TEXT P DEL {
	color: #fff;
}
.TEXT P INS {
	border-bottom: solid 1px #FFFF99;
	text-decoration: none;
}
.TEXT P SMALL, .TEXT P SMALL A {
	color: #999;
}

.TEXT .CAPTION {
	color: #666;
}
.TEXT BLOCKQUOTE P, .TEXT BLOCKQUOTE P A {
	color: #555;
	border-color: #999;
}
.TEXT CITE, .TEXT CITE A {
	color: #666;
	border-color: #999;
}
.TEXT CODE P {
	color: #000;
}

/*
.TEXT .link a, .TEXT .via a {
	color: #444;
	text-shadow: none;
	text-decoration: none;
	border: none;
}
.TEXT .link a:hover, .TEXT .via a:hover {
	color: #000;
}
*/


/****************************************************************************************************************************************************/
/** BLOG ********************************************************************************************************************************************/
/****************************************************************************************************************************************************/

.articletimestamp,
.articlecomments,
.commentauthor {
	font-family: Helvetica,Tahoma,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-weight: normal;
	text-align: right;
	line-height: 13px;
}

.articletimestamp a,
.articlecomments a,
.commentauthor a,
.commentauthor span {
	display: block;
	
	text-decoration: none;
	text-align: right;
	border: none;

	padding: 0 5px 0 5px;
}
.articletimestamp a,
.articlecomments a,
.commentauthor a { color: #bbb; }
.articlecomments0 a { color: #bbb; }

.articletimestamp a:hover,
.articlecomments a:hover,
.commentauthor a:hover { color: #000; }

.articletimestamp a,
.commentauthor a,
.commentauthor span { 
	text-align: right;
	margin-top: 7px;
}
.articlecomments a { 
	text-align: right; 
	margin-bottom: 14px;
}

img.commentavatar {
	float: right;
	margin: 4px 0 0 8px;
	border: solid 1px #666;
}

a.articleedit { 
	color: #000; 
	padding-top: 0;
	margin-bottom: 0;
}



.ARTICLEFOOTER {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	margin: 0 !important;
	padding: 5px 0 5px 150px !important;
}
.ARTICLEFOOTER .TEXT {
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.TEXT .articlefooter p {
	color: #999;

	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	
	margin: 0;
	padding: 0;
}
.TEXT .articlefooter a {
	color: #777;
	border-bottom: solid 1px #aaa;
	text-shadow: none !important;
}
