/*
Theme Name: Akamai
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: entheos IT
Author URI: entheos-i.com
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background:url(images/background.png) #003366 center top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	color:#FFFFFF;
	font-size:14px;
	line-height:18px;
	
	
	}
a
{
	text-decoration:none;
	color:#00c7f0;



}	

.sf-menu
{

	width:903px;
	margin:0 auto;


}



#wrapper
	{
	
		width:905px;
		min-height:100px;
		margin:0 auto;
		margin-top:0;
	}

#logo
{
	
		margin:0 auto;
		width:674px;
		height:95px;
		margin-top:30px;

}

#menu
{
	  width:903px;
	  height:51px;
	  margin:0 auto;
	  margin-top:32px;

}

#menu ul
{
   width:903px;
   padding:0px;
   margin:0 auto;
   height:51px;
   
   /** background:url(images/menu.png);   **/
	
}

#menu ul li
{
	display:inline;
	
	
}

#menu ul li a
{
	display:block;
	float:left;
	overflow:hidden;
}

#link1
{
    text-indent:-9999px;
	width:96px;
	height:51px;
	background:url(images/menu.png) 0 0 no-repeat;

}
#link2
{
	text-indent:-9999px;
	width:146px;
	height:51px;
	background:url(images/menu.png) -96px 0 no-repeat;

}
#link3
{
	text-indent:-9999px;
	width:144px;
	height:51px;
	background:url(images/menu.png) -242px 0 no-repeat;

}

#link5
{
	text-indent:-9999px;
	width:144px;
	height:51px;
	background:url(images/menu.png) -386px 0 no-repeat;

}
#link6
{
	text-indent:-9999px;
	width:164px;
	height:51px;
	background:url(images/menu.png) -530px 0 no-repeat;

}
#link7
{
	text-indent:-9999px;
	width:101px;
	height:51px;
	background:url(images/menu.png) -694px 0 no-repeat;

}
#link8
{
	text-indent:-9999px;
	width:108px;
	height:51px;
	background:url(images/menu.png) -795px 0 no-repeat;

}

/**  HOVER  ***/


#link1:hover
{

	width:96px;
	height:51px;
	background:url(images/menu.png) 0 -51.1px no-repeat;

}
#link2:hover
{

	width:146px;
	height:51px;
	background:url(images/menu.png) -96px -51.1px no-repeat;

}
#link3:hover
{
	text-indent:-9999px;
	width:144px;
	height:51px;
	background:url(images/menu.png) -242px -51.1px no-repeat;

}

#link5:hover
{
	text-indent:-9999px;
	width:144px;
	height:51px;
	background:url(images/menu.png) -386px -51.1px no-repeat;

}
#link6:hover
{
	text-indent:-9999px;
	width:164px;
	height:51px;
	background:url(images/menu.png) -530px -51.1px no-repeat;

}
#link7:hover
{
	text-indent:-9999px;
	width:101px;
	height:51px;
	background:url(images/menu.png) -694px -51.1px no-repeat;

}
#link8:hover
{
	text-indent:-9999px;
	width:108px;
	height:51px;
	background:url(images/menu.png) -795px -51.1px no-repeat;

}

#content
{
	width:905px;
	margin:0 auto;
	margin-top:10px;
	min-height:600px;
	

}

#top_content
{
	background:url(images/top_content.png);
	width:905px;
	height:9px;
	float:left;
}

#main_content
{
	float:left;
	background:url(images/main_content.png);
	width:905px;
	min-height:500px;
	
}

#text_content
{
	width:570px;
	min-height:100px;
	float:left;
	margin-left:5px;

}
#text_content2
{

	padding:10px;
	



}
#bottom_content
{
	background:url(images/bottom_content.png);
	width:905px;
	height:9px;
	float:left;
}

#sidebar
{
	width:313px;
	min-height:100px;
	float:right;
	margin-bottom:5px;
	margin-right:13px;
}

#top_sidebar
{
	background:url(images/side_top.png);
	width:313px;
	height:8px;
}

#main_sidebar
{
	background:url(images/side_content.png) repeat-y;
	min-height:720px;
	width:313px;

}

#bottom_sidebar
{
	background:url(images/side_bottom.png);
	width:313px;
	height:8px;
	
}
img
{
	border:none;
}
.title
{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#00c7f0;
	font-size:16px;
	font-weight:bold;
}

p
{
	margin-top:2px;
}

.title2
{
	
	text-align:left;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	width:290px;
	margin:0 auto;
}

.title3
{
	
	text-align:left;
	color:#00c7f0;
	font-size:16px;
	font-weight:bold;
	width:100%;
	margin:0 auto;
	padding-bottom:15px;
	padding-top:10px;
}

.post_text
{

	padding:8px;
	width:290px;
	min-height:10px;
	font-size:12px;
	margin:0 auto;
	line-height:17px;
	


}
.post_text a
{



}
.post_text p
{
	margin:0px;
}

#page_content
{

	padding:20px;
	padding-top:0px;

}

#page_title
{
	font-size:25px;
	font-weight:bold;
	padding:5px;
	text-indent:15px;

}
#profession
{
	margin-left:20px;
	margin-bottom:15px;
	font-size:17px;
	width:500px;



}

#main_page_content
{
	float:left;
	width:905px;
}

#main_content p
{
	margin-top:10px;
	margin-bottom:10px;

}

.alignleft
{
	float:left;
	margin:0px;
	padding-right:10px;




}

table
{
   line-height:normal;
   font-size:12px;


}

#root a
{
color:#CCCCCC;
font-size:12px;


}

#root
{
    font-size:12px;
	margin-left:40px;

}
#video_content
{
	
	width:655px;
	height:330px;
	margin:0 auto;
	margin-top:20px;
}
#video_nav
{
	width:200px;
	height:330px;
	background:url(images/back_nav_video.png);
	float:left;
	margin-left:5px;
	color:#FFFFFF;


}
#video_main
{
	width:450px;
	height:330px;
	float:left;
	background:#000000;

}

#vid_hid
{

	height:20px;
	margin:5px;

}

#vid_body
{
	width:100%;
	height:90px;

}

#vid_body a
{

	display:block;
	text-indent:20px;
	margin-top:5px;
	cursor:pointer;
	
}

#vid_body a:hover
{
 
 color:#FFFFFF;
 

 
 

}




