/*
Theme Name: GameCity
Version: 1.0
Author: 531north
*/

/* static START */
* {
	margin:0;
	padding:0;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
abbr[title], acronym[title] {
	border-bottom:thin solid;
	cursor:help;
}

body {
	background:#4373a4 url(images/bg.jpg) center no-repeat;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a {
	color:#047;
	text-decoration:none;
}
a:hover {
	color:#4a630f;
	text-decoration:none;
}
fieldset, img {
	border:none;
}
hr {
	display:none;
}
.toggle {
	display:none;
}
.white{
	color:#fff;
}
.red{
	color:#e73228;
}
.pink-bold{
	font-weight:bold;
	color:#e6297f;
}
.pink-bold-header{
	font-weight:bold;
	color:#e6297f;
	margin:13px 0px 0px 10px;
	width:200px;
	line-height:125%;
}
/* fixed */
.fixed {
	clear:both;
	margin:0;
	padding:0;
}


/* nav */
#header-container {
	position:relative;
	margin:0 auto;
	clear:both;
	width:970px;
}
#header-logo {
	margin-right:10px;
	width:960px;
	height:112px;
	background:url(images/bg-main-header.png) no-repeat top left;
}
#gamecity-tagline{
	float:left;
	margin:86px 0px 0px 23px;
	font-weight:bold;
	font-size:13pt;
	display:inline;
}
#my-gamecity{
	float:right;
	margin:23px 10px 0px 0px;
	width:334px;
	height:80px;
}
#my-gamecity h1{
	margin:7px 0px 0px 10px;
	padding:0px;
	font-size:15pt;
	color:#e6297f;
}
#my-gamecity p{
	margin:10px 0px 0px 10px;
	width:200px;
}
#my-gamecity a:link, #my-gamecity a:visited{
	font-weight:bold;
	color:#e6297f;
}
#my-gamecity a:hover{
	color:#666666;
}
#root-nav{
	font-size:14px;
	margin:0px 10px 0px 10px;
	height:31px;
	width:950px;
	background: url(images/bg-root-menu.jpg) no-repeat top left;
}
#root-nav a {
	border-bottom:none;
	display:block;
	line-height:30px;
	padding:0 10px;
	color:#FFF;
	font-weight:bold;
}
#root-nav a:hover {
	color:#90c83d;
}
#root-nav ul {
	margin-left:4px;
}
#root-nav li {
	list-style:none;
	float:left;
	position:relative;
	margin-right:5px;
}
#root-nav ul.children, #root-nav ul li ul {
	display:none;
	overflow:hidden;
	z-index:100;
	position:absolute;
	top:30px;
	width:750px;
	margin:0px;
}
#root-nav ul.children li, #root-nav ul li li {
	float:left;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}
#root-nav ul li li a {
	display:inline;
	border:none;
	background:none;
	color:#90c83d;
}
#root-nav ul li li a:hover {
	color:#666666;
}
#root-nav li:hover ul.children, #root-nav li:hover ul {
	display:block;
}

#root-nav-sub-bg{
	margin:0px 10px 0px 10px;
	height:31px;
	width:950px;
	background: url(images/bg-root-menu-sub.gif) no-repeat top left;
}
/* Search */
#search {
	position:absolute;
	background:#565657;
	right:50%;
	margin-right:-464px;
	bottom:33px;
	width:230px;
	height:25px;
	overflow:hidden;
	border:1px solid #999;
}
#search form {
	padding:0;
}
#search input#s {
	width:190px;
	background:transparent;
	border:none;
	color:#ddd;
	padding:6px;
	font-size:12px;
}
#search form input#searchsubmit {
	cursor:pointer;
	position:absolute;
	right:2px;
	top:0;
	width:30px;
	height:26px;
	background:#565657 url('images/search-input-bg.gif') no-repeat right 0;
	border:none;
	border-left:1px solid #999;
}
/* Wrapper */
#wrapper {
	margin:0 auto;
	width:970px;
	background:url(images/bg-background.png) top left no-repeat;
	overflow:auto;
}
#background-repeat {
	margin:0 auto;
	width:970px;
	background: url(images/bg-background-repeat.gif) top left repeat-y;
	overflow:auto;
}
/* Welcome */
#welcome {
	width:280px;
}
#welcome h1 {
	padding:10px 15px 0px 25px;
	color:#e6297f;
}
#welcome h2 {
	font-weight:normal;
	padding:0px 15px 20px 25px;
	font-size:110%;
	line-height:125%;
}
/* Home Projects */
#home-projects {
	width:280px;
	background:url(images/bg-home-events.jpg) top left no-repeat;
	overflow:auto;
}
#home-projects img{
	margin-top:15px;
}

