@charset "utf-8";
/*CSS file for Project RealClear, created by RCD. Jan 2013*/

/*************************General**********************************/
html             { font-size: 13px;}
body             { margin: 0; 
                   min-width: 1230px;
                   background: #fff; 
                   font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, 微軟正黑體, sans-serif;}
a, 
a:visited, 
a:active, 
a:hover          { text-decoration: none; blr:expression(this.onFocus=this.blur()); cursor: pointer;}

a                { outline: none; /* for Firefox Chrome */ behavior:expression(this.onFocus=this.blur()); /* for IE */} 
a:focus          { -moz-outline-style: none; outline: none; } /* for Firefox Chrome */
a:link           { color: #000; text-decoration: none;}
a:visited        { color: #000;}
a:hover          { color: #444; text-decoration: none;}
input, 
textarea         { font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, 微軟正黑體, sans-serif;}

::selection, 
a::selection, 
img::selection   { background: #39437c; color: #fff;}
::-moz-selection { background: #39437c; color: #fff;}


/*************************Structure**********************************/
.wrapper{
	width: 100%;
}
.header{
	width: 100%;
	height: 80px;
	background: #000;
	position: fixed;
	top: 0;
	z-index: 100;
	color: #fff;
}
.footer{
	height: 60px;
	width: 100%;
	background: #2d2d2d;
	text-align: center;
	padding-top: 2px;
	border-top: 1px solid #000;
}
/*************************Header**********************************/
.header_content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.header h1{
	width: 105px;
	height: 80px;
	float: left;
	padding: 0;
	margin: 0 0 0 70px;
	position: relative;
	background: #ffd500 url(../Image/logo.png) center center no-repeat;
}
.header h1 a{
	display: block;
	text-indent: -9999px;
}
.header h1:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 6px solid #1b232a;
	border-color: transparent transparent #1b232a;
	position: absolute;
	top: 68px;
	left: 42px;
	z-index: 1;
}
.header h1:after{
	content: '';
	display: block;
	width: 105px;
	height: 38px;
	position: absolute;
	background: #1b232a url(../Image/realclear.png) center center no-repeat;
	top: 80px;
	left: 0px;
}


/*************************footer**********************************/
.footer:before{
	background: #2d2d2d;
	content:'';
	display: block;
	height: 0px;
	border-top: 1px dashed #111;
	border-bottom: 1px dashed #555;
}
.footer_content{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.footer p{
	margin: 0;
	padding: 0;
}

.footer .credit{
	width: 165px;
	height: 37px;
	text-indent: -9999px;
	padding-top: 10px;
	margin-left: 5px;
	background: url(../Image/footer_logo.png) left bottom no-repeat;
	float: left;
}
.footer .copyright{
	float: left;
	color: #ccc;
	padding-top: 20px;
	margin-left: 50px;
	text-transform: uppercase;
	font-size: 0.9em;
}
.footer .copyright:before{
	content:'';
	display: block;
	background: url(../Image/line.png);
	width: 5px;
	height: 53px;
	float: left;
	margin-top: -15px;
	margin-right: 20px;
}
.footer .slogan{
	float: right;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #4d4d4d;
	text-align: right;
	text-shadow: 1px  1px  1px  #000;
}
.footer .slogan:before{
	content:'';
	display: block;
	background: url(../Image/line.png);
	width: 5px;
	height: 53px;
	float: left;
	margin-top: -15px;
	margin-right: 20px;
}

/*************************content**********************************/
.content{
	width: 980px;
	margin: 120px auto;
	padding: 0;
	position: relative;
}
.content h2{
	margin-left: 90px;
	color: #000;
}
.content h3{
	margin-left: 90px;
	color: #000;
}
.content h3 span{
	padding: 2px 9px;
	margin: 0 3px;
	color: #eee;
	background: rgba(0, 0, 0, 0.4);
	cursor: default;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.content .work{
	text-align: center;
}
.content .work img{
	margin-bottom: 30px;
	-moz-box-shadow: 1px 2px 4px #000;
	-webkit-box-shadow: 1px 2px 4px #000;
	box-shadow: 0px 2px 8px #aaa;
}
.content .link{
	position: absolute;
	right: 92px;
	top: 10px;
	text-align: right;
}
.content .link a{
	padding: 3px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	background: #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.content .link a:hover{
	background: #ffd500;
	color: #000;
}
.content .link a:active{
	color: #000;
	background: #deb900;
}
.content .link_btm{
	position: relative;
}




