/*  
Theme Name: Layout Lockdown
Theme URI: http://www.layoutlockdown.com/wordpress-themes/
Description: 3 Column, sidebars on left, Web 2.0 Style 
Version: 1.0
Author: Todd Dickerson;
Author URI: http://www.layoutlockdown.com

Last Modified on April 3, 2007
*/

/* Base Definitions */


* {
	padding: 0; 
	margin:0;
}

body {
	margin: 0; 
	color: #000000; 
	text-align: center;
	background-color: #414141;
	padding: 0px;
	font: normal 9pt Arial, sans-serif;
	color: #333333;		
}


/* Wrapper Definition */
#wrapper {
	padding:0px;
	width: 100%; 	
	text-align: left;
	background: #ffffff;; 		
}	


p {
	margin: 0.7em 0;
	line-height:1.6em;
}

a {
    color: #000000;
    text-decoration:none;
}

a:link, 
a:visited {
	color: #000000;	
}

a:hover, a:active {
	color:#000000;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}

blockquote
{
	color:#666;
	margin: 5px 10px 5px 10px;
	padding: 0px;
	border-top: #1B2318 1px dashed;
	border-bottom: #1B2318 1px dashed;
}


.clear {
	clear:both;
	height:20px;
}

fieldset 
{
	border:0;
}





/* Header Image Area Definition */
#headerimage {
	clear: both; 
	margin: 0px; 
	height: 91px;
	width: 100%;
	background:	#0745b2 url(images/headerbg.jpg) repeat-x top;			
}

#titleweb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	padding: 25px 0px 0px 50px;
	color: #FFFFFF;
}

#titledes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px 0px 0px 50px;
	color:#a7caf5;
}

#titleweb a, #titleweb a:link, #titleweb a:visited, #titleweb a:hover, #titleweb a:active {
	color:#ffffff;
}


#navigation {
	clear: both; 
	margin: 0px; 
	height: 29px;
	width: 100%;
	background:	#0745b2 url(images/menubg.jpg) repeat-x;		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	overflow: hidden; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;	
}

#navigation ul{
	float: left;
	padding: 0px 0px 0px 25px;
	list-style-type: none;
}

#navigation ul li {
	float: left;
	width:auto;
	margin:0px;
	padding: 0px 10px 0px 0px;
	text-align:center;
	list-style-type: none;
	width: 110px;
	height: 25px;		
	
}

#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:active,
#navigation ul li a:visited {
	font: normal 14px/29px Arial, Helvetica, sans-serif;
	font-weight:bold;		
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#FFFFFF;	
	text-decoration: none;
	width:110px;
	height:29px;		
}

#navigation ul li a:hover{
	background:url(images/hoverbg.jpg) repeat-x top;	
	display: block;
	width:110px;
	height:29px;	
}


#allabout{
	float: left; 
	width: 40%;
}

#search{
	background-color:#dff7f8;
}

.searchform{
	margin: 10px 10px 10px 10px;
	border: 1px solid #a6a9aa;
}

.submit{
	padding: 5px 5px 5px 5px;
	color:#007af6;
	font-family:Verdana, Tahoma, Arial, Serif;
	font-size:12px;
	border:1px solid #d3d3d3;	
}

#about{
	background-color:#ffffff;
	border:1px solid #e8e8e8;	
}

#about .pabout{
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}	

#abouttop{
	background: #f2c30c url(img/abouttop.jpg) no-repeat;
	width: 100%; 
	height: 125px;
}

#aboutmiddle{
	background: #f2c30c url(img/aboutmiddle.jpg) repeat;
	width: 100%;
}

#aboutbottom{
	background: #f2c30c url(img/aboutbottom.jpg) no-repeat;
	width: 100%;
	height: 10px;
}

/* Container Definitions */
#container {
}

/* Content Definitions */

#content {
	float: left; 
	width: 52%; 	
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	color: #292828;
}

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

#content ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ffffff 1px dashed;
}


#content h3 {
	font-size: 1.4em; 
	font-weight:bold;
	margin: 1em 0 0;
}

#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
}

#content h5 {
	font-size: 1em; 
	margin: 1em 0;
}

#content ol {
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
}

#content .post {
	padding:0 0 2em 0;
	border-bottom:#ffffff 1px dashed;
}

#content h2 
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 24px; 
	margin: 1em 0 0;	
	font-weight: bold;
	line-height:1.4em;	
	letter-spacing:0px;
	color: #292828;
}

#content h2 a {
    color: #292828;
    text-decoration:none;
}

#content h2 a:link, 
#content h2 a:visited {
	color: #292828;	
}

#content h2 a:hover, #content h2 a:active {
  color: #cccccc;
}


