/* 
Theme Name: Nuclear Power Institute
Theme URL: http://npi.tamu.edu
Description: Nuclear Power Institute theme. Custom :P
Author: Texas Transportation Institute (Jared Atchison)
Author URI: http://tti.tamu.edu/groups/program.htm?p_org_code=KDV
Version: 1.0
Tags: awesome

*/

@import "css/reset.css";

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #333;
	background: #fff;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
	border-top: 1px solid #DDE3E8;
	min-height: 350px;
}

.home #container {
	border-top: none;
	padding-top: 0px;
}


.home #content span.vvqbox {
	display: block;
	float: right;
	margin: 0 0 15px 15px;
}


#content span.vvqyoutube { 
	display: block;
	float: left;
	padding-bottom: 20px;
}

/* @group Util Nav */
/*----- Util Nav
------------------------------------------------------------*/
#utilnav-wrapper {
	background: #1f2733;
}

#utilnav{
	width: 940px;
	margin:  0 auto;
	padding:	5px 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	text-align: right;
	color: #fff;
}

#utilnav li {
	display: block;
	float: right;
	list-style: none;
	font-size: 1.2em;
	text-transform: uppercase;
}

#utilnav a, #utilnav a:visited {
	color: #fff;
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px 5px;
}

#utilnav a:hover{
	background: #55758a;
}
/* @end */



/* @group Header */
/*----- Left Column
------------------------------------------------------------*/
#header-wrapper {
	background: #dae7ef url(images/background-header.jpg) center no-repeat;
	border-bottom: 1px solid #dde3e8;
}

#header {
	width: 940px;
	height: 115px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	width:  550px;
	height: 91px;
	position: absolute;
	top:  10px;
	left:  10px;
	background: url(images/logo-npi.png) no-repeat; 
}

#header h1 a {
	display: block;
	width: 550px;
	height:  91px;
	
}

#header h1 span {
	margin-left: -9999px;
}

#header #searchbox {
	position: absolute;
	top:  30px;
	right: 20px;
	padding: 10px;
	width: 235px;
	background: url(images/background-searchbox.png);
}

#header #searchbox input#text {
	float: left;
	width:  190px;
	border: 1px solid #c8d4db;
	font-size: 1.8em;
	font-style: italic;
	color: #666666;
	padding:  5px;
}

#header #searchbox input#submit {
	float: right;
	margin: 5px 0 0 5px;
}
/* @end */



/* @group Primary Navigation */
/*----- Nav
------------------------------------------------------------*/
#nav {
	width: 940px;
	margin: 0 auto;
}
#nav #primary {
	font-size: 2.2em;
	text-transform: uppercase;
	color: #800000;
	font-family: "Trebuchet MS", verdana, sans-serif;
	float: left;
}

#nav #primary a, #nav #primary a:visited  {
	color: #800000;
	text-decoration: none;
	text-shadow: 0px 1px 1px #cccccc;
}

#nav #primary li.pictures a, #nav #primary li.pictures a:visited  {
	color: #666;
	text-decoration: none;
	text-shadow: 0px 1px 1px #cccccc;
	text-transform: none;
	letter-spacing: normal;
}

#nav #primary li { 
	display: inline;/*
	float: left;
	list-style: none;
	padding:  15px 20px;
	border-right: 1px solid #dde3e8; */
}

#nav #primary li a {
	display: block;
	float: left;
	list-style: none;
	padding:  15px 20px;
	border-left: 1px solid #dde3e8;
}

#nav #primary li a:hover {
	display: block;
	float: left;
	list-style: none;
	background: #800000;
	color: #fff;;
	padding:  15px 20px;
	text-decoration: none;
}

#nav #primary li.pictures a:hover {
	display: block;
	float: left;
	list-style: none;
	background: #666;
	color: #fff;;
	padding:  15px 20px;
	text-decoration: none;
}

#nav #primary .first a {
	border-left: none;
}

