/*---Meyer's CSS reset----*/
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, input, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;} ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse;border-spacing:0;} img{margin:0;padding:0;}
/*---End Meyer's CSS Reset-----*/

body{
	width: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(templates/images/bg-repeat-square.gif) left bottom repeat fixed #111;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	}
	#bg-repeat{
		float: left;
		width: 100%;
		height: 100%;
		}

#center-header, #center-nav, #center-layout, #center-footer, #center-tag-cloud{
	margin: 0px auto;
	width: 1190px;
	padding: 0 30px 0 30px;
	}
	
	.centered-layout{
		float: left;
		width: 100%;
		}

/*--------- Header +  Navigation ---------*/	
#header-nav-container{
	float: left;
	position: fixed;
	box-shadow: 0px 0px 50px #000;
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 50px #000;
	z-index: 50000;
	}
	
	/*-------header----------*/
	#header{
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.87);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#229000000, endColorstr=#229000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#229000000, endColorstr=#229000000)";
		}
		#logo{
			float: left;
			width: auto;
			font-size: 35px;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			color: #fff;
			line-height: normal;
			padding: 9px 0 0 0;
			margin: 13px 0 0 0;
			}
		
		#header-right{
			float: right;
			width: auto;
			margin: 5px 0 5px 0;
			width: 728px;
			height: 90px;
			}
			
	/*---------top nav-------*/
	#top-nav{
		float: left;
		width: 100%;
		margin: 0;
		padding: 7px 0 1px 0;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222');
		background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#222222));
		background: -moz-linear-gradient(top,  #333333,  #222222);
		}
		
	/*------------FIRST LEVEL---------------------*/	
	#top-nav ul {
		float: left;
		width: auto;
		padding: 0;
		margin: 0;
		}
		
		#top-nav ul li{
			float: left;
			color: #fff;
			position: relative;
			margin: 2px 10px 0 0;
			padding: 0;
			}

			#top-nav ul li a{
				color: #888;
				text-decoration: none;
				font-weight: bold;
				font-size: 11px;
				text-transform: uppercase;
				text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
				position: relative;
				display: block;
				padding: 0 0 8px 0;
				}

			#top-nav ul li a:hover, #top-nav ul li a:focus{
				color:#fff;
				position: relative;
				padding: 0 0 8px 0;
				margin: 0;
				}
			
			
		

	/*---------------SECOND LEVEL-------------------*/
	#top-nav ul ul {
		visibility:hidden;
		position:absolute;
		margin: -1px 0 0 -10px;
		padding: 0;
		width: 200px;
		border: 1px solid #1e1e1e;
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
		box-shadow: 0px 5px 10px #000;
		-moz-box-shadow: 0px 5px 10px #000;
		-webkit-box-shadow: 0px 5px 10px #000;
		background: rgb(0, 0, 0);
		background: rgba(0, 0, 0, 0.9);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#230000000, endColorstr=#230000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#230000000, endColorstr=#230000000)";
		}
		
	

	/* hack for IE5.5 + */
	* html #top-nav ul ul {
		margin: 21px 0 0 0;
		}

		#top-nav ul li ul li{
			float: left;
			color: #fff;
			font-weight: normal;
			background: none;
			position: relative;
			background: none;
			width: 200px;
			padding: 0;
			margin: 0;
			border-top: 1px dotted #1b1b1b;
			}

			#top-nav ul li ul li a{
				width: 180px;
				padding: 3px 10px 3px 10px;
				margin: 1px 0 1px 0;
				float: left;
				font-weight: bold;
				position: relative;
				text-transform: none;
				text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
				font-size: 11px;
				}

			#top-nav ul li ul li a:hover, #top-nav ul li ul li a:focus{
				padding: 3px 10px 3px 10px;
				margin: 1px 0 1px 0;
				text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
				background: rgb(22, 22, 22);
				background: rgba(22, 22, 22, 0.7);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
				}
	

	/*-----------VISIBILITY / INVISIBILITY-----------------------*/
	/* make the second level visible*/
	#top-nav ul li:hover ul, #top-nav ul a:hover ul, #top-nav ul li:focus ul, #top-nav ul a:focus ul{
		visibility: visible;
		}
	
	#main-container{
		float: left;
		width: 100%;
		margin: 180px 0 0 0;
		}
		#content-container{
			float: left;
			width: 550px;
			margin: 0 30px 150px 0;
			padding: 20px 20px 0 20px; 
			list-style: none;
			border: 1px solid #1e1e1e;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			box-shadow: 0px 0px 10px #000;
			-moz-box-shadow: 0px 0px 10px #000;
			-webkit-box-shadow: 0px 0px 10px #000;
			background: rgb(0, 0, 0);
			background: rgba(0, 0, 0, 0.5);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#128000000, endColorstr=#128000000);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#128000000, endColorstr=#128000000)";
			}
			
			#content-container #content .entry-content img{
				width: 550px;
				}
			
			#content-wrapper{
				float: left;
				width: auto;
				}