#home-projects h1 {
	padding:10px 15px 5px 25px;
	color:#fff;
	float:left;
	font-size:150%;
}
#home-projects-listing {
	width:245px;
	background:#fff;
	border:1px solid #999999;
	clear:both;
	margin:0px 0px 5px 15px;
	padding-bottom:10px;
}
#home-projects-listing img{
	margin-left:10px;
}
#home-projects h2 {
	color:#fff;
	padding:19px 25px 0px 25px;
	font-size:110%;
	line-height:115%;
	float:right;
}
#home-projects h2 a:link, #home-projects h2 a:visited{
	color:#fff;
}
#home-projects h2 a:hover{
	color:#666666;
}
#home-projects h3 {
	color:#e73228;
	padding:10px 0px 2px 10px;
	font-size:120%;
	line-height:115%;
}
#home-projects h3 a:link, #home-projects h3 a:visited{
	color:#e6297f;
	font-size:125%;
}
#home-projects h3 a:hover{
	color:#666666;
}
#home-projects .post {
	margin:0px 15px 0px 0px;
}
/* Home Events */
#home-events {
	width:280px;
	/*background:url(images/bg-home-events.jpg) top left no-repeat;*/
	overflow:auto;
}
#home-events h1 {
	padding:10px 15px 5px 25px;
	color: #74b11e;
	float:left;
	font-size:150%;
}
#home-event-listing {
	width:243px;
	background:#fff;
	border:1px solid #999999;
	clear:both;
	margin:0px 0px 5px 17px;
}
#home-event-listing img{
	margin-left:10px;
}
#home-events h2 {
	color:#fff;
	padding:19px 25px 0px 25px;
	font-size:110%;
	line-height:115%;
	float:right;
}
#home-events h2 a:link, #home-events h2 a:visited{
	color:#fff;
}
#home-events h2 a:hover{
	color:#666666;
}
#home-events h3.title {
	color:#e73228;
	padding:10px 0px 4px 10px;
	font-size:120%;
	line-height:135%;
	width:200px;
}
#home-events h3 a:link, #home-events h3 a:visited{
	color:#e6297f;
	font-size:125%;
}
#home-events h3 a:hover{
	color:#666666;
}
/* Sponsors */
#sponsors {
	width:760px;
	float:left;
}
#sponsors h1 {
	padding:10px 15px 5px 25px;
	color:#0d6899;
	float:left;
	font-size:100%;
}
#sponsors-listing {
	/*width:600px;*/
	background:#f2f2f2;
	clear:both;
	margin:0px 0px 20px 20px;
	padding:5px 0px 10px 5px;
}
#sponsors-listing img,#sponsors-listing a{
	border:none;
	padding:6px 10px 0px 0px;
}