#nav #primary .active a {
	border-bottom:1px solid #fff; 
	margin-bottom: -1px;
	border-left: 1px solid #dde3e8;
	background: #fff url(images/background-active.jpg) repeat-x;
}

#nav #social {
	float: right;
	margin:  10px 20px 0 0;
	width: 150px;
}

#nav #social li {
	display: inline;
	margin: 0 10px 0 0;
}

#nav #social li a {
	display: block;
	float: right;
	height: 32px;
	width:32px;
	margin-left: 10px;
	background: url(images/background-socialicons.png);	
}

#nav #social li.facebook a {
	background: url(images/background-socialicons.png) 0 0;	
}

#nav #social li.rss a {
	background: url(images/background-socialicons.png);
	background: url(images/background-socialicons.png) -96px 0;	
}

#nav #social li.flickr a {
	background: url(images/background-socialicons.png) -64px 0;	
}

#nav #social li.twitter a {
	background: url(images/background-socialicons.png) -32px 0;	
}

#nav #social li a span {
	margin-left: -9999px;
}
/* @end */

/* @group Breadcrumbs */
/*----- Breadcrumbs
------------------------------------------------------------*/
.breadcrumb { /*
	background:  #f6f6f6;
	padding: 5px 10px;
	margin-bottom:5px;
	color: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;  */
	font-size:1.2em;
	margin-bottom:15px;
	color: #666;
}

.breadcrumb a, .breadcrumb a:visited {
	color: #666;
}

.breadcrumb a:hover {
	color: #800000;
}
/* @end */


/* @group content */
/*----- CONTENT
------------------------------------------------------------*/
#content {
	float: left;
	display: inline;
	width: 660px;
}
/*
.content a:link, .conimagestent a:visited, .content a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.content a:hover {
	color: #;
	border-bottom: 1px solid #;
} */

.content h1 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	margin-bottom: .8em;
	font-size: 3em;
	color: #000;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	color: #800000;
	text-decoration: none;
}

.content h1 a:hover {
	text-decoration: underline;
}

.content h2 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	margin-bottom: .8em;
	font-size: 2.4em;
	color: #000;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	color: #800000;
	text-decoration: none;
}

.content h2 a:hover {
	text-decoration: underline;
}

.content h2.title {
	margin: 0 0 15px 0;
	font-size: 2.8em;
	color: #000;
	font-family:"Trebuchet MS",verdana,sans-serif;
}

.content h2.title a:link, .content h2.title a:visited, .content h2.title a:active {
	color: #000;
	text-decoration: none;
}

.content h3 {
	font-family:Helvetica, Arial, verdana,sans-serif;
	margin: 0 0 .75em 0;
	line-height: 1.35em;
	padding-top: 15px;
	font-size: 1.6em;
	color: #000;
	text-transform: uppercase;
	font-weight:bold;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #800000;
	text-decoration: none;
}

.content h3 a:hover {
	text-decoration: underline;
}

.content h4 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	margin: 2em 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
}

.content h4 a:link, .content h4 a:visited, .content h4 a:active {
	color: #800000;
	text-decoration: none;
}

.content h4 a:hover {
	text-decoration: underline;
}

.content h5 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	margin: 1.5em 0 0.5em;
	font-size: 1.35em;
	font-weight: bold;
	color: #000;
	
}

.content h5 a:link, .content h5 a:visited, .content h5 a:active {
	color: #800000;
	text-decoration: none;
}

.content h5 a:hover {
	text-decoration: underline;
}

.content h6 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

.content h6 a:link, .content h6 a:visited, .content h6 a:active {
	color: #800000;
	text-decoration: none;
}

.content h6 a:hover {
	text-decoration: underline;
}

