/*  
Theme Name: Fanatic
Description: "TypographyWP" is a premium wordpress theme designed and coded by <a href="http://www.acosmin.com">Alexandru Cosmin</a><br/>
Version: 1.0
Author: Alexandru Cosmin
Author URI: http://www.acosmin.com
Tags: white, light, blue, two-columns, fixed-width, right-sidebar
*/
body, div, dl, dt, dd, #menu ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, #menu ul {
	margin:0;
	padding:0;
}
caption, th {
	text-align:left;
}
img.alignright {
	float:right;
}
img.alignleft {
	float:left;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:4px 0px 4px 8px;
}
a img.alignleft {
	float:left;
	margin:4px 8px 4px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a, a:visited {
	color:#007acc;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #F9F9F9;
	padding-top: 5px;
    overflow:hidden;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.alignright {
	float:right;
	margin:4px 0px 4px 8px;
}
.alignleft {
	float:left;
	margin:4px 8px 4px 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 15px;
	padding: 0 5px !important;
	margin: 0;
	color:#999;
	text-transform:uppercase;
}

.gallery-item dd.gallery-caption {
	text-align:center;
	width:144px;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	margin:0 auto 5px auto;
	text-transform:uppercase;
	padding:6px 8px;
	background:#F5F5F5;
	border:1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.table {
	width: 100%;
	border: none;
	border-top: 1px solid #CCC;
	margin: 0 0 15px 0;
}

tr.header th {
	font-weight: bold;
	background: #fff;
}

tr.header th.center {
	text-align:center;
}

.table th {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #CCC;
}

th.heading {
	background: #EEEEEE;
	border-bottom: 1px solid #CCC;
}

th.heading h1, th.heading h2, th.heading h3, th.heading h4, th.heading h5 {
	margin: 0;
}

.table td {
	padding: 6px 8px;
	vertical-align: middle;
	text-align: left;
}

.row:hover, .desc:hover {
	background: #FCFCFC;
	color: #000;
}

.row td {
	border-bottom: 1px solid #EEE;
}

.row td.center {
	text-align:center;
}

tr.alt {
}

th {
}

th.center {
	text-align: center;
}

td {
}

td.center {
	text-align: center;
}

tr.desc td {
	font-size: 90%;
	color: #333;
	border-bottom: 1px solid #CCC;
	text-align:justify;
}

span.label {
	color: #666;
}

td.spacer {
}

/*-----------------------*/

body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color:#444;
	background: #333;
}
.pattern1 {
	background:url(images/pat/pattern1.jpg) repeat;
}
.pattern2 {
	background:url(images/pat/pattern2.jpg) repeat;
}
.pattern3 {
	background:#F2F2F2 url(images/pat/pattern3.jpg) no-repeat top center;
}
.pattern4 {
	background:#9a9a9a url(images/pat/pattern4.jpg) repeat-x top left;
	;
}
#wrap {
	margin:7px auto;
	background-color:#fff;
	overflow:hidden;
	border:none;
	width:980px;
	padding:0px 10px 0px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#menu {
	width:980px;
	margin:10px auto 0 auto;
	background-color:#F5F5F5;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	height:24px;
}
#menu ul {
	list-style-type: none;
	float: left;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 0px 0px;
	margin: 0;
	border-left:1px solid #ddd;
	width:850px;
}
#menu ul li {
	float: left;
	display: block;
	height:24px;
	padding: 0px;
	margin-right: 0px;
	border-right:1px solid #ddd;
	text-transform:uppercase;
	font-size:10px;
	line-height:14px;
	font-weight:lighter;
	letter-spacing:1px;
}
#menu ul li:hover {
	background-position: left;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
	float: left;
	color: #666;
	text-transform: uppercase;
	display: block;
	height:19px;
	padding:5px 20px 0px 20px;
	margin: 0px;
}
#menu .home, #menu .current_page_item {
	background-color:#fff;
}
#menu .home a:link, #menu .home a:visited, #menu .current_page_item a:link, #menu .current_page_item a:visited {
	background-position: right;
	background-repeat: no-repeat;
	color: #000;
}
#menu ul li a:hover {
	background-position: right;
	background-repeat: no-repeat;
	color: #111;
	height:19px;
	text-decoration: underline;
}
#menu ul li ul {
	width: 180px;
}
#menu .rss {
	list-style:none;
	margin:0px;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	float:right;
	border:none;
	width:120px;
}
#menu .rss li {
	float:right;
	height:24px;
	background-color:#FFFBFA;
	border-left:1px solid #ddd;
	border-right:none;
	padding-left:10px;
}
#menu .rss li:hover {
	background-color:#FFF7F5;
}
#menu .rss li a {
	display: block;
	height:19px;
	padding:5px 20px 0px 20px;
	background-position:left;
	background:url(images/rss.png) no-repeat top left;
}
#menu .rss li a:hover {
	background:url(images/rss.png) no-repeat top left;
	color: #111;
	height:19px;
}
.menunav li:hover ul, ul.menunav li.sfHover ul {
	left:-1px;
	top:25px;
}
.menunav li:hover li ul, .menunav li.sfHover li ul {
	top:-9999px;
}
.menunav li li:hover ul, ul.menunav li li.sfHover ul {
	left:180px;
	top:-1px;
	border-top:1px solid #ddd;
}
.menunav li:hover ul, .menunav li li:hover ul {
	top: -9999px;
}
.menunav li ul {
	position:absolute;
	top:-9999px;
	border-right: 1px solid #ddd
}
.menunav li {
	float:left;
	position:relative;
	border-bottom:1px solid #ddd;
}
.menunav ul li {
	width: 100%;
}
.menunav li li {
	padding: 0px;
	background: url(images/libgt.png) repeat;
	height: auto !important;
}
.menunav li ul {
	z-index:100;
}
.menunav li:hover a:link, .menunav li:hover a:visited {
	color: #111 !important;
	text-decoration: underline;
}
.menunav li li:hover, .menunav li .current_page_item {
	background:url(images/libgth.png) repeat !important;
}
.menunav li li a:link, .menunav li li a:visited {
	padding:5px 20px 5px 20px !important;
	margin: 0px 0px 0px 0px !important;
	height: auto !important;
	background-image: none !important;
	float: left;
}
#header {
	width:950px;
	margin:0 auto 10px auto;
	padding:5px 5px;
	height:95px;
	background:url(images/line.png) repeat-x bottom left;
}
#header .topic {
	width:450px;
	height:90px;
	float:left;
	margin:0;padding:0;
}
#header .ad468 {
	float:right;
	background-color:#F5F5F5;
}
#header .ad468 img {
	border:4px solid #ddd;
	padding:1px;
}
#header h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:lighter;
	letter-spacing:-1px;
	text-transform:lowercase;
}
#header h1 a, #header h1 a:visited {
	text-decoration:none;
	color:#000;
}
#header h1 a:hover {
	text-decoration:underline;
	color:#000;
}
#header h1 span {
	font-style:italic;
	font-weight:bold;
	color:#007acc;
}
#header .description {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:#000;
}
#header .description em {
	font-size:14px;
	font-style:italic;
	color:#666;
}
#header .topic { margin:0px; }
#header .topic .logo { 	
    position:relative;
	width:450px;
	height:90px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	float:left; }