#search-container{
	float: right;
	width: auto;
	margin: 0 5px 0 0;
	display: inline;
	}
	
	#content img {
		margin: 0;
		height: auto;
		max-width: 550px;
		width: auto;
	}
	#content .entry-content{
		clear: both;
		position: relative;
		margin: 0;
		padding: 0;
		}
	#content h2.entry-title{
		width: auto;
		margin: 0;
		clear: both;
		}
	#content h2.entry-title a{
		font-size: 18px;
		font-weight: normal;
		
		color: #fff;
		padding: 5px 10px 7px 10px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 50;
		background: #000;
	    background: rgb(0, 0, 0);
	    background: rgba(0, 0, 0, 0.8);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
		-moz-box-shadow: 2px 2px 5px #000;
		-webkit-box-shadow: 2px 2px 5px #000;
		box-shadow: 2px 2px 5px #000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #151515;
		}
		
	#content h2.entry-title a:hover, #content h2.entry-title a:focus{
		background: #333; 
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111', endColorstr='#222');
		background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#222));
		background: -moz-linear-gradient(top,  #111111,  #222222);
		}
	
	#content .entry-content .comments-link{
		position: absolute;
		bottom: 20px;
		right: 10px;
		font-size: 8px;
		padding: 0 7px 0 7px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		background: #fff;
		-moz-transform:rotate(-3deg);
		-webkit-transform:rotate(-3deg);
		-moz-box-shadow: 2px 2px 5px #000;
		-webkit-box-shadow: 2px 2px 5px #000;
		box-shadow: 2px 2px 5px #000;
		}
		#content .entry-content .comments-link a{
			text-decoration: none;
			color: #999;
			-moz-transform:rotate(3deg);
			-webkit-transform:rotate(3deg);
			}
			
			#content .cat-links .post-categories{
				float: left;
				width: auto;
				margin: 0;
				padding: 0;
				}
			
			#content .cat-links li{
				float: left;
				width: auto;
				margin: 0;
				padding: 0;
				font-size: 9px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				}
				#content .cat-links a{
					text-decoration: none;
					background: #222;
					padding: 2px 5px 2px 5px;
					margin: 0 5px 0 0;
					text-transform: capitalize;
					}
					#content .cat-links a:hover{
						color: #ff9414;
						background: #252525;
						}
			#content .rating{
				float: right;
				width: auto;
				text-align: right;
				}
			
			#content .tag-links{
				float: left;
				width: 550px;
				margin: 5px 0 10px 0;
				padding: 0 0 5px 0;
				border-bottom: 1px dotted #333;
				
				}
				#content .tag-links a{
					text-decoration: none;
					background: #222;
					padding: 2px 5px 2px 5px;
					margin: 0 5px 0 0;
					font-size: 9px;
					font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
					text-transform: capitalize;
					}
					#content .tag-links a:hover{
						color: #ff9414;
						background: #252525;
						}
			
			.entry-meta{
				float:  left;
				width: 100%;
				margin: 5px 0 50px 0;
				padding: 5px 0 5px 0;
				font-size: 9px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				border-top: 1px dotted #333;
				border-bottom: 1px dotted #333;
				}
				.entry-meta a, .entry-utility a{
					color: #888;
					text-decoration:none;
					}
					.entry-meta a:hover{
						color: #ff4b33;
						color: #ff6600;
						border-bottom: 1px dotted #ff6600;
						}
			
			#author-avatar img{
				width: auto;
				}
				
