/*
Theme Name: BikeEvolution Main
Theme URI: http://velobg.org/downloads/themes/main
Description: Theme made for BikeEvolution Organization
Version: 1.0.0
Author: Ivo Delin
Author URI: http://delin.misli.de
Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post
*/
/* Original by:
// Theme Name: Pyrmont V2
// Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html/
// Description: A dark WordPress theme. Build in links and archives pages. Widget support. The theme is released under GPL.
// Version: 2.0.1
// Author: motta
// Author URI: http://imotta.cn/
// Tags: black, dark, two-columns, fixed-width, threaded-comments, sticky-post

*/

/* 
  Meyer's CSS Reset
  v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	outline: none;
}

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */
::-moz-selection { background: #F96; color: #000; }
::selection { background: #F96; color: #000; }
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background: #000 url(images/bg-urban2.jpg) no-repeat top center;
	background-attachment: fixed;
}
body {
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
}
a {
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}
a img { border: none; }
.clear { clear: both; }

#page_wrap {
	width: 990px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 160px;
	font-size: 12px;
}
	
	#header .blog_title {
		float: left;
    }
		#header .blog_title h1 a {
			display: block;
			width: 262px;
			height: 159px;
			overflow: hidden;
			padding: 0px;
			color: #fff;
			text-indent: 9999px;
			background: url(images/logo.png) no-repeat top left;
        }
		#header .blog_title p.description {
			color: #999;
			height: 1px;
			width: 1px;
			overflow: hidden;
			/*margin-top: 10px;
			margin-left: 5px;*/
		}
		.header_adv {
			position: absolute;
				top: 20px;
				left: 350px;
			width: 468px;
			height: 60px;
			border: 1px solid #FF5A00;
			background: #FFF;
        }
	#header .search {
		position: absolute;
			top: 20px;
			right: 0px;
		width: 152px;
		height: 25px;
    }
		#header .search .searchform {
			width: 152px;
			height: 25px;
			border: 1px solid #000;
			background-color: #FFF;
        }
			#header .search .searchform .searchinput {
				float: left;
				width: 120px;
				height: 25px;
				line-height: 25px;
				padding-left: 5px;
				color: #666;
				font-size: 13px;
				border: none;
            }
			#header .search .searchform .searchsubmit {
				float: left;
				width: 25px;
				height: 25px;
				background: url(images/mag.gif) no-repeat;
				border: none;
				cursor: pointer;
            }
	.header-icon-bar {
		position: absolute;
			left: 285px;
			top: 95px;
		width: 690px;
		height: 47px;
    }
		.header-icon-bar a {
			display: block;
			float: right;
			margin: 5px 5px;
			padding: 10px 10px 0px;
			width: 32px;
			height: 33px;
			background: #1B1B1B no-repeat center 5px;
			border-radius: 9px;
			border: 1px solid #999;
			box-shadow: 3px 3px 5px #000;
        }
		.header-icon-bar a:hover {
		    margin: 8px 2px 2px 8px;
		    border-color: #FF5A00;
		    box-shadow: 1px 1px 2px #000;
		}
		.header-icon-bar a.contact-us { background-image: url(images/call_small.png); }
		.header-icon-bar a.bg {  background-image: url(images/bg.png); }
		.header-icon-bar a.youtube { background-image: url(images/youtube.png); }
		.header-icon-bar a.facebook { background-image: url(images/facebook.png); }
		.header-icon-bar a.map { background-image: url(images/map.png); }
		.header-icon-bar a.calendar { background-image: url(images/calendar.png); }
		.header-icon-bar a.rss { background-image: url(images/icon_rss.png); }
		.header-icon-bar a.law { background-image: url(images/icon_law.png); }
		.header-icon-bar a.members { background-image: url(images/icon_members.png); }
		.header-icon-bar a.volunteer { background-image: url(images/icon_volunteer.png); }
		.header-icon-bar a.donate { background-image: url(images/dolar.png); }
