@charset "utf-8";
/*--------------------------------
 * Layout Styles CSS Document    *
 * Created by: Carl Ian Casuyon  *
---------------------------------*/

/*------------------
 * Imported Styles *
 ------------------*/
@import"reset.css";
@import"cyrixian-styles.css";




/*---------
 * Layout *
 ---------*/
 
 	#main-wrapped 							{ width:1020px; margin:0 auto; }
	#header									{ height:261px;}
	.widget									{ margin:10px 0; overflow:hidden;}
	
	

/*------------------------------
 * root element for scrollable *
 ------------------------------*/

	.vertical								{ 
											position:relative; overflow:hidden;
											height: 454px; width: 1000px; margin:10px auto 0;
											}
	* html .vertical						{height: 452px;}

	.items									{	
											position:absolute;height:20000em;margin: 0px;}
	.items div.port-c						{ height:604px; width:1000px;}
	.items div.port-c div					{ width:230px; float:left; line-height:23px; margin-top:15px;}




/*---------------------
 * Overlay Trasparent *
 ---------------------*/
	#overlay								{
											color:#efefef; left:0;border:1px solid #fff;top:20px;
											padding:5px; display:none;
											}
	div.contentWrap							{ overflow-y:auto; background:#f8f8f8;}

/*---------
 * Footer *
 ---------*/
	 #footer		 						{ margin-top:50px;}
	

                                