/********************************/
/******** RIGHT COLUMN **********/
#right-column{
	float: left;
	margin: 0 0 150px 0;
	padding: 20px 10px 0 20px; 
	list-style: none;
	color: #fff;
	border: 1px solid #1e1e1e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#128000000, endColorstr=#128000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#128000000, endColorstr=#128000000)";
	}




		
	#right-column #right-column-container{
		float: right;
		width: 250px;
		padding: 0 10px 0 0;
		display: inline;
		}
	#right-column #left-column-container{
		float: left;
		width: 250px;
		}
			
	#right-column div.box{
		float: left;
		width: 250px;
		padding: 0 0 40px 0;
		}
	#right-column #right-column-container div.box{
		width: 260px;		
		}
		
	
	#right-column .titles, #right-column #links h2{
		float: left;
		width: 250px;
		font-weight: normal;
		font-size: 16px;
		color: #fff;
		text-shadow: 0 -1px 0 #000;
		-moz-text-shadow: 0 -1px 0 #000;
		-webkit-text-shadow: 0 -1px 0 #000;
		padding: 0 0 5px 0;
		border-bottom: 1px dotted #333;
		margin: 0 0 10px 0;
		}
	
	/*--------- Ads ---------*/
	.bigad{
		float:left;
		width: 250px;
		height: 200px;
		background: #222;
		color: #666;
		font-size: 11px;
		margin: 0 0 10px 0;
		text-align: center;
		}
		.mediumad{
			float: left;
			width: 120px;
			height: 120px;
			background: #222;
			color: #666;
			margin: 0 10px 10px 0;
			font-size: 11px;
			line-height: 120px;
			text-align: center;
			}
		.miniad{
			float: left;
			width: 16px;
			height: 16px;
			background: #222;
			margin: 0 10px 10px 0;
			}
		.last{
			margin: 0 0 10px 0;
			}
		
		
	/*--------- Your Say -------*/
	#right-column .your-say{
		float: left;
		width: 250px;
		margin: 0 0 10px 0;
		}
		#right-column .your-say .zone-image{
			float: left;
			width: 60px;
			height: 60px;
			padding: 2px;
			border: 1px dotted #333;
			margin: 0 5px 0 0;
			}
			.your-say a{
				text-decoration: none;
				border-bottom: none;
				}
			.your-say  a img{
			  filter:alpha(opacity=50);
			  opacity:0.5;
				}
				.your-say  a:hover img{
				  filter:alpha(opacity=100);
				  opacity:1; 
					}
					
		#right-column .your-say .zone-description{
			float: left;
			width: 173px;
			padding: 2px;
			border: 1px dotted #333;
			margin: 0;
			}
			#right-column .your-say a .title{
				float: left;
				width: 163px;
				height: 53px;
				padding: 2px 5px 5px 5px;
				font-size: 11px;
				color: #666;
				text-decoration: none;
				background: rgb(44, 44, 44);
				background: rgba(44, 44, 44, 0.5);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
				}
			#right-column .your-say a:hover .title {
				color: #999;
				background: rgb(44, 44, 44);
				background: rgba(44, 44, 44, 0.7);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
				}
			
			#right-column .your-say .title{
				float: left;
				width: 163px;
				height: 53px;
				padding: 2px 5px 5px 5px;
				font-size: 11px;
				color: #666;
				text-decoration: none;
				background: rgb(44, 44, 44);
				background: rgba(44, 44, 44, 0.5);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
				}
				#right-column .your-say .title a{
					color: #666;
					}
				#right-column .your-say .title a.username{
					font-size: 15px;
					color: #aaa;
					}
				#right-column .your-say .title a.usersite{
					font-size: 10px;
					}
				#right-column .your-say .title a:hover{
						color: #f60;
						border-bottom: 1px dotted #f60;
						}
	
	#right-column ul{
		float: left;
		width: 250px;
		margin: 0px;
		padding: 0;
		}	
	
	#right-column ul li{
		float: left;
		display:inline;
		width: 250px;
		position: relative;
		margin: 0 0 20px 0;
		padding: 0;
		}
		
		/*--------- Links ----------*/
		#right-column #links{
			padding: 0;
			}
		#right-column #links ul li{
			margin: 0;
			font-size: 11px;
			width: 250px;
			}
			#right-column #links ul li a{
				color: #6e6e6e;
				padding: 1px 0 1px 0;
				}
			#right-column #links ul li a:hover{
				color: #ff6600;
				border-bottom: 1px dotted #ff6600;
				}
		#right-column #links .blogroll{
			margin: -5px 0 0 0;
			padding: 0 0 40px 0;
			}
			
			
	#right-column ul li img{
		float: left;
		position: relative;
		}
	#right-column ul li a, #right-column ul li a:hover, #right-column ul li a:focus{
		text-decoration: none;
		}
	#right-column ul li a span.wpp-post-title{
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		
		color: #fff;
		padding: 4px 8px 4px 8px;
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 50;
		background: #000;
	    background: rgb(0, 0, 0);
	    background: rgba(0, 0, 0, 0.8);
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
		-moz-box-shadow: 2px 2px 5px #000;
		-webkit-box-shadow: 2px 2px 5px #000;
		box-shadow: 2px 2px 5px #000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #151515;
		}
		
	#right-column ul li a span.wpp-post-title:hover, #right-column ul li a span.wpp-post-title:focus{
		background: #333;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111', endColorstr='#222');
		background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#222));
		background: -moz-linear-gradient(top,  #111111,  #222222);
		}
	
	/*------------ Article/artwork submission container -------------*/
	#submission-container{
		float: left;
		width: 230px;
		background: #333;
		font-size: 11px;
		color: #ccc;
		padding: 10px
		}
		#submission-container #open_submission{
			text-decoration: none;
			color: #ccc;
			border-bottom: 1px dotted #ccc;
			font-style: italic;
			}
			#submission-container #open_submission:hover{
				text-decoration: none;
				color: #f60;
				border-bottom: 1px dotted #f60;
				font-style: normal;
				}
		#submission_form{
			float: left;
			width: 230px;
			margin: 10px 0 0 0;
			border-top: 1px dotted #666;
			padding: 10px 0 0 0;
			display: none;
			}
			#right-column #submission_form li{
				float: left;
				width: 230px;
				margin: 0 0 5px 0;
				padding: 0;
				display:inline;
				}
			#submission_form li label{
				float: left;
				width: auto;
				margin: 0 5px 0 0;
				padding: 0;
				display: inline;
				}
			#submission_form li label .required{
				color: #F60;
				}
			#submission_form li input{
				float: right;
				width: 140px;
				margin: 0;
				padding: 0;
				}
			#submission_form li textarea{
				float: left;
				width: 228px;
				height: 80px;
				margin: 0;
				padding: 0;
				}
			#submission_form li input.submit_button{
				float: right;
				width: 52px;
				height: 19px;
				text-indent: -9999px;
				margin: 0;
				padding: 0;
				background: #f60;
				color: #fff;
				text-transform: uppercase;
				background: url(templates/images/send.png) left top no-repeat;
				cursor: pointer;
				}
			
			#submission_form .wpcf7-response-output{
				float: left;
				width: 216px;
				margin: 0;
				padding: 3px 5px 3px 5px;
				}
				.wpcf7-not-valid-tip{
					width: 200px !important;
					font-size: 10px !important;
					background: #C00 !important;
					color: #fff;
					border: none;
					width: 140px !important;
					}
		
		
		/*----------------- Popular recent rates ----------------*/
		#right-column #popular-recent-rates{
			float: left;
			width: 250px;
			padding: 0;
			border: none;
			border-radius: 0;
			background: transparent !important;
			}
			#right-column #popular-recent-rates ul{
				float: left;
				width: 250px;
				margin: 0px 0px 20px 0px;
				padding: 0;
				background: transparent;
				border: none;
				}
				#right-column #popular-recent-rates ul li{
					float: left;
					width: auto;
					margin: 0 5px 0 0;
					padding: 0;
					border: none;
					background: transparent;
					}
				
					#right-column #popular-recent-rates ul li a{
						float: left;
						width: auto;
						margin: 0;
						padding: 3px 5px 3px 5px;
						font-size: 9px;
						font-weight: normal;
						background: rgb(44, 44, 44);
						background: rgba(44, 44, 44, 0.5);
						filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
						-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;
						border: 1px dotted #333;
						text-shadow: 0 0 1px rgba(0, 0, 0, 1);
						}
					
					#right-column #popular-recent-rates ul li a:hover, #right-column #popular-recent-rates ul li a:focus{
						color: #999;
						border: 1px solid #333;
						background: rgb(44, 44, 44);
						background: rgba(44, 44, 44, 0.7);
						filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
						-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
						}
						
			#right-column #popular-recent-rates div{
				float: left;
				width: 250px;
				margin: 0;
				padding: 0;
				border: none;
				}
				#right-column #popular-recent-rates div ul li{
					float: left;
					width: 250px;
					margin: 0 0 10px 0;
					padding: 0;
					border: none;
					  filter:alpha(opacity=50);
					  opacity:0.5;
					}
					#right-column #popular-recent-rates div ul li a{
						float: left;
						width: 250px;
						margin: 0;
						padding: 0;
						border: none;
						}
					#right-column #popular-recent-rates div ul li a:hover, #right-column #popular-recent-rates div ul li a:focus{
						float: left;
						width: 250px;
						margin: 0;
						padding: 0;
						border: none;
						}
			
			/*--- Become an author, view authors -----*/
			#become-author{
				float: right;
				}
			#view-all-authors{
				float: left;
				width: auto;
				color: #6E6E6E;
				font-size: 11px;
				padding: 0;
				text-decoration: none;
				}
				#view-all-authors:hover, #view-all-authors:focus{
					color: #ff6600;
					border-bottom: 1px dotted #ff6600;
					}
	
		

