/*  
Template Name: Gotham News
Version: 1.1
Author: WooThemes
Author URI: http://www.woothemes.com
*/

html, body {
	font: 13px Arial;
	border: 0;
	color: #515151;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body {
	background: url(wood-grey.jpg) repeat;
}

p {
	line-height: 20px;
	padding: 10px 0;
	text-align: justify;
}

h1, h2, h3, h4, h5 {
	padding: 2px 0;
	font: 12px tahoma;
	font-weight: bold;

}

ul, ol {
	list-style: none;
	padding: 10px 0;
	text-align: left;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #007de2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img, a img:hover {
	padding: 0px;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	background: url(quote.gif) no-repeat 10px 7px;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

/* Top Menu */

#top-menu-out {
	width: 100%;
	background: #000;
}

#top-menu {
	width: 960px;
	margin-left: 30px;
	height: 28px;
	background: #000;
	font-size: 11px;
}

#top-menu a {
	color: #fff;
}

#top-menu ul {
	padding: 6px 0 0 0;
	float: right;
	margin-right: -10px;
	position: relative;
}

#top-menu li {
	line-height: 14px;
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	border-left: #4A4A4A 1px solid;
}

#top-menu li.first {
	border: 0;
}

/* Header */

#header-out {
	width: 100%;
	background: url(wood-grey.jpg) repeat;
	border-top: #222 1px solid;
}

#header-bg {
	background: url(header-big.jpg) no-repeat center;
	height: 130px;
	z-index: 1;
}
#header-bg img {
	border: none;
	padding: 0px;
}

#header {
	width: 960px;

}

#header .col-left {
	padding: 10px 0px 0 0px;
	position:relative;
	left:-10px;
}

#header .col-right {
	padding: 20px 0 0 0px;
}

/* Header (title) */

#header h1 {
	display: none;
}


/* Header (date) */

#header .date {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	margin-right: 0px;
}

#header .date p {
	padding: 0 0 10px 0;
	text-align: right;
}
#header .date-rss {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	margin: 10px 0px 0px 0px;
}
#header .date-rss p {
	padding: 0 0 10px 0px;
	text-align: right;
}
#header .date-rss a, #header .date-rss a:visited, #header .date-rss a:hover {
	color: #fff;
}  
#header .date-rss img, #header .date-rss img a, #header .date-rss img:hover {
	padding: 0px 8px 0px 0px;
}
 
/* Header (search) */

#header #search div {
	width: 300px;
	height: 27px;
	background: url(bg_search.gif) no-repeat right 0;
	position: relative;
	margin-right: -16px;
}

#header #search label {
	color: #fff;
	position: absolute;
	left: 0;
	top: 6px;
}

#header #search input {
	width: 238px;
	background: transparent;
	border: 0;
	position: absolute;
	right: 5px;
	top: 4px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
}

/* Main Menu */




#main-menu-out {
	margin: 0px auto;
	width: 960px;
	clear: both;	
	margin: 0; padding: 0;
	background: #000;
	height: 45px;
}
#menuspace {
	background: fff;
	width: 960px;
	margin: 0px auto;
	padding-left: 20px;
}
#main-menu {
	width: 960px;
	margin-left: 30px;
	height: 45px;
		background: fff;
}

#main-menu a {
	color: #3E3E3E;
}

#main-menu ul {
	padding: 0;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	background: #000 url(nav.jpg) repeat;
	text-transform: uppercase;
	margin: 0px 20px 0px 20px;
	padding: 0px;	
	display: inline;
}

#main-menu li {
	display: inline;
	display: block;
	height: 45px;
	float: left;
}

#main-menu li a {
	display: block;
	float: left;
	display: block;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #222;
	border-left: 1px solid #333;
	background: #000 url(nav.jpg) repeat;
	color: #fff;
}
#main-menu li a:hover {
	background: #00aeef url(nav-hover.jpg) repeat;
	color: #fff;
	text-decoration: none;
}