#main_navi {
	position: relative;
	height: 37px;
	width: 990px;
	font-size: 13px;
	background: url(images/navi.gif) no-repeat;
}
	ul#menu-main-menu {
		height: 37px;
		line-height: 37px;
		padding: 0px 20px;
		text-align: center;
		list-style-type: none;
}
		ul#menu-main-menu > li {
			position: relative;
			display: block;
			/*display: inline;*/
			float: left;
			line-height: 37px;
			margin: 0px 10px;
			padding: 0px;
			font-size: 14px;
			/*text-transform: uppercase;*/
	}
			ul#menu-main-menu li a {
				display: block;
				color: #CCC;
		}
			#main_navi ul li a:hover { color: #FF5A00; }
			#main_navi ul li.current_page_item > a { color: #FF5A00; }
			
		ul#menu-main-menu ul {
			position: absolute;
				top: 36px;
				left: -5px;
				z-index: 1000;
			display: none;
			width: 200px;
			padding: 0px 0px 10px;
			text-align: left;
			text-transform: none;
			background: #111;
			border: 1px solid #FF5A00;
			border-top: none;
			box-shadow: 0px 0px 8px 0px #333;
	}
        ul#menu-main-menu > li > ul {
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }
			ul#menu-main-menu ul li {
				position: relative;
		}
				ul#menu-main-menu ul li a {
					display: block;
					line-height: 16px;
					padding: 5px 10px;
					border-top: 1px dotted #666;
			}
				ul#menu-main-menu ul li:first-child > a { border-top: none; }
				ul#menu-main-menu ul li a:hover {
					/*background: #222;*/
			}
		
				ul#menu-main-menu ul ul {
					top: 0px;
					left: 180px;
					width: 300px;
					padding: 10px 0px;
					border: 1px solid #FF5A00;
			}
                ul#menu-main-menu ul li.menu-arrow { background: transparent url(images/arrow.gif) no-repeat 180px center; }
	
	#main_navi ul.right {
		float: right;
		list-style-type: none;
		padding: 9px 10px 0 0;
}
		#main_navi ul.right li a {
				float: left;
				overflow: hidden;
				color: #fff;
				font-size: 12px;
				line-height: 20px;
				margin: 0 0 0 10px;
				text-transform: uppercase;
		}
			#main_navi ul.right li.twitter a {
				background: url(images/twitter.gif) no-repeat 0 3px;
				padding-left: 21px;
		}
			#main_navi ul.right li.twitter a:hover { color: #0af; }
			#main_navi ul.right li.feed a {
				background: url(images/feed.gif) no-repeat 0 5px;
				padding-left: 15px;
		}
			#main_navi ul.right li.feed a:hover { color: #ff5a00; }