#header .topic .logo span { 	
    position:absolute;
	width:450px;
	height:90px;
	left:0;
	top:0;
	margin:0;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px; }

#container {
	width:960px;
	padding:0px 0px;
	margin:0 auto 10px auto;
	overflow:hidden;
}
#lside {
	float:left;
	width:160px;
	padding:0px 15px 10px 0px;
	margin:0px 10px 10px 0px;
	background:url(images/postbg.png) repeat-y top right;
	overflow:hidden;
	font-size:12px;
}
#lside .adsideleft {
	width:160px;
	overflow:hidden;
}
#lside img {
	margin:0px 0px 10px 0px;
}
#lside a, #lside a:visited {
	color:#007acc;
	text-decoration:none;
}
#lside a:hover {
	color:#333;
	text-decoration:underline;
}
#lside h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	padding:0px 0px 5px 0px;
	font-weight:lighter;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #ddd;
}
#lside ul {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #ddd;
}
#lside ul a, #lside ul a:visited {
	padding:0px 0px 0px 16px;
	background:url(images/libg.png) no-repeat top left;
}
#lside ul li {
	font-family:Verdana, Geneva, sans-serif;
	text-transform:capitalize;
	font-size:11px;
	padding:2px 0px 2px 0px;
}
#lside li ul {
	border:none;
	margin:0px;
	padding:0px
}
#lside li li {
	width:96%;
}
#lside li li a, #lside li li a:visited {
	background:url(images/lisubbg.png) no-repeat top left;
}
#lside .ad160, #rside .ad160 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size:10px;
	color:#bdbdbd;
	text-transform:lowercase;
	text-align:right;
	padding:0px 5px 5px 0px;
	background:url(images/adbg.png) repeat-x center left;
}
#lside .ad160 span, #rside .ad160 span {
	background-color:#fff;
	padding:0px 5px;
}
#rside {
	float:left;
	width:300px;
	overflow:hidden;
	color:#444;
	padding:0px 0px 20px 15px;
	margin:0px 0px 10px 10px;
	background:url(images/sidebg.png) repeat-y top left;
	font-size:12px;
}
#rside a, #rside a:visited {
	color:#007acc;
	text-decoration:none;
}
#rside a:hover {
	color:#333;
	text-decoration:underline;
}
#rside h2 {
	text-transform:lowercase;
	padding:0px 0px 5px 5px;
	font-weight:lighter;
	font-size:18px;
	color:#007ACC;
	border-bottom:1px solid #ddd;
	display:none;
}
#rside ul {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #ddd;
}
#rside ul li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	line-height:16px;
	word-spacing:1px;
	padding:2px 0px 2px 18px;
	margin:2px 0px 2px 0px;
	background:transparent url(images/libg300.png) no-repeat top left;
}
#rside ul li.mostcom {
	background:url(images/limostcom.png) no-repeat top left;
}
#rside ul li.com {
	background:url(images/licom.png) no-repeat top left;
	text-transform: none;
}
#rside img {
	margin:0px 0px 10px 0px;
}
#rside .image {
	min-height:180px;
	padding:5px;
	border:1px solid #ddd;
	margin:0 0 10px 0;
	background-color:#F5F5F5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#rside .image img {
	border:1px solid #ddd;
	margin:0;
}
#rside .caption {
	width:280px;
	text-align:justify;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-transform:uppercase;
	padding:0 4px;
	margin-top:5px;
}
#rside .caption .zoom {
	float:right;
}
#rside .caption .zoom img {
	margin:0;
	padding:0;
	border:0;
}
#rside .welcome {
	width:281px;
	text-align:justify;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	margin-bottom:8px;
	text-transform:uppercase;
	padding:6px 8px;
	background:#F5F5F5;
	border:1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#tabs_container {
	width: 300px;
	overflow:hidden;
}
#tabs_container ol.idTabs {
	list-style:none;
	width:298px;
	height:24px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#tabs_container ol.idTabs li {
	float:left;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	width:98px;
	text-align:center;
	background:none;
	display:inline;
	text-transform:uppercase;
	font-size:10px;
	line-height:14px;
	margin:0px;
	letter-spacing:1px;
	padding:5px 0px;
	border-right:1px solid #ddd;
	height:19px;
}
#tabs_container a:hover {
	text-decoration:none;
}
#tabs_container ol.idTabs li a.selected {
	font-weight:bold;
}
#tabs_container ol.idTabs li.recent {
	background:url(images/recent.png) no-repeat top right;
	border-right:none;
}
#tabs_container .thumbnails {
	padding:10px 0px 5px 0px;
	text-align:center;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}