/* Main Menu (current page item) */

#main-menu li.current-page, #main-menu li.current-page-parent {
	margin-left: -1px;
	height: 48px;
	text-decoration: underline;
}

#main-menu li.current-page a, #main-menu li.current-page-parent a {
	display: block;
	float: left;
	padding: 0 0 0 2px;
	border-right: #E4E4E4 1px solid;
	color: #fff;
	margin-top: 5px;
}

#main-menu li.current-cat a span, #main-menu li.current-cat-parent span {
	display: block;
	line-height: 26px;
	padding: 0 12px 1px 10px;
}

/* Sub Category Menu */

#subcat-menu-out {
	width: 100%;
	background: rgb(252,252,252);
	border-bottom: #EBEBEB 1px solid;
}

#subcat-menu {
	width: 960px;
	margin-left: 30px;
	height: 34px;
}

#subcat-menu a {
	color: #3E3E3E;
}

#subcat-menu a:hover, li.current-cat a {
	color: #00699F;
}

#subcat-menu ul {
	padding: 6px 0 0 0;
	width: 100%;
	margin-left: -7px;
	position: relative;
}

#subcat-menu li {
	display: inline;
	float:left;
}

#subcat-menu li a {
	display: inline;
	float: left;
	padding: 0 8px 0 7px;
	line-height: 28px;
}

#subcat-menu li.current-cat a {
	color: #00699F;
	text-decoration:underline;
}
#subcat-menu ul li ul{
	padding:0px;
	width:auto;
	float:left;
	margin:0;
}

/* Middle */

#middle-out {
	width: 100%;
	/*margin-top: -400px;*/
	z-index: -9999;
	background: none;
}


#middle {
	width: 960px;
	margin-left: 30px;
	padding: 20px;
	padding-bottom: 34px;
	background: #fff url(header-big-white.jpg) no-repeat top;

}

/* Content */

#content {
	width: 630px;
	margin-top: 20px;
	text-align: justify;

}

/* Content (featured) */

#content .featured {
	width: 580px;
	padding: 5px 20px 30px 20px;
	background: #222;
	color: #eee;
	text-align: justify;
}

#content .featured h2 {
	font-family: tahoma;
	font-weight: bold;
	color: #fff;
	padding: 3px 10px 2px 0;
	font-size: 13px;
	text-align: left;
}

#content .featured h2 a {
	color: #fff;
}

#content .featured p.post-details {
	padding: 2px 0 5px 17px;
	color: #666;
	background: url(bg_post_details.gif) no-repeat 0 6px;
}
#content .featured p.post-details a {
	color: #666;
	border: none;
}

#details {
	padding: 0px 0 5px 17px;
	color: #666;
	background: url(bg_post_details_single.gif) no-repeat 0 2px;
}
#post .details-3 {
	padding: 0px 0 5px 17px;
	color: #666;
	background: url(bg_post_details_single.gif) no-repeat 0 2px;
}
#details a {
	color: #007de2;
	border: none;
}
#post .details-3 a{
	color: #007de2;
	border: none;
}
#content .featured p a  {
	color: #00a5ed;
	border-bottom: 1px dashed #fff;
}
#content .featured p a:hover  {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #00a5ed;
}


#content .featured img.alignleft, #content .featured img.alignleft a {
	margin: 8px 15px 0 0;
	border: 4px solid #333;	
}

#content .featured img:hover.alignleft {
	margin: 8px 15px 0 0;
	border: 4px solid #666;	
}

/* Content (main) */

#content #main {
	padding-top: 22px;
	text-align: justify;
}


/* Content (archives) */

#content .archives {
	padding-top: 0 !important;
	width: 100%;
}

#content h2.arh {
	font-size: 20px;
	background: url(bg_h2_arh.gif) repeat-x 0 0;
	line-height: 37px;
	padding: 0 0 0 10px;
	color: #000;
}

