
/*  
Theme Name: Triangular Pixels
Theme URI:  http://www.triangularpixels.com
Description: Custom theme
Version: 1.1
Author: Orangy Tang
Author URI:  http://www.triangularpixels.com
*/

body
{
	background-color: #FAFAFA;
	margin: 0;
	padding: 0;

	font-family: Helvetica, Arial, sans-serif;
/**/
}

/* Body Styles */
div
{
	padding: 0;
	margin: 0;
}

h1
{
	text-align: center;
	font-size: 36pt;
	
/*	font-style: italic; */
/*	color: #00BCD5; */
	
	padding: 0;
	margin: 2px;
}

h2
{
	color: black;	
	margin-top: 4px;
	
	padding: 0;
	margin: 2px;
	
/*	border: 1px dotted #f00; */
	border-bottom: 2px solid #00E0FA;
}

h3
{
	padding: 0;
	margin: 2px;
}

h4
{
	padding: 0;
	margin: 2px;
}


p
{
	margin: 10px;
	padding: 0px;
/*	border: 1px dotted #f00; */
}

pre
{
	background-color: #fff;
	border: 1px dotted #ccc; padding: 0.2em 0.5em;
}

.center
{
	text-align: center;
}

.post
{
	margin-bottom: 20px;
}
	
.alignleft
{
	text-align: left;
	display: inline;
	float: left;
}
.alignright
{
	text-align: right;
	display: inline;
	float: right;
}

.meta
{
	font-size: smaller;
	color: #aaa;
}

.feedback
{
	font-size: smaller;
}

.postmetadata
{
	color: #aaa;
}

blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	margin-right: 40px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	
	font-style: italic;
	
	background: url("images/quote-bottom.png") no-repeat left bottom;
}

a
{
	font-weight: bold;
	text-decoration: none;
	
	color: #00BCD5;
}

a:visited
{
	color: #1691A0;
}

a:hover
{
	color: #00E0FA;
}

p.logoText
{
	background-color: #fff;
}

img.left
{
	float: left;
/*	
	padding: 20px;
	margin: 0px;
/**/	
/*	border: 1px dashed #00f; */
}

img.right
{
	float: right;
	
/*	border: 1px dashed #00f; */
}

/* Layout styles */

#root
{	

}

#logoSpan
{
	width: 100%;
	background: url("images/bg-top.png") repeat-x bottom;
}
/*
#logo
{
	position: relative;
	
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}
*/
#logo {
margin:0 auto;
width:1000px;
}
	
#logoImg
{
	height: 170px;
	background: url("images/LongLogo.png") no-repeat left top;
}

#homeLink
{
	width: 620px;
	height: 165px;
	display:block;
}

#tabSpan
{
	width: 100%;
	height: 45px;
	
	background: url("images/new-bg.png") repeat-x bottom;
	
/*	border: 1px solid #0f0;  */
}

/*
#tabContainer
{
	position: relative;
	
	left: 50%;
	top: 1px;
	margin-left: -500px;
	width: 1000px;
}
*/
#tabContainer
{
margin:0 auto;
top:1px;
width:1000px;
}

.clear
{
	clear: both;
}
/*
#main
{
	position: relative;
	
	left: 50%;
	margin-left: -500px;
	width: 1000px;
}
*/
#main
{
margin:0 auto;
width:1000px;
}

.blurb
{
	float: left;
	clear: left;
	
	width: 800px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
/*	border: 1px solid #f00; */
}

img
{
	border: 0px;
}

/* Side bar styles */

.sidebar
{
	float: right;
	width: 180px;
	
	margin: 0;
	
/*	border: 1px solid #0f0; */
}

.sidebarPanel
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-top: 10px;
	margin-bottom: 10px;
	
	background-color: #fee;
	background: url("images/sidebar-top.png") repeat-x top;
	
	font-family: Verdana, sans-serif;
	
/*	border: 1px solid #00f; */
}

.sidebarBottom
{
	display: block;
	
	position: relative;
	left: -10px;
	
	width: 180px;
	height: 4px;
	
	margin: 0px;
	padding: 0px;

	background: url("images/sidebar-bottom.png") no-repeat bottom;
}

.sidebarPanel ul
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	
/*	margin-left: 0px; */
	margin: 0;

	text-align: left;
	
	list-style-type: none;
	list-style-position: outside;
	
/*	border: 1px solid #00f;  */
}

.sidebarPanel li
{
	padding-top: 4px;
	padding-bottom: 4px;
	
	padding-left: 1px;
	padding-right: 1px;
	
	margin: 0px;
	
/*	border: 1px dotted #0f0;
/**/
}

.sidebarPanel h2
{
	margin-top: 6px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	
	padding-top: 6px;
	padding-left: 10px;
	padding-right: 10px;
	
	text-align: center;
	color: #333;	
	
	line-height: normal;
	font-size: large;
	font-weight: 700;
	
/*	border: 1px dotted #f00; */
}

.sidebarPanel ul li a
{
	display: block;
	
	padding-left: 18px;
	background: url("images/bullet.png") no-repeat left;
	
	color: #00BCD5;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
/*	
	border: 1px solid #f00;
/**/
}

.sidebarPanel ul li a:hover
{
	color: #00E0FA;
}





#content
{
	margin-top: 10px;
	margin-right: 180px;
	
	margin-left: 0px;
	
	padding: 10px;
	
/*	border: 1px solid #000; */
}

#footer
{
	text-align: center;
	padding: 10px;
	border-top: 2px solid #00E0FA;
	
	clear: both;
}


/* Comments */
.commentlist li
{
	background-color: #CBEBEF;
}

.commentlist li.alt
{
	background-color: #E4F8FA;
}

/* Tab navigation */

#tabs
{
	float:left;
	width:100%;
	background: url("images/new-bg.png") repeat-x bottom;
	line-height:normal;
	font-size: large;
	font-family: Verdana, sans-serif;
}

#tabs ul
{
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#tabs li
{
	float:left;
	background:url("images/new-left.png") no-repeat left top;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	padding:0 0 0 36px;
	height: 34px;
}

#tabs a
{
	float:left;
	display:block;
	background:url("images/new-right.png") no-repeat right top;
	padding:5px 45px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: #666;
	height: 34px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a
{
	float:none;
}
/* End IE5-Mac hack */

#tabs a:hover
{
	color:#333;
}
  
#tabs #current
{
	background-image:url("images/new-left-on.png");
/*	margin-top: 1px; */
}
#tabs #current a
{
	background-image:url("images/new-right-on.png");
	color:#333;
	padding-bottom:4px;
}