#tabs_container .thumbnails img {
	padding:4px;
	border:1px solid #ddd;
	margin:0;
	background-color:#F5F5F5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#rside .textwidget {
	width:286px;
	padding:10px 7px 0px 7px;
	border:none;
	overflow:hidden;
	text-align:justify;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}
#rside .wp-tag-cloud {
	list-style:none;
	width:280px;
	padding:10px 7px 0px 7px;
	border:none;
	overflow:hidden;
	text-align:justify;
}
#rside ul.wp-tag-cloud li {
	text-transform:lowercase;
}
#rside .tweets {
	width:300px;
}
#rside .tweets ul {
	list-style:none;
}
#rside .tweets ul li {
	width:263px;
	color:#666;
	background:none;
	padding:5px 5px 5px 30px;
	border:1px solid #eee;
	background:#F9F9F9 url(images/tweet.png) no-repeat top left;
	overflow:hidden;
}
#rside .tweets ul li.aktt_more_updates {
	text-transform:uppercase;
	font-size:10px;
	background:none;
	padding:5px 0px;
	border:none;
	text-align:right;
	width:298px;
}
#rside .tweets ul li.aktt_more_updates:hover {
	font-size:10px;
	background:none;
	padding:5px 0px;
	border:none;
	margin:0;
	width:298px;
}
#rside .tweets ul li:hover {
	color:#333;
	background:#F9F9F9 url(images/tweeth.png) no-repeat top left;
	border:1px solid #ddd
}
#rside .tweets ul li .theday {
	float:right;
	clear:both;
	font-size:10px;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#tab1, #tab2 {
	width:300px;
	font-size:12px;
}
#rside .widget_links ul {
    list-style:none;
    margin:0 0 5px 0px;
}
#rside .widget_links ul li {
    list-style:none;
	float: left;
	background:none;
	padding:0px 2px;
	margin:1px 0px 0px 0px;
}
#rside .widget_links ul li img {
	padding:4px;
	border:1px solid #ddd;
	margin: 0;
	background-color:#F5F5F5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#rside .widget_links ul:after {
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	width: 0;
}
#rside .wp-tag-cloud li {
	display:inline;
	background:none;
	padding:0px 3px 0px 3px;
	margin:0px;
}
#wp-calendar {
	margin:10px 0px 10px 0px;
}
#wp-calendar td {
	width:32px;
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	color:#666;
}
#wp-calendar th {
	text-align:center;
	padding:5px;
	border:1px solid #ddd;
	background:url(images/calbg.png) repeat-x top left;
}
#wp-calendar caption {
	padding:10px;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:2px;
	display:none;
}
#prev, #next {
	font-size:11px;
	text-align:center;
}
#today {
	background:url(images/caltoday.png) repeat-x bottom left;
	font-weight:bold;
	font-size:14px;
}
#rside .searchbox {
	width:300px;
	padding:5px 0px 10px 0px;
	margin:0px 0px 5px 0px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#rside .searchbox .searchformtop {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	border:none;
	background: url(images/searchformtop.png) no-repeat top right;
	overflow:hidden;
	color:#999;
	margin:0px;
	float:left;
	width:227px;
	height:22px;
	padding:6px 5px 0px 5px;
}
#rside .searchbox input.gosearch {
	width: 63px;
	height: 28px;
	background:url(images/searchbutton.png) no-repeat;
	margin:0px;
	float:left;
}
#rside .searchbox input.gosearch:hover {
	background:url(images/searchbuttonh.png) no-repeat;
}
#rside .adsideright {
	overflow:hidden;
	float:right;
	width:300px;
}
#posts {
	width:635px;
	float:left;
	overflow:hidden;
	font-size:12px;
}
#posts ul.subs {
	list-style:none;
	height:24px;
	margin:0 2px 5px 2px;
	padding:0px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
