/* PLUGINS */

/* alert */
.not-found{
	font-family: Georgia, cursive;
	text-shadow: 2px 1px 0 #000;
	text-align: center;	
}

.not-found h2{
	font: bold italic 40px Times, Georgia, cursive;
	text-shadow: 3px 3px 2px #000;
	color: #ddd;	
}

.not-found p{color: #fff;}
.not-found p a:hover{border-bottom: 1px dotted #fff;}

/* Google */
#google-adsense{margin-bottom: 10px;}

/* addthis */
.addthis_toolbox{float: right;}

/* WP PageNavi (plugin) */
.wp-pagenavi{
	clear: both;
	margin-bottom: 0;
	padding: 4px 5px;
	border: 1px solid #131313;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: rgba(0,0,0,0.3); 
	font: bold 13px "Trebuchet MS", Tahoma, sans-serif;
}

.wp-pagenavi .pages {
	margin: 2px 3px 2px 0;
	font-style: italic;
}

.wp-pagenavi .current {
	margin: 2px;
	padding: 1px 6px;
	border: 1px solid #222;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: url(../images/bg-article.png) repeat-x #000;
	font-weight: bold;
	color: #fff;
}

.wp-pagenavi a {
	margin: 0 2px;
	padding: 0px 5px;
	font-style: italic;
	border: 1px solid #222;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	background: url(../images/bg-article.png) repeat-x #000;
}

.wp-pagenavi a:hover {background: url(../images/bg-article.png) repeat-x #000; border: 1px solid #fff;}

/* WP Email */
.WP-EmailIcon {padding: 0; margin: 0; border: none;}

/* Comment License */
.comment_license {font-style: italic;}

/* WP Stats */
img#wpstats {
	overflow: hidden !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* Easy Contact */

.wpcf7 {font-weight: bold;}

.wpcf7 h1{margin-bottom: 5px; color: #333;}

.wpcf7 p{margin-bottom: 10px; color: #fff;}

.wpcf7 textarea{font: 14px Arial; width: 450px;}

.wpcf7 input[type="text"]{height: 20px;}

.wpcf7  input[type="submit"]{
	margin-bottom: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #788400;
	padding: 1px;	
	background: url(../images/bg-comment-button.png) repeat-x #c4d612;
	color: #000; 
	font: bold 13px Arial, sans-serif;
}

.wpcf7  input[type="submit"]:hover{
	cursor: pointer; 
	border: 1px solid #555;
	background: url(../images/bg-comment-button.png) repeat-x #bcbcbc;	
	color: #222;
}

#idc-container{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	background:url("../images/bg-transparent.png") repeat scroll 0 0 transparent;
	border:1px solid #131313;
	clear:both;
	margin-bottom:0;
	padding:4px 5px
}