/* Rss */
#rss {
	position:absolute;
	bottom:-40px;
	right:120px;
}
#rss a {
	background:url("images/icons.gif") no-repeat 0 0;
	display:block;
	width:66px;
	height:20px;
	text-indent:-9999em;
}
#twitter {
	position:absolute;
	bottom:-40px;
	right:95px;
}
#twitter a {
	background:url("images/icons.gif") no-repeat -70px 0;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999em;
}
#facebook {
	position:absolute;
	bottom:-40px;
	right:191px;
}
#facebook a {
	background:url("images/icons.gif") no-repeat -95px 0;
	display:block;
	width:20px;
	height:20px;
	text-indent:-9999em;
}
/* content */
#content {
	overflow:hidden;
	float:right;
	width:680px;
	padding:0;
	margin-right:10px;
	display:inline;
}
.page-title {
	margin:0 0 20px;
	background:#eee;
}
.page-title h1 {
	font-size:18px;
	height:30px;
	line-height:30px;
	padding:5px 10px;
	color:#178dca;
}
.page-background{
	width:665px;
	background:url(images/bg-content.gif) top repeat-x #f0f0f0;	
	margin-top:15px;
}
.page-background p{
	padding:8px 0px 0px 0px;
}
.page-background h2{
	color:#e6297f;
	padding:17px 0px 0px 0px;
}
.page-background h3{
	color:#e6297f;
	padding:17px 0px 0px 0px;
	font-size:120%;
}
.page-background a:link,.page-background a:visited{
	color:#e6297f;
	font-weight:bold;
}

/* Featured */
#featured {
	margin:20px 0px;
}
/* Post */
#post-container{
	width:375px;
	margin-right:15px;
	background:#f0f0f0;
	float:left;
}
#post-container .post img{
	display:none;
}
#post-header{
	background:#d12271 url(images/bg-post-header.gif) top repeat-x ;
	width:375px;
	overflow:auto;
}
#post-header h1 {
	padding:10px 15px 5px 10px;
	color:#fff;
	float:left;
	font-size:150%;
}
#post-header h2 {
	color:#fff;
	padding:13px 10px 0px 25px;
	font-size:110%;
	line-height:115%;
	float:right;
}
#post-header h2 a:link, #post-header h2 a:visited{
	color:#fff;
}
#post-header h2 a:hover{
	color:#666666;
}
.post {
	padding:0px 0px 7px 0px;
	margin:0px 15px 10px 0px;
	clear:both;
}

div.post-single {
	margin:0;
	padding:0;
}
.post h2.title {
	font-size:16px;
	margin:0;
	padding:10px 10px 2px 10px;
}
.post h2.title a {
	color:#0d6899;
}
.post h2.title a:hover {
	color:#666666;
}
.post h2.archive-title {
	font-size:16px;
	margin:0;
	padding:0px 10px 2px 10px;
	display:block;
}
.post h2.archive-title a {
	color:#0d6899;
}
.post h2.archive-title a:hover {
	color:#666666;
}
.post h2.title-single {
	color:#0d6899;
}

