/*  
Theme Name: Puzzle
Theme URL: http://wingless-angel.net/
Author: Jun
Author URL: http://wingless-angel.net/
*/

* { margin: 0; padding: 0; list-style: none; border: 0px; }
table, tr, td { vertical-align: top; }

body {
        background: url(img/bg.png) top repeat;
	background-color: #967186;
	color: #FFF;
        font-size: 12px;
	font-family: "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;;
}

a, a:visited {
        color: #8b3d6d;
        text-decoration: none;
}

a:hover, a:active {
        color: #ffffff;
        text-decoration: none;
}

input, textarea {
        padding: 5px 5px 5px 5px;
        background-color: #cb66a3;
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-top: 5px;
        font-size: 12px;
	}

.date {
        text-decoration: none;
        color: #d69dbe;
}

h2 {
	border-bottom: 1px dotted #ffffff;
        color: #7c345e;
}

.meta, .meta a {
        color: #d69dbe;
}

#wrapper {
	position: relative;
	width: 988px;
	margin: 0 auto;
	text-align: left; 
}                       

#top {
	float: left;
	background: url(img/layout.png) top left no-repeat;
	width: 988px;
	height: 454px;
}

#flickr {
	position: absolute;
	left: 35px;
	top: 106px;
	width: 340px;
	height: 183px;
}

	.flickr_button {
		position: absolute;
		left: 280px;
		top: 323px;
		width: 89px;
		height: 36px;
	}

#twitter {
        position: absolute;
        left: 530px;
        top: 86px;
        width: 245px;
        height: 229px;
	color: #ebb1d4;
	font-size: 11px;
        overflow: auto;
}

	.twitter_button {
        	position: absolute;
	        left: 477px;
        	top: 325px;
       	 	width: 85px;
        	height: 32px;
	}

	#twitter ul li {
		font-size: 11px;
		background: url(img/bullet.png) 0 5px no-repeat;
		padding: 0 10px;
	}
	
	#twitter ul li a {
		color: #7c345e;
		text-decoration: none;
	}

#mid {
	float: left;
	background: url(img/bg2.png) top left repeat-y;
	width: 988px;
}

#bottom {
	float: left;
	background: url(img/bottom.png) top left no-repeat;
	width: 988px;
	height: 265px;
}

#spacer1 {
	float: left;
	width: 42px;
}

#spacer2 {
	float: left;
	width: 32px;
}

#spacer3 {
	float: right;
	width: 74px;
}

#content {
	float: right;
        width: 500px;
}
	
	#content .post h2 a {
		color: #7c345e;
		text-decoration: none;
		padding: 3px 0;
	}

	#content .post h2 a:hover {
		color: #ffffff;
	}
	
	#content .post h3 {
		font-size: 12px;
		font-weight: normal;
		color: #d69dbe;
		margin-bottom: 10px;
	}
	
	#content .post h3 a {
		color: #b77e9f;
	}              
	
	#content .post h3 a:hover {
		text-decoration: none;
	}
	
	#content .post img {
		max-width: 500px;
		margin: 10px auto;
		display: block;
		text-align: center;
	}     
	
	#content .post a img {
		border: 2px solid #7c345e;
	}
		
	#content .post ul {
		margin-left: 20px !important;
	}
	
	#content .post ul li {
		list-style-type: disc !important;
	}
	
	#content p,
	#content .post ul li {
		font: normal 12px/20px Verdana, Helvetica, Sans-serif;
		margin-bottom: 1.5em;
	}
	
		#content blockquote {
			margin-left: 10px;
			border-left: 3px solid #333;
			padding-left: 10px;
		}
	
	#content p a {
		color: #631b45;
	}
	
	#content p a:hover {
                color: #FFFFFF;
		text-decoration: none;
	} 
	
	#content small {
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    border-top: 3px solid #333;
	    border-bottom: 1px solid #333;
	    font-size: 11px;
	    color: #999;
	}
	
	
	#content .commentlist {
		width: 100%;
                padding: 5px;
	} 
	
		#content .commentMeta {
			width: 120px;
		}                    
		
		#content .commentText {
			width: 360px;
		}
	
	#content h3 {
		color: #7c345e;
		margin-bottom: 10px;
	}
	
	#content #commentform input {
		padding: 5px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content #commentform textarea {
		width: 410px;
		padding: 10px;
		font-family: Arial, Helvetica, Sans-serif;
	}
	
	#content .nextprevious {
		height: 40px;
		display: block;
	} 
	
	#content .nextprevious a {
		color: #7c345e;
	}  
        
        #content .nextprevious a:hover {
		color: #ffffff;
	}       
	
	#content .nextprevious .left {
		float: left;
	}              
	
	#content .nextprevious .right {
		float: right;
	}

#sidebar {
	float: left;
	width: 340px;
} 
	
	#sidebar input {
		height: 18px;
		padding: 5px 5px 5px 25px;
                background-color: #222222;
		border: 1px solid #ffffff;
		width: 160px;
		color: #e380a2;
		margin-top: 5px;
	}
	
	#sidebar input:focus {
		color: #FFF;
	}
	
	#sidebar h2 {
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		margin-bottom: 10px;
                color: #7c345e;
	}
	
	#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: #8b3d6d;
		text-decoration: none;
	}
	
	#sidebar ul li span {
		color: #666;
		margin-left: 5px;
	}
	
	#sidebar ul li a:hover {
		color: #FFFFFF;
	}
	
	#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;
                width: 163px;
	}
	
	#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 table {
        width: 100%;
}

#sidebar td {
        width: 190px;
        vertical-align: top;
}

#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;
    }	
	
