/*
Theme Name: Yapper Design
Theme URI: http://www.yapperdesign.com/
Description: Yapper Design template.
Author: Jordy Vandeput
Version: 2.3
Tags: header, content, footer
*/


/* Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}



/* Body and font styles
-------------------------------------------------------------- */
body
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#3B3B3B;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#a9bdc3;
	margin-top:30px;
}


#menu
{
	margin:0px auto;
	height:98px;
	line-height:98px;
	width:600px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
}


#menu li
{
	display:inline;
	list-style-type:none;
	padding-left:20px;
}

#menu li a
{
	color:#3B3B3B;
	text-decoration:none;
	height:37px;
	padding-left:5px;
	padding-right:5px;
	border:#F7F9F9 2px dotted;
}

	#menu li a:hover
	{
		border:#ff6600 2px solid;
	}



				
		
		#hmenu
		{
			margin:0px auto;
			height:60px;
			line-height:98px;
			width:500px;
			text-align:left;
			text-transform:uppercase;
			font-size:16px;
			float:left;
			
		}
		
		
		#hmenu li
		{
			display:inline;
			list-style-type:none;
			padding-left:20px;
		}
		
		#hmenu li a
		{
			color:#3B3B3B;
			text-decoration:none;
			height:37px;
			padding-left:5px;
			padding-right:5px;
			border:#F7F9F9 2px dotted;
		}
		
			#hmenu li a:hover
			{
				border:#ff6600 2px solid;
			}
			
			.special
			{
				border-bottom:#000 dotted 1px;
			}

		
		
		
		
		#smenu
		{
			margin:0px auto;
			height:19px;
			line-height:19px;
			width:100%;
			text-align:right;
			text-transform:uppercase;
			font-size:14px;
			float:left;
			
		}
		
		
		#smenu li
		{
			display:inline;
			list-style-type:none;
			padding-left:20px;
		}
		
		#smenu li a
		{
			color:#ff6600;
			text-decoration:none;
			height:37px;
			padding-left:5px;
			padding-right:5px;
		}
		
			#smenu li a:hover
			{
				color:#666;
			}
			
			


h1
{
	margin-bottom:20px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-left:#ff6600 2px solid;
	border-bottom:#666 1px dotted;
	font-size:18px;
	text-transform:uppercase;
}

h2
{
	margin-bottom:10px;
	text-align:center;
	padding:5px;
	border-bottom:#666 1px dotted;
	border-left:#ff6600 2px solid;
	border-right:#ff6600 2px solid;
	text-transform:uppercase;
	font-size:13px;
}

h3
{
	margin-bottom:5px;
	margin-top:10px;
	padding-bottom:5px;
	border-bottom:#666 1px dotted;
	font-size:13px;
	text-transform:uppercase;

}

p
{
	padding-top:5px;
	padding-bottom:5px;
}

a
{
	color:#ff6600;
	text-decoration:none;
}
	a:hover
	{
		color:#3B3B3B;
		text-decoration:underline;
	}

ul
{
	margin-left:20px;
}

input
{
	border:#3B3B3B 1px solid;
}

input:focus
{
	background-color:#FFE5C8;
}

hr
{
	color: #3B3B3B;
	background-color: #3B3B3B;
	height: 1px;
	border:solid .5px ;
}
	




/* Basic layout
-------------------------------------------------------------- */

#header
{
	background-image:url(images/header.png);
	width:100%;
	height:98px;
}
	#headerbox
	{
		height:98px;
		width:900px;
		margin:0px auto;
	}
		
		#logo
		{
			float:left;
			border:0px;
			margin-top:10px;
		}
		
		#menu
		{
			float:right;
			text-align:center;
			line-height:98px;
			width:600px;
		}


