@charset "UTF-8";
/* CSS Document */

@import 'default.css';
@import 'table.css';

.fb_share_link {
	padding: 2px 0 0 20px; 
	height:16px; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; 
}
body{
	font-family:Trebuchet MS,Lucida Grande,Tahoma,Arial,sans-serif;
}
/* YAZI */
h1{
	font-size:17px;
}
h2{
	font-size:16px;
}
h3{
	font-size:15px;
}

h4{
	font-size:14px;
}

h5{
	font-size:13px;
}

a{
	color:#0044AA;
	text-decoration:none;
}

a:hover{
	
}

p{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3;
}

/* YAPI */
#container{
	width:950px;
	margin:0 auto;	
	text-align:left;
}

/* header */
#header{
	background:#DDDDDD;
	height:100px;
	position:relative;
	border-bottom:1px dotted #111;
}
	#header h1{
		padding:5px 0;
	}
	#header h1 a{
		color:#000;
	}
	#header .nav{
		position:absolute;
		right:0;
		top:7px;
	}
	#header .nav li{
		display:inline;
		float:left;
		margin-right:10px;
	}
	#header .nav a{
		display:block;
		padding:3px;
		border:1px solid #000;
		color:#000;
	}
	#header .nav a:hover{
		color:#FFF;
		background:#000;
	}
/* //header */
.left{
	float:left;
	display:inline;
}
.footer-seperator{
	padding:0px 5px;
}
/* content */
#content{
	padding: 15px 0;
	min-height:350px;
     
    
	top: 15px;
	position: relative;
	color: #000;
}
#content h2{
	margin-bottom:5px;
	font-size:24px;
 	
	padding: 18px 0px;
	text-align: left;
 	
	color: #2a2874;
     
     
 
}
#content h3{
	
}
#content p{
	line-height: 19px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}

	/* section */
	.section{
		float:left;
		display:inline;
		width:745px;
	}

	/* //section */
	/* aside */
	.aside{
		float:left;
		display:inline;
		width:200px;
		margin-left: 14px;
	
		margin-right: 10px;
		position:relative;
		top:44px;
}
	.aside h2{
	}
	.aside .post{
		padding:0;
		border:none;
	}
	.aside .post h3{
		font-size:14px;
	}
	/* //aside */
/* //content */


#footer{
	background:#DDDDDD;
	height:40px;
	border-top:1px dotted #111;
}
#footer-ic{
	width:950px;
	margin:0 auto;
	text-align:center;
	padding:3px 0px 0px 0px;
}
#footer-ic a,#footer-ic span{
	font-size:12px;
	color:#151515;
}
#footer-ic a:hover{
	text-decoration:underline;
}
.magnet{
	text-decoration:none;
	color:#151515;
	font-family:"Myriad Pro";
}
.copyright{
	color:#151515;
}