/************** Search top **************/
#search-container #be-social{
	float: left;
	width: auto;
	margin: 0;
	padding: 2px 10px 3px 0;
	border-right: 1px dotted #000;
	font-size: 11px;
	}
	#search-container #be-social a{
		float: left;
		width: 16px;
		height: 16px;
		margin: 0 5px 0 0;
		padding: 0;
		text-indent: -9999px;
		background-position: left bottom;
		}
	#search-container #be-social a:hover, #search-container #be-social a:focus{
		background-position: left top;
		}
	#search-container #be-social a.delicious{
		background-image: url(templates/images/icons/delicious.png);
		}
	#search-container #be-social a.facebook{
		background-image: url(templates/images/icons/facebook.png);
		}
	#search-container #be-social a.diggit{
		background-image: url(templates/images/icons/digg.png);
		}
	#search-container #be-social a.stumbleupon{
		background-image: url(templates/images/icons/stumbleupon.png);
		}
	#search-container #be-social a.rss{
		background-image: url(templates/images/icons/rss.png);
		}
	#search-container #be-social a.twitter{
		background-image: url(templates/images/icons/twitter.png);
		}

#searchform {
	float: left;
	border-left: 1px dotted #444;
	padding: 0 0 0 10px;
	}

#searchform label.screen-reader-text{
	font-size: 11px;
	color: #fff;
	float: left;
	margin: 0 5px 0 0;
	width: auto;
	display: inline;
	text-indent: 0;
	padding: 2px 0 0 0;
	}