#posts ul.subs li {
	float:left;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	text-align:center;
	background:none;
	display:inline;
	text-transform:uppercase;
	font-size:10px;
	line-height:14px;
	margin:0px;
	letter-spacing:1px;
	padding:5px 10px;
	border-right:1px solid #ddd;
	height:19px;
}
#posts ul.subs li.current_page_item {
	font-weight:bold;
}
#posts ul.subs li.parent {
	background:url(images/parent.png) no-repeat top right;
	border-right:none;
	padding:5px 15px 5px 10px;
}
#posts .post {
	width:635px;
	overflow:hidden;
	margin:0px 0px 15px 0px;
	text-align:justify;
}
#posts .post .pinfo {
	list-style:none;
	width:635px;
	height:48px;
	background:url(images/postinfo.png) no-repeat;
	padding:0px;
	margin:0px 0px 5px 0px;
}
#posts .post .pageinfo {
	list-style:none;
	width:635px;
	height:48px;
	background:url(images/pageinfo.png) no-repeat;
	padding:0px;
	margin:0px 0px 5px 0px;
}
#posts .post .pinfo li, #posts .post .pageinfo li {
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
}
#posts .post .pinfo li.lileft {
	width:48px;
	height:43px;
	padding:7px 0px 0px 0px;
	text-align:center;
}
#posts .post .pinfo li.liright {
	width:566px;
	height:48px;
	padding:0px 10px 0px 10px;
	position:relative;
	display:table;
}
#posts .post .pageinfo li {
	width:600px;
	height:48px;
	padding:0px 8px 0px 16px;
	position:relative;
	display:table;
}
#posts .post .pinfo li.lileft span {
	font-size:26px;
	font-weight:lighter;
	line-height:16px;
	padding:0px;
	margin:0px;
}
#posts .post .pinfo li.lileft span em {
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	font-size:12px;
	color:#bbb;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-style:normal;
}
#posts .post .pinfo li.liright div, #posts .post .pageinfo li div {
	display:table-cell;
	vertical-align:middle;
	position:static;
	height:48px;
}
#posts .post .pinfo li.liright div div, #posts .post .pageinfo li div div {
	position:relative;
	top:-50%;
}
#posts .post .pinfo li.liright h1, #posts .post .pageinfo li h1 {
	font-size:22px;
	font-weight:lighter;
	text-transform:capitalize;
}
#posts .post .pinfo li.liright h1 a, #posts .post .pinfo li.liright h1 a:visited, #posts .post .pageinfo li.liright h1 a, #posts .post .pageinfo li.liright h1 a:visited {
	color:#007acc;
	text-decoration:none;
}
#posts .post .pinfo li.liright h1 a:hover, #posts .post .pageinfo li.liright h1 a:hover {
	color:#333;
	text-decoration:underline;
}
#posts .post .adsense_ad { float:right; border-left:1px solid #f5f5f5; padding-left:10px; margin:0px 0px 10px 10px; overflow:hidden; width:300px; }
#posts .post .postcontent {
	font-size:12px;
	padding:5px;
	margin:0px 0px 0px 0px;
}
#posts .post .postcontent a, #posts .post .postcontent a:visited {
	color:#007acc;
	text-decoration:none;
}
#posts .post .postcontent a:hover {
	color:#333;
	text-decoration:underline;
}
#posts .post .postcontent strong {
	font-weight:bold;
}
#posts .post .postcontent p {
	line-height:18px;
	word-spacing:1px;
	padding:0 2px;
	margin-bottom:10px;
}

#posts .post .postcontent img {
	padding:5px;
	border:1px solid #ddd;
	margin:4px 8px;
	background-color:#F5F5F5;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#posts .post .postcontent img.alignleft {
	margin:4px 8px 4px 0;
}

#posts .post .postcontent img.alignright {
	margin:4px 0px 4px 8px;
}

#posts .post .postcontent img.hide {
	display:none;
	padding:0;
	border:0;
	margin:0;
	background-color:none;
}

#posts .post .postcontent .wp-caption img { border:1px solid #ddd; padding:0; margin:0 0 5px 0; }

#posts .post .postcontent .wp-caption p { margin:0 0 5px 0; }

#posts .post .postcontent .wp-caption .alignright {
	float:right;
}
#posts .post .postcontent .wp-caption .alignleft {
	float:left;
}
#posts .post .postcontent .wp-caption .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#posts .post .postcontent .gallery {
	margin-bottom:10px;
}

#posts .post .postcontent ul {
	margin:5px 0px;
	width:625px;
	padding:0px;
	color:#666;
}
#posts .post .postcontent blockquote {
	margin:10px auto;
	width:90%;
	padding:15px 15px 5px 10px;
    border: none;
    border-left: 6px solid #666;
	background-color:#F2F2F2;
}
#posts .post .postcontent blockquote h1, #posts .post .postcontent blockquote h2, #posts .post .postcontent blockquote h3, #posts .post .postcontent blockquote h4 {
	margin-bottom:10px;
}
#posts .post .postcontent blockquote p {
	color:#666;
}
#posts .post .postcontent blockquote img {
	background-color:#F9F9F9;
}
#posts .post .postcontent blockquote span.desc {
	color:#444;
}
#posts .post .postcontent blockquote.cq {
/* box */
	display: block;
	border: none !important;
	background: transparent none;
	vertical-align: middle;