#content h2.search {
	padding-bottom: 0;
}

#content .archives #latest {
	border-top: 0;
}

#content .more_entries h2 {
	font-size: 25px;
	font-family: Tahoma;
	font-weight: bold;
	text-align: left;
}

#content .more_entries {
	padding-top: 10px;
}

#content .more_entries h2 a {
	color: #515151;
}

/* Content (page) */

#content .page .post {
	border: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
}

#content .page ul, #content ul, #content .post ul {
	list-style: square;
	list-style-position:inside;
	padding: 2px 4px 2px 0px;
	text-align: left;
	/*color: #000;*/
	/*background: #cecece;*/
	display: block;
	/*border: 4px solid #bbb;*/
	margin: 10px;
}

/* Content (latest) */

#content #latest {
	width: 410px;
	border-top: #EBEBEB 1px solid;
}

/* Content (latest > post) */

#content #latest .post {
	width: 100%;
	padding: 10px 0;
	border-bottom: #EBEBEB 1px solid;
	clear: both;
}

#content #latest .post h2 {
	font-family: Tahoma;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 5px 0 0px 0;
	color: #000;
	text-align: left;
}
#content #latest .post h2 a {
	color: #333;
}

#content #latest .post h2 a:hover {
	color: #007de2;
	text-decoration: none;
}



#content #latest .post p {
	line-height: 20px;
	padding: 2px 0 5px 0;
	display: inline;
}

#content #latest img.alignleft {
	margin-top: 7px;
	margin-bottom: 0;
	border: 5px solid #ccc;
}
#content #latest img:hover.alignleft {
	margin-top: 7px;
	margin-bottom: 0;
	border: 5px solid #999;
}

a.read-more {
	font-weight: bold;
	margin-left: 1px;
}

/* Content (latest > more posts) */

#content #latest #more-posts {
	width: 100%;
}

#content #latest #more-posts ul {
	width: 100%;
	font-family: Georgia;
	font-size: 17px;
	padding: 0;
}

#content #latest #more-posts li {
	line-height: 27px;
	padding: 6px 0 7px 0;
	border-bottom: #EBEBEB 1px solid;
}

/* Content (popular) */

#tag {
	background: url(tag.jpg) no-repeat top;
	height: 116px;
	margin-right: -20px; 
}

#content #popular-articles {
	width: 200px;
	background: #e2e2e2;
	border: 1px solid #ccc;

}

#content #popular-articles h2 {
	font-size: 20px;
	background: url(bg_h2_popular.gif) no-repeat 0 0;
	line-height: 37px;
	text-align: left;
	letter-spacing: 0px;
	font-family: tahoma;
	font-weight: bold;
	padding: 0 0 0 25px;
	
}

#content #popular-articles h3 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0px;
	padding: 5px 7px 5px 7px;
	text-align: left;
	color: #515151;
	border-bottom: 1px solid #ccc;
	width: 187px;
}

#content #popular-articles h3 a {
	color: #515151;
}

#content #popular-articles p {
	padding: 5px 0;
	line-height: 18px;
}

#content #popular-articles a.read-more {
	border-bottom: #CBCBCB 1px solid;
	font-size: 12px;
}
#content .featured a.read-more {
	display: inline; 
}

#content #popular-articles a.read-more:hover {
	text-decoration: none;
	border-bottom: #979797 1px solid;
	font-size: 12px;
}

#content #popular-articles .block {
	border-bottom: #C7C7C7 1px solid;
	padding: 0 5px 10px 8px;
}
#content #popular-articles img, #content #popular-articles img a {
	border: 4px solid #ccc;
	margin: 9px 7px 0px 7px;
}
#content #popular-articles img:hover {
	border: 4px solid #aaa;
	margin: 9px 7px 0px 7px;
}
#content #popular-articles-line {
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}

/* Content (single) */