.content p, .content address {
	margin-bottom: 1.4em;
	font-size: 1.4em;
	line-height: 1.5em;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active, .content address a:link, .content address a:visited, .content address a:active {
	color: #800000;
	text-decoration: none;
	border-bottom: 1px dotted #800000;
}

.content address {
	font-style: italic;
}

.content p a:hover, .content li a:hover, .content address a:hover {
	color: #800000;
	border-bottom: 1px solid #800000;
}

.content ul {
	margin: 0 0 20px 30px;
}

.content ul ul {
	margin: 5px 0 5px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol ol {
	margin: 5px 0 5px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.5em;
}

.content li li, .content li li li {
	margin-bottom: 5px;
	font-size: 1em;
	line-height: 1.5em;
}

.content blockquote {
	padding: 0 15px;
	font-style: italic;
}
.content pre {
	font-family:"Courier 10 Pitch", Courier, monospace;
	font-size: 1.3em;
}

.content code {
	font-family:Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.3em;
}

img.alignleft {
	padding: 0;
	margin: 0 15px 15px 0;
	display: inline;
}

img.alignright {
	padding: 0;
	margin: 0 0 15px 15px;
	display: inline;
}

img.centered  {
	display: block;
	margin: 0 auto 15px auto;
	padding: 0;
}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background: #F5F5F5;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #E6E6E6;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 5px;
	padding: 0;
	font-size: 1.1em;
	color: #555;
}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
}

.content .postmeta {
	clear: both;
	background: #f1f1f1;;
	padding: 10px;
}

.content .postmeta p {
	margin: 0;
	font-size: 1.2em;
}

/* @end */


/* @group sidebar */
/*----- SIDEBAR
------------------------------------------------------------*/
#sidebar {
	float: right;
	display: inline;
	width: 280px;
	font-size: .95em;
	color: #;
}

.sidebar .subnav {
	background: #DAE7EF;
	padding:  10px 10px 0 10px;
	margin:  0 0 30px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.sidebar .subnav h3 {
	font-size: 2em;
	color: #000;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
	border-bottom: 1px dotted #55758A;
	margin: 0;
	padding:  0 0 5px 0;
}

.sidebar .subnav ul {
	margin: 0;
	padding:  0 0 0 15px;
}

.sidebar .subnav li {
	font-size: 1.4em;
	padding: 8px 0;
	list-style: square;
}
.sidebar .subnav li li {
	font-size: 1em;
	}

.sidebar .subnav a, .sidebar .subnav a:visited {
	color: #000;
	border-bottom: 1px dotted #fff;
}

.sidebar .subnav a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}


.sidebar .latest-posts h3{
	font-size: 1.8em;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.sidebar .latest-posts ul{
	margin:  0 0 0 15px;
}

.sidebar .latest-posts li{
	list-style: square;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 5px 0;
}

.sidebar .latest-posts .date{
	display: block;
	float: right;
	color:  #666;
	padding-left:  15px;
}

.sidebar .latest-posts a, .sidebar .latest-posts a:visited{
	color: #800000;
}

.sidebar .latest-posts a:hover{
	text-decoration: underline;
}



.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h2 {
	margin-bottom: 0;
	font-size: 1.8em;
	color: #;
}

.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h2 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #;
}

.sidebar h3 a:link, .sidebar h3 a:visited, .sidebar h3 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h3 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.4em;
	font-weight: bold;
	color: #;
}

.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h4 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: #;
}

.sidebar h5 a:link, .sidebar h5 a:visited, .sidebar h5 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h5 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #;
}

.sidebar h6 a:link, .sidebar h6 a:visited, .sidebar h6 a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar h6 a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar p, .sidebar blockquote {
	margin-bottom: 1.8em;
	font-size: 1.3em;
	line-height: 1.4em;
}

.sidebar p a:link, .sidebar p a:visited, .sidebar p a:active, .sidebar li a:link, .sidebar li a:visited, .sidebar li a:active {
	color: #;
	text-decoration: none;
	border-bottom: 1px solid #;
}

.sidebar p a:hover, .sidebar li a:hover {
	color: #;
	border-bottom: 1px solid #;
}