/* END div#header */
#container {
	padding: 20px 0px 20px 10px;
}
#main {
	display: block;
	float: left;
	width: 690px;
}
#main2 {
	display: block;
	float: left;
	width: 970px;
}
	.post,
	#main2 .post {
	    position: relative;
        line-height: 120%;
        position: relative;
		margin-bottom: 30px;
		padding-bottom: 15px;
		color: #333;
		background-color: #FFF;
		/*border: 1px solid #1F2223;*/
		border: 1px solid #FF5A00;
		border-radius: 5px;
		box-shadow: inset 0px 0px 5px 1px #000;
	}
	/*#main div:hover.post {
		background-color: #FFF;
    }*/
	#main .sticky { background-color: #FFF; }
	
		.post .date {
            position: absolute;
                right: -10px;
            width: 50px;
            height: 43px;
            line-height: 14px;
			margin-top: 16px;
			padding-top: 4px;
            color: #fff;
			font-size: 12px;
			font-family: "Trebuchet MS", Georgia, sans-serif;
			text-align: center;
			vertical-align: middle;
			background: url(images/date2.png) no-repeat;
		}
		.post .title {
            float: left;
			margin: 16px 15px 10px;
		}
			.post .title h2 {
                line-height: 100%;
                margin: 0px 30px 10px 0px;
                color: #FF5A00;
				font-size: 22px;
				font-weight: bold;
				font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
				letter-spacing: -1px;
			}
				.post .title h2 a { color: #FF5A00; }
				.post .title h2 a:hover { color: #D34D04; }
			.post .title .postmeta {
				font-size: 11px;
				color: #666;
				width: 580px;
				overflow: hidden;
			}
				.post .title .postmeta a {
					color: #444;
					/*border-bottom: 1px solid #131313;*/
					text-decoration: none;
				}
				.post .title .postmeta a:hover {
					color: #ff5a00;
					border-bottom: 1px solid #ff5a00;
					text-decoration: none;
				}
		.post .entry {
			margin: 0px 20px 10px 15px;
			font-size: 13px;
		}
		.entry > p > a > img { box-shadow: 3px 3px 10px -2px #333; }
		.main .post .entry {
            width: 658px;
            overflow: hidden;
		}
			.post div.no_result {
				padding: 20px;
			}
				.post div.no_result p.no_result {
					margin-bottom: 0;
				}
			.post div.entry a {
				color: #ff5a00;
				/*font-size: 12px;*/
				border: none;
				text-decoration: none;
			}
			.post div.entry a:hover {
				color: #D34D04;
				text-decoration: underline;
			}
			.post div.entry p {
				padding: 5px 0px;
				margin-bottom: 10px;
			}
			.post div.entry ul,
			.post div.entry ol {
				padding-bottom: 24px;
				margin-left: 40px;
				margin-right: 40px;
			}
			.post div.entry ul {
				list-style-type: disc;
			}
			.post div.entry ol {
				list-style-type: decimal;
			}
				.post div.entry ul li,
				.post div.entry ol li {
					padding: 1px 0;
					list-style: inside;
				}
			.post div.entry blockquote {
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 20px 10px 50px;
				margin: 0 15px 24px 15px;
				background-color: #181818;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #999;
			}
				.post div.entry blockquote p {
					margin-bottom: 8px;
				}
			.post div.entry code {
				font-family: "Courier New", mono;
				background-color: #181818;
				/*background-color: #F5F5F5;*/
				border-left: 1px solid #2a2e2f;
				color: #197b30;
				padding: 5px 10px;
				display: block;
			}
	#main div.navigation { font-size: 11px; }
		.wp-pagenavi {
			clear: both;
			color: #BFBFBF;
		}
			
			.wp-pagenavi a, .wp-pagenavi span {
				padding: 3px 8px;
				margin: 3px;
				color: #BFBFBF;
				text-decoration: none;
				border: 1px solid #BFBFBF;
            }
			
			.wp-pagenavi a:hover, .wp-pagenavi span.current {
				color: #FF5A00;
				border-color: #FF5A00;
            }
			.wp-pagenavi span.current {
				font-weight: bold;
            }

/* END div#main */

#footer {
	color: #666;
	font-size: 12px;
	background: url(images/footer_bg.gif) repeat-x;
}
	#footer div.footer_wrapper {
		width: 942px;
		margin: 0 auto;
		padding: 18px 9px;
		position: relative;
	}
		.footer_right { float: right; }
		#footer div.footer_wrapper a {
			color: #ccc;
			text-decoration: none;
		}
		#footer div.footer_wrapper a:hover {
			color: #fff;
		}
/* END div#footer */

#sidebar {
	width: 260px;
	float: left;
	margin: 0px 20px 0px 0px;
	overflow: hidden;
	color: #AAA;
	font-size: 12px;
	/*background-color: #131313;
	border: 1px solid #1f2223;*/
}
	#sidebar ul { background-color: #131313; }
	#sidebar > ul {
	   border: 1px solid #FF5A00;
	   border-radius: 7px;   
	   overflow: hidden;
   }
		#sidebar ul li h2 {
			line-height: 30px;
			padding: 5px 10px;
			color: #FF5A00;
			font-size: 16px;
			font-weight: normal;
			background: #101010 url(images/sidebar_title_bg.gif) no-repeat left bottom;
			cursor: pointer;
        }
		#sidebar ul li h2 a { color: #CCC; }
		#sidebar ul li ul {
			line-height: 20px;
			color: #EEE;
			list-style-type: none;
        }
			#sidebar ul li ul li {
				padding: 4px 10px 4px 26px;
				font-size: 14px;
				background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
			}
			#sidebar ul li ul li:hover {
				background-color: #0D0D0D;
			}
    			#sidebar ul li ul li a {
    				background: none;
    				display: inline;
    				color: #CCC;
    				line-height: 18px;
    				font-size: 14px;
    				text-decoration: none;
    			}
    			#sidebar ul li ul li a:hover,
        		#sidebar ul li.current_page_item a,
        		#sidebar ul li.current-cat a,
        		#sidebar ul li ul li.current_page_item a,
        		#sidebar ul li h2.current_page_item { color: #FF5A00; }
        		
        			#sidebar ul li ul li ul li {
        				line-height: 120%;
        				font-size: 11px;
                    }
        			#sidebar ul li ul li ul li a { line-height: 120%; }
			#sidebar #Left-Sidebar-Bottom li.widget_links ul li {
			     width: 110px;
			     float: left;
			     padding: 4px 0 4px 15px;
			}
			#Left-Sidebar-Bottom a img { border: 1px solid #FF5A00; transition: all 0.5s; }
			#Left-Sidebar-Bottom a:hover img {
			     border: 1px solid #FFF;
			     box-shadow: 0px 0px 8px #FFF;
			     transition: all 0.5s;
			 }