#social {
	width: 550px;
	background: #222;
	border: 5px solid #999;
	padding: 20px;
	margin-bottom: 20px;
}
#social h2 {
	font-size: 26px;
	letter-spacing: 0px;
	margin-bottom: 10px;
	margin-top: -10px;
	color: #fff;
}
#social h2 span {
	color: #999;
}
#social img, #social img a {
	margin: 0px 25px 0px 0px;
	border: none;
	background: #222;
	padding: 0px;
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=50);
}
#social img:hover {
	border: none;
	margin: 0px 25px 0px 0px;
	opacity: 1;
	-moz-opacity: 1;
	background: #222;
	padding: 0px;
	filter: alpha(opacity=100);
}

#rss-feed {
	margin: 0px 0px 50px 0px;
}
#rss-feed img, #rss-feed img a {
	border: 5px solid #ccc;
	padding: 0px;
}
#rss-feed img:hover {
	border: 5px solid #aaa;
	padding: 0px;
}

#content #single {
	width: 600px;
	padding-bottom: 30px;
}

/* Content (single > post) */

#content #single .post {
	width: 100%;
	border-bottom: #EBEBEB 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
	min-height: 1500px;
}

#content #single .post h2 {
	font-family: tahoma;
	font-weight: bold;
	color: #000;
	padding: 15px 10px 2px 0;
	margin-bottom: 30px;
	font-size: 38px;
	text-align: left;
	border-bottom: 10px solid #000;
	display: block;
}

#content #single .post h2.title {
	padding-bottom: 2px;
	border-bottom: none;
	font-size: 30px;
	margin-bottom: 0px;
}

#content #single .post p.post-details {
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 20px;
	background: url(bg_post_details_single.gif) no-repeat 0 5px;
	color: #797979;
}

#content #single .post p.post-details a {
	color: #797979;
}

#content #single .post img.alignleft {
	margin: 8px 15px 10px 0;
	border: 5px solid #ccc;
	padding: 0px;
}

#content #single .post img.alignright {
	margin: 8px 0 10px 15px;
	border: 5px solid #ccc;
	padding: 0px;
}
#content #single .post img.large {
	margin: 8px 0 10px 0px;
	border: 5px solid #ccc;
	padding: 0px;
}
#content #single .post img:hover.large {
	margin: 8px 0 10px 0px;
	border: 5px solid #aaa;
	padding: 0px;
}
#content #single .post img, #content #single .post img a {
	margin: 8px 0 10px 0px;
	border: 5px solid #aaa;
	padding: 0px;
}



/* Post Content Lists and Blockquote */

#content #single .post ol, #content #single .post ul {
	line-height: 20px;
}

#content #single .post ul {
	padding-left: 50px;
}

#content #single .post ul li {
	list-style: circle;
	padding: 3px 0;
}

#content #single .post ol {
	padding-left: 57px;
}

#content #single .post ol li {
	list-style: decimal;
	padding: 3px 0;
}

#content #single .post blockquote {
	padding: 10px 20px 10px 20px;
	text-align: left;
	color: #000;
	background: #cecece;
	display: block;
	border: 4px solid #bbb;
	margin: 20px;
}

/* Content (single > comments) */

#comments-wrap {
	background: url(wood-grey.jpg) repeat;
	height: 20px;
	width: 1000px;
	margin-left: -20px;
	margin-bottom: 40px;
}
#content #single #comments {
}

#content #single #comments h2 {
	font-size: 18px;
	font-family: Tahoma;
	padding: 10px 0 30px 0;
}

/* Content (single > comments > comment) */

#content #single .comment {
	margin-bottom: 17px;
}

#content #single .comment .col-left {
	width: 112px;
	text-align: right;
	font-family: Tahoma;
	font-weight: bold;
}

#content #single .comment .col-left a {
	color: #565656;
	text-decoration: underline;
	text-align: right;
	text-decoration: none;
}

