/*
Theme Name: Sentias WordPress Theme
Version: 1.0
Author: Hizuru Miyagawa
*/


h1, h2, h3	{
	color: #5a7386;
}


/* ------------------------------------------------------------------------- link style */

a	{
	color: #5a7386;
}

a:visited	{
	color: #2b4457;
}


/* ------------------------------------------------------------------------- layout */

#wrapper	{
	background: url(/wp-content/themes/sentias/images/top_gra.png) repeat-x top;
}

#inner	{
	background: url(/wp-content/themes/sentias/images/content_top.png) no-repeat top;
}


/* ---------------------------------------------------- topnav style */

#topnav li#eTourism a	{
	background: url(/wp-content/themes/sentias/images/nav_eTourism_off.png) no-repeat;
	width: 97px;
}

#topnav li#eTourism a:hover, #topnav li#eTourism a.on	{
	background: url(/wp-content/themes/sentias/images/nav_eTourism_on.png) no-repeat;
}

#topnav li#eCommerce a	{
	background: url(/wp-content/themes/sentias/images/nav_eCommerce_off.png) no-repeat;
	width: 114px;
}

#topnav li#eCommerce a:hover, #topnav li#eCommerce a.on	{
	background: url(/wp-content/themes/sentias/images/nav_eCommerce_on.png) no-repeat;
}

#topnav li#eStrategy a	{
	background: url(/wp-content/themes/sentias/images/nav_eStrategy_off.png) no-repeat;
	width: 104px;
}

#topnav li#eStrategy a:hover, #topnav li#eStrategy a.on	{
	background: url(/wp-content/themes/sentias/images/nav_eStrategy_on.png) no-repeat;
}

#topnav li#news a	{
	background: url(/wp-content/themes/sentias/images/nav_News_off.png) no-repeat;
	width: 63px;
}

#topnav li#news a:hover, #topnav li#news a.on	{
	background: url(/wp-content/themes/sentias/images/nav_News_on.png) no-repeat;
}

#topnav li#AboutUs a	{
	background: url(/wp-content/themes/sentias/images/nav_AboutUs_off.png) no-repeat;
	width: 83px;
}

#topnav li#AboutUs a:hover, #topnav li#AboutUs a.on	{
	background: url(/wp-content/themes/sentias/images/nav_AboutUs_on.png) no-repeat;
}

#topnav li#contactus a	{
	background: url(/wp-content/themes/sentias/images/nav_ContactUs_off.png) no-repeat;
	width: 92px;
}

#topnav li#contactus a:hover, #topnav li#contactus a.on	{
	background: url(/wp-content/themes/sentias/images/nav_ContactUs_on.png) no-repeat;
}



/* ------------------------------------------------------------------------- contents style */

/* ---------------------------------------------------- home top style */

#home_eTourism, #home_eCommerce, #home_eStrategies	{
	width: 225px;
	height: 220px;
	display: block;
	float: left;
	padding: 150px 25px 20px 25px;
	overflow: hidden;
}

#home_eTourism	{
	background: url(/wp-content/themes/sentias/images/home_eTourism_bg.png) no-repeat;
}

#home_eCommerce	{
	background: url(/wp-content/themes/sentias/images/home_eCommerce_bg.png) no-repeat;
}

#home_eStrategies	{
	background: url(/wp-content/themes/sentias/images/home_eStrategies_bg.png) no-repeat;
}

#home_eTourism h1, #home_eCommerce h1, #home_eStrategies h1	{
	font-size: 26px;
	font-weight: normal;
}

#home_eTourism h1, #home_eTourism a	{
	color: #e0871e;
}

#home_eCommerce h1, #home_eCommerce a	{
	color: #458955;
}

#home_eStrategies h1, #home_eStrategies a	{
	color: #5a7386;
}


/* ---------------------------------------------------- title style */

h1.mainTitle	{
	background: url(/wp-content/themes/sentias/images/icon_gear.png) no-repeat right;
	width: 215px;
	height: 32px;
	font-size: 26px;
	padding-top: 28px;
	margin: 0 0 20px 10px;
}

/* ---------------------------------------------------- column style */

.clm3_btm	{
	height: 500px;
}