/* END #sidebar */
/* #sidebar menu */
#sidebar-news,
#sidebar-links,
#Left-Sidebar { margin-bottom: 20px; }
    #sidebar-news > li > ul,
    #sidebar-news > li > div,
    #sidebar-links > li > ul,
    #sidebar-links > li > div { display: none; }
    #sidebar-links li:first-child ul { display: block; }

#sidebar ul li ul li.rc a { display: inline; }

#sidebar ul li.widget_archive,
#sidebar ul li.widget_categories, 
#sidebar ul li.widget_search, 
#sidebar ul li.widget_tag_cloud div, 
#sidebar ul li.widget_text {/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}


/* calendar widget */
#sidebar ul li.widget_calendar #calendar_wrap {
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

#wp-calendar {
	color: #ccc;
	width: 95%;
	font-family: Arial, sans-serif;
}

#wp-calendar caption {
	padding: 5px;
	letter-spacing: 2px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#wp-calendar th {
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	color: #ff5a00;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar #prev {
	text-align: left;
	padding-left: 5px;
}

#wp-calendar #next {
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad {
	border-top: 1px solid #1f2223;
}

#wp-calendar #prev a, #wp-calendar #next a {
	color: #999;
}

#wp-calendar td#today {
	color: #fff;
	background-color: #101010;
	font-weight: bold;
}

/* multi-level category */
#sidebar ul li ul li ul li,
#sidebar ul li ul li ul.children li {
	background: none;
}

#sidebar ul li ul li ul li:hover,
#sidebar ul li ul li ul.children li:hover {
	background: none;
}

/* widget rss */
.widget_rss a {
	color: #ccc;
}

/* widget search */
li.widget_search {
	padding: 10px 30px;
}

li.widget_search form.searchform {
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
	position: relative;
}
	li.widget_search form.searchform .searchinput {
		position: absolute;
		  top: 5px;
		  left: 8px;
		width: 165px;
		color: #666;
		font-size: 13px;
		border: 0;
	}
	li.widget_search form.searchform .button {
		position: absolute;
		top: 0px;
		left: 175px;
		background: url(images/mag.gif) no-repeat;
		height: 25px;
		width: 25px;
		border: 0;
		cursor: pointer;
	}

/* tag cloud */
#sidebar ul li.widget_tag_cloud div {
	padding: 10px 16px;
}

#sidebar ul li.widget_tag_cloud div a {
	color: #ccc;
}

#sidebar ul li.widget_tag_cloud div a:hover {
	color: #ff5a00;
}

/* textwidget */
.textwidget {
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p {
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a {
	color: #ff5a00;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover {
	text-decoration: underline;
}

/* END modify div#sidebar */

#main #comments {
	margin-bottom: 10px;
}
	#main #comments h3 {
		float: left;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
	}
	#main #comments .add_your_comment a {
		float: right;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
	}
	#main #comments .add_your_comment a:hover {
		color: #ff5a00;
	}
