/*  
Theme Name: Kodak WP Theme V.2.0
Theme URI: n/a
Description: Kodak WP Theme is 2 column WordPress theme with Fixed width. Widget ready.
Version: 2.0
Author: Zoltan Stefan
Author URL: n/a
	
Author Comments: n/a
*/

/* GENERAL & TYPOGRAPGHY */

*{ 
   margin:0px;
   padding: 0px;	
}

body {
	background: #FFF;
	color:#333;
	width: 100%;	
	font-size:12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color:#000;
	text-decoration:none;
}

h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}

/*END OF GENERAL & TYPOGRAPHY */





/*STRUCTURE START /*/

/*BEGIN HEADER*/

#page-topadvert{
	
	height:150px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

/* top yellow line block-------------------------------*/
#page-top{
	background-image:url(images/kodak-top.png);
	background-repeat:no-repeat;
	height:10px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

/* logo & search block --------------------------------------*/
#logo-area{
	width:750px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
}

/* kodak logo */

/*
#logo{
	background-image:url(images/kodak-logo.jpg);	
	height:50px;
	width:200px;
	float:left;
	padding-left:0px;
	cursor:pointer;
}
*/

a#logo {
	display:block;
	width:200px;
	height:50px;
	background-image:url(images/kodak-logo.jpg);
	background-repeat:no-repeat;
	float:left;
	text-indent:-9000px;
}


/* search box */
.header-search{
	float:right;
	padding-right:0px;
}

#searchform{
	float:right;
}


/* top navigation menu area---------------------------*/

#navmenu-container{
	width:750px;
height:55px;
/* IE6-ban 45 */
	margin-left:auto;
	margin-right:auto;

	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#topnavmenu{
	height:45px;
	font-size:12px;
	float:left;
	padding-left: 0px;
	padding-top: 10px;
	}

	.topnavmenuitem ul{		
		list-style:none;
height:45px;
overflow:hidden;
	}
	.topnavmenuitem ul li{	
		float:left;
display:block;
	}
	.topnavmenuitem ul li a{
		height:45px;
		width:100px;
		text-align:center;

		/*margin: 0px 5px 0px 5px;*/
		margin:0;
		padding:10px 0 0 0;
		display:block;		
	}

	.topnavmenuitem ul li a:link, 
	.topnavmenuitem ul li a:visited, 	
	.topnavmenuitem ul li a:active{
		/*background-color:#FFC;*/
		background-image:url(images/menu-base1.jpg);
		background-repeat:no-repeat;
	}

	.topnavmenuitem ul li a:hover{
		/*background-color:#FC0;*/
		background-image:url(images/menu-action1.jpg);
		background-repeat:no-repeat;	
	}

/* header banner, site name and description ----------------*/

#header{
	/*clear:both;
	background-image:url(images/kodak-header.png);
	background-repeat:repeat-y;*/
	width:750px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

#headerimg{
	background-image:url(images/sharepoint-header.jpg);
	background-repeat:norepeat;
	width:750px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#headerimg h1{
	color:#CCC;
	font-size:28px;
	font-weight:normal;
	padding-top: 20px;
	padding-left: 10px;
}

#headerimg h1 a{
	color:#999;
	text-decoration:none;
}

.description{	
	color:#FFF;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	padding-top:52px;
	padding-left:160px;
}

/*END OF HEADER */







/*BEGIN CONTENT*/


#content{
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.content-inside{

	/*background-image:url(images/bg_page_inside.png);
	background-repeat:repeat-y;*/

	width:750px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
}

/* left content box -----------------------------------*/
.left{
	width:550px;
	vertical-align:top;
	text-align:left;
}

/*BEGIN POST*/

/*title of post -----------------------------------*/
.pagetitle{
	text-align:left;
	margin-left:0px;
	margin-bottom:10px;
	padding-top:20px;
	padding-right:10px;

	/*border-bottom:1px solid #767155;*/
}

.post{
	text-align:left;
	padding-left:0px;
	padding-right:10px;
	line-height: 20px;
}

/* link in the post -----------------------------------*/
.post a:link, .post a:visited, .post a:active, .post a:hover{
	color: #F00;
	padding-left: 0px;
	}

.post a:hover{
	text-decoration: underline;
	}

.post h2,
.post h3{
	text-align:left;
	color: #000;

	/*background-image:url(images/bg_post_title.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
	
	padding-bottom:8px;
	margin-top:15px;
	margin-bottom:5px;
}

.post h2 a{
	color: #000;
	/*padding-right:50px;*/
}

/*  post entry ----------------------------- */
.entry{
	padding: 10px 10px 10px 0px;
}

.entry p{
	margin: 0px 0px 10px 0px;
}

.entry a{
	padding-left:5px;
	padding-right:5px;
}

.entry ul, .entry ol{
	margin-left:40px;
}

