/*
Theme Name: Linkz Theme
Theme URI: http://www.linkz.net.au
Description: Wordpress theme for Linkz Incorporated.
Version: 1.0
Author: Thien Hoang Mau

	Linkz Theme 1.0

	This theme was designed specifically for Linkz Incorporated.

	Under no circumstances may this theme be used by anyone besides Linkz Incorporated members.

*/

/* CSS Document */

ul {
    list-style-type: none;
}

#blogtitle {
	background-color: white;
	margin: 2px 2px 0 2px;
	padding: 5px 10px 5px 20px;
	color: #CF6732;
}


#container {
	margin: 2px;
	padding: 0px;
	background-color: white;
}

#blogcontent {
	background-color: white;
	border-right: solid 2px #CF6732;
	width: 700px;
	clear: right;
	float: left;
	
}

#sidebar {
	padding-right: 15px;
	width: 275px;
	float: right;
	clear: right;
}

#sidebar h2 {
	color: #CF6732;
}

#footer {
	clear: both;
}

.post {

	padding: 0 20px 20px 20px;
}

.hentry h2 :visited, .hentry h2 :link {
	color: #CF6732;
	text-decoration: none;
}

.entry {
	text-align: justify;

}

.wp-caption {
	border: solid 1px #CCC;
	background-color: #E5E5E5;
	padding: 5px 1px 0 1px;
	text-align: center;
}

.wp-caption img {
	padding: 0;
	margin: 0;
}

.wp-caption-text {
	margin: 0;
	padding: 3px;
	color: #333;
}

.aligncenter {
	margin: 10px auto;
}

.postmetadata {
	margin-top: 20px;
}

#respond {
	margin: 20px;
}

#comment {
	width: 100%;
}