/*  
Theme Name: Orblicity
Theme URI: http://www.xeroy.net
Description: Fusion of a single orb and simplicity. xeroy v2009.
Author: Leroy 'xeroy' Chan
Author URI: http://www.xeroy.net
*/

body {
	background-color: white;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #3a3a3a;
	margin: 0px;
	padding: 0px;
}

/* HyperLinks Style */
a:link {
   text-decoration: none;
   color: #4a94c1;
   font-weight: bold;
}

a:visited {
   text-decoration: none;
   color: #4a94c1;
   font-weight: bold;
}

a:hover {
   text-decoration: underline;
}

a:active {
   text-decoration: none;
   color: #4a94c1;
   font-weight: bold;
}

/* Main */
.HeaderBG {
	background-image: url(images/header_tile.jpg);
	background-repeat: repeat-x;
	height: 50px;
}

.HeaderLogo {
	/*background-image: url(images/header_logo.jpg);*/
	background-repeat: no-repeat;
	width: 800px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.Container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.Main {
	width: 600px;
	float: left;
}

.LeftMenu {
	width: 150px;
	float: right;
	padding-left: 50px;
	padding-top: 20px;
}

.PageTitle {
	font-size: 16px;
	color: #3a3a3a;
}

/* Debug "function" for Floating */
.Reset {
   clear: both;
}

/* Post */
.Entry {
	text-align: left;
}

.PostTitle {
	font-size: 18px;
}

.PostDate {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 10px;
}

.Navigation {
	text-align: center;
}

.EditEntry {
	font-size: 10px;
	font-family: Verdana;
}


/* Left Menu */
.SideBarMain {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SideBarMainLink {
	color: #656861;
	font-size: 14px;
	font-weight: bold;
	height: 100px;
	margin-left: 20px;
}

.ArchivesUL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* Search Box */
.SearchBox {
	font-family: Verdana;
	color: #3a3a3a;
	width: 150px;
	margin-bottom: 5px;
	background-color: #f0f5df;
	border: 1px solid #d6e4a7;
}

.Textfield {
	font-family: Verdana;
	color: #3a3a3a;
	width: 150px;
	margin-bottom: 5px;
	background-color: #f0f5df;
	border: 1px solid #d6e4a7;
}

.CommentsTextarea {
	background-color: #f0f5df;
	border: 1px solid #d6e4a7;
	font-family: Verdana;
	font-size: 12px;
}

.Button {
	font-weight: bold;
	font-family: Verdana, Arial, San-serif;
	font-size: 10px;
	background-color: #f0f5df;
	border: 1px solid #d6e4a7;
	height: 20px;
}

/* Icons */
.SearchIcon {
	background-image: url(images/magnifier.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.BookIcon {
	background-image: url(images/book_open.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.PageIcon {
	background-image: url(images/page.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	
}

.BricksIcon {
	background-image: url(images/bricks.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	
}

.LinkIcon {
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	
}

.StarIcon {
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

/* Twitter */
.TwitterBox {
	background-image: url(images/twitterbox_bg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 5px;
}

.TwitterArea {
	height: 85px;
}

.TwitterTimestamp {
	font-style: italic;
}

#LatestTweet {
	background-image: url(images/bullet_star.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
}

#TwitterList {
	margin: 0px;
	padding: 0px;
}

#TwitterList li {
	padding-left: 15px;
	background-image: url(images/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #81847a;
	font-size: 10px;
}

.TwitterProfile {
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
}

/* Footer */
.Footer {
	text-align: right;
}