#content #single .comment .col-left a:hover {
	text-decoration: underline;
	
}

#content #single .comment .col-left img {
	margin-bottom: 5px;
	border: 5px solid #ccc;
	padding: 0px;
}
#content #single .comment .col-left img:hover {
	margin-bottom: 5px;
	border: 5px solid #aaa;
	padding: 0px;
}

#content #single .comment .col-left p {
	padding: 1px 0;
}

#content #single .comment .col-right {
	padding: 5px 20px;
	background: #F8F8F8;
	border: #bbb 1px solid;
	min-height: 70px;
	float:none;
	margin-left:135px;
	margin-top: -15px;
}

* html #content #single .comment .col-right {
	height: 130px;
}

#content #single .lc_logged {
	margin-top: -20px;
	position: relative;
}

#content #single .reply { float:right; padding-top:3px;}
#content #single ul.children .comment { margin:0 0 0 20px; }


/* Content (single > comments > form) */

#content #single #comments label {
	display: block;
	clear: both;
	padding-bottom: 10px;
	width: 400px;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
}

#content #single #comments label span {
	line-height: 27px;
	padding-left: 10px;
	float: left;
}

#content #single #comments label input {
	width: 160px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 4px;
	border: #bbb 1px solid;
	float: left;
}

#content #single #comments textarea {
	display: block;
	clear: both;
	width: 65%;
	padding: 5px 4px;
	border: #bbb 1px solid;
	margin-bottom: 15px;
	font-family: Tahoma;
	font-size: 14px;
}

/* Sidebar */

#vimeo {
	margin-top: -10px;
}
#sidebar {
	width: 311px;
	margin-top: 20px;
}

#sidebar .block {
	border: #ccc 5px solid;
	background: #F2F2F2;
	padding: 12px 9px;
	margin-bottom: 14px;
}
#sidebar .block2 {
	border: #ccc 5px solid;
	background: #F2F2F2;
	padding: 15px 5px 15px 15px;
	margin-bottom: 14px;
}

#sidebar .block .inside li img.thumbnail {
	border: #A4A4A4 2px solid;
	float: left;
	margin-right: 10px;
	padding: 0px;
}
#sidebar .block h2 {
	font-size: 20px;
	padding: 0 0 10px 0;
	font-family: tahoma;
	font-weight: bold;
	letter-spacing: 0px;
}

#sidebar .block .inside {
	background: #fff;
	border: #ccc 1px solid;
	padding: 5px 5px;
}


*html #sidebar .block .inside {
	background: #fff;
	border: #ccc 1px solid;
	/*padding: 5px 5px;*/
}

#sidebar .block .inside a{font-weight:bold;}

#sidebar .inside ul {
	padding: 0;
}

#sidebar .inside li {
	line-height: 20px;
	padding: 3px 0 3px 12px;
	/*background: url(bg_arrows.gif) no-repeat 0 10px;*/
}
#sidebar .inside li  a{font-weight:noraml;}
#sidebar .inside li a {
	color: #565656;
}

#sidebar .inside li a:hover {
	color: #006DAC;
}

/* Sidebar (tabs) */

#sidebar #tabs ul.tabs {
	padding: 0;
	width: 100%;
	margin-bottom: 8px;
}

#sidebar #tabs ul.tabs li {
	display: block;
	float: left;
	margin-right: 3px;
}

#sidebar #tabs ul.tabs li a {
	background: #fff;
	display: block;
	border: #ccc 1px solid;
	line-height: 27px;
	padding: 0 9px;
	color: #515151;
	font-weight: bold;
}

#sidebar #tabs ul.tabs li a.selected {
	background: url(bg_tabs_selected.gif) repeat-x 0 0;
	color: #fff;
	border: 0;
	margin-top: 1px;
}

#sidebar #tabs .inside {
	/*position: relative;*/
	padding-top: 6px;
	padding-bottom:15px;	
}