#content .entry {
    margin:1em 0;
    padding-right:1em;    
}

#content .entry a,
#content .entry a:link, 
#content .entry a:visited { 
	color: #000000; 
}

#content .entry a:hover, 
#content .entry a:active {   
	color: #cccccc; 
}

#content .post-info{
	font-size: 12px;
	color:#8fa0b6;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;	
}

#content .post-info a ,
#content .post-info a:link, 
#content .post-info a:visited {
	color: #8fa0b6;	
}

#content .post-info a:hover, #content .post-info a:active {
  color: #cccccc;
}

#content .post-info1{
	font-size: 12px;
	color: #1370ea;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;	
}
 
#content .post-info1 a ,
#content .post-info1 a:link, 
#content .post-info1 a:visited {
	color: #1370ea;	
}

#content .post-info1 a:hover, #content .post-info1 a:active {
  color: #cccccc;
}


#content .postmetadata {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0655e3;
	font-weight:bold;
	margin:0;
	padding:0;	
}

#content .postmetadata a ,
#content .postmetadata a:link, 
#content .postmetadata a:visited {
	color: #1370ea;	
}

#content .postmetadata a:hover, #content .postmetadata a:active {
  color: #cccccc;
}


#content a {
    color: #000000;
    text-decoration:none;
}

#content a:link, 
#content a:visited {
	color: #000000;	
}

#content a:hover, a:active {
  color: #000000;
	}

/* Sidebar Definitions */
#sidebar {
	float: left; 
	width: 50%;
	font-size: 14px;
	font-weight:lighter;
	text-align: left;
	line-height: 25px;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0px 0px 0px 0px;
	color:#000000;
}

#sidebar h2 {
	font: lighter 14px/29px Arial, Helvetica, sans-serif;	
	color: #ffffff;
	background:#000000 url('images/sidebarbg.jpg') repeat-x;	
	letter-spacing:0px;
	margin:0px;
	padding: 0px 0px 0px 10px;
    border:0;
	border-bottom: 1px solid #e8e8e8;
	height: 29px;				
}

#sidebar a {
	color:#000000;
  text-decoration:none;
}

#sidebar a:link, 
#sidebar a:visited {
	color:#000000;	
}



#sidebar ul ul li a:link, #sidebar ul ul li a:visited, #sidebar ul ul li a:hover {
	font: normal 14px/29px Arial, Helvetica, sans-serif;		
	padding: 0px 0px 0px 10px;
	margin: 0px;
	color:#000000;
	text-decoration: none;
	display: block;
	height: 29px;
}

#sidebar ul ul li a:hover {
	background: url('images/hoverbg.jpg') repeat-x; 
	color:#ffffff;
	display: block;
	height: 29px;
/*	width:250px;*/
}



#sidebar ul {
	list-style:none;
}

#sidebar li {
  padding:0px;
	
}

#sidebar ul li ul{
  padding: 0px 0px 0px 0px;
}

#sidebar ul ul li {
  	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;							
}

#sidebar ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

#sidebar ul ul ul li {
  	padding:0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e8e8e8;	
}



#sidebar2 {
	float: left; 
	width: 50%;
	font-size: 14px;
	font-weight:lighter;
	text-align: left;
	line-height: 25px;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0px 0px 0px 0px;
	color:#000000;
}

#sidebar2 h2 {
	font: lighter 14px/29px Arial, Helvetica, sans-serif;	
	color: #ffffff;
	background:#000000 url('images/sidebarbg.jpg') repeat-x;	
	letter-spacing:0px;
	margin:0px;
	padding: 0px 0px 0px 10px;
    border:0;
	border-bottom: 1px solid #e8e8e8;
	height: 29px;				
}

#sidebar2 a {
	color:#000000;
  text-decoration:none;
}

#sidebar2 a:link, 
#sidebar2 a:visited {
	color:#000000;	
}



#sidebar2 ul ul li a:link, #sidebar2 ul ul li a:visited, #sidebar2 ul ul li a:hover {
	font: normal 14px/29px Arial, Helvetica, sans-serif;		
	padding: 0px 0px 0px 10px;
	margin: 0px;
	color:#000000;
	text-decoration: none;
	display: block;
	height: 29px;
}

#sidebar2 ul ul li a:hover {
	background: url('images/hoverbg.jpg') repeat-x; 
	color:#ffffff;
	display: block;
	height: 29px;
/*	width:250px;*/
}



#sidebar2 ul {
	list-style:none;
}

#sidebar2 li {
  padding:0px;
	
}

#sidebar2 ul li ul{
  padding: 0px 0px 0px 0px;
}

#sidebar2 ul ul li {
  	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #e8e8e8;	
	border-right: 1px solid #e8e8e8;						
}