#main ol.commentlist {
	font-size: 13px;
	color: #ccc;
	overflow: hidden;
}
	#main ol.commentlist li {
		margin-bottom: 15px;
		background-color: #101010;
		border: 1px solid #1f2223;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 20px 20px 15px 20px;
	}
		#main ol.commentlist li ul {
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
		}
			#main ol.commentlist li ul.children li {
				background-color: #0d0d0d;
				border-left: 1px solid #181a1b;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
			}
		#main ol.commentlist li div.vcard {
			float: left;
		}
		#main ol.commentlist li div.vcard div.left {
			width: 56px;
			margin-right: 5px;
		}
			#main ol li div.left img {
				border: 1px solid #000;
				display: block;
				height: 48px;
				width: 48px;
			}
			#main ol li div.left div.reply a {
				background: url(images/reply.gif) no-repeat 0 0;
				display: block;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
			}
			#main ol li div.left div.reply a:hover {
				background-position: 0 -17px;
			}
		#main ol.commentlist li div.right {
			float: left;
			line-height: 20px;
			width: 80%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
		}
			#main ol.commentlist li div.right p a {
				color: #ccc;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
			}
			#main ol.commentlist li div.right p a:hover {
				color: #ff5a00;
				border-bottom: 1px solid #ff5a00;
			}
			#main ol li div.right .commentmetadata {
				font-size: 12px;
				color: #999;
				border-bottom: 1px solid #181a1b;
				padding-bottom: 3px;
				margin-bottom: 8px;
			}
				#main ol li div.right .commentmetadata a {
					color: #ccc;
					text-decoration: none;
					font-weight: bold;
				}
				#main ol li div.right .commentmetadata a:hover {
					color: #ff5a00;
				}
			#main ol li div.right p {
				margin-bottom: 20px;
			}
#main .comments_navi {
	font-size: 12px;
}
	#main .comments_navi .alignleft {
		float: left;
	}
	#main .comments_navi .alignright {
		float: right;
	}
		#main .comments_navi .alignleft a, 
		#main .comments_navi .alignright a {
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
		}
		#main .comments_navi .alignleft a:hover, 
		#main .comments_navi .alignright a:hover {
			color: #ff5a00;
			background-color: #000;
		}
#main #respond {
	background-color: #101010;
	border: 1px solid #181a1b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	padding: 15px 20px;
	margin-top: 15px;
}
	#main #respond div.h3_cancel_reply {
		margin-bottom: 5px;
	}
	#main #respond h3 {
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		float: left;
		display: inline;/* fix double margin */
	}
		#main #respond span.cancel-comment-reply {
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
		}
		#main #respond span.cancel-comment-reply a {
			font-size: 12px;
			color: #999;
			text-decoration: none;
		}
		#main #respond span.cancel-comment-reply a:hover {
			color: #ff5a00;
		}
	#main #respond form#commentform {
	}
		#main #respond form#commentform p {
			font-size: 12px;
			color: #999;
			padding: 3px 0;
		}
			#main #respond form#commentform p a {
				color: #fff;
				border: 0;
			}
			#main #respond form#commentform p a:hover {
				border-bottom: 1px solid #fff;
			}
		#main #respond div.input_area {
			padding: 15px 30px;
		}
			#main #respond div .message_input {
				font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
				background-color: #eee;
				border: 2px solid #000;
				color: #333;
				font-size: 13px;
				padding: 5px;
				height: 120px;
				width: 98%;
			}
		#main #respond .user_info {
			font-size: 12px;
			line-height: 16px;
			display: block;
			padding: 0 30px;
		}
			#main #respond div.user_info div.single_field {
				display: inline;
				float: left;
				width: 33%;
			}
				label.desc {
					display: block;
					color: #999;
					padding-bottom: 4px;
				}
					label.desc abbr {
						color: #ff5a00;
						border: 0;
					}
				#main #respond .user_info input.comment_input {
					background-color: #eee;
					color: #666;
					border: 2px solid #000;
					padding: 2px 3px;
					width: 90%;
				}
		#main #respond div.submit_button {
			margin: 15px 30px 0;
		}
			#main #respond form#commentform div.submit_button input.button {
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				text-indent: -9999px;
				cursor: pointer;
				float: left;
			}
			#main #respond form#commentform div.submit_button input.button:active {
				background-position: 0 -28px;
			}
			.submit_button span.key {
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 12px;
				line-height: 16px;
				color: #333;
			}