.post ul, .post ol {
	margin:10px 30px 10px 30px;
}
.post li {
	line-height:140%;
}
.post hr {
	display:block;
}
.post p {
	line-height:155%;
	margin:0;
}
.page-background .post p {
	padding:8px 0 0 0;
}
.post .entry {
	overflow:hidden;
	padding:5px 10px 0px 10px;
	margin:0px;
}
.page-background .post .entry {
	overflow:hidden;
	padding:5px 10px 25px 10px;
	margin:0px;
}
.post .entry a {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}
.post .entry a:hover {
	color:#4a630f;
	text-decoration:none;
}
.post .entry img {
	background:#fff;
	padding:5px;
	margin-bottom:7px;
}
.post .entry table {
	background:#fff;
	border:1px solid #ccc;
	border-width:2px;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.post .entry th, .post .entry td {
	border:1px solid #ccc;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.post .entry .entry tr.even td {
	background:#f7f7f7;
}
.post .entry th {
	background:#edeff0;
}
.post .entry blockquote {
	color:#555;
	padding:10px;
	margin:0 0 20px;
	border:1px solid #ddd;
	background:#eee;
}
.post .entry code {
	background:#333;
	color:#ddd;
}
.post .entry pre {
	font-size:12px;
	width:95%;
	line-height:16px;
	overflow:auto;
	color:#555;
	background:#fafafa;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:15px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 5px 16px;
	margin:0 0 20px;
}
.post .post-info-top {
	line-height:18px;
	height:18px;

	color:#999;
	margin:0px;
	padding:0px;
	overflow:hidden;
	display:block;
}
.post .post-info-bottom {
	line-height:24px;
	position:relative;
	color:#999;
	margin:0;
	padding:2px 10px;
	overflow:hidden;
	display:block;
}
.post .post-info-top a, .post .post-info-bottom a {
	color:#999;
}
.post .post-info-top a:hover, .post .post-info-bottom a:hover {
	color:#4a630f;
	text-decoration:underline;
}
.post .entry p.read-more a, .post .entry p a.more-link, .post-info-date, .post-info-category, .post-info-tags, #gotocomments, #addcomment {
	display:block;
}
#addcomment, #gotocomments {
	float:right;
	padding:0px 10px 0px 0px;
}
.post-info-date {
	float:left;
	padding-left:10px;
}
.post .entry p.read-more a, .post .entry p a.more-link {
	position:absolute;
	bottom:0;
	left:10px;
	text-decoration:none;
	font-weight:bold;
	color:#4a630f;
	background-position:0 -20px;
}
.post .entry p.read-more a:hover, .post .entry p a:hover.more-link {
	color:#999;
}


.postfirstpost {
	padding:0px 0px 10px 0px;
	margin:0px 0px 5px 0px;
	background: url(images/bg-latest-news.gif) bottom repeat-x;
	clear:both;
}


.postfirstpost h2.title {
	font-size:16px;
	margin:0;
	padding:10px 10px 2px 10px;
}
.postfirstpost h2.title a {
	color:#e6297f;
	font-size:18px;
}
.postfirstpost h2.title a:hover {
	color:#666666;
}
.postfirstpost h2.archive-title {
	font-size:16px;
	margin:0;
	padding:10px 10px 2px 10px;
	display:inline;
}
.postfirstpost h2.archive-title a {
	color:#0d6899;
}
.postfirstpost h2.archive-title a:hover {
	color:#666666;
}
.post h2.title-single {
	color:#0d6899;
}

.postfirstpost ul, .post ol {
	margin:10px 30px 10px 30px;
}
.postfirstpost li {
	line-height:140%;
}
.postfirstpost hr {
	display:block;
}
.postfirstpost p {
	line-height:155%;
	margin:0;
}
.page-background .postfirstpost p {
	padding:8px 0 0 0;
}
.postfirstpost .entry {
	overflow:hidden;
	padding:5px 10px 0px 10px;
	margin:0px;
}
.page-background .postfirstpost .entry {
	overflow:hidden;
	padding:5px 10px 25px 10px;
	margin:0px;
}
.postfirstpost .entry a {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}
.postfirstpost .entry a:hover {
	color:#4a630f;
	text-decoration:none;
}
.postfirstpost .entry img {
	background:#fff;
	padding:5px;
}
.postfirstpost .entry table {
	background:#fff;
	border:1px solid #ccc;
	border-width:2px;
	border-collapse:collapse;
	margin:5px 0 10px;
}
.postfirstpost .entry th, .postfirstpost .entry td {
	border:1px solid #ccc;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.postfirstpost .entry .entry tr.even td {
	background:#f7f7f7;
}
.postfirstpost .entry th {
	background:#edeff0;
}
.postfirstpost .entry blockquote {
	color:#555;
	padding:10px;
	margin:0 0 20px;
	border:1px solid #ddd;
	background:#eee;
}
.postfirstpost .entry code {
	background:#333;
	color:#ddd;
}



