/*------------------------------------------------------------*
**  HTML
**------------------------------------------------------------*/

body {
	/*background: #000000;*/
	/*width:auto;*/
	margin: 0;
	/*padding: 0;*/
	height:auto;
}


a:link img, a:visited img { border-style: none; }



/*------------------------------------------------------------*
**  Outer Layout
**------------------------------------------------------------*/

/* Set the page width */

#box {
	
	width:100%;
	background: url('../images/real texture.jpg') repeat; /* bg2.gif */
	min-height:1450px;
	height:auto;
}

#border {
	
	height:56px;
	background: url('../images/menubar.jpg') repeat top;
	z-index:3;


}


/*------------------------------------------------------------*
**  Menu,Icon,Buttons,enterEmail
**------------------------------------------------------------*/

#menu {
	
	height:56px;
	background: url('../images/menubar.jpg') repeat top;
	z-index:3;

}

.menuicon {
	display: inline;
	list-style-type:none;
	z-index:3;
	position:absolute;
	padding-top:0px;
	margin-left:120px;
	margin-top:0px;
}

/*------------------------------------------------------------*
**  ContentBox,backgroundImage
**------------------------------------------------------------*/


#contentbox {
	width:899px;
	margin:auto;
	background: #000000 url('../images/home.jpg') no-repeat;
	min-height:1350px;
	height:auto;
	margin-top:-56px;
}


/*------------------------------------------------------------*
**  PageTitle
**------------------------------------------------------------*/

.title {
	margin-top:835px;	
	position:absolute;
	margin-left:13px;
}


/*------------------------------------------------------------*
**  PageInfo
**------------------------------------------------------------*/

#writeup {
	z-index:4;
	position:relative;
	/*background:url('../images/writeup01.png') no-repeat; /*background:url('writeup 3.png') repeat-y;*/
  
	margin:10px auto 0px 25px;
	padding-bottom:10px;
	min-height:400px; /*2 be set to auto wen the content is put*/
	width:850px;
	height:100%;
	color:#ffffff;
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	font-weight:bolder;
	word-spacing:5px;
	letter-spacing:0px;
	font-variant:small-caps;	
}

.newsbox {

	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	font-weight:bolder;
	word-spacing:5px;
	letter-spacing:0px;
	font-variant:small-caps;
	color:#ffffff;
	padding:5px 5px 5px 15px;
	margin-top:900px;  /*margin-top:760px;*/
	width: 600px;	
	position:relative;
	margin-left:0px;
	z-index:5;
	height:auto;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	padding-bottom:10px;
	opacity: 0.8;
	padding-top:10px;
  background-color:#222;

}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/


#footer {
	height:100px;
	width:899px;
	background:url('../images/footer2.jpg') no-repeat;	
	position:relative;
	margin:auto;
	z-index:1;	
}


.copyright{
	position:relative;
	font-size:12px;
	font-family:arial,tahoma;
	font-weight:bold;	
	margin-bottom:43px;
	margin-left:0px;
	padding:0px;
	color:#555555;
	text-align: center;
}

.share {
	display: inline;
	list-style-type:none;
	color:white;
	z-index:3;
	position:relative;
	margin-top:54px;
	margin-left:281px;
	line-height:5px;
}

/*------------------------------------------------------------*
**  Rohan
**------------------------------------------------------------*/



.sociable{
float:right;
margin-top:-130px;
}

.follow{
	color:#ffffff;
	font-size: larger;
}

img.social{
margin-right:10px;
}

/* a:link img, a:visited img { border-style: none; } */

/*------------------------------------------------------------*
**  Addition 11/6/2009
**------------------------------------------------------------*/



.copy {
	margin-top:0px;
	position: relative;
	width: 600px;
	padding-right: 10px;
	margin-left: 10px;
  
}


img.postimgsmall {
	float: left;
	margin-right: 15px;
	
}



.post,.date,.postintro {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	font-weight:bolder;
	word-spacing:5px;
	letter-spacing:0px;
	font-variant:small-caps;
}


a.more {
color:#E80000;
}

.updates{
font-size:18pt;
color:red;
}



/*------------------------------------------------------------*
**  Blocks
**------------------------------------------------------------*/

div.block, div.blockDistinct { 
	padding-bottom: 3px; 
	padding-top: 5px; 
	margin-left:0px;
	width:96%;
	/*border-top: 2px solid #707070 ;*/
	border-bottom: 2px dotted #707070 ;
	min-height:160px;
}

/*------------------------------------------------------------*
**  Image Gallery on the right
**------------------------------------------------------------*/

.images{
	float:right;
	margin-top:50px;
	margin-right:10px;

}