/* positioning */
	width: 95% !important;
	padding:5px 15px !important;
	margin: 0 !important;
/* typography */
	color: #444;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	word-spacing: normal;
}
#posts .post .postcontent blockquote.cq  p {
	margin-bottom: 0 !important;
}
#posts .post .postcontent blockquote.cq span {
	display: block;
	border: 2px solid #666;
	border-width: 3px 0;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	padding: 12px !important;
	background-color:#F7F7F7;
	margin: 0 !important;
}
#posts .post .postcontent .thumbnails {
	margin:10px auto;
	text-align:center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	background-color:#F7F7F7;
	padding-top:8px;
	padding-bottom:8px;
}
#posts .post .postcontent .thumbnails img {
	background-color:#F9F9F9;
	margin:4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#posts .post .postcontent .thumbnails_search {
	margin:10px auto;
	text-align:center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	background-color:#F7F7F7;
	padding-top:8px;
	padding-bottom:8px;
}
#posts .post .postcontent .thumbnails_search td {
	padding:2px;
}
#posts .post .postcontent .thumbnails_search img {
	background-color:#F9F9F9;
	margin:4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#posts .post .postcontent .box {
	margin:5px auto 10px auto;
	padding:10px 10px 5px 10px;
	text-align:justify;
	background:#F7F7F7;
	border:1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
#posts .post .postcontent .box blockquote {
	margin:10px auto;
	width:90%;
	padding:15px 15px 5px 15px;
    border: none;
    border-left: 6px solid #999;
	background-color:#E9E9E9;
}
#posts .post .postcontent .box img {
	background-color:#F9F9F9;
}
#posts .post .postcontent ul li {
	padding:2px 0px 5px 18px;
	margin:0px;
	background:transparent url(images/libg300.png) no-repeat top left;
	list-style-type:none;
}
#posts .post .postcontent ol {
	margin:5px 0px;
	width:440px;
	padding:0px;
	color:#666;
}
#posts .post .postcontent ol li {
	padding:5px 0px 5px 14px;
	margin:0px;
	background:url(images/disc.png) no-repeat top left;
}
#posts .post .postcontent img.wp-smiley {
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}
#posts .post .postcontent h1 {
	font-size:22px;
}
#posts .post .postcontent h2 {
	font-size:20px;
}
#posts .post .postcontent h3 {
	font-size:18px;
}
#posts .post .postcontent h4 {
	font-size:16px;
}
#posts .post .postcontent h1, #posts .post .postcontent h2, #posts .post .postcontent h3, #posts .post .postcontent h4 {
	font-weight:lighter;
	margin-bottom:10px;
	padding:0 2px 5px 2px;
	border-bottom:1px dotted #ccc;
}
#posts .post .postcontent .note
{
}
#posts .post .postcontent a#film {
	padding-bottom:2px;
	padding-left:22px;
	padding-top:2px;
	background:transparent;
	background: url(images/icons/film.png) no-repeat scroll left center;
}
#posts .post .postcontent a#photos {
	padding-bottom:2px;
	padding-left:22px;
	padding-top:2px;
	background:transparent;
	background: url(images/icons/pictures.png) no-repeat scroll left center;
}
#posts .post .sexy-bookmarks {
	margin:0;
}
#posts .post .postcontent .readmore {
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline;
	float:right;
	background:url(images/readmore.png) no-repeat;
	width:67px;
	height:18px;
	text-align:left;
	padding:3px 0px 0px 24px;
	margin-left:10px;
}
#posts .post .postcontent .postcom {
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline;
	float:right;
	background:url(images/postcomments.png) no-repeat;
	width:67px;
	height:18px;
	text-align:left;
	padding:1px 0px 2px 24px;
	margin-left:10px;
}
#posts .post .postcontent .tweetmeme_button {
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline;
	float:right;
	width:67px;
	height:18px;
	padding:2px 0px 0px 24px;
}
#posts .post .postcontent .icons {
	text-align: center;
}
#posts .post .powered {
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	margin:5px;
	text-transform:uppercase;
	padding:2px 0;
	background:#F5F5F5;
	border:1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}
#singleinfo {
	width:612px;
	min-height:64px;
	background:url(images/singleinfo.png) repeat-x top left;
	border:1px solid #ddd;
	margin:0px 5px 0px 5px;
	padding:10px 5px 5px 5px;
}
#singleinfo .tweetmeme_button {
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline;
	float:left;
	width:67px;
	height:18px;
	padding:0px 0px 0px 10px;
}
#singleinfo .info {
	display:inline;
	float:left;
}
#singleinfo ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#singleinfo ul li {
	list-style-image:none;
	display:block;
	padding:3px 0px;
}
#singleinfo ul li.tags, #singleinfo ul li.categorie, #singleinfo ul li.source, #singleinfo ul li.update {
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px;
}
#singleinfo ul li.rss {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#666;
	text-align:center;
	border-top:1px solid #ddd;
}
#singleinfo ul li.categorie a.post-edit-link, #singleinfo ul li.update a.post-edit-link {
	padding-bottom:2px;
	padding-left:22px;
	padding-top:2px;
	background:transparent;
	background: url(images/icons/pencil.png) no-repeat scroll left center;
}
#singleinfo .social {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
} 

