/*
Theme Name: IkonMedia
Theme URI: http://www.bentographics.com
Description: The Ikonmedia Theme
Version: 1.0
Author: Benjamin Thomas
*/

* {
	margin:0px;
	padding:0px;
}

body {
	background: #e5e5e5 url(images/header_bar.gif) repeat-x  right top;
	font: 100%/1.325em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding: 0px;
	text-align:center;
}

html {
	height: 100%; 
	margin-bottom: 1px; 
}

#wrapper {
	margin:0px auto;
	text-align:left;
	width: 990px;
	/*width: 80%;
	text-align:left;
	max-width: 990px;
	min-width: 770px;
	width:expression(document.body.clientWidth < 760? "770px" : document.body.clientWidth > 990? "990px" : "auto");*/
}

#header {
	float:left;
	height:110px;
	width: 100%;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #fff;
	position:relative;
}

.logo {
    background: url(images/logo.gif) no-repeat  5px top;
	display:inline;
	float:left;
	height:100px;
	width:210px;
	display:block;
}

#address{
	position:absolute;
	right: 5px;
	bottom: 10px;
	font-size: 0.8em;
}

#wrapper_2column, #wrapper_2column_wide{
	min-height: 400px; /* for modern browsers */
	height: auto !important; /* for modern browsers */
	height: 400px; /* for IE5.x and IE6 */
}


#wrapper_2column{
	float:left;
	display:inline;
	width: 72%;
}

#wrapper_2column_wide {
	float:left;
	display:inline;
	width: 100%;
}

#wrapper_2column_wide #column_main {
	float:right;
	display:inline;
	width: 79%;
}

#wrapper_2column_wide #column_nav {
	margin: 0;
	float:left;
	display:inline;
	width: 18%;
}

#column_sub{
	float:right;
	display:inline;
	width: 25%;
	height: 20em;
	margin: 10px 0 20px 0;
	background: url(http://www.ikonmedia.info/site/wp-content/themes/ikonmedia/images/deco/rotator.php) no-repeat left top;
}

#column_main{
	float:right;
	display:inline;
	width: 70%;
	margin: 0;
	padding: 0 0 30px 0;
	font-size:0.875em;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

#column_main img{
	margin: 10px 0;
}


#column_main_hidden{
	float:right;
	display:inline;
	width: 70%;
	margin: 0;
	font-size:0.875em;
	overflow: hidden;
}

#wrapper #wrapper_2column #column_main_hidden .entry input[type=image] {
	max-width:95%;
}

#footer {
	border-top: 2px solid #fff;
	padding: 1em 0;
	clear:both;
	height:30px;
	width: 100%;
	font-size: 0.8em;
}

#footer p {
	text-align:center;
}

/* Navigation */

#column_nav{
	margin: 10px 0 0 0;
	float:left;
	width: 180px;
	text-align: left;
}

#column_nav p{
	text-align: left;
}

#column_nav ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#column_nav ul li a{
	display:block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	text-indent: 10px;
	text-decoration:none;
	border-bottom: 1px solid white;
}

#button_about {
	background: url("images/button_about.gif") 0px 0px no-repeat;
}

.button_about_on, a:hover#button_about {
	background: url("images/button_about.gif") 0px -33px no-repeat;
}

#button_portfolio {
	background: url("images/button_portfolio.gif") 0px 0px no-repeat;
}

.button_portfolio_on, a:hover#button_portfolio {
	background: url("images/button_portfolio.gif") 0px -33px no-repeat;
}

#button_articles {
	background: url("images/button_articles.gif") 0px 0px no-repeat;
}

.button_articles_on, a:hover#button_articles  {
	background: url("images/button_articles.gif") 0px -33px no-repeat;
}

#button_archive {
	background: url("images/button_archive.gif") 0px 0px no-repeat;
}

.button_archive_on, a:hover#button_archive {
	background: url("images/button_archive.gif") 0px -33px no-repeat;
}

#button_contact {
	background: url("images/button_contact.gif") 0px 0px no-repeat;
}

.button_contact_on, a:hover#button_contact  {
	background: url("images/button_contact.gif") 0px -33px no-repeat;
}

#button_japanese {
	background: url("images/button_japanese.gif") 0px 0px no-repeat;
}

.button_japanese_on, a:hover#button_japanese  {
	background: url("images/button_japanese.gif") 0px -33px no-repeat;
}

#sub_menu{
	width: 98%;
	height: 2em;
}

#sub_menu ul{
	list-style:none;
	list-style-type:none;
}

#sub_menu ul li{
	font-size: 1em;
	float:left;
	padding: 0.5em;
	color: #666;
	text-align:center;
}

.current_page_item a{
	padding: 0.2em 0.5em;
	color:#fff;
	background-color:#666;
}



/* Typography */

img, a{
	border:none;
	text-decoration:none;
	color: #000;
}

a:hover {
	
}

#column_menu a:hover {
	text-decoration:none;
}

h1 {
	font: 230%;
	color:#000;
	font-weight:normal;
}

h2 {
	margin: 10px 0;
	color:#666;
	font-weight:normal;
	
}

h3 {
	font-size: 1.8em;
	color:#000;
	font-weight: normal;
	margin: 20px 0;
}

h4 {
	font-size: 1.5em;
	color:#000;
	font-weight: normal;
	margin: 17px 0;
}

h5 {
	font-size: 1.3em;
	color:#000;
	font-weight: normal;
	margin: 15px 0;
}

h6 {
	font-size: 1.1em;
	font-weight: normal;
	color:#000;
	margin: 10px 0;
}

h7{
	color: #FF0000;
	font-weight:normal;
	font-size: 1em;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	line-height: 2em;
}

#column_main p {
	text-align: justify;
	margin: 0 0 16px 0;
}

ol, ul {
	list-style:none;
	list-style-type:none;
}


/* Re-usables */

.clear {
	clear:both;
}

.hidden{
visibility: hidden;
height: 0px;
width: 0px;
	
}

.left {
	float:left;
}

.right {
	float:right;
}


/* Content Formatting */

.post {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #fff;
}


textarea {
	width: 98%;
	margin: 5px;
}

input {
	margin: 5px;
}

.Flash_headline {
	padding:0;
	margin:0;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

