

 

/********************************************

   HTML ELEMENTS

********************************************/ 



/* Top Elements */

* { margin: 0; padding: 0; }



body {

	background: #CCCCCC;

	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;

	color: #333; 

	text-align: center;

}



/* links */

a, a:visited {

	text-decoration: none;

	color: #555; 

	background: inherit;

}

a:hover {

	color: #D33203;

	background: inherit;

}



/* headers */

h1, h2, h3 {

	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;

	font-weight: Bold; 		

}

h1 {

	font-size: 120%;	

}

h2 {

	font-size: 110%;

	text-transform: uppercase;

	color: #88ac0b;

}

h3 {

	font-size: 110%;

	color: #666666; 

}



/* images */

img {

	border: 2px solid #CCC;

}

img.float-right {

  margin: 5px 0px 10px 10px;  

}

img.float-left {

  margin: 5px 10px 10px 0px;

}



h1, h2, h3, p {

	padding: 10px;		

	margin: 0;

}

ul, ol {

	margin: 5px 20px;

	padding: 0 20px;

	color: #000000;	

}

ul span, ol span {

	color: #666666;

}



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: #FAFAFA;

  border: 1px solid #f2f2f2;  

}

textarea {

	width:400px;

	padding:2px;

	font: normal 1em Verdana, sans-serif;

	border:1px solid #eee;

	height:100px;

	display:block;

	color:#777;

}





/********************************************

   LAYOUT

********************************************/ 

#wrap {

	width: 820px;

	background: #CCC url(content.jpg) repeat-y center top;

	margin: 0 auto;

	text-align: left;

}

#content-wrap {

	clear: both;

	width: 740px;

	padding: 10; 

	margin: 0 auto;

}

#header {

	width: 820px;

	position: relative;

	height: 135px;

	background: #CCC url(header.bmp) no-repeat center top;

	padding: 0;

	font-size: 14px;

	color: #FFF;

}

#header h1#logo-text {

	position: absolute;

	margin: 0; padding: 0;

	font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif;

	letter-spacing: -2px;

	color: #FFF;

	text-transform: none;

	

	/* change the values of top and left to adjust the position of the logo*/

	top: 28px; left: 50px;	

}

#header h2#slogan {

	position: absolute;

	margin: 0; padding: 0;

	font: normal 1.2em 'Trebuchet MS', Arial, Sans-serif;

	text-transform: none;

	color: #FFF;

	

	/* change the values of top and left to adjust the position of the slogan*/

	top: 74px; left: 58px;		

}



/* Menu */

#menu {

	clear: both;	

	margin: 0; padding: 0 25px 0 0;

	background: url(menu.jpg) repeat-y center top;	

	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;

	height: 26px;

}

#menu ul {

	float: right;

	list-style: none;

	margin:0; padding: 10;

}

#menu ul li {

	display: inline;

}

#menu ul li a {

	display: block;

	float: left;

	padding: 0 9px;

	color: #FFF;	

	text-decoration: none;

}

#menu ul li a:hover {

	background-color: #ECECEC;

	color: #333;	

}

#menu ul li#current a {	

	background-color: #FFF;

	color: #333;

}



/* Main Column */

#main {

	float: right;

	width: 90%;

	padding: 10; margin: 10;

}

#main h1 {

	margin-top: 10px;

	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;

	color: #000000;

	padding: 5px 5px 5px 5px; 	

	border-bottom: 1px solid #EFF0F1;

	background: #FFF no-repeat 3px 50%;	

}



.post-footer {

	background-color: #FAFAFA;

	padding: 5px; margin: 20px 10px 0 10px;

	border: 1px solid #f2f2f2;

	font-size: 95%;	

}

.post-footer .date {

	background: no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .comments {

	background: no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .readmore {

	background: no-repeat left center;

	padding-left: 20px; margin: 0 10px 0 5px;





	

}



/* Footer */	

#footer {

	color: #666666;

	background: #CCC url(footer.jpg) no-repeat center top;

	clear: both;

	width: 820px;

	height: 55px;

	text-align: center;	

	font-size: 92%;

}

#footer a { text-decoration: none; }



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clear { clear: both; }

.gray { color: #CCC; }