#singleinfo .social ul {
	list-style:none;
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:1px; }

#singleinfo .social ul li { display:inline;  padding:4px 6px; margin:0; background:none; }

#breadcrumb {
	text-align:justify;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	margin-top:8px;
	text-transform:uppercase;
	padding:6px 8px;
	background:#F5F5F5;
	color:#666666;
	border:1px solid #ddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#navigation {
	width:625px;
	height:16px;
	clear:both;
	background: url(images/navback.png) no-repeat top left;
	margin:0px 0px 20px 0px;
	font-size:10px;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #EEE;
	letter-spacing:2px;
	border-top:1px solid #EEE;
	text-transform:uppercase;
	padding:5px;
}
#navigation .next {
	float:left;
}
#navigation .prev {
	float:right;
}
#comments {
	width:635px;
	overflow:hidden;
	padding:0px;
}
#comments h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:lighter;
}
#listcomments {
	width:635px;
	list-style:none;
	padding:0px;
	margin:10px 0px 0px 0px;
	overflow:hidden;
}
#listcomments li {
	width:95%;
	margin:0px auto 20px auto;
	border:1px solid #ddd;
	border-top:4px solid #ddd;
	padding:10px;
	overflow:hidden;
}
#listcomments li .moder {
	color:#C03
}
.vcard {
	overflow:hidden;
}
.vcard img {
	float:left;
	padding:3px;
	margin:0px 10px 4px 0px;
	border:1px solid #ddd;
	background-color:#e9e9e9;
}
.says {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
.commentmetadata {
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.comtext {
	font-size:11px;
	border-top:1px solid #ddd;
	overflow:hidden;
	margin-top:5px;
	padding-top:5px;
}
.comtext p {
	line-height:16px;
	word-spacing:1px;
}
.comtext img {
	border:none;
	padding:0;
	margin:0;
}
.reply, .cancel {
	width:95%;
	margin-bottom:10px;
	overflow:hidden;
}
.reply a, .reply a:visited, .cancel a, .cancel a:visited {
	width:55px;
	height:18px;
	background:url(images/reply.png) no-repeat;
	float:right;
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:10px;
	padding:3px 0px 0px 25px;
	color:#999999;
	text-decoration:none;
}
.reply a:hover, .cancel a:hover {
	text-decoration:none;
	color:#666
}
.cancel a, .cancel a:visited {
	background:url(images/close.png) no-repeat;
}
.children {
	padding:0px;
}
#respond {
	border:1px solid #ddd;
	width:95%;
	padding:10px;
	margin:10px 0px 10px 0px;
	overflow:hidden;
}
#respond small {
	font-family:"Gill Sans MT", Georgia, Verdana, Times, serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#respond input {
	width:70%;
	border:3px solid #ddd;
	padding:2px 2px 2px 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	margin-top:5px;
	margin-bottom:5px;
	color:#A9A9A9;
}
#respond textarea {
	width:90%;
	border:3px solid #ddd;
	padding:2px 2px 2px 2px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color:#8F8F8F;
}
#respond input.submitcom {
	width: 171px;
	height: 30px;
	background: url(images/submitc.png) no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
}
#respond input.submitcom:hover {
	background: url(images/submitc.png) no-repeat 0 -30px;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:none;
}
#footerboxes {
	width:960px;
	margin:0px auto 0px auto;
	padding:10px 10px 10px 10px;
	overflow:hidden;
	border-top:3px solid #ddd;
	font-size:12px;
}
#footerboxes .box1, #footerboxes .box2, #footerboxes .box3 {
	width:288px;
	padding:0px 10px 0px 10px;
	float:left;
	overflow:hidden;
}
#footerboxes .box1, #footerboxes .box2 {
	margin-right:15px;
}
#footerboxes .box2 img {
	float:left;
	margin:10px 5px 5px 5px;
	padding:4px;
	background-color:#F5F5F5;
	border:1px solid #ddd;
}
#footerboxes p {
	line-height:17px;
	word-spacing:1px;
	margin-bottom:5px;
	margin-top:10px;
}
#footerboxes h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	padding:5px 0px 5px 0px;
	font-weight:lighter;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #ddd;
	display:none;
}
#footerboxes #calendar-2 {
	background: #fff url(images/rside-calendar.png) no-repeat top center;
	padding-top:30px;
}
#footerboxes #execphp-9 {
	background: #fff url(images/rside-archives.png) no-repeat top center;
	padding-top:30px;
}
#footerboxes .box3 {
	background: #fff url(images/rside-popular.png) no-repeat top center;
	padding-top:30px;
}
#footerboxes a, #footerboxes a:visited {
	color:#007acc;
	text-decoration:none;
}
#footerboxes a:hover {
	color:#333;
	text-decoration:underline;
}
#footerboxes ul {
	list-style:none;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 0px;
}
#footerboxes ul li {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	line-height:16px;
	word-spacing:1px;
	padding:2px 0px 2px 18px;
	margin:2px 0px 2px 0px;
	background:transparent url(images/libg300.png) no-repeat top left;
}
#footerboxes .arhives {
	width:300px;
	overflow:hidden;
}
#footerboxes .arhives li {
	display:inline;
	float:left;
	width:130px;
	background:url(images/liarc300.png) no-repeat top left;
}
#footerboxes ul li.mostcom {
	background:url(images/limostcom.png) no-repeat top left;
	padding:2px 0px 4px 18px;
}
#footerboxes ul li.com {
	background:url(images/licom.png) no-repeat top left;
	text-transform:lowercase;
}
#footerboxes img {
	margin:0px 0px 10px 0px;
}
#footer {
	background:url(images/lineb.png) repeat-x top left;
	width:940px;
	margin:0px auto 0px auto;
	padding:10px 20px;
	overflow:hidden;
}
#footer .fleft {
	float:left;
	width:700px;
	overflow:hidden;
}
#footer .fright {
	float:right;
	width:200px;
	text-align:center;
}
#footer h1 {
	font-weight:lighter;
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:10px;
	text-transform:uppercase;
	margin:5px 0 0 0;
}
#footer p, #footer .fright {
	font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:10px;
	text-transform:uppercase;
	margin:0;
}
#footer .fright .logo {
	position:relative;
	width:168px;
	height:30px;
	padding:0px;
	margin:0px auto;
	;
	overflow:hidden;
}
#footer .fright .logo span {
	position:absolute;
	width:168px;
	height:30px;
	left:0;
	top:0;
	margin:0;
	background:url(images/footerlogo.png) no-repeat;
	text-indent:-9999px;
}
#footer .fright .logo span:hover {
	background:url(images/footerlogoh.png) no-repeat;
}
#footer p a, #footer p a:visited, #footer .fright a, #footer .fright a:visited {
	text-decoration:none;
	color:#666;
}
#footer p a:hover, #footer .fright a:hover {
	text-decoration:underline;
	color:#666;
}