#sidebar #tabs .inside ul {
	padding-top: 0px;
}

#sidebar #tabs .inside li {
	padding: 6px 0 ;
	border-bottom: #ccc 1px solid;
	background: none;
}

#sidebar #tabs .inside .border-clear {
	width: 100%;
	height: 8px;
	background: #fff;
	/*overflow: hidden;*/
	/*position: absolute;*/
	top: 1px;
	left: 0;
}

/* Sidebar (subscribe) */

#sidebar .subscribe {
	width: 236px;
	height: 45px;
	padding: 16px 0 0 65px;
	background: url(bg_subscribe.gif) no-repeat 0 0;
	margin-bottom: 16px;
	border: 5px solid #999;
}

#sidebar .subscribe h2 {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;
	padding: 0;
	line-height: 15px;
}

#sidebar .subscribe h2 a {
	color: #2D2D2D;
}

#sidebar .subscribe p {
	font-size: 11px;
	color: #6F6F6F;
	padding: 0;
	line-height: 15px;
}

/* Sidebar (advert) */

#sidebar .advert {
	width: 100%;
	text-align: center;
	margin-bottom: 14px;
}

/* Sidebar (categories and archive) */

#sidebar #cat-arh {
	width: 291px;
}

#sidebar #cat-arh .container {
	background: url(bg_catarh.gif);
	width: 100%;
	border: none;
}

#sidebar #cat-arh .inside {
	padding: 7px 5px 10px 12px;
	border-bottom: 0;
	border: 1px solid #cecece;
}

#sidebar #cat-arh .col-left .inside {
	width: 115px;
	background: #F2F2F2;
}

#sidebar #cat-arh .col-left h2 {
	background: #F2F2F2;
}

#sidebar #cat-arh .col-right .inside {
	width: 125px;
	background: #F2F2F2;
}

#sidebar #cat-arh .col-right h2 {
	background: #F2F2F2;
	margin-left: -1px;
	padding-left: 1px;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C7C7C7;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#footer #tag_cloud h2 {
	margin-bottom: 10px;
}

#footer #tag_cloud a {
	color: #515151;
}

/* Widget (textwidget) */

.textwidget {
	padding: 10px 0;
}

/* Footer */

#footer-out {
	width: 100%;
	border-bottom: #222 1px solid;
}


#footer {
	width: 960px;
	margin-left: 30px;
	padding: 10px 0;
}

#footer .block {
	display: block;
	margin-right: 30px;
	float: left;
}

#footer .last {
	margin-right: 0;
}

#footer h2 {
	color: #3B3B3B;
}

/* Footer (flickr) */

.flickr_badge_image img {
	float:left;
	margin:8px 3px 0px;
	padding:0 7px 5px 0;
}


#footer .flickr h2 {
	font-size: 14px;
	font-weight: normal;
}

#footer .flickr h2 span {
	color: #006DAC;
}

#footer .flickr h2 span span {
	color: #DE42B1;
}

#footer .flickr .inside {
	margin-left: -15px;
	position: relative;
	width: 300px;
	padding-top: 10px;
}

#footer .flickr img {
	display: block;
	float: left;
	padding: 3px;
	background: #fff;
	margin:0 0 15px 15px;
	display: inline;
	position: relative;
}


/* Footer (widget) */


#books {
	width: 100%;
	background: url(header-big-bottom.jpg) no-repeat center top;
	padding: 100px 0px 0px 0px;
}


#books-out {
	width: 910px;
	clear: both;
	margin: 0px auto;
	padding: 20px 40px 20px 40px;
	padding-bottom: 34px;
	background: #111;
	border: 5px solid #333;
}
#books img, #books img a {
	border: 5px solid #333;
	margin-right: 25px;
	padding: 0px;
}
#books img:hover {
	border: 5px solid #666;
	margin-right: 25px;
	padding: 0px;
}