#searchform input#s{
	font-size: 10px;
	color: #fff;
	float: left;
	margin: 0;
	width: 131px;
	
	border: 1px solid #444;
	
	background: #2d2d2d; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#383838'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#383838)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #2d2d2d,  #383838); /* for firefox 3.6+ */
	padding: 2px;
	height: 14px;
	}
	#searchsubmit{
		float: left;
		width: 64px;
		height: 19px;
		font-size: 0;
		text-indent: -9999px;
		background: url(templates/images/search.gif);
		margin: 0 0 0 5px;
		display: inline;
		cursor: pointer;
		}



/*------------- Single post ------------------*/
#content .post h1.entry-title{
	float: left;
	color: #ccc;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 10px 0;
	width: 550px;
	margin: 0 0 5px 0;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 1);
	border-bottom: 1px dotted #333;
	}
.post .entry-content{
	width: 550px;
	}
.post .entry-content img{
	float: left;
	margin: 0 0 10px 0 !important;
	}
.post .entry-content p{
	color: #ccc;
	font-size: 13px; 
	font-weight: normal;
	line-height: 15px;
	text-align: justify;
	}
.post .entry-content object, .post .entry-content iframe{
	float: left;
	width: 550px !important;
	margin: 0 0 10px 0 !important;
	}
.post .entry-content a{
	color: #ff9414;
	text-decoration: none;
	}
.post .entry-content a:hover, .post .entry-content a:focus{
	color: #ff6600;
	border-bottom: 1px dotted #ff6600;
	}
.post .entry-content strong{
	color: #999;
	}
.post .entry-content .social-sharing{
	float: left;
	width: 550px;
	padding: 25px 0 5px 0;
	}
.post .entry-content .fb-tweet{
	float: left;
	padding: 0;
	width: 450px !important;
	}
.post .entry-content .tweetmeme_button iframe{
	width: 100px !important;
	}
	.post .entry-content .gplus{
		float: left;
		padding: 3px 0 0 0;
		margin: 0;
		}
.post .tweetmeme_button{
	float: left;
	width: 100px !important;
	padding: 2px 0 0 0;
	margin: 0 !important;
	}

