/*   
Theme Name: Lambda
Theme URI: http://www.rajablog.info
Description: A simple theme for Lamba Chi Alpha: Lambda Chi Zeta 
Author: Mohd Ramzan Rozali
Author URI: http://www.rajablog.info/
Version: 1
Created: 		June 12, 2009

For Personal Use Only. Cannot distribute or sell this template

*/

@charset "utf-8";
/* CSS Document */
* {
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	padding: 0;
}

body{
	background:#be88f5 url(images/background.jpg) repeat-x;
	padding: 10px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

body a{
	color: #0A7233;
	}

h2 a{
	text-decoration:none;
}

h2 a:hover{
	text-decoration: underline;
}

#body-container{
	margin: 0 auto 0 auto; /* GLOBAL RESET */
	background: #FFF; 
	width: 768px;
	line-height: 30px;
	color: #777373;
	border: #9f45fa solid 1px;
	}

#header{
	width: 768px;
	height: 275px;
	margin: 15px 0 40px
	}

.left{
	width: 175px;
	float: left;
	margin-left: 10px;
	}

.right{
	width: 500px;
	float: left;
	margin: 0 0 0 10px
	}

#navigation{
	background-color: #FCCA1B;
	width: 550px;
	height: 120px;
	padding: 0;
	}

#navigation ul{
	margin: 0;
	}

#navigation ul li{
	background-color: #FCCA1B;
	list-style-image: url(images/list.gif); 
	list-style-position: inside;
	list-style-type: none;
	margin:3px 5px;
	float: left;
	border-left:#000 solid 2px;
	border-bottom:#000 solid 2px;
	}

#navigation ul li:hover{
	list-style-image: url(images/list_hover.gif);
	background-color: #DFE083;
	border:#A19C36 solid 1px;
	}

#navigation ul li a{
	color: #0f7135;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	}

#navigation ul li a:hover{
	color: #5B0D9F;
	}


#container{
	width: 760px;
	padding-bottom: 50px;
	}

#content img{
	color: #FFF;
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

#post{
	text-align: justify;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


#sidebar{
	width: 170px;
	background-color:#d7effc;
	border: #8fb9d0 solid 1px;
	float: left;
	margin:0 5px;
	padding:0 5px;
	font-size: 12px;
	font-style: italic;
	}

#sidebar h3{
	color: #0A7233;
	font-style:normal;
	}

#sidebar ul{}

#sidebar ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

#content {
	float:left;
	margin:0 5px 10px;
	padding:0 5px;
	width:500px;
	background: #FFF url(images/contentbg.gif) no-repeat top; 
}

#content h2{
	color:#387c44;
	line-height: 30px;
	}

#footer{
	width: 90%;
	margin: 0 20px 0 20px;
	padding: 0 2px 0 0;
	height: 20px;
	border-top: #367D43 solid 3px;
	clear:both;
	}

#footer a{
	font-size: 12px;
	color: #0A7233;
	text-decoration:none;
	border-left: #F1E845 solid 1px;
	}

#footer a:hover{
	text-decoration:underline;
	}
	
#footer ul{ float:left; width:100%}

#footer ul li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 3px;
}

#disclaimer{
	width: 768px;
	padding: 10px 0 20px 0;
	clear:both;
	}	

#disclaimer p{
	color: #330066;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	}
	
/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}


/* End Various Tags & Classes*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

.clear {
	clear: both;
}

.entry p{
	margin: 20px 0;
	}
	
.special{
	width: 100%;
	background-color: #006600;
	color: #FFF;
	font-weight: bold; 
	}