
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 11px  "Verdana", Tahoma, Arial,sans-serif;
	color: #000; 
	text-align: center;
	background-color: #0E2E79;
}

/* links */
a {
	color: #292929; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Garamond', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 220%;	
	padding: 2px 10px 5px 0;
	color: #fff;
	background-color: inherit;
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}

/* images */
img {
	border:0;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}


#sidebar p {
	padding: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #B5B5B5;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #A90003;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 5px;  	
	background-position: 8px 10px;
	border: 1px solid #151515; 
	border-left: 4px solid #151515;   
}

/* form elements */
form {
/*	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
*/
	display: inline;}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Verdana, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #A90003;
}
/* search form */
form.search {
	padding: 5px; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/**************************************
   LAYOUT 
***************************************/	
#searchbar{
	margin: 0 auto; 
	padding: 0; 
	width: 656px;
}
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 656px;
	text-align: left;
}
.wrapbg {
	background: url(images/cnt_fill.gif) repeat;
}

/* header */
#header { 
	height: 242px; 
	margin: 0;
	background:url(images/top.jpg) no-repeat;
}
#headerimg {
	padding: 40px 0 0 15px;
}
#headerimg h1 a {
	font-family: 'Arial';
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
#headerimg h1 a:hover {
	text-decoration: none;
}
#headerimg .description {
	color: #000;
}

#searchbar .search {
	font-size: 0.9em;
	margin:0;
	padding:0; 
}
#searchbar .search input#searchsubmit {
	border: #A50002 1px solid; 
	font-size: 0.9em; 
	background: #ddd;
	height: 22px; 
	margin: 0 0 0 2px; 
	color: #A50002; 
	padding: 0px; 		
}

#cnt_bott {
	background:url(images/cnt_bott.gif) no-repeat;
	height: 13px;
}
/* sidebar */
#rightbar {
	float: right;
	width: 209px;
	padding: 0;
	margin: 10px 0 0 21px; 			
}
#rightbar h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
	background: url(images/sd_top.gif) no-repeat;
	padding: 0 0 0 36px;
}
#rightbar #sdcat {
	background: url(images/sd_cat.gif) no-repeat;
	width: 209px;
	padding-top: 20px;
}
#rightbar #sdpage {
	background: url(images/sd_pages.gif) no-repeat;
	width: 209px;
	padding-top: 20px;
}
#rightbar #sdarchive {
	background: url(images/sd_archive.gif) no-repeat;
	width: 209px;
	padding-top: 20px;
}
#rightbar #sdblog {
	background: url(images/sd_blog.gif) no-repeat;
	width: 209px;
	padding-top: 20px;
}
#rightbar #sdmeta {
	background: url(images/sd_meta.gif) no-repeat;
	width: 209px;
	padding-top: 20px;
}

#rightbar ul {
	list-style: none;
	text-align: left;
	border: 2px solid #C60003;
	margin: 0 0 15px 0; padding: 5px;
	text-decoration: none;
	background-color: #D5D5D5;	
}
#rightbar ul li {
	background: url(images/bull_ball.gif) no-repeat;	
	padding: 2px 5px 2px 20px;
}

* html body #rightbar ul li { height: 1%; }

#rightbar ul li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
}
#rightbar ul.children {
	list-style: none;
	text-align: left;
	margin: 0; padding: 0;
	text-decoration: none;	
}
#rightbar ul.children li {
	border-bottom: 0px;
	background: url(images/bull_ball.gif) no-repeat;	
	padding: 2px 5px 2px 20px;
}
#rightbar #sbox h1 {
	background: url(images/sd_s_top.gif) no-repeat;
}
#rightbar #sbox ul {
	text-align: center;
	padding: 5px 0 0 0;
}
#rightbar #rbox h1 {
	background: url(images/sd_r_top.gif) no-repeat;
}
#rightbar #abox h1 {
	background: url(images/sd_r_top.gif) no-repeat;
}
#rightbar #livebox h1 {
	background: url(images/sd_li_top.gif) no-repeat;
}

#rightbar img {
    border:0;
}
/* main column */
#main {
	float: left;
	margin: 10px 0 0 5px;
	padding: 0;
	width: 60%;
}
#main h1 {
background: transparent;
color: #A50002;
padding-left: 10px;
}
.comm-footer {
	padding: 5px; 
	margin: 15px 10px 5px 10px;
	border-top: 4px solid #A90003; 
	border-bottom: 1px dashed #A90003; 
	font-size: 95%;
}
.commlist p {
	margin: 0 0 0 20px;
}
.post-footer .date {
	background: url(images/icon_d.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/icon_c.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 2px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer { 
	clear: both; 	
	color: #fff; 	
	padding: 0 0 1px 0;
	margin: 20px 0 50px 0;	 
}
#footer a {
	color: #D6DA90;
	text-decoration: underline; 
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
}
#footer-content {
	margin: 0 auto;
	width: 900px
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #75A54B; }

.linkcat { list-style:none; }
.widget{ list-style:none; }
#calendar_wrap, .textwidget {
	text-align: center;
	margin: -2px 0 15px 0; padding: 5px;
	text-decoration: none;
	border: 2px solid #C60003;
	background-color:#D5D5D5;
}

small {
	color: #A90003;
	padding: 0 0 0 15px;
}
.post {
	background: url(images/post_bg.gif) no-repeat bottom;
	width: 416px;
	margin-bottom: 25px;
}
.post p a {
	color: #A90003;
}
#hide {
	display:none;
}
/*Thats all CSS!! Shiekh Adnan Younas*/