@import 'reset.css';

body {
    margin: 30px;
    font-family: Verdana, Tahoma, Sans-Serif;
    font-size: 80%;
	background: url('/media/images/background.png') repeat-x 0 0;
    min-width: 560px;
}

#clear {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
}

#header {
	background: transparent url('/media/images/logo.png') no-repeat 0 0;
	height: 65px;
	width: 100%;
	padding-bottom: 20px
}

#slogan {
	margin-left: 48%;
	padding-top: 25px;
}

#slogan strong {
    display: none;
}

#header span {
	float: right;
	margin-top: 16px;
}

#content p {
	margin-top: 20px;
	margin-bottom: 20px;
}

#cats {
	text-align: center;
}

#cats li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
    line-height: 25px;
	background: transparent url('/media/images/divider.png') no-repeat right 0;
}

#cats li.end {
	background-image: none;
}

#cats a, #cats a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
}

#cats a:hover {
	border-bottom: 2px solid #98cd3c;
}

.category_header {
	font-size: 1.7em;
	background: transparent url('/media/images/header-green.png') repeat-x 0 -136px;
	height: 68px;
	text-indent: 7px;
	line-height: 2em;
}

.category_header span {
	font-size: 0.6em;
	color: #636c50;
	line-height: 0.5em;
	padding-left: 7px;
    display: block;
    white-space: nowrap;
}

.category_header div.left {
	background: transparent url('/media/images/header-green.png') no-repeat 0 0;
	height: 68px;
	width: 9px;
	float: left;
}

.category_header div.right {
	background: transparent url('/media/images/header-green.png') no-repeat 0 -68px;
	height: 68px;
	width: 282px;
	float: right;
}

.header_alt {
	font-size: 1.7em;
	background: transparent url('/media/images/header-blue.png') repeat-x 0 -136px;
	height: 68px;
	text-indent: 7px;
	line-height: 2em;
}

.header_alt span {
	font-size: 0.6em;
	color: #437f9f;
	line-height: 0.5em;
	padding-left: 7px;
}

#categories {
    padding: 10px 0 30px;
}

.header_alt div.left {
	background: transparent url('/media/images/header-blue.png') no-repeat 0 0;
	height: 68px;
	width: 9px;
	float: left;
}

.header_alt div.right {
	background: transparent url('/media/images/header-blue.png') no-repeat 0 -68px;
	height: 68px;
	width: 282px;
	float: right;
}

.section { padding: 20px; }

.section .hide {
    display: none;
}

#site {
	width: 100%;
	padding-bottom: 15px;
}

.section a, .section a:visited {
	color: #000;
	text-decoration: none;
	font-size: 1.3em;
}

.section a:hover {
	text-decoration: underline;
	color: #6e9399;
}

.section span {
	font-size: 0.9em;
	line-height: 2em;
	color: #808080;
}

.section div.stars {
	float: left;
	height: 18px;
	width: 91px;
	background: transparent url('/media/images/stars.png') no-repeat 0 0;
	padding-right: 15px;
}
.section div.two { background-position: 0 -18px; }
.section div.three { background-position: 0 -36px; }
.section div.four { background-position: 0 -54px; }
.section div.five { background-position: 0 -72px; }

a {
	text-decoration: underline;
	color: #0a74db;
}
a:hover, a:active {
	text-decoration: underline;
	color: #41a0ff;
}

a.button {
    background: transparent url('/media/images/button.png') repeat-x scroll top left; 
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	margin-left: 19px;
	margin-bottom: 25px;
	text-decoration: none;
	color: #666666;
	text-indent: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #FFF;
}
a.button span {
	background: transparent url('/media/images/button.png') no-repeat 100% -28px; 
	display: block;
	line-height: 28px;
	padding-right: 15px;
} 
a.button:hover  {
	background-position: left -56px;
}
a.button:hover span {
	background-position: 100% -84px;
}




p {
	line-height: 1.1em;
}	

#intro {
    font-size: 140%;
    line-height: 32px;
    color: #333;
}

#intro .hilight {
    color: #000;
}

#intro .hilight em {
    font-style: italic;
}



#share {
    color: #073f4a;
    font-size: 180%;
    padding-bottom: 10px;
}

#like table td {
    vertical-align: top;
    padding: 0 25px;
}

#footer {
    margin-top: 65px;
    color: #444;
}
