@charset "utf-8";
/* CSS Document */
@import url(css/reset.css);
@import url(css/menu.css);
@import url(css/colorbox.css);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Lobster:regular);


body{
	background: #f7f7f7 url(img/pattern_47.png);
}

#header {
	background: url(img/bkg_header.jpg) repeat-x center;
}
.wrap{
	background: url(img/bkg_body.jpg);
	padding: 0 0 30px;
}
.top_content{
	height: 19px;
	background: url(img/bar_single.png) repeat-x;
}
.clear {
	clear:both;
}
.content_header {
	width: 1018px;
	height: 112px;
	margin:auto;
	position:relative;
	background: url(img/bkg_content_header.jpg) no-repeat left 0;
}
.content_header a[title="logo"] {
	float: left;
	margin:	0px 0 0 15px;
}
.follow_sn{
	float:right;
	display:inline-block;
	margin: 30px 30px 0 0 ;
	list-style: none;
}
.follow_sn li{
	display:inline-block;
}
.right_header {
	width: 192px;
	height: 24px;
	float:right;
	margin: 3px 0 0;
}
ul.follow_us {
	background: url(img/bkg_socialnet.png) no-repeat;
	width: 75px;
	margin: 3px auto 0;
	height: 71px;
	padding: 27px 53px 0 27px;
}
ul.follow_us li {
	float:left;
	display: inline;
}
/* style cascading */
.area_btns{
	width: 260px;
	float:left;
	overflow:hidden;
	padding: 18px 0 10px 10px;
}
.area_btns a{
	display: block;
	background: #999;
	color: white;
	float:left;
	font-size:14px;
	margin: 0 5px;
	padding: 10px 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.container_share{
	width: 65px;
	position:absolute;
	right: 0; top: 20px;
}

.wrap_generate_box-shadow{
	width: 950px;
	margin: 30px auto;
	padding: 30px 20px 140px;
	border: 1px solid #ccc;
	overflow:hidden;
	position:relative;
}

.wrap_generate_box-shadow .generator_panel{
	width:420px;
	float:right;
	margin: 20px auto;
	color: #666;
	overflow:hidden;
}
.wrap_generate_box-shadow .preview_box_shadow{
	margin:auto;
	padding: 0 0 0 30px;
}
.fonts_google{
	width: 150px;
	margin: 0 0 10px 0;
	float:left;
}

/******************/
/*** Box Shadow ***/
/******************/
.box_shadow{
	width: 800px;
	min-height: 100px;
	margin: auto;
	padding: 30px 0;
	border: 5px solid white;
	position:relative;
	background: #f3f3f3;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.80);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.80);
	clear: both;
}

.box_shadow p{
	font-size: 2em;
	text-align:center;
	padding:30px 0 0;
	color: #666;
}
#code_font_family{
	width: 445px;
	height: 180px;
	padding: 10px 0 0 10px;
	font-size: 12px;
}
select#font_family{
	padding: 8px;
	font-size: 13px;
}

/****************/
ul.style_font{
	display:block;
	float: left;
	margin: 0 0 10px;
}
ul.style_font li{
	display:block;
	float: left;
	background: white;
	border: 1px solid #666;
	margin: 8px;
}
ul.style_font li a{
	width: 50px;
	height: 50px;
	display:block;
	line-height: 5;
	font-size:10px;
	text-align:center;
}


/******/
#type_shadow{
	margin: 10px 0 40px;
	color: #666;
	width: 100%;
}

#preview_code, .preview_code_html{
	margin:60px 0 0;
	background: white;
	padding: 10px 0;
	color: #09F;
	font-size: 12px;
	border-left: 5px solid #999;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}
p label{
	display: block;
	margin:5px 0;
}

/***************/
/*** Footer ****/
/***************/
.shock_bundle{
	position:relative;
	width: 490px;
	margin: 28px 0 0 30px;
	text-align: center;
	height :190px;
	float:left;
}
#footer{
	height: 155px;
	background:url(img/bkg_footer.png)
}
.content_footer{
	width:960px;
	height: 150px;
	margin:auto;
	overflow:hidden;
	font-family: 'Lobster', serif;
	background: url(img/footer-demo.png) no-repeat left 40px;
}
.content_footer ul{
	width: 390px;
	overflow:hidden;
	margin: 33px 0 0 305px;
}
.content_footer ul li{
	width: 90px;
	height: 95px;
	display: block;
	float: left;
}
.content_footer a{
	width: 90px;
	display:block;
	height: 95px;
}


/*** Modal Window for the download Button***/
.form_sub {
	height: 0; 
	overflow: hidden;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#form_mail p {
	margin: 0 0 15px;
	color: #333;
}
#form_mail p.mw_tweet {
	margin: 10px 0 15px;
	display: block;
	text-align:center;
	font-size: 16px;
}
#form_mail p.mw_tweet a{
	text-decoration:underline;
	color: #333;
}
#form_mail p.mw_tweet a:hover{
	text-decoration: none;
}
#form_mail label {
	float:left;
	margin: 0 10px 0;
}
#form_mail .error {
	margin: 0 10px 0;
	color: red;
}
#form_mail input[type='text'] {
	width: 300px;
	height: 30px;
	margin: 0 auto 15px;
	display:block;
	color: #999;
	float:left;
	font-size: 16px;
}
.capture_href, #submit_mail {
	display: block;
	position:relative;
	margin: auto;
	width: 150px;
	border: 1px solid #888;
	box-shadow: 0 0 1px #CCC;
	background: #38B5D1;
	color: white;
	text-align:center;
	padding: 3px 0;
	border-radius: 5px;
}
#submit_mail {
	height: 31px;
}
.capture_href:hover, #submit_mail:hover {
	background: #4FCEEA;
}
input.capture_href_hidden[type="text"] {
	display: none!important;
	visibility:hidden;
}
