/*********************************************
GENERAL STYLES
*********************************************/

body {
	color:#333;
	margin:0;
	background-image : url('./images/black.jpg'); 
	background-repeat : repeat-x;
	background-position: top center;
	background-attachment: fixed;
	background-color: #fff;
	
	font-size: 12px;
	text-align: left;
	/*line-height:1.5em;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sitecontent{	
	
}

#content{
	width: 780px;	border: 1px solid #DCDCDC;	background-color: #ffffff;	margin: 10px auto 0px auto;	padding-top: 10px;
}

#leftContent {	padding-top: 10px;	float: left;	margin-right: 10px;	background-color: #fff;
}
#rightContent {	padding-top: 10px;	/*padding-right: 10px;*/
	width: 550px;
	float: left;
	margin-left: 10px;
	background-color: #fff;	
}


h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

h1{
	font-size : 36px;
}

h2{
	font-size : 24px;
}

h3{
	font-size : 22px;
}

#header {
	color: #333;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 25px;
}

#header #hometag{
	/*font-size: 40px;*/
}

#header a{
	color: #4169E1;
	text-decoration:underline;
}
#header  h1{
	margin: 2px auto 0px auto;	
	text-align: center;
}

#header  h2{
	font-size: 12px; 
	text-align: center;
	color : #000;
}


#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
}

.pagetitle {
	font-style: bold;
	font-size: 22px;
}
/*********************************************
NAVIGATION STYLES
*********************************************/

.navigation {
	/*display: block;
	text-align: left;
	*/
	margin-top: 10px;
	margin-bottom: 60px;
	font-size : 12px;
	font-weight : bold;
	padding-bottom: 5px;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left
}

.searchpanel{
	margin-left:60px;
	padding:3;
}

.boldText{
	font-weight:bold;
}

a {
	text-decoration:underline;
	padding:0 1px;
	color: #00f;
	font-weight: bold;
}

a:hover {
	color: #00f;
}

.sectionLinks{
	margin-top:1px;
	list-style-type: none;
	margin-left: -12px;
	text-decoration: underline;
}

.sectionLinks a:hover{	
	border-bottom: 0px;
	text-decoration: underline;
}

em {
	font-style:italic;
}

ul, ol {
	margin:10px 0 10px 20px;
	padding:0 0 0 15px;
}

ul li, ol li {
	margin:0 0 7px 0;
	padding:0 0 0 3px;
}

code {
	font-size:1.1em;
	background-color:#f3f3ff;
	color:#000;
}

pre {
	font-size:12px !important;
	font-family:monospace !important;
}

blockquote {
	font-size:11px;
	color:#666;
	border-left:4px solid #666;
	margin:10px 0 10px 30px;
	padding:0 5px 0 10px;
	background-color:#f3f3f3;
}

input, select, textarea {
	font:11px/16px verdana, sans-serif;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}


/*********************************************
CONTENT STYLES
*********************************************/

p.highlight {
	background-color:#ffc;
	font-size:11px;
	text-align:center;
}

#footer  {
	clear:both;
	margin-top: 5px;
	margin-bottom: 0px;
	line-height:1.4em;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}

#footer p a{
	color : Blue;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
	padding-bottom: 15px;
	padding-right: 20px;
}

.postmetadata {
	clear: left;
	color: #777;
	text-align: left;
	font-size: 14px; 
	padding-top: 7px;
	padding-bottom: 7px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	float:left;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.sidebarCategory{
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.sidebarBox{
	font-size: 12px;
	width: 190px;
	text-align: left;
	line-height:1.5em;
	padding-top : 3px;
	padding-left : 10px;
	margin-bottom: 15px;
}

.OtherLinks{
	background-color: #ececec;
	border-left: 3px solid #A52A2A;
	border-right: 3px solid #A52A2A;
	padding: 20px;
}