#books h2 {
	font-family: Tahoma;
	font-size: 22px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	display: block;
	color: #007de2;
	margin-bottom: 20px;
}
#books h2 span {
	color: #fff;
}


#footer .widget {
	width: 300px;
	color: #fff;
	line-height: 1.5;
	margin-top: 10px;
	text-align: justify;
}
#footer .widget p a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#footer .widget p a:hover {
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}

#footer .widget p {
	text-align: justify;
}
#footer .widget img, #footer .widget img a {
	border: 2px solid #fff;
	float: right;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
}
#footer .widget img:hover {
	border: 2px solid #666;
	padding: 0px;
}

#footer .widget h2 {
	font-family: Tahoma;
	font-size: 22px;
	padding-bottom: 5px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #007de2;
	border-bottom: 1px solid #fff;
}
#footer .widget h2 span {
	color: #fff;
}

#footer .widget ul {
	padding-left: 5px;
}

#footer .widget li {
	line-height: 20px;
	padding: 2px 0 2px 15px;
	background: url(bg_footer_arrows.gif) no-repeat 0 10px;
}

#footer .widget li a {
	color: #fff;
}
#footer img a, #footer img:hover {
	border: none;
}

/* Copyright */

#copyright-out {
	width: 100%;
	background: #000;
}

#copyright {
	width: 960px;
	margin-left: 30px;
	padding: 10px 0 30px 0;
}

#copyright a {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#copyright a:hover {
	color: #00a5ed;
	text-decoration: none;
	border-bottom: 1px dashed #00a5ed;
}

#copyright ul {
	padding: 10px 0 5px 0;
	margin-left: -7px;
	position: relative;
}

#copyright li {
	display: inline;
	padding: 0 7px;
	border-left: #3A3A3A 1px solid;
}

#copyright li.first {
	border: 0;
}

#copyright p {
	font-style: italic;
	color: #666;
	padding: 0;
}


#copyright .col-right, #copyright .col-right img, #copyright .col-right, img a, #copyright .col-right, img:hover {
	padding-top: 4px;
	border: none;

}
#copyright .col-right img, #copyright .col-right img a 	{
	margin-right: -50px;
}
#copyright .col-right .viki, #copyright .col-right .viki a {
	font-style: italic;
	text-decoration: none;
	
}
/* Fix */

.wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}

/* Mix */

.ui-tabs-hide {  
	display: none;  
}  

.ads img {
	margin: 0px 5px 5px 0px;
	padding: 0px;
  	border: 4px solid #cecece;
}
.ads img:hover {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border: 4px solid #666;
}
.ads {

}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
img.centered{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright{
padding: 0px;
margin: 3px 0 2px 10px;
display: inline;
}

img.alignleft{
padding: 0px;
margin: 3px 10px 2px 0;
display: inline;
}

.alignleft{
float: left;
}

.alignright{
float: right;
}
.wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;	
	font-size:11px;
}


/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 45px;
	background: #fff;	
}
#nav ul {
	float: left;
	list-style: none;
	background: #fff url(nav.jpg) repeat-x;	
	width: 896px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0px 20px 0px 20px;
	padding: 0px;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #222;
	border-left: 1px solid #333;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current.jpg) repeat-x;
	text-decoration: underline;
	}
#nav ul li#current a:hover {	
	background: url(nav-hover.jpg) repeat-x;
	}
#nav ul li.current_page_item a {
background: url(nav-current.jpg) repeat-x;
text-decoration: underline;
}
#nav ul li.current_page_item a:hover {
background: url(nav-hover.jpg) repeat-x;
text-decoration: underline;
}
#nav ul li.current_page_item {
background: url(nav-current.jpg) repeat-x;
text-decoration: underline;
}

#seanintro {
	background: url(rotator.php) no-repeat;
	width: 300px;
	height: 250px;
	border: none;
	margin-bottom: 10px;
}
