/*
Theme Name: Aikido Special
Theme URI: http://www.aikido.my/
Description: Aikido Theme
Version: 1.0
Author: Kimmy Sia
Author URI: http://www.genoli.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-left: 10px;
	margin-right: 10px;
}

#content {
	width: 1000px;
}

#footer {
	clear:both;
}

#rightbar {
	width: 350px;
	float:left;
}

#leftbar {
	width: 630px;
	float:right;
}

#linespace {
	height: 10px;
}

#gallery {
	float:right;
	width: 220px;
	text-align:center;
}

#postings {
	width: 410px;
	float: left;
}

.rightalign {
	float:right;
	align:right;
}

.post {
	width: 380px;
}

.navigation {
	width: 380px;
        padding-bottom: 20px;
}

a:hover {
	text-decoration: underline;
	}
a {
	text-decoration: none;	
}
.post {
       background-color: #ccc;
       padding: 10px;
}
.entry img {
	border: none;
}

.widget {
	list-style-type:none;
	margin-left: -40px;
	
}

.widget h2 {
	font-size: 12px;
}

img {
	border: none;
}

#respond {
	width: 400px;
}

.commentlist {
	width: 350px;
}

#comments {
 	width: 350px;
}