.nocomments {
	color: #ccc;
	font-size: 16px;
}
.tags {
	margin: 2px 0px;
	padding-left: 20px;
	background: transparent url(images/ticket.gif) no-repeat top left;
}
.category {
	padding-left: 20px;
	background: transparent url(images/category.gif) no-repeat top left;
}
.comments {
	padding-left: 20px;
	background: transparent url(images/comments.gif) no-repeat top left;
}
.postmeta .comments a { color: #FF5A00 !important; }
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
	float: left;
}
	
.alignright {
	float: right;
}

img.alignleft {
	display: inline;
	margin-bottom: 2px;
	margin-right: 6px;
	padding: 3px;
}

img.alignright {
	display: inline;
	margin-bottom: 2px;
	margin-left: 6px;
	padding: 3px;
}

.wp-caption {
  border: 1px solid #1f2223;
  text-align: center;
  background-color: #0d0d0d;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  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;
  color: #ccc;
}

.post div.entry div.wp-caption p {
	margin-bottom: 3px;
	padding: 5px;
} 
.entry h2 {
	line-height: 140%;
	margin: 5px 0px 20px 0px;
	font-size: 16px;
	
}

/*------------------------ Archives Page ------------------------*/

ul.archiveslist {
	color: #ccc;
	font-size: 13px;
}

.post div.entry ul.archiveslist li a {
	color: #ccc;
}

.post div.entry ul.archiveslist li a:hover {
	color: #ff5a00;
}

/*------------------------ Links Page ------------------------*/