.sidebar ul {
	list-style: none;
	margin: 10px;
}

.sidebar ul ul {
	list-style: none;
	margin: 0;
		
}

/* @end */


/* @group comments */
/*----- COMMENTS
------------------------------------------------------------*/
#comments {
	margin: 0 0 20px;
}

#comments .commentlist li.alt {
	background: transparent;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	background: 0;
}

#comments .commentlist h3 {
	margin: 0;
}

#comments .commentlist p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 11px;
	color: #;
}

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

.commentmetadata {
	margin: 0 0 15px;
	display: block;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {
	color: #;
}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	color: #;
	background: transparent;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: -10px 10px 0 0;
	padding: 3px;
	background: #;
	border: 1px solid #;
}

#comments .comment-author {
	font-size: 11px;
	text-transform: lowercase;
	color: #;
}

#comments .comment-author cite {
	font-size: 1.4em;
	color: #;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0 20px;
	padding-bottom: 20px;
}

#commentform label {
	font-size: 12px;
	color: #;
}

#commentform label span {
	font-size: 11px;
	color: #;
}

#commentform input, #commentform textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #;
	border: 1px solid #;
}

#commentform input:focus, #commentform textarea:focus {
	color: #;
	border: 1px solid #;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 200px;
	margin-right: 5px;
}

#commentform textarea {
	width: 590px;
	margin-bottom: 5px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin-top: -25px;
}

#commentform p.subscribe-to-comments input {
	margin-left: 5px;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 5px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #;
	background: #;
	border: 2px solid #;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#commentform #submit:hover {
	color: #;
	background: #;
	cursor: pointer;
}
/* @end */

/* @group Partners */
/*----- Partners & Sponsors
------------------------------------------------------------*/
#partners-wrapper {
	background: #dae7ef;
	text-align: center;
	margin-top: 15px;
	font-family:"Trebuchet MS",verdana,sans-serif;
}

#partners {
	position: relative;
	width: 940px;
	padding: 15px 10px;
	margin: 0 auto;
}

#partners a.title, #partners a:visited.title {
	background: url(images/1a.gif) right center no-repeat;
	font-size: 2em;
	font-weight: bold;
	color: #55758a;
	text-transform: uppercase;
	padding: 10px 24px 10px 15px;
	margin: 0 45px;
	color: #55758a;
	text-decoration: none;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
}

#partners a.expanded, #partners a:visited.expanded {
	background: url(images/2a.gif) right center no-repeat;
	font-size: 2em;
	font-weight: bold;
	color: #55758a;
	text-transform: uppercase;
	padding: 10px 24px 10px 15px;
	margin: 0 45px;
	color: #55758a;
	text-decoration: none;
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1); 
}

#partners a:hover.title {
	background: #55758a url(images/1.gif) right center no-repeat;
	color: #fff;
	text-shadow: 0px 1px 1px #333333;
	filter: dropshadow(color=#333333, offx=0, offy=1); 
}

#partners a:hover.expanded {
	background: #55758a url(images/2.gif) right center no-repeat;
	color: #fff;
	text-shadow: 0px 1px 1px #333333;
	filter: dropshadow(color=#333333, offx=0, offy=1); 
}

#partners .block {
	text-align: left;
	background: #fff;
	padding:  10px 15px;
	margin-top: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	font-family: "Arial", Verdana, sans-serif;
}

#partners .block a, #partners .block a:visited {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#partners .block a:hover {
	border-bottom: 1px solid #666;
}

#partners .block h5 {
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	font-weight: bold;
}

#partners .block ul.partners-list {
	float: left;
	width: 33%;
	list-style: none;
	font-size: 1.3em;
	line-height: 1.8em;
}
/* @end */





/* @group Footer */
/*----- footer
------------------------------------------------------------*/
#footer-wrapper {
	background: #1f2733;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding:  20px 0;
	color:  #fff;
}

