
/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body {
	background: #222;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {
	font: bold 0.8em "Lucida Sans Unicode",sans-serif;
	padding-top: 1.2em;
}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {
	border: none;
}

ul {
	margin-left: 2em;
}
h1 {
	font: normal 2.4em georgia,sans-serif;
}
h2 {
	font: bold 1.6em georgia,sans-serif;
	padding-bottom: 4px;
}
h3 {
	font: normal 0.5em "Lucida Sans Unicode",sans-serif;
	line-height: 30px;
}

/* misc */

.clearer {
	clear: both;
}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	float: left;
}
.errorpage {
	text-align: center;
}

/* header */

.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2.4em "Lucida Sans Unicode",sans-serif;
	height: 120px;
	text-align: center;
}
.header a {
	color: #888;
	display: block;
	line-height: 29px;
	text-decoration: none;
	width: 100%;
}
.header a:hover {
	background: #1b1b1b;
	color: #CCC;
}
.header img {
	padding-bottom: 3px;
}

/* structure */

.container {
	border: 2px solid #444;
	position: absolute;
  	right: 0;
  	left: 0;
  	width: 800px;
	height: auto;
	margin: auto;
}

.main {
	background: url(img/bgmain.png) repeat-y center top;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	border-top: 1px solid #444;

}
.main .left {
	width: 35%;
}
.main .center {
	width: 65%;
}
.main .right {
	width: 35%;
}

.content {
	padding: 20px;
	border-bottom-color: #1E1E1E;
	text-align: center;
}

/* content elements */

.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content img {
	border: 1px solid #303030;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {
	color: #BBB;
}
.content a:hover img {
	border: 1px outset #999;
	background: #3A3A3A;
}
.content .descr {
	margin-bottom: 5px;
}

/* navigation */

.nav {
	background: #191919 url(img/nav.gif);
}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: 1.2em "Lucida Sans Unicode",sans-serif;
	line-height: 40px;
	padding: 0 33px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
	color: #DDD;
}

/* sub-navigation */

.subnav {
	padding: 20px;
	border-bottom-color: #1E1E1E;
}
.subnav h1 {
	padding-top: 8px;
	background: url(img/bgh1.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.subnav a {
	color: #777;
	text-decoration: none;
}
.subnav a:hover {
	color: #BBB;
}
.subnav ul {
	margin: 0;
}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #BBB;
}

/* footer */

.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #666;
}
.footer a:hover {
	color: #BBB;
	background: #222;
}
.col3, .col3center {
	float: left;
	width: 31%;
}
.col3center {
	margin: 0 3%;
}
.col4left {
	float: left;
	width: 33%;
	text-align: left;
}
.col4center {
	float: left;
	width: 34%;
	text-align: center;
}
.col4right {
	float: left;
	width: 33%;
	text-align: right;
}

/* bottom */

.bottom {
	color: #666;
	clear: both;
	font-size: 1.2em;
	padding-bottom: 20px;
	line-height: 0.5em;
}
.bottom a {
	color: #888;
}
.bottom a:hover {
	color: #BBB;
	background: none;
}

/* google search */

#cse {
	margin-left: 20px;
	margin-right: 20px;
}
#cse * {
	color: #BBB;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 1.02em;
	font-weight: normal;
}
/*#cse .gs-result, .gs-webResult {
	color: #BBB;
	font: normal 100% "Lucida Sans Unicode",sans-serif;
}*/
#cse a * {
	color: #777;
	text-decoration: none;
}
#cse a, a:link, a:visited, a:active {
	color: #777;
	text-decoration: none;
}
#cse a:hover {
	color: #BBB;
}
/*#cse .gs-webResult a, .gs-webResult a:link, .gs-webResult a:visited, .gs-webResult a:active { 
	color: #777;
	text-decoration: none;
}
#cse .gs-result a, .gs-result a:link, .gs-result a:visited, .gs-result a:active { 
	color: #777;
	text-decoration: none;
}
#cse .gs-title a, .gs-title a:link, .gs-title a:visited, .gs-title a:active { 
	color: #777;
	text-decoration: none;
}
#cse .gs-webResult a:hover {
	color: #BBB;
}
#cse .gs-result a:hover {
	color: #BBB;
}
#cse .gs-title a:hover {
	color: #BBB;
}*/
#cse .gs-webResult .gs-snippet {
	display : block;
}
#cse .gs-webResult .gs-visibleUrl-short {
	display:block;
	color: #777;
}
#cse .gs-webResult .gs-visibleUrl-long {
	display:none;
	color: #777;
}