/*** Widget Image Headers ***/

#rside #linkcat-37 {
	background: #fff url(images/rside-elite.png) no-repeat top center;
	padding-top:30px;
}
#rside #execphp-6 {
	background: #fff url(images/rside-projects.png) no-repeat top center;
	padding-top:30px;
	margin-top:10px;
}
#rside #execphp-7 {
	background: #fff url(images/rside-tweet.png) no-repeat top center;
	padding-top:30px;
	margin-top:10px;
}
#rside #linkcat-38 {
	background: #fff url(images/rside-top.png) no-repeat top center;
	padding-top:30px;
	margin-top:10px;
}
#rside #execphp-8 {
	background: #fff url(images/rside-images.png) no-repeat top center;
	padding-top:30px;
	margin-top:10px;
}
#rside #gigpress-2 {
	background: #fff url(images/rside-gigs.png) no-repeat top center;
	padding-top:30px;
	margin-top:10px;
}
#rside #wplistcal {
	background: #fff url(images/rside-diary.png) no-repeat top center;
	padding-top:30px;
	margin-top:10px;
}
#rside .wp-polls {
	background: #fff url(images/rside-poll.png) no-repeat top center;
	padding-top:35px;
	margin-top:10px;
}
#rside #wp-united-latest-phpbb-posts {
	background: #fff url(images/rside-topics.png) no-repeat top center;
	padding-top:30px;
	margin-top:10px;
}
#rside #tag_cloud-3 {
	background: #fff url(images/rside-cloud.png) no-repeat top center;
	padding:37px 7px 8px 7px;
	margin-top:10px;
	width:280px;
	border:none;
	overflow:hidden;
	text-align:justify;
	text-transform:lowercase;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
	line-height:16px;
}
#rside #tag_cloud-3 a {
	padding:0px 3px 0px 3px;
	margin:0px;
}
#rside #execphp-5 {
	background: #fff url(images/rside-siteinfo.png) no-repeat top center;
	padding-top:30px;
	margin-top:10px;
}

/*** GigPress Styles ***/

#posts .post .postcontent th.gigpress-heading h4 {
	font-weight:lighter;
	margin-bottom:0px;
	padding:0 2px;
	border-bottom:0px;
}

tbody.vevent tr.hidden {
	display: none;
}

tr.divider.gigpress-row td {
	border-top:1px solid #CCCCCC !important;
}

th.gigpress-add, td.gigpress-links-cell {
	width:2%;
	text-align:center !important;
	vertical-align:middle !important;
}

th.gigpress-country {
	width:3%;
	text-align:center !important;
}

td.gigpress-country {
	text-align:center !important;
	vertical-align:middle !important;
	text-transform:lowercase;
}

th.gigpress-date {
	width:12%;
}

th.gigpress-city {
	width:18%;
}