.nav_link {
}
.sticky {
	width:638px;
	background:#f2f2f2;
	border:1px solid #ccc;
}
.post h2.sticky-h2 a {
	color:#ff4e00;
}
.post .add-info {
	padding:0 10px;
}
.post .add-info h3 {
	line-height:16px;
	font-size:12px;
	color:#4a630f;
	margin-bottom:5px;
	background:#e5e5e5;
}
.post .add-info ul {
	list-style:square;
}
.post h2.title-single {
	color:#178dca;
	padding:10px 10px 10px 10px;
	font-size:180%;
}


/* Social */
#social-container{
	width:275px;
	background: url(images/bg-social.png);
	float:left;
}
#social-header{
	background:url(images/bg-social-header.png) top repeat-x ;
	width:275px;
	overflow:auto;
}
#social-header h1{
	padding:10px 15px 5px 15px;
	float:left;
	font-size:150%;
	color:#e6297f;
}
#social-header-links{
	padding:10px 10px 5px 5px;
	float:right;
}
#social-header-links img{
	border:none;
	padding:0px 2px;
}
#twitter-home{
	padding:10px 0px 10px 15px;
}
#social-container h2,#social-container h2 a:link,#social-container h2 a:visited{
	color:#047;
	padding-bottom:5px;
	font-size:120%;
}
#social-container h2 a:hover{
	color:#666666;
}
/* Sidebar */
#sidebar-wrapper{
	overflow:hidden;
	float:left;
	width:280px;
	display:inline;
}
#sidebar {
}
#sidebar a {
	color:#555;
}
#sidebar a:hover {
	color:#999;
}