.post .entry-content .fb-count{
	float: right !important;
	width: auto !important;	
	display: block !important;
	}
	.post .entry-content .fb-count iframe{
		width: 90px !important;
		}
	
	.post .entry-utility .entry-meta-single{
		float: left;
		width: 550px !important;
		margin: -10px 0 5px 0 !important;
		}
		.post .entry-utility .entry-meta .rating{
			margin: 1px 0 0 0 !important;
			padding: 0 !important;
			float: right !important;
			width: auto !important;	
			display: block !important;
			}
        .star-rates{
		float: left;
		width: auto !important;
		margin: 3px 0 0 0;
		}
		.star-rates img{
			width: auto !important;
			}
		.rate-this{
			/*background: none repeat scroll 0 0 #FF9414;
   			border: 1px solid #FF6600;
			border-radius: 5px 5px 5px 5px;
			line-height: 10px;
			font-weight: normal;
			margin: 0 5px 0 0;*/
			
			padding: 2px 10px 3px 0;
			margin: 0 0 0 -15px;
			float: left;
			font-size: 11px;
			text-shadow: 0 0 1px #000000;
			width: auto;
			color: #FFFFFF;
			text-shadow: 0 0 1px #000000;
			}
	
	
	.feeds{
		float: right;
		width: auto;
		font-size: 10px;
		padding: 0;
		margin: 0;
		height: auto;
		}
		.post .feeds ul{
			float: left;
			padding: 0;
			margin: 0 !important;
			}
			.post .feeds ul li{
				float: left;
				padding: 0 3px 0 0;
				display: inline;
				margin: 0;
				}
		.post .feeds .rss{
			padding: 0 0 1px 20px;
			margin: -1px 0 0 0;
			text-indent: 0px;
			width: auto;
			background-repeat: no-repeat;
			text-decoration:none;
			background-position: left -15px;
			}
		.post .feeds a.rss:hover, .post .feeds a.rss:focus{
			background-position: left 1px;
			}
		
		.feeds a{
			float: left;
			width: 16px;
			height: 16px;
			margin: 0;
			padding: 0;
			text-indent: -9999px;
			background-position: left bottom;
			}
		.feeds a:hover, .feeds a:focus{
			background-position: left top;
			tex-decoration: none;
			color: #ff6600;
			border: none;
			}
		
		.feeds a.delicious{
			background-image: url(templates/images/icons/delicious.png);
			}
		.feeds a.facebook{
			background-image: url(templates/images/icons/facebook.png);
			}
		.feeds a.diggit{
			background-image: url(templates/images/icons/digg.png);
			}
		.feeds a.stumbleupon{
			background-image: url(templates/images/icons/stumbleupon.png);
			}
		.feeds a.rss{
			background-image: url(templates/images/icons/rss.png);
			}
				
				
	
	.related-posts-title{
		float: left;
		width: 550px;
		margin: 40px 0 5px;
		border-bottom: 1px dotted #333;
		font-size: 18px;
		color: #ccc;
		padding: 0 0 5px 0;
		}
	
	#related-posts-container{
		float: left;
		width: 560px;
		margin: 10px 0 20px 0;
		}
		#related-posts-container a{
			float: left !important;
			text-decoration: none;
			color: #999;
			border: 1px dotted #222;
			margin: 0 10px 10px 0 !important;
			border-right: 1px dotted #222 !important;
			border-bottom: 1px dotted #222 !important;
			padding: 0 !important;
			width: 268px !important;
			height: 98px !important;
			background: rgb(44, 44, 44);
			background: rgba(44, 44, 44, 0.5);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
			}
			#related-posts-container a div{
				float: left;
				text-decoration: none;
				color: #444;
				text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
				padding: 0 !important;
				margin: 4px !important;
				font-size: 10px;
				text-align: center;
				}
			
			#related-posts-container a:hover{
				background: #000;
				}
		
		
		/*----- General input ----*/
		input[type="text"],textarea {
			background: #f9f9f9;
			border: 1px solid #ccc;
			box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
			-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
			-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
			padding: 2px;
		}
		
		/*--------- Single post - comments -------*/
		h3#comments-title{
			border-bottom: 1px dotted #333333;
			color: #CCCCCC;
			float: left;
			font-size: 18px;
			font-weight: normal;
			margin: 40px 0 30px 0;
			width: 550px;
			clear: both;
			padding: 0;
			display: block;
			}
			
			.commentlist{
				float: left;
				width: 550px;
				color: #777777;
				font-size: 11px;
				font-weight: normal;
				line-height: 15px;
				text-align: justify;
				}
				
				.commentlist li.comment{
					float: left;
					width: 550px;
					margin: 0 0 30px 0;
					padding: 0;
					border: none;
					}
					.commentlist li.comment div{
						float: left;
						}

			.commentlist .avatar-container{
				float: left;
				margin: 0 5px 0 0;
				}
				.commentlist .avatar-container img{
				float: left;
				display: inline;
				border: 1px dotted #333;
				padding: 2px;
				margin: 0;
				}
			.comment-author{
				float: left;
				width: 490px;
				}
			.comment-author .fn{
				float: left;
				font-size: 20px;
				font-weight: normal;
				width: auto;
				margin: 0;
				padding: 2px 0 5px 0;
				line-height: 15px;
				font-style: normal;
				}
				.comment-author .fn a{
					font-style: italic;
					text-decoration: none;
					color: #777;
					}
				.comment-author .fn a:hover{
					color: #ff6600;
					}
			
			.comment-meta{
				float: left;
				font-size: 10px;
				margin: 0;
				pading: 0;
				line-height: 16px;
				width: 490px;
				}
			
			.comment-body{
				float: left;
				width: 530px;
				clear: both;
				margin: 5px 0 0 0;
				padding: 10px 10px 5px 10px;
				background: none repeat scroll 0 0 rgba(44, 44, 44, 0.7);
				border: 1px dotted #222;
				border-radius: 5px 5px 5px 5px;
				font-size: 12px;
				text-shadow: 0 0 1px #000000;
				}
				.comment-body a{
					color: #FF9414;
					text-decoration: none;
					}
					.comment-body a:hover, .comment-body a:focus{
						color: #f60;
						border-bottom: 1px dotted #f60;
						}
		
		/*---- Reply form ------*/
		#respond{
			float: left;
			width: 550px;
			border: none;
			margin: 0;
			padding: 0;
			}
			#respond h3#reply-title{
				border-bottom: 1px dotted #333333;
				clear: both;
				color: #CCCCCC;
				display: block;
				float: left;
				font-size: 18px;
				font-weight: normal;
				margin: 20px 0 0 0;
				padding: 0 0 5px 0;
				width: 550px;			
				}
			#respond .required {
				color: #ff4b33;
				font-weight: bold;
				}
			
			#respond #commentform{
				float: left;
				width: 530px;
				clear: both;
				margin: 10px 0 20px 0;
				padding: 10px;
				background: none repeat scroll 0 0 rgba(44, 44, 44, 0.7);
				border: 1px dotted #222;
				border-radius: 5px 5px 5px 5px;
				font-size: 12px;
				text-shadow: 0 0 1px #000000;
				}
				
				#respond #commentform .comment-notes, #respond #commentform .form-allowed-tags{
					display: none;
					}
					
				#commentform #inputs{	
					float: left;
					width: 220px;
					margin: 0;
					}
					#commentform #inputs p{	
						float: left;
						width: 220px;
						margin: 0 0 15px 0;
						}
					#commentform label{	
						float: left;
						width: auto;
						margin: 0;
						padding: 0;
						line-height: 18px !important;
						color: #999;
						font-weight: bold;
						}
						#commentform span.required{
							float: left;
							line-height: 14px !important;
							padding: 0;
							margin: 0;
							}
					#commentform #inputs input{	
						float: right;
						width: 215px;
						margin: 1px 0 0 0;
						font-size: 12px;
						padding: 2px;
						line-height: 18px !important;
						height: 18px;
						}
				
					#commentform #comment-container{
						float: right;
						width: 280px;
						}
				#commentform textarea{	
					float: left;
					width: 274px;
					margin: 0;
					height: 134px;
					line-height: 18px !important;
					}
					
					#commentform .form-submit{
						float: right;
						margin: 10px 0 0 0;
						padding: 0;
						text-align: right;
						}
						#commentform .form-submit #submit{
							float: right;
							width: 107px;
							height: 19px;
							font-size: 0;
							text-indent: -9999px;
							background: url(templates/images/send-comment.png);
							margin: 0;
							display: inline;
							cursor: pointer;
							}
				.comment-status{
					display: none;
					}
			
					
				