div.gigpress-calendar-links { /* To reverse the links panel */
	display: none;
	position: absolute;
	left: -190px !important;
	top: -2em !important;
	width: 15em !important;
	padding-right: 7px !important;
	padding-left: 0 !important;
	background: transparent url(http://www.dougie-poynter.com/news/wp-content/plugins/gigpress/images/calendar-links-bg-left.png) no-repeat right center !important;
}

.gigpress-calendar-links-inner { /* To reverse the links panel */
	background-color: #F3F3F3;
	padding: 6px 8px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #CCC;
	border-width: 1px 0 1px 1px !important;
}

/*** Plugin Styles ***/

#quick { width:150px;height:90px;margin:0;padding:0;float:left;}

#quotes { position:relative;width:350px;height:90px;margin:0;padding:0;float:left;}

#quotes img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	padding:0;
	margin:0;
	border:0;
}

#quotes img.active {
    z-index:10;
    opacity:1.0;
}

#quotes img.last-active {
    z-index:9;
}

#rside #slideshow {
	position: relative;
	height: 190px;
	margin-bottom:10px;
}

#rside #slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	padding:5px;
	border:1px solid #ddd;
	margin:0 0 10px 0;
	background-color:#F5F5F5;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#rside #slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#rside #slideshow img.last-active {
    z-index:9;
}

#rside #linkcat-37 ul {
	padding-left:2px;
}

#rside #gigpress-2 p {
	padding: 10px 7px 0;
}

#rside #wplistcal p {
	padding: 10px 7px 0;
}

#posts .postcontent .mapp-div {
	margin-bottom:10px;
}

#posts .postcontent .mapp-div img {
	background:none;
}

#posts .postcontent .mapp-poweredby {
	display:none;
}

#rside .latestimages {
	padding:7px 0;
	margin-bottom:5px;
	border-bottom:1px solid #ddd;
}
#rside .latestimages table {
	margin-left:2px;
}
#rside .latestimages img {
	padding: 4px;
	margin: 2px;
	background-color:#F5F5F5;
	border:1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#posts .postcontent .box td.lifestream_icon img, #posts .postcontent #stl-mytimeline img {
	padding:0;
	margin:0 4px;
	background:none;
	border:none;
}

#posts .postcontent img.wp_clap_img {
	float:left;
	width: 83px;
	height: 21px;
	background: url(images/attendbutton.png) no-repeat;
	margin:0px 0px 5px 0px;
	padding:0px;
	border:none;
}

#posts .postcontent img.wp_clap_img:hover {
	background: url(images/attendbuttonh.png) no-repeat;
	margin:0px 0px 5px 0px;
	padding:0px;
	border:none;
}

#posts .postcontent .wp_clap_notice {
	float:left;
	padding:0 0 0 10px;
	margin:2px 0 5px 0;
}

#posts .postcontent .wp_clap_clappers {
	float:none;
	clear:both;
}

#posts .postcontent .wp_clap_clappers span.wp_clap_avatar img {
	margin:4px;
}

#posts .post .postcontent th.disc-heading {
	background: #EEEEEE;
	border-bottom: 1px solid #CCC;
}

#posts .post .postcontent th.disc-heading h4 {
	font-weight:lighter;
	margin-bottom:0;
	padding:0 2px;
	border-bottom:0px;
}

.projects {
	width:295px;
	padding:2px 0 10px 0;
	border:none;
	overflow:hidden;
	text-align:justify;
	border-bottom:1px solid #ddd;
	margin-left:2px;
	margin-bottom:5px;
}
#project {
	padding:5px 0;
}
#project .thumb { float:left;}
#project .thumb img {
	padding:4px;
	border:1px solid #ddd;
	margin:0;
	background-color:#F5F5F5;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#project .text {float:left; width:205px; margin-left:5px; }
#project .name {text-align: justify;	font-size:14px; padding:0 2px 5px 2px;border-bottom:1px dotted #ccc;}
#project .info { font-size:90%; margin:5px 0; width:205px; }
#project .info span.label { color: #89897C; padding-left:2px; }
#project .links { width:203px; text-align:center; font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif;
font-size:10px; margin:7px 0 5px 0; text-transform:uppercase; padding:2px 0; background:#F5F5F5; border:1px solid #ddd;
	  -moz-border-radius: 5px;
	  -khtml-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px; }
#project .links a { float:none; text-align:center; }

#timeline {
    height: 375px;
    margin-top: 10px;
    padding: 20px;
    overflow: auto;
    /*cursor: -moz-grab !important;*/ /* should this be applied with JS? */
    border: 2px solid #D9E4FF;
}

#timeline div, #timeline ul, #timeline li {
    zoom: 1;
}

#timeline ul ul,
#timeline ul ul li {
    zoom: 0;
}

#timeline .tl-events {
    width: 11800px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#timeline .tl-events li {
    float: left;
    width: 300px;
    margin-right: 10px;
}

#timeline .tl-events ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#timeline .tl-events ul li a {
    text-decoration: none;
    color: #000;
    background: #D9E4FF;
    border: 1px solid #D9E4FF;
    -moz-border-radius: 4px;
    display: block;
    margin: 5px 2px;
    padding: 2px;
}

#timeline .tl-events ul li a:hover,
#timeline .tl-events ul li a:focus {
    outline: 0;
    background: #C2CCE4;
    border: 1px solid #B0BACF;
}

#timeline .doodle {
    display: none;
}

#timeline h1 {
    margin: 8px 0;
}

#rside div.pollbar {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