#sidebar li {
	line-height:20px;
}
#sidebar li.widget {
	margin-bottom:10px;
}
#sidebar li.widget div {
	padding:8px 5px;
	border-top:1px solid #ddd;
}
#sidebar li.widget div div {
	padding:0;
	border-top:none;
}
#sidebar li.widget div.fixed {
	padding:0;
	margin:0;
	border:none;
}
#sidebar ul {
	list-style:none;
}
#sidebar ul ul {
	padding:8px 5px;
	border-top:1px solid #ddd;
}
#sidebar ul ul ul {
	padding:0;
	border-top:none;
}
#sidebar ul ul li {
	padding-left:15px;
	background:url("images/icons.gif") no-repeat 0 -280px;
}
#sidebar ul ul li:hover {
	background:url("images/icons.gif") no-repeat -10px -260px;
}
#zbench-cat select, #zbench-archives select {
	background:#fff;
	color:#555;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:260px;
	height:25px;
	line-height:25px;
}
/* WP-RecentComments */
#sidebar ul ul li.rc_item, #sidebar ul ul li#rc_nav {
	background:none;
	padding:0;
	margin:3px 0;
}
#sidebar ul ul li.rc_item div {
	padding:0;
	border:none;
}
#sidebar ul ul li.rc_item .rc_avatar img {
	border:1px solid #ddd;
}
/* Comments */
#comments-div {
	position:relative;
	line-height:24px;
	height:24px;
	text-align:right;
	margin:0 0 30px;
	padding:2px 10px;
}
h2#comments {
	line-height:24px;
	font-size:12px;
	font-weight:normal;
	width:300px;
	float:right;
}
span#comments-addcomment {
	position:absolute;
	left:10px;
	top:2px;
	padding-left:20px;
	background:url("images/icons.gif") no-repeat 0 -115px;
}
span#comments-addcomment a {
	color:#047;
	text-decoration:none;
}
span#comments-addcomment a:hover {
	color:#4a630f;
	text-decoration:none;
}
/* comments list style */
ol.commentlist li {
	position:relative;
	list-style:none;
	height:1%;
	margin:0 20px;
	padding-bottom:20px;
}
ol.commentlist li div em.approved {
	margin-left:55px;
	color:#ff0000;
}
ol.commentlist li div.comment-author {
	margin:0;
	padding:0;
	line-height:16px;
	height:16px;
	border-bottom:1px solid #ddd;
	display:block;
}
ol.commentlist li div.vcard img.avatar {
	position:absolute;
	left:0;
	top:0;
	width:40px;
	height:40px;
	background:#fff;
	padding:2px;
	border:1px solid #ddd;
}
ol.commentlist li div.vcard cite.fn {
	margin-left:55px;
	font-style:normal;
	font-weight:bold;
}
ol.commentlist li div.vcard cite.fn a.url {
	color:#047;
}
ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#aaa;
}
/* ol.commentlist li div.vcard span.says{position:absolute;text-indent:-9999em;} */
/* ol.commentlist li div.comment-meta{ position:absolute;left:55px;top:25px;} */
ol.commentlist li span.comment-meta {
}
ol.commentlist li span.comment-meta a {
	color:#aaa;
}
ol.commentlist li span.comment-meta a:hover {
	color:#555;
}
ol.commentlist li div.comment-text {
	border-top:1px solid #fff;
	margin:0 0 10px;
	padding-top:10px;
}
ol.commentlist li p, ol.commentlist li blockquote {
	margin:0 50px 0 55px;
	padding-bottom:10px;
}
ol.commentlist li blockquote {
	padding:5px;
	border:1px dotted #ddd;
	color:#999;
	background:#fafafa;
}
ol.commentlist li blockquote p {
	margin-left:0;
}
ol.commentlist li code {
	margin-bottom:10px;
	padding:2px;
	background:#777;
	color:#ddd;
}
ol.commentlist li div.reply {
	position:absolute;
	right:0;
	top:8px;
}
ol.commentlist li div.reply a {
	display:block;
	width:30px;
	text-align:center;
	color:#aaa;
	padding:0 5px;
	background:#fafafa;
	border:1px solid #dfdfdf;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
ol.commentlist li div.reply a:hover {
	background:#f2f2f2;
}
ol.commentlist li ul.children li {
	margin:0 0 0 30px;
	padding-bottom:0;
	border-bottom:none;
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 0 55px;
}
ol.commentlist li ul.children li div {
	border-top:1px solid #dfdfdf;
}
ol.commentlist li ul.children li div div {
	border-top:none;
}
ol.commentlist li ul.children li div.comment-author {
	border-top:1px solid #fff;
	border-bottom:none;
}
ol.commentlist li ul.children li div.vcard img.avatar {
	top:-8px;
	width:24px;
	height:24px;
}
ol.commentlist li ul.children li div.vcard cite.fn {
	margin-left:40px;
}
/* ol.commentlist li ul.children li span.comment-meta{} */
ol.commentlist li ul.children li p, ol.commentlist li ul.children li blockquote {
	margin:0 0 0 40px;
}
ol.commentlist li ul.children li blockquote p {
	margin-left:0;
}
ol.commentlist li ul.children li div.reply {
	top:-8px;
}
ol.commentlist li ul.children li div.reply a {
	background:#f2f2f2;
}
ol.commentlist li ul.children li div.reply a:hover {
	background:#fafafa;
}
/* navigation */
#nav-below {
	width:620px;
	display:block;
	line-height:18px;
	margin:0;
	padding:2px 10px;
}
#pagination {
	display:block;
	line-height:18px;
	margin:0;
	padding:2px 10px;
	clear:both;
}
#pagination a:link, #pagination a:visited{
	color:#e6297f;
	font-weight:bold;
}
#pagination a:hover{
	color:#666666;
}
.navigation {
	text-align:right;
	line-height:24px;
	margin:0;
	padding:2px 10px;
}
#nav-below {
	display:inline-block;
	padding:20px 10px;
}
.nav-previous {
	float:left;
	width:50%;
}
.nav-next {
	float:right;
	width:50%;
	text-align:right;
}
/* respond */
#respond {
	margin:0 0 20px 0;
	padding:20px 0 0 55px;
}
#respond h2 {
	margin-bottom:10px;
}
#respond .cancel-comment-reply a {
	color:#920017;
}
#respond .cancel-comment-reply a:hover {
	color:#FF4E00;
}
#commentform {
	margin:0 55px 0 0;
	padding:0;
}
#commentform p {
	margin:0 0 10px;
	padding:0;
}
#commentform a {
}
#commentform textarea {
	padding:3px;
	background:#fff;
	border:1px solid #ddd;
}
/* #commentform input{} */
#author, #email, #url {
	height:12px;
	padding:3px;
	border:1px solid #ddd;
	background:#fff;
}
#comment {
	width:80%;
	height:125px;
}
#submit {
	background:#222;
	font-weight:bold;
	color:#ccc;
	width:80px;
	height:25px;
	padding:2px 5px;
	border:1px solid #555;
}
#submit:hover {
	color:#fff;
}
/* trackbacks-pingbacks */
.trackbacks-pingbacks h3 {
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #ddd;
	color:#555;
	padding:3px 0;
}
.trackbacks-pingbacks ul {
	margin:5px 20px 15px;
	list-style-type:circle;
}
.trackbacks-pingbacks ul li {
	margin-bottom:4px;
}
/* Footer */
#root-nav-sub-bg{


	background: url(images/bg-root-menu-sub.gif) no-repeat top left;
}
#footer {
	margin:15px 10px 0px 10px;
	background:#f2f2f2;
	width:950px;
	overflow:auto;
	clear:both;
}
#footer p{
	padding:10px 20px 10px 5px;
	color: #666;
	float:right;
	font-size:97%;
}
#footer a:link,#footer a:visited{
	color: #666;
}
#footer a:hover{
	color: #e6297f;
}
#footer-inside a {
	border-bottom:1px dashed #aaa;
	color:#aaa;
}
#footer-inside #back-to-top {
	position:absolute;
	top:5px;
	right:150px;
	color:#f2f2f2;
	font-size:14px;
}
#footer-inside #back-to-top a {
	border:none;
	color:#f2f2f2;
}
/* Other */
.aligncenter, div.aligncenter {
	display:block;
	margin:auto;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.wp-caption {
	text-align:center;
	padding-top:4px;
	margin:10px;
	border-radius:3px;
}
.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}
.wp-caption p.wp-caption-text {
	font-size:12px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}
