/*  
Theme Name: Elixir Blue
Theme URI: http://www.whalesalad.com
Description: A temporary theme to exist between Moscow and Fusion.
Version: 1.2
Author: Michael Whalen
Author URI: http://www.whalesalad.com/

Mod by: bns @ http://banasiak.me
*/

* { margin: 0; padding: 0; list-style: none; }

body {
	background: url(img/bg.png) top center repeat-y;
	color: #f0f0f0;
	font-family: "Lucida Grande","Droid Sans","Lucida Sans Regular","Lucida Sans Unicode",Verdana,Arial,sans-serif;
}

#upperBar {
	height: 20px;
	background: #01bcff;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
}                       

#content {
	float: right;
	width: 430px;
	margin-top: 20px;
}

    #content .post {
		margin-bottom: 40px;
	}
	
	#content .post h2 a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 3px 0;
		font: 30px "Droid Serif", Cambria, Arial, Helvetica, Sans-serif;
		font-weight: normal;
		letter-spacing: -1px;
	}

	#content .post h2 a:hover {
		color: #01bcff;
	}
	
	#content .post h3 {
		font-size: 12px;
		font-weight: normal;
		color: #999;
		margin-bottom: 10px;
	}
	
		#content .post h3 a {
			color: #999;
		}              
	
		#content .post h3 a:hover {
			text-decoration: none;
		}

	#content .post h4 {
		font: bold 16px/20px "Lucida Grande","Droid Sans","Lucida Sans Regular","Lucida Sans Unicode",Verdana,Arial,sans-serif;
		margin: 0 0 0.5em 0;
		letter-spacing: -1px;
		color: #D5F3FF;
	}
	
	#content .post img {
		max-width: 426px;
		margin: 10px auto;
		text-align: center;
		display: block;
	}     
	
	#content .post a img {
		border: 2px solid #000;
	}


	#content .post ul {
		margin-left: 20px !important;
		font-family: "Lucida Grande","Droid Sans","Lucida Sans Regular","Lucida Sans Unicode",Verdana,Arial,sans-serif;
		font-size: 13px;
	}
	
		#content .post ul li {
			list-style-type: circle !important;
			margin-bottom: 7px;
		}
	
			#content .post ul li a {
				color: #42adfb;
				font-weight: bold;
				text-decoration: none;
			}
	
			#content .post ul li a:hover {
				border-bottom: 1px solid #75c5ff;
			} 

    #content p,		
	#content .post p {
		font-family: "Lucida Grande","Droid Sans","Lucida Sans Regular","Lucida Sans Unicode",Verdana,Arial,sans-serif;
		margin-bottom: 1.5em;
		line-height: 1.5em;
		font-size: 13px;
		color: #f0f0f0;
		text-align: justify;
	}
	
		#content blockquote {
			margin-left: 10px;
			border-left: 3px solid #333;
			padding-left: 10px;
			font-style: italic;
		}

			#content blockquote a {
				font-style: italic !important;
			}
	
	#content p a {
		color: #42adfb;
		font: bold 13px "Lucida Grande","Lucida Sans Regular","Lucida Sans Unicode",Verdana,Arial,sans-serif;
		text-decoration: none;
	}
	
	#content p a:hover {
		border-bottom: 1px solid #75c5ff;
	} 
	
	#content small {
		font-size: 11px;
	}
	
    #content cite {
        font-size: 11px;
        color: #999;
    }
	
    #content pre {
		overflow: auto;
		margin: 0 0 1.5em 10px;
		font-size: 11px;
		font-family: "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", Monaco, monospace;
    }
	
    #content code {
		overflow: auto;
		margin: 0 0 1.5em 10px;
		font-size: 11px;
		font-family: "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", Monaco, monospace;
    }
    
	#content ol.commentlist {
		margin-top: 10px;
	}
	
	#content ol.commentlist li {
		border-top: 1px solid #333;
		margin-bottom: 10px;
	}

	#content ol.commentlist li.bns {
		border-top: 1px solid #FF005A !important;
	}	
	
		#content ol.commentlist li .commentMeta {
			width: 120px;
			float: left;
			margin-top: 5px;
			text-align: right;
		} 
		
		    #content ol.commentlist li .commentMeta img.avatar {
				margin: 7px 0 10px 0;
				padding: 1px;
				background-color: #5B5B5B;
				border: 1px solid #747474;
			}
			
			#content ol.commentlist li .commentMeta span {
				display: block;
			}
			
			#content ol.commentlist li .commentMeta span.author,
			#content ol.commentlist li .commentMeta span.author a {
				color: #CCC;    
				text-decoration: none;
				margin-bottom: 5px;
				font-size: 12px;
			}                     
			
			#content ol.commentlist li .commentMeta span.date a {
				color: #666;
				text-decoration: none;
                		font: 10px Arial, Helvetica, Sans-serif;
                		text-transform: uppercase;
			}

			#content ol.commentlist li .commentMeta span.moderate a {
                		display: block;
                		padding-top: 10px;
                		color: #42adfb !important;
                		font-size: 10px;
                		font-weight: bold;
                		text-transform: uppercase;
			}
		
		#content ol.commentlist li .commentText {
			width: 290px;
			float: right;
			padding: 5px;
			font-size: 12px;
		}

	#content h3 {
		color: #42adfb;
		margin-bottom: 10px;
	}
		

	#content #commentform input {
		width: 200px;
		padding: 3px;
		font-family: "Lucida Grande","Droid Sans","Lucida Sans Regular","Lucida Sans Unicode",Verdana,Arial,sans-serif;
		font-size: 13px;
		background: #333;
		border: 1px solid #333;
		color: #FFF;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

		#content #commentform input:focus {
			background: #363636;
		}
	
	#content #commentform textarea {
		width: 410px;
		padding: 10px;
		font-family: "Lucida Grande","Droid Sans","Lucida Sans Regular","Lucida Sans Unicode",Verdana,Arial,sans-serif;
		font-size: 13px;
		background: #333;
		border: 1px solid #333;
		color: #FFF;
		overflow: auto;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

		#content #commentform textarea:focus {
			background: #363636;
		}
	
	#content .nextprevious {
		height: 40px;
		display: block;
	} 
	
	#content .nextprevious a {
		color: #CCC;
	}               
	
	#content .nextprevious .left {
		float: left;
	}              
	
	#content .nextprevious .right {
		float: right;
	}
	
	#content .adBrite {
		display: block;
		margin-bottom: 20px;
		border: 1px solid #333;
	}

	#content .notice {
		border: 1px solid #444444;
		background: #333;
		color: #ccc;
		padding: 5px 7px;
		font-size: 12px;
		margin-bottom: 20px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		letter-spacing: -1px;
	}

		#content .notice h3 {
			font-family: Helvetica, Arial;
			font-size: 16px;
			font-weight: bold;
			color: #ccc;
		}
		
		#content .notice p {
			margin: 0;
		}

		#content .notice p a {
			color: #ccc;
			font-weight: normal !important;
			text-decoration: underline;
		}

		#content .notice p a:hover {
			border-bottom: none;
			text-decoration: none;
		}
	
    	#content .download {
		border: 2px solid #FDDC9A;
		background: #FFF3CE;
		color: #996633;
		padding: 5px 7px;
		font-size: 12px;
		margin-bottom: 20px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		letter-spacing: -1px;
    	}
    
		#content .download h3 {
			font-family: Helvetica, Arial;
			font-size: 16px;
			font-weight: bold;
			color: #996633;
		}
    
		#content .download p {
			margin: 0;
		}	
    
		#content .download p a {
			color: #996633;
			font-weight: normal !important;
			text-decoration: underline;
		}

		#content .download p a:hover {
			border-bottom: none;
			text-decoration: none;
		}
		
    	#content .releated {
		border-top: 1px solid #333;
		margin-bottom: 10px;
		margin-top: 10px;
    	}
	
    	#content .releated p {
        	margin-left: 10 px;
        	display: block;
        	font-size: 13px !important;
		margin-bottom: 1.5em;
		line-height: 1.5em;
    	}

	#content .thumb {
		float: left;
		margin: 4px 10px 7px 0 !important;
	}
		