/*-------  Facebook ----------*/
#facebook{
	float: left;
	width: 250px;
	padding: 0 !important;
	margin: 0 0 20px 0;	
	}

.FB_fan{
	float: left;
	width: 250px;
	margin: 0;
	padding: 0; 
	
	}
				



				
/*----- Search results, categories results, authors-----*/
#content h1.page-title{
	font-size: 25px;
	font-weight: normal;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #333;
}


.page .entry-content p{
	line-height: 24px;
	padding: 0 0 30px 0;
	}

/*-- Become an author page ---*/
#content h1.entry-title{
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #333;
	}
	
	#wpcf7-f2-p3457-o1, #wpcf7-f2-p4554-o1{
		float: left;
		width: 510px;
		background: #333;
		font-size: 11px;
		color: #ccc;
		padding: 20px 20px 10px 20px;
		margin: 0 0 20px 0;
		}
		
			#wpcf7-f2-p3457-o1 li, #wpcf7-f2-p4554-o1 li{
				float: left;
				width: 510px;
				margin: 0 0 5px 0;
				padding: 0;
				display:inline;
				}
			#wpcf7-f2-p3457-o1 li label, #wpcf7-f2-p4554-o1 li label{
				float: left;
				width: auto;
				margin: 0 5px 0 0;
				padding: 0;
				display: inline;
				}
			#wpcf7-f2-p3457-o1 li label .required, #wpcf7-f2-p4554-o1 li label .required{
				color: #F60;
				}
			#wpcf7-f2-p3457-o1 li input, #wpcf7-f2-p4554-o1 li input{
				float: right;
				width: 340px;
				margin: 0;
				padding: 2px;
				font-size: 13px;
				}
			#wpcf7-f2-p3457-o1 li textarea, #wpcf7-f2-p4554-o1 li textarea{
				float: right;
				width: 340px;
				height: 100px;
				margin: 0;
				padding: 0 2px 2px 2px;
				font-size: 13px;
				}
			#wpcf7-f2-p3457-o1 li input.submit_button, #wpcf7-f2-p4554-o1 li input.submit_button{
				float: right;
				width: 52px;
				height: 19px;
				text-indent: -9999px;
				margin: 0;
				padding: 0;
				background: #f60;
				color: #fff;
				text-transform: uppercase;
				background: url(templates/images/send.png) left top no-repeat;
				cursor: pointer;
				}
			#wpcf7-f2-p3457-o1 img, #wpcf7-f2-p4554-o1 img{
				width: auto !important;
				border: 1px solid red;
				
				}
			#wpcf7-f2-p3457-o1 .wpcf7-response-output, #wpcf7-f2-p4554-o1 .wpcf7-response-output{
				float: left !important;
				clear: both !important;
				width: 500px;
				margin: 10px 0 10px 0;
				padding: 3px 5px 3px 5px;
				display: inline !important;
				}
				.wpcf7-not-valid-tip{
					width: 200px !important;
					font-size: 10px !important;
					background: #C00 !important;
					color: #fff;
					border: none;
					width: 140px !important;
					}
	