#sidebar2 ul ul ul {
	border:0px;
	margin:0px;
	padding:0px;
}

#sidebar2 ul ul ul li {
  	padding:0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e8e8e8;	
}



/* This is to support the calendar widget properly */
#calendar_wrap {
  margin:0;
  padding:0px 0px 5px 40px;
}

/* Footer Definitions */
#footer {
	clear: both; 	
	background:	#0745b2 url(images/headerbg.jpg) repeat-x top;			
	width: 100%;
	height: 85px; 	
	text-align: right;
	color:#FFFFFF;
	text-align: right;	
}

#footer p { 
	line-height: 1.2em;
	text-align: right;
	padding:10px 10px 0px 0px;
	font: normal 14px Arial, Helvetica, sans-serif;			
}

#footer a {
	color:#fff;
}

#feeds {
	color: #000000; 	
	text-align: right;
	padding: 40px 20px 10px 10px;
}

li#sidelinks ul
{
	margin:0;
	padding:0;
}

#comments {
	margin: 0;
	padding:1em 0 0 0;
	color: #d3d1d1;
}

#comments h3{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #d3d1d1;
}
	
#respond {
	margin: 0;
	padding:1em 0 0 0;
	color: #d3d1d1;	
}

#commentform {
	margin:10px 0;	
	padding:10px;
	border-top: #E0DFE4 1px solid;
	border-bottom: #E0DFE4 1px solid;
}

.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

#container .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #E0DFE4 1px solid;
}

.commentlist li {
	list-style:none;
	margin: 0;
	padding: 1em 0.5em;	
/*	border-bottom: #E0DFE4 1px solid; */
/*		background-color:#e0e0e0; */
}

.commentlist li.alt {
/*	background-color:#f2f2f2;	 */
}

.commentlist li.authorcomment {
/*    border-top:#8F8F6B 1px solid;	*/
/*	border-bottom:#8F8F6B 1px solid;  */		
}

.commentlist li .cmtinfo {
	font-size:1em;
/*		background-color:#e0e0e0; */	
}



.commentlist li #pesan.alt{
	background-color: #f5f5f5;  
	padding: 15px 10px 10px 10px;
}

.commentlist li #pesan{
	background: #f5f5f5 url(images/commentbga.jpg) no-repeat top; 
	padding: 15px 10px 5px 10px;
}

.commentlist li cite {
	font-style:normal;
	font-weight:bold;
	color: #5ddb1c;
}

#content .commentlist .cmtinfo a,
#content .commentlis  .cmtinfoa:link, 
#content .commentlist .cmtinfo a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold; 
	color: #5ddb1c; 
}

.commentlist a:hover, 
.commentlist a:active {   
	color: #5ddb1c; 
}

.commentlist li .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999999;
}

#content .commentsfeed {
	background:url(images/feed.gif) no-repeat left center;
	padding-left:16px;
}

#content .trackback {
	background:url(images/link.gif) no-repeat left center;
	padding-left:20px;
}

input.textbox, 
textarea {
	border:#CCCCCC 1px solid;
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width: 75%;
}



textarea {
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}

input.textbox:focus, 
textarea:focus {
	background:#FFFFFF url(images/shadow_top.gif) repeat-x top;
	border:#AAAAAA 1px solid;
}

#submit {
	padding:3px 5px;
}

.post h4 {
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Tahoma, Arial, Serif;
}

.post h4 em	{
	font-style:normal;
	float:right;
	font-weight:normal;
}

dl {
	margin:1em 0;
}

dt {
	font-weight:bold;
}

dd {
	margin:0.5em;
	padding:0;
}

.wp-smiley, #wpstats {
	background: none;
	border: 0;
	padding: 0;
}

#header, #content, #sidebar, #sidebar2, #footer, .widget {
    overflow: hidden;
}


.cal{
  color: #fff;
  padding: 5px 3px 5px 3px;
  margin: 5px 0px 0px 0px; 
  text-align: center;
  line-height: 1.4em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Sans-Serif;
  width: 3.75em;
/*  background-color:#62e01d; */
  background: #62e01d url(images/datebg.jpg) repeat-x;
}

#content .posttitle{
/*  float: left; */
	padding-bottom: 1em;
}

.calborder {
  display: inline;
  float: left;
  margin-right: 1em;
}

.cal span { display: block; }

.cald {
  font-size: 1.5em;
  letter-spacing: .05em;
  padding-left: .2em
}
.cald2 {
  letter-spacing: 0em;
  padding-left: 0em
}

.calm {
  font-weight: bold;
  font-size: 2em;
  line-height: .7em;
}

.caly {
  font-size: .8em;
  line-height: 1em;
}