#sidebar {
	width: 232px;
	float: left;
} 

	#sidebar #upperBox {
		background: url(img/upperBox_bg.jpg) bottom left no-repeat;
		padding: 5px 20px 10px 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	
		#sidebar #upperBox h1 {
	    		margin-bottom: 5px;
	    		font: normal 30px "Lucida Grande","Droid Sans","Lucida Sans Regular","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	    		letter-spacing: -1px;
		}
	
		#sidebar #upperBox h1 a {
			color: #FFF;
			text-decoration: none;
		}                
	
		#sidebar #upperBox a img {
			display: block;
			margin: 0 auto;
			border: none;
		}
	
		#sidebar #upperBox hr {
			border: none;
			border-top: 1px solid #2d7cb9;
			border-bottom: 1px solid #8acef3;
		}
	
		#sidebar #upperBox p {
			margin: 5px 0;
			font-size: 10px;
			text-align: center;
		}
	
		#sidebar #upperBox input {
			height: 18px;
			padding: 5px 5px 5px 25px;
			background: url(img/upperBox_search.png) top left no-repeat;
			border: 0;
			width: 160px;
			color: #9ec7eb;
			margin-top: 5px;
		}
	
		#sidebar #upperBox input:focus {
			color: #FFF;
		}
	
	#sidebar h2 {
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #FFFFFF;
	}

	#sidebar a img {
		border: none;
	}
	
	#sidebar ul {
		margin-bottom: 20px;
	}
	
		#sidebar ul li {
			font-size: 11px;
			background: url(img/bullet.png) 0 5px no-repeat;
			padding: 0 10px;
			margin: 0 0 5px 5px;
		}
	
		#sidebar ul li a {
			color: #999;
			text-decoration: none;
		}
	
		#sidebar ul li span {
			color: #666;
			margin-left: 5px;
		}
	
		#sidebar ul li a:hover {
			color: #CCC;
		}
	
		#sidebar ul#nav {
			margin: 10px 0 20px 0;
		}
	
		#sidebar ul#nav li {
			margin: 0;
			padding: 0;
		}
		
		#sidebar ul#nav li a {
			display: block;
			height: 17px;
			padding: 7px 10px;
			background: url(img/nav_off.png) 0 0 no-repeat;
			margin-bottom: 5px;
			text-decoration: none;
			font-size: 12px;
			text-transform: uppercase;
			font-weight: bold;
			color: #999;
		}
	
		#sidebar ul#nav li a:hover {
			background: url(img/nav_off.png) 0 -31px no-repeat;
		}        
	
		#sidebar ul#nav li a.active {
			background: url(img/nav_on.png) 0 0 no-repeat;
			color: #FFF;
		}

	#sidebar #footer {
    		border-top: 3px solid #444;
    		border-bottom: 1px solid #444;
    		padding: 7px 0;
    		font-size: 11px;
	}

	    	#sidebar #footer p {
	        	margin-bottom: 5px;
	        	color: #999;
	    	}
    
	    	#sidebar #footer a {
	        	color: #999;
	    	}
    
	    	#sidebar #footer a:hover {
	        	text-decoration: none;
	        	color: #CCC;
	    	}

.clearfix {
	clear: both;
}	

#AdTaily_Widget_Container div
{
  border: none !important;
  background-color: transparent !important;
}

#AdTaily_Widget_Container span
{
  display: none !important;
}

.AdTaily_Widget_Buy
{
  color: #999 !important;
  text-decoration: none !important;
  font-size: 11px !important;
}