/*-------------------------Pagination-----------------------*/
.pagination{
	float: left;
	width: 550px;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
	.pagination li{
		display: inline;
		float: left;
		font-size: 12px;
		margin: 0 5px 0 0;
		}
	
		.pagination li .current{
			float: left;
			color: #fff;
			border: 1px dotted #333;
			padding: 0;
			margin: 0;	
			}
			.pagination li .current .angle{
				float: left;
				background: #ff9414;
				padding: 2px 6px 2px 6px;
				margin: 1px;
				line-height: 12px;
				border: 1px solid #F60;
				}
				
				
		.pagination li a{
			float: left;
			text-decoration: none;
			color: #999;
			border: 1px dotted #333;
			padding: 0;
			margin: 0;	
			}
			.pagination li a .angle{
				float: left;
				background: rgb(44, 44, 44);
				background: rgba(44, 44, 44, 0.5);
				filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
				padding: 2px 6px 2px 6px;
				margin: 1px;
				line-height: 12px;
				border: 1px solid #222;
				}
			
			.pagination li a:hover .angle{
				float: left;
				background: #ff9414;
				padding: 2px 6px 2px 6px;
				margin: 1px;
				line-height: 12px;
				border: 1px solid #F60;
				color: #fff;
				}
			

/*---------------------------Footer------------------------*/
#footer{
	float: left;
	width: 100%;
	background: #333;
	margin: 0;
	border-top: 1px solid #000;
	background: url(templates/images/footer-bg-repeat.jpg) left top repeat;
	}
#patchwork{
	float: left;
	width: 100%;
	background: #333;
	margin: 130px 0 0 0;
	border-top: 1px solid #000;
	background: url(templates/images/footer-bg-repeat.jpg) left top repeat;
	}
	#footer-top{
		float: left;
		width: 100%;
		background: #333;
		margin: 0;
		border-top: 1px solid #1e1e1e;
		background: url(templates/images/footer-bg-repeat-top.jpg) left top repeat-x;
		}
		
		#center-footer{
			margin: 0px auto;
			width: 1150px;
			}
		
			
			#random-posts{
				float: left;
				width: 1140px;
				padding: 50px 0 50px 0;
				border-bottom: 1px solid #000;
				}
			#random-posts div{
				float: left;
				text-decoration: none;
				color: #999;
				border: 1px dotted #333;
				margin: 4px;	
				}
				#random-posts div a{
					float: left;
					text-decoration: none;
					color: #444;
					text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
					}
					#random-posts div img{
					float: left;
					/*width: 100px;
					height: 100px;*/
					padding: 2px;
					filter:alpha(opacity=50); 
					opacity:0.5;
					}
					#random-posts div span{
					float: left;
					width: 98px;
					height: 98px;
					margin: 2px;
					font-size: 10px;
					text-align: center;
					background: rgb(44, 44, 44);
					background: rgba(44, 44, 44, 0.5);
					filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222);
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#180222222, endColorstr=#180222222)";
					line-height: 100px;
					border: 1px solid #222;
					}
					
					#random-posts div a:hover span{
						float: left;
						background: #ff9414;
						border: 1px solid #F60;
						color: #fff;
						text-shadow: none;
						}
		
		
		#tag-cloud{
			float: left;
			border-top: 1px solid #2c2c2c;
			padding-top: 30px;
			padding-bottom: 30px;
			position: relative;
			}
			
			#tag-cloud a{
				text-decoration: none;
				color: #444;
				text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
				}
				#tag-cloud a:hover, #tag-cloud a:focus{
					text-decoration: none;
					color: #999;
					text-shadow: 0 -1px 0 rgba(0, 0, 0, .8);
					}
		
	#colophon{
		border: none;
		}
		






/*--------------------------Extra footer--------------------*/
#extra-footer{
	float: left;
	font-size: 9px;
	width: 100%;
	border-top: 1px dotted #222;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#128000000, endColorstr=#128000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#128000000, endColorstr=#128000000)";
	}
	#extra-footer .footer-left{
		float: left;
		width: auto;
		padding: 4px 0 4px 7px;
		}
	#extra-footer .footer-right{
		float: right;
		width: auto;
		padding: 4px 7px 4px 0;
		}
	#extra-footer a{
		font-weight: normal;
		color: #666;
		padding: 0;
		text-decoration: none;
		}
	#extra-footer a:hover, #extra-footer a:focus{
		color: #fff;
		}

/*---------------Author--------------*/
#author-avatar{
	float: left;
	margin: 0 10px 25px 0;
	border: 1px dotted #333;
	}
	#author-avatar img{
		float: left;
		width: 80px;
		height: 80px;
		padding: 2px;
		}
#author-description{
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 20px 0;
	color: #777;
	}
	#author-description a{
		color: #FF9414;
		text-decoration: none;
		}
		#author-description a:hover, #author-description a:focus{
			color: #ff6600;
			border-bottom: 1px dotted #ff6600;
			}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre{-webkit-text-size-adjust:140%;}
code{-webkit-text-size-adjust:160%;}
#access,.entry-meta,.entry-utility,.navigation,.widget-area{-webkit-text-size-adjust:120%;}
#site-description{-webkit-text-size-adjust:none;}


/* Amazon adverts */
.popmake-overlay{
	background:rgba(0,0,0,.85) !important;
}
.popmake-title{
	display:none !important;
}
.popmake-close{
	color: #fff !important;
	background:#000 !important;
}

