/********************************************
   AUTHOR:  			Semi_Deus 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		SemiOutline
  phpBB 3 version:   RC3+
   VERSION:          1.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #FF8A00;
	background: inherit;
	text-decoration: underline;
}




/********************************************
   LAYOUT
********************************************/ 
#wrap2 {
	width: 1020px;
	background: #FFF url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap2 {
	clear: both;
	width: 1000px;
	padding: 0; 
	margin: 5px 5px;
	background: #FFF url(images/content.jpg) repeat-y center top;
}
#header2 {
	width: 1020px;
	position: relative;
	height: 103px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}
#header2 h1#logo-text2 {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px '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: 25px; left: 47px;	
}


/* header links */
#header2 #header-links2 {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header2 #header-links2 a {	
	color: #FFF;
	text-decoration: none;	
}
#header2 #header-links2 a:hover {
	color: #FF8A00;	
}

/* Menu */
#menu2 {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu.jpg) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 980px;	
}
#menu2 ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu2 ul li {
	display: inline;
}
#menu2 ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #cccccc;	
	text-decoration: none;
}
#menu2 ul li.last2 a {
	padding-right: 20px;	
}
#menu2 ul li a:hover {
	color: #FFFFFF;	
}

/* Main Column */
#main2 {
	float: left;
	width: 1000px;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
	background: #FFF url(images/content.jpg) repeat-y center top;
}
#main2 h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #587ECF; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) 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: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}


/* Footer */	
#footer2 {
	color: #c6DDEE;
	background: #CCC url(images/footer.jpg) no-repeat center top;
	clear: both;
	width: 1020px;
	height: 165px;
	text-align: center;	
	font-size: 92%;	
}
#footer2 a { 
	color: #FFF;
	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; }