#content
{
	background-image:url(images/topimg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}
	
	#content_pusher
	{
		height:80px;
	}

	#top
	{
		background-image:url(images/top.png);
		background-position:center;
		background-repeat:no-repeat;
		height:37px;
		width:100%;
	}
	
	#mid
	{
		background-image:url(images/mid.png);
		background-position:center;
		height:auto;
		width:100%;
		background-repeat:repeat-y;
	}
		#content_box
		{
			margin:0px auto;
			width:900px;
		}
	
	.base
	{
		background-image:url(images/base.png);
		background-position:center;
		height:15px;
		width:100%;
		background-repeat:repeat-y;
	}


#footer
{
	background-image:url(images/mid.png);
	background-position:center;
	background-repeat:repeat-y;
	height:100%;
	width:100%;
	font-size:10px;
}

	#footer_shader
	{
		background-image:url(images/footer_shader.png);
		background-repeat:repeat;
		height:9px;
		width:950px;
		margin:0px auto;
	}
	
	#footer_shader_s
	{
		background-image:url(images/footer_shader_switch.png);
		background-repeat:repeat;
		height:9px;
		width:950px;
		margin:0px auto;
	}
	
	#footer_content
	{
		height:75px;
		width:900px;
		margin:0px auto;
		text-align:center;
	}
	
	#footer_content a
	{
		margin:7px;
	}
	
	
	#footer li
	{
		display:inline;
		list-style-type:none;
	}
	
	#footer ul
	{
		margin-bottom:5px;
		margin-left: 10px;
		margin-right:10px;
	}
	
	.meta a
	{
		color:#666;
		text-decoration:none;
	}
	
		.meta a:hover
		{
			color:#3B3B3B;
			text-decoration:underline;
		}
	
	
	
/* User Panel
-------------------------------------------------------------- */
#panelform
{
	width:100%
}

#panelform .title
{
	background-color:#353535;
	color:#FFF;
	padding:3px;
}

#panelform .break
{
	height:10px;
}

#panelform input
{
	width:60%
}

#panelform textarea
{
	width:99%;
	height:400px;
}
	
#panelform .labels
{
	width:150px;
}

#panelform .longbut
{
	width:100%;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	cursor:pointer;
}
	
	
/* Advanced Thumbnail
-------------------------------------------------------------- */

.thumbs
{
	overflow: hidden;
	width: 100%;
	clear:both;
	text-align:center;
	margin:0px;
}

.thumbs li
{
	display:inline;
	list-style:none;
}


.imgteaser 
{
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	
}

.imgteaser a 
{
	text-decoration: none;
	float:left;
}

.imgteaser a:hover 
{
	cursor: pointer;
}

.imgteaser a img 
{
	float:left;
	margin-top:20px;
	margin-right:16px;
	margin-left:16px;
	border: none;
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	text-align:center;
}

.imgteaser a:hover .desc
{
	display: block;
	font-size: 10px;
	padding: 5px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	color: #fff;
	position: absolute;
	bottom: 6px;
	left: 22px;
	right: 22px;
	padding: 5px;
	margin: 0;
	width: 170px;
	border-top: 1px solid #999;
}

.imgteaser a:hover .desc strong 
{
	display: block;
	margin-bottom: 5px;
	font-size:10px;
}

.imgteaser a .desc { display: none; }
.imgteaser a:hover .more { visibility: hidden; }



		
/* Spacers en Utilities
-------------------------------------------------------------- */
		

.spacer5px
{
	margin-top:5px;
}

.spacer10px
{
	margin-top:10px;
}

.spacer20px
{
	margin-top:20px;
}

.spacer30px
{
	height:30px;
}

.spacer50px
{
	margin-top:50px;
}

.info_wrap
{
	width:99%;
	padding:5px;
	border:#333333 1px dotted;
	margin-bottom:3px;
	margin-top:3px;
	height:30px;	
}

.info_img
{
	float:left;
	margin-right:10px;
	margin-left:20px;
}

.info_msg
{
	float:left;
	height:30px;
	line-height:30px;
}

#taal_select
{
	float:right;
	margin-top:-15px;
	clear:both;
}


	
#readlog
{
	overflow:auto;
	height:200px;
	width:880px;
	border:#333 1px solid;
	padding-left:9px;
	padding-bottom:10px;
	color:#666666;
	cursor:default;
}

.editico
{
	float:right;
	height:20px;
	width:20px;
	border:0px;
	margin-right:10px;
}

.readonly
{
	color:#CCC;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.flag
{
	margin-bottom:-3px;
}

	
/* Yapper Bar
-------------------------------------------------------------- */
		

#yapperbar
{
	width:100%;
	height:30px;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	line-hight:30px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/yapperbar/yb_bg.png);
}

#yapperbar img
{
	float:left;
	margin-right:20px;
	border:none;
}

#yapperbar p
{
	float:left;
}

#yapperbar a
{
	color:#FFF;
	text-decoration:none;
	margin-left: 10px;
	margin-right: 10px;
}

#yapperbar a:hover
{
	color:#F90;
	text-decoration:none;
}

.yb_login
{
	float:right;
	margin-right:10px;
	margin-top: 7px;
}