.linkpage {
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul {
	list-style-type: none;
}

.linkpage ul li {
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li {
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a {
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 12px;
}

.linkpage ul li ul li a:hover {
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
	color: #ff5a00;
}

.linkpage ul li h3 {
	margin-bottom: 5px;
	margin-left: 12px;
}

/*------------------------ Strong ------------------------*/

div.strong {
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 25px;
}

div.strong .keyword {
	color: #ff5a00;
}

.galleryin ul { margin: 0px !important;  padding: 0px 0px 0px 20px !important; }
.galleryin li { margin: 0px !important;  padding: 2px 0px !important; }

.galleryin ul li a { font-weight: bold; font-size: 14px; }
.galleryin ul li ul li a { font-weight: bold;  font-size: 12px; }
.galleryin ul li ul li ul li a { font-weight: normal; }
p.subscribe-to-comments {
	padding-top: 10px !important;
}
/*#linkcat-2 ul { clear: left; }
#linkcat-2 ul li {
	float: left;
}*/

/* -------------------------------------- Epay ------------------------ */
a.epay-button { border: solid  1px #FFF; background-color: Maroon; padding: 6px; color: #FFF; background-image: none; font-weight: normal; padding-left: 20px; padding-right: 20px; }
a.epay-button:hover { border: solid  1px #ABC; background-color: Maroon; padding: 6px; color: #FFF; background-image: none; font-weight: normal; padding-left: 20px; padding-right: 20px; }

a.epay { text-decoration: none; border-bottom: dotted 1px Maroon; color: Maroon; font-weight: bold; }
a.epay:hover { text-decoration: none; border-bottom: solid  1px Maroon; color: Maroon; font-weight: bold; }

table.epay-view {
	white-space: nowrap;
	background-color: #CCC;
	border-collapse: collapse;
	border-spacing: 2px;
	border: 1px solid #333;
}
table.epay-view td {
	padding: 4px;
}
/********** VIEWES **********************************************************/

td.epay-view { width: 100%; text-align: center; background-color: #DDD; }
td.epay-view-header { background-color: #666; color: #FFF; height: 30px; border-bottom: 1px solid #333; }
td.epay-view-name { width:  25%; text-align: right;  background-color: #E9E9F9; border-bottom: none;  height: 30px; }
td.epay-view-value { width:  75%; text-align: left;   background-color: #E9E9F9; border-bottom: none; white-space: normal; }

input.epay-button { border: solid  1px #FFF; background-color: Maroon; padding: 4px; color: #FFF; background-image: none; padding-left: 20px; padding-right: 20px; }
input.epay-button:hover { border: solid  1px #ABC; background-color: Maroon; padding: 4px; color: #FFF; background-image: none; padding-left: 20px; padding-right: 20px; }

.post_visited {
	padding: 10px;
	font-size: 10px;
}
/*navigation*/
#menus {padding:0;margin:0;}
#menus li {position:relative;display:block;float:left;}
#menus li a {display:block;float:left;height:30px;line-height:30px;padding: 0 20px;}
 
/*sub navigation*/
#menus ul {position:absolute;top: 30px;left:0;padding:0;} /*the top:30px command must be the same height as your parent LI so the dropdown displays below the main navigation*/
#menus ul a, #menus ul li {float:none;}

/* Members */
.members {
	margin: 10px 0px;
}
	.members td {
		padding: 3px 5px;
	}
	.members input {
		padding: 2px 5px;
		border: 1px solid #666;
		border-radius: 3px;
	}
	.members input:focus {
		border-color: #FF5A00;
	}
	.members input.button { border-color: #FF5A00; color: #FF5A00; }
	.members select {
		padding: 2px 5px;
	}
	div#container .post div.entry a.button {
		display: inline-block;
		padding: 2px 5px;
		color: #FF5A00;
		text-decoration: none;
		border: 1px solid #FF5A00 !important;
		border-radius: 3px;
	}
	.error {
		display: block;
		margin-bottom: 10px;
		padding: 15px;
		color: red;
		border: 1px solid red;
		border-radius: 7px;
	}
	.info {
		display: block;
		margin-bottom: 10px;
		padding: 15px;
		color: green;
		border: 1px solid green;
		border-radius: 7px;
	}
	.info p { margin: 0px !important; }
.members-table {
	width: 100%;
	margin: 10px 0px;
	border-top: 1px solid #999;
}
.members-table th,
.members-table td {
	padding: 2px 5px;
	border: 1px solid #999;
	border-top: 0px;
}
.members-table th {
	background: #CCC;
}
	.members-table th a {
		color: #000;
		text-decoration: none;
	}
	.members-table th a:hover {
		text-decoraion: underline;
	}
	
	.members-table td { background: #EEE; }
	.members-table .trOdd td { background: #EEE; }
	.members-table .trEven td { background: #D9D9D9; }
	.members-table tr:hover td { background: #FFF; }
.tyxo {
    width: 88px;
    margin: 10px auto;
}


.google-subscribe {}
.google-subscribe input {
    width: 90%;
    margin: 3px auto;
    padding: 3px;
    border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.small_info a { font-size: 10px; line-height: 100%;  }

.fb-like,
.wdgpo {
    position: absolute;
        top: 60px;
        right: -10px;
    width: 80px;
    height: 19px;
    background: #FFF;
    border: 1px solid #FF5A00;
    box-shadow: 2px 2px 5px -2px #000;
    border-radius: 3px;
}
.wdgpo {
        top: 90px;
    width: 60px;
    height: 20px;
}
.page .fb-like { top: 10px; }
.page .wdgpo { top: 35px; }

.post div.entry a.b2wmainlink {
	display: inline-block;
	padding: 6px 25px;
	font-size: 15px;
	font-weight: bold;
	background: #EEE;
	border: 1px solid #FF5A00;
	border-radius: 5px;
	box-shadow: 
		0px 0px 5px #000
	;
	transition: all 0.5s;
}
.post div.entry a.b2wmainlink:hover {
	text-decoration: none;
	background: #FFF;
	box-shadow: 
		0px 0px 5px #999
		
	;
	transition: all 0.5s;
}
.gb {
    position: absolute;
        top: 66px;
        right: 116px;
    display: inline;
    display: inline-block;
    width: 32px;
    height: 16px;
    background: url("images/gb.png");
    border: 1px solid #FFF;
    opacity: 0.8;
    transition: all 0.25s;
}
.gb:hover {
    opacity: 1;
    box-shadow: 0 0 5px 1px #FFF;
}