/*
Theme Name: all4oneacademy
Theme URI: http://all4oneacademy.com
Description: exlusive theme for all4oneacademy, created by smartconsultant
Version: 1.0
Author: smartconsultant
Author URI: http://smartconsultant.net
*/

  /* Header */
  /*
  div
  {
    border: 1px solid #ccc;
  }
  */
  
  body
  {
    margin:0px;
    margin-top: 0px;
	background-image:url(../images/back.gif);
	background-repeat:repeat-x;	
	background-color:#5e5e5e;
	font:12px Arial;
	color:#fff;
	line-height:1.25em;
  }
  a,a:visited { color: #ddd; text-decoration:none; font-weight:bold; }
  
   h2 { font-size:12px; font-weight:bold; color:#fff; border-bottom:solid 1px #666;}
  h3 { font-size:18px; font-weight:bold; color:#c0c0c0;}
  h4 { font-size:14px; font-weight:bold; color:#666666;}
  .title { font-size:18px; font-weight:bold; color:#ddd;}
  #container
  {
    width: 800px;
    margin:auto;
	border: solid 2px #000;
  
  }
  
  #header
  {
    height: 183px; background:url(../images/header.jpg); height:270px;
  }
  #menutop { background:url(../images/menu.jpg); line-height:27px; text-align:center; }
  #menutop a { color: #fff; text-decoration:none; font-size:12px; font-weight:bold; }
	

  
  .separator
   {
    clear:both;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px dashed #ccc;
  }
  
  /* sidebar */

			
	.content_container
	{
	  padding-left: 15px;
	  padding-right: 10px;
	  padding-top: 15px;
	  padding-bottom: 5px;	 
	}
		
	.descr {
		padding:20px;
	
	}	

	/* footer */
	  #footer
	  {
		background: url(../images/footer.jpg);
		height	: 51px;
	  }
  

  /* CSS for contact us page */
  	td { font-size:12px; }
	#content p 
	{
		margin:10px 15px;
		padding:0;
	}
input, textarea, select {font:11px/10px Arial, Helvetica, sans-serif; padding:1px;  border:1px solid #333; border-bottom:solid 1px #ddd;}

.success { border: solid ipx #eee; background:url(success.png) no-repeat ; line-height:48px; padding:0px 50px; color: #0066CC; font-size:18px; font-weight:bold; margin:auto; 
  }

	fieldset {
		border:0 solid transparent;
	}
	.clr { clear:both;}
	#photo {
		 float:left; margin:5px; width:130px; height:160px;  
	}
	#photos {
		padding:10px;   
	}
	.inner { background: #303030; margin:0; }
	
	.border_1 { border: solid 1px #fff !important; }
	img.border_2 { border: solid 2px #fff !important; margin: 0px 2px 0px 2px; }
	
#pagination { background-color: #333; text-align: center; 
                 margin: 2em; padding: 5px;  }
   .currentpage,
   #pagination a:link,
   #pagination a:visited { color: #ff9900; text-decoration: none; 
                            background-color: transparent;
                            padding: 5px; border: 1px solid #666; }
   #pagination a:hover { color: #fff; background-color: #bad; }
   #pagination a:focus,
   .currentpage { background-color: #fff; border: 1px solid #bad; 
                            font-weight: bold; } 	
#latest { width:250px; float:left;}		