/* post metadata -------------------------------*/
.postmetadata{
	background-color:#F2F2F2;
	padding-top:5px;
	padding-bottom:10px;
	background-image:url(images/bg_post_title.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.postmetadata p{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	border-bottom:1px solid #bebaa4;
	border-top:1px solid #f0eee4;
}

/* post navigation elements --------------------------------------------*/
.alignleft{
	float:left;
	/*width:150px;*/
}

.alignright{
	float:right;
	/*width:200px;*/
}

.alignleft p{
	float:left;
}

.alignright p{
	float:right;
}

.alignleft p, .alignright p{
	padding:20px 10px 0px 10px;
	cursor:pointer;
}

.back, .next{
	background-image:url(images/back_next.png);
	cursor:pointer;
}

.back{
	height:62px;
	width:41px;
	float:left;
}
	a .back{
		background-position:0px 0px;
	}
	a:hover .back{
		background-position:0px 62px;
	}

.next{
	height:62px;
	width:41px;
	float:right;
}
	a .next{
		background-position:41px 0px;
	}
	a:hover .next{
		background-position:41px 62px;
	}

/*END OF POST*/

/*BEGIN COMMENTS*/

/*comments*/

#comments{
	/*margin-bottom: 25px;*/
	padding-left:0px;
	padding-top:10px;
	padding-bottom:5px;
}

#respond{
	padding-left:0px;
	clear:both;
}

#commentform{
	padding-left:0px;
	clear:both;
}

#respond h3{
	font-size:14px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left:0px;	
}

.comments-label{
	width:100px;
	float:left;
	text-align:right;
	padding-right:20px;
	border:1px solid #FFFFFF;
	border-right-color: #C6E8F6;
	border-bottom-color: #C6E8F6;
	margin-right:5px;
}
.comments{
	height:180px;
}

.comments h3{
	padding-left:00px;
	padding-top:40px;
	padding-bottom:10px;
}

/* form elements -------------------------------------------------*/
#author, #email, #url, #comment{
	width:330px;
	background-color:#ebe9e0;
	border:1px solid #FFFFFF;
	border-top-color: #C6E8F6;
	border-left-color: #C6E8F6;
	line-height:20px;
	padding-left:5px;
	margin-bottom:5px;
}
#author, #email, #url{
	height:20px;
}
#comment{
	height:180px;
}

#submit{
	/*background:none;
	background-image:url(images/submit.png);
	border:none;
	width:137px;
	height:30px;
	padding-bottom:2px;*/
	cursor:pointer;
}


/* kommentek list�ja*/
.commentlist{
	margin-left:20px;
	margin-right:50px;
}
.commentlist p{
	margin-bottom:10px;
}
.commentlist li{
	background-color:#f8f7f3;
	border:1px solid #FFFFFF;
	border-right-color: #C6E8F6;
	border-bottom-color: #C6E8F6;
	margin-bottom:5px;
	padding:5px;
}
.comment-author,.comment-text{
	background-color:#ebeae4;
	padding:5px;
	border:1px solid #FFFFFF;
	border-top-color: #C6E8F6;
	border-left-color: #C6E8F6;
}
.comment-data{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

.comments-label small{
	line-height:21px;
	font-size:11px;
	color:#645d35;
	font-weight:bold;
}

/*END OF COMMENT*/


/*END OF CONTENT*/




/*BEGIN SIDEBAR*/
/* right sidebar box ----------------------------*/
.right{
	width:200px;
	vertical-align:top;
	}

.right ul{
	list-style:none;
	}

#sidebar{
	text-align:left;
	padding:10px;
	font-size:12px;
	}

/* widgetitle ---------------------------------------*/
#sidebar h2{
	text-align:left;
	/*height: 28px;*/
	background-image:url(images/sidebar-h2-bg.jpg);
	background-repeat:repeat-x;
	margin-bottom: 0px;
	padding:10px 10px 10px 10px;
	font-size:12px;
	border-left:1px solid #C6E8F6;
	border-top:1px solid #C6E8F6;
	border-right:1px solid #C6E8F6;
	}

.widgetitle{
	}

.sidebarmenu ul{
	}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	}

.sidebarmenu ul li a:hover{
	text-decoration: underline;
	}

/* sidebar menuitems - widget menu element --------------------------------*/
.sidebarmenu ul li ul{
/*
	background-image:url(images/bg_li_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
*/
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 20px;
	/*background-color: #999;*/
	border-left:1px solid #C6E8F6;
	border-bottom:1px solid #C6E8F6;
	border-right:1px solid #C6E8F6;
	}

.sidebarmenu ul li ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	}

.sidebarmenu ul li ul li a{
	display:block;
	/*height:20px;*/
	margin:5px 5px 5px 0px;
	padding:5px 0px 0px 0px;
	color: #06C;
	background-color:#FFF;
	}

.sidebarmenu ul li ul li ul{
	/*background-image:none;*/
	margin-bottom:10px;
	/*padding-top:0px;*/
	padding-bottom:10px;
	border:none;
}

/* end of sidebar menuitems -----------------------------------------------------------*/

/*END OF SIDEBAR*/





/*BEGIN FOOTER*/

#footer{
	font-size:12px;	
	background-image:url(images/kodak_footer.png);
	background-repeat:no-repeat;
	height:80px;
	width:750px;
	
	/*border: 4px solid #C6E8F6;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding-top:10px;
}

/*END OF FOOTER*/







.navigation-single{
	background-color:#a5a18e;
	padding-left:30px;
	padding-right:20px;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:30px;
	margin-right:20px;
	border:1px solid #FFFFFF;
	border-right-color: #6f6534;
	border-bottom-color: #6f6534;
}
.alignleft-single{
	border-bottom:1px solid #7c775e;
	padding-bottom:5px;
}
.alignright-single{
	border-top:1px solid #cdcabb;
	padding-top:5px;
}
blockquote{
	border-left:15px solid #cecbbb;
	padding-left:10px;
}

/*END OF STRUCTURE*/