#footer p {
	text-align: center;
	font-size: 1.1em;
	margin: 15px 0;
	line-height: 1.5em;
	color: #dae7ef;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline
}

#footer h5 {
	font-size: 1.6em;
	margin:  0 0 10px 0;
	text-transform: uppercase;
	color: #55758a;
	font-family:"Trebuchet MS",verdana,sans-serif;
}

#footer li.block {
	display: block;
	float: left;
	width: 25%;
}

#footer li.block li {
	font-size: 1.4em;
	list-style: none;
	padding: 3px 0;
}
/* @end */


/* @group Homepage specifics */
/*----- Homepage specifics
------------------------------------------------------------*/
.homepage {
	width: 575px !important;
}

.homepage h3 {
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	line-height: 1.35em;
}

.homepage li {
	color: #800000;
	margin-bottom: 3px;
}

#sidebarhome {
	float: right;
	display: inline;
	width: 330px;
	padding: 0;
	margin:  0;
}

#sidebarhome .block {
	border-bottom: 1px solid #DDE3E8;
	padding-bottom:20px;
	margin-bottom: 20px;
}

#sidebarhome li {
	list-style: none;
	padding: 15px 0;
}

#sidebarhome p {
	font-size:1.2em;
	line-height:1.4em;
	margin-bottom:8px;
}

#sidebarhome p.postmeta {
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:0;
	margin-top: 5px;
	padding: 0;
}

.dyk p {
	font-size: 1.5em;
	font-style: italic;
	color:  #777;
}

#sidebarhome a.more {
	font-size: .9em;
	color: #800000 !important;
	text-transform: uppercase;
	text-decoration: underline !important;
}

#sidebarhome a.redundantmore {
	font-size: .8em;
	color: #800000 !important;
}

#sidebarhome h3 {
	font-size: 2.2em;
	font-family:"Trebuchet MS",verdana,sans-serif;
	color: #000;
	text-transform: uppercase;
}

#sidebarhome h4 {
	font-size: 1.6em;
	margin-bottom:8px;
	
	clear: right;
}

#sidebarhome h4 a, #sidebarhome h4 a:visited  {
	text-decoration: none;
	color: #333;
}

#sidebarhome h4 a:hover  {
	text-decoration: underline;
	color: #800000;
}

#sidebarhome p a, #sidebarhome p a:visited  {
	text-decoration: none;
	color: #800000;
}

#sidebarhome p a:hover  {
	text-decoration: underline;
}

#sidebarhome .categories a, #sidebarhome .categories a:visited  {
	/*float: right;
	clear: right;*/
	text-decoration:none;
	font-size: .9em;
	background: #800000;
	color: #fff;
	padding: 2px 4px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	text-shadow: 0px 1px 1px #666666;
	filter: dropshadow(color=#666666, offx=0, offy=1); 
}

#sidebarhome .categories {
	display: block;
	margin-top: 5px;
}

#sidebarhome .categories a:hover {
	text-decoration: none;
	background: #000;
}

#sidebarhome .corner ul {
	margin-left: 16px;
	margin-bottom: 5px;
}

#sidebarhome .corner a, #sidebarhome .corner a:visited {
	color: #333;
	text-decoration: none;
}

#sidebarhome .corner a:hover {
	text-decoration: underline;
}

#sidebarhome .corner li {
	padding: 5px 0 5px 0;
	list-style: square;
	font-size:1.2em;
	line-height:1.4em;
	
}

#wrapper-home {
	width:960px;
	background: url(images/background-wrapper.gif) top center;
	margin: 0 auto;
	padding: 0;
}

/* @end */


/* @group miscellaneous */
/*----- MISC
------------------------------------------------------------*/
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

br.clear { 
	clear:both;
	display:block; 
	height:1px; 
	margin:-1px 0 0 0; 
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("images/icon-feed.png") no-repeat 0 50%;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("images/icon-feed.png") no-repeat 0 50%;
}
/* @end */