/* calendar START */
.widget_calendar h3 {
	display:none;
}
#wp-calendar {
	width:100%;
}
#wp-calendar #today {
	background:#E6E6E6;
}
#wp-calendar tbody a {
	font-weight:bolder;
}
#wp-calendar caption {
	font-family:Arial;
	font-weight:bolder;
	letter-spacing:-0.05em;
	font-size:150%;
	text-align:left;
	padding-bottom:5px;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
}
#wp-calendar tbody td {
	border:1px solid #CCC;
}
#wp-calendar tbody td.pad {
	border:0 none;
}
#wp-calendar th {
	background:#999;
	color:#FFF;
}
#wp-calendar td#prev {
	text-align:left;
	padding-top:5px;
}
#wp-calendar td#next {
	text-align:right;
	padding-top:5px;
}

/* slider START */




/* flickr START */
#flickr_badge_uber_wrapper {text-align:left; width:260px;}
#flickr_badge_wrapper {padding:0px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 15px;}
.flickr_badge_image img {border: 0px solid #999999 !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 15px !important;}

#flickr_badge_wrapper {background-color:none;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/* twitter START */
.twtr-hd{
	display:none;
}
.twtr-ft{
	display:none;
}
.twtr-doc{
	background-color:transparent !important;
}

/* archive START */
.float-image{
	float:left;
	margin:0px 10px;
}
.post-teaser{
	float:right;
	width:410px;
}
.page-background .post .post-teaser .entry{
	padding-top:0px;
}
