/*
Theme Name: elemis
Author: themeforest.net/user/elemis
Author URI: http://iki-bir.com
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

input, textarea {
  -webkit-appearance: none;
  }

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body {
	height: 100%;
}

body {
	background: transparent url(style/images/bg1.jpg) repeat fixed;
	font-family: 'Museo300Regular';
	color: #797979;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

strong {
	font-family: 'Museo500Regular';
	font-weight: normal;
}

p {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 15px;
}

a {
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	color: #67a6c7;
}

a:hover {
	color: #67a6c7;
}

a.button {
	background: transparent url(style/images/button-bg.png) no-repeat left top;
	height: 31px;
	line-height: 31px;
	padding: 0 15px 0 45px;
	display: inline-block;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #383838;
    -webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	font-family: 'Museo500Regular';
	font-size: 13px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.26); 
	margin-right: 20px;
}

a.button:hover {
	background-position: left bottom;
}

a.button2 {
	background: transparent url(style/images/button-bg2.png) no-repeat left top;
	height: 31px;
	line-height: 31px;
	padding: 0 15px 0 45px;
	display: inline-block;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #383838;
    -webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	font-family: 'Museo500Regular';
	font-size: 13px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.36);
	margin-right: 20px; 
}

a.button2:hover {
	background-position: left bottom;
}

a.button3 {
	background: transparent url(style/images/button-bg3.png) no-repeat left top;
	height: 31px;
	line-height: 31px;
	padding: 0 15px 0 45px;
	display: inline-block;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #383838;
    -webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	font-family: 'Museo500Regular';
	font-size: 13px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.36);
	margin-right: 20px; 
}

a.button3:hover {
	background-position: left bottom;
}

.meta a.likeThis.done {
	cursor: text;
	color: #ed6e79;
}

.meta a.likeThis {
	color: #ed6e79;
}

.meta a.likeThis:hover {
	color: #d14b56;
}

.meta a.likeThis.done:hover {
	color: #ed6e79;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Museo300Regular';
	font-weight: normal;
	color: #2c2c2c;
}

h2,
h1.title {
	font-size: 25px;
	margin-bottom: 10px;
}

h3, h1.page-title {
	font-size: 20px;
	margin-bottom: 20px;
}

h1.premium-title {
	font-size: 20px;
	margin-bottom: 10px;
}

h1.downloads-title {
	font-size: 17px;
	margin-bottom: 10px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
	margin-bottom: 20px;
}

.grid h2 {
	font-size: 16px;
}

.sidebox h3 {
	font-size: 15px;
	margin-bottom: 10px;
	font-family: 'Museo500Regular';
	text-transform: uppercase;
}

h2 a {
	color: #555;
}

.wrapper {
	width: 1080px;
	margin: 50px auto;
}

.wrapper:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.body-wrapper {
	margin: 0 auto -52px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.header-wrapper {
	width: 100%;
	height: 93px;
	background-color: #2f2f32;
	/*background: transparent url(style/images/header-bg.png) repeat-x center bottom;*/
}

.top-fixed {
	padding-top: 35px;
	background: #6484a1;
}

.header {
	width: 1080px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 30px;
}

#access {
	float: right;
	margin-top: 40px;
}

#access .menu li {
	display: inline;
	margin-left: 33px;
	font-size: 13px;
	font-family: 'Museo500Regular';
}

#access .menu li a {
	color: #d4d4d4;
}

#access .menu li a:hover,
#access .menu li.current-menu-item a{
	color: #fff;
}

.outer {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1); 
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.inner {
	background: #fdfdfd;
	border: 1px solid #f9f9f9;
	-moz-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.05);
	box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.05);
	padding: 20px;
}

.search-form.inner {
	padding: 0;
}

form input {
	font-family: 'Museo300Regular';
	font-size: 12px;
	border: none;
	background: none;
	height: 33px;
	padding: 0 10px;
	width: 100%;
	color: #797979;
}

.donate-button {
	margin-top: -20px;
}

.donate-button form input {
	width: auto;
	height: auto;
}

.hidden {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/

.content {
	float: left;
	width: 820px;
	margin-right: -30px;
	position:relative;
}

.page-content {
	float: left;
	width: 790px;
}

.page-content a:hover {
	
	text-decoration: underline;
}

.post {
	clear: both;
	margin-bottom: 30px;
}

.post.regular-one {
	clear: none;
}

.post:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post.regular-one:after {
	clear: none;
}

#portamento_container {position:absolute; left:0; top:0;} /* take the absolute positioning of the sidebar */

#portamento_container .meta.fixed {position:fixed; left:auto; top:auto;} /* become fixed position, but reset the top and right values */

.meta {
	width: 192px;
	margin-right: 30px;
	top:0;
	left: 0;
	position: absolute;
}

.meta a {
	color: #797979;
}

.meta a:hover {
	color: #67a6c7;
}


.meta ul li {
	font-size: 12px;
	background: transparent url(style/images/line.png) center top repeat-x;
	padding-top: 13px;
	margin-top: 10px;
}

.meta ul li:first-child {
	background: none;
	padding: 0;
	margin: 0;
}

.meta ul li img {
	margin-right: 10px;
	margin-bottom: -2px;
}

.share {
	margin-top: 30px;
}

span.mr_social_sharing {
	display: block !important;
	margin: 0 0 15px 0 !important;
}

.post-content {
	width: 568px;
	float: right;
	margin-right: 30px;
}

.post-content .featured {
	margin: -21px -21px 20px -21px;
}

.sidebar {
	width: 260px;
	float: right;
}

.sidebar ul {
	line-height: 23px;
}

.sidebar ul li a {
	color: #555;
}

.sidebar ul li a:hover {
	text-decoration: underline;
}

.sidebox {
	margin-bottom: 40px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.66); 
}

.premium-ads {
	width: 270px;
	margin-right: -10px;
	margin-bottom: -10px;
	overflow: hidden;
}

.premium-ads li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.premium-ads li img {
	display: block;
}

.post.regular-one {
	width: 380px;
	float: left;
	margin-right: 30px;
}

.post.regular-one .featured img {
	width: 380px;
	height: auto;
	max-height: 226px;
	display: block;
}

.post.regular-one .featured {
	margin: -21px -21px 10px -21px;
}

.post.regular-one .inner {
	
}

.post.regular-one .title {
	margin: 0;
	margin-bottom: 10px;
}

.post.regular-one .title a {
	font-size: 17px;
	color: #2c2c2c;
}

.post.regular-one .title a:hover {
	color: #67a6c7;
}

.excerpt {
	font-size: 12px;
}

.post.sticky-one {
	width: 790px;
}

.post.sticky-one .featured {
	margin: -21px -21px 20px -21px;
}

.post.sticky-one .featured img {
	display: block;
}

.others-on .featured {
	margin: -21px;
}

.others-on .featured img {
	display: block;
}

.others-on.outer {
	margin-bottom: 30px;
}

.page-navi li {
	float: left;
	margin: 0 7px 0 0;
	text-align: center;
}

.page-navi li a {
	color: #fff;
	padding: 0 12px;
	display: block;
	background: #2f2f32;
	height: 30px;
	line-height: 31px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Museo500Regular';
	font-size: 13px;
}

.page-navi li a:hover,
.page-navi li a.current,
.add-comment {
	background-color: #67a6c7;
	text-decoration: none;
}

.page-navi:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.post-nav {
	clear: both;
	position: relative;
	padding: 15px 20px;
	background-color: #f7f7f7;
	margin: 20px -20px -20px -20px;
	font-size: 12px;
	
}

.post-nav a:hover {
	text-decoration: underline;
}

.post-nav .nav-prev {
	float: left;
}

.post-nav .nav-next {
	float: right;
}

.post-nav:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.text {
	line-height: 25px;
}

.text p {
	margin-bottom: 15px;
}

.text a:hover {
	text-decoration: underline;
}

.text a.button:hover,
.text a.button2:hover,
.text a.button3:hover  {
	text-decoration: none;
}

.featured a,
.related-posts a {
	position: relative;
	display: block;
}

.featured a .more,
.related-posts a .more {
	display: none;
	height: 100%;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.66);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 81px 0 0 0;
}

.related-posts a .more{
	background: transparent url(style/images/icon-more2.png) no-repeat center center;
	background-color: rgba(0, 0, 0, 0.66);
}

.grid .featured a .more {
	background: transparent url(style/images/icon-more.png) no-repeat center center;
	background-color: rgba(0, 0, 0, 0.66);
}

.featured a img
.related-posts a img {
	display: block;
}

.more {
	font-family: 'Museo500Regular';
	font-size: 16px;
	color: #fff;
}

.post.sticky-one .more {
	padding: 191px 0 0 0;
}

.more .likes-count,
.more .download-count {
	display: block;
}

.more .likes-count:after {
	content: '';
	display: block;
	height: 3px;
	background: transparent url(style/images/portfolio-line.png) repeat-x;
	width: 130px;
	margin: 15px auto;
}

.more .likes-count span {
	background: url(style/images/icon-meta-love.png) no-repeat left 1px;
	padding: 0 0 0 30px;
}

.more .download-count span {
	background: url(style/images/icon-meta-down.png) no-repeat left 2px;
	padding: 0 0 0 30px;
}


.featured .likes-count a {
	position: relative;
	display: inline;
}

.secondary {
	float: right;
	width: 568px;
	margin-right: 30px;
}

.related-posts {
	margin-right: -15px;
	overflow: hidden;
	width: 543px;
	margin-bottom: -15px;
}

.related-posts li {
	float: left;
	width: 166px;
	height: 100px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.related-posts:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.related.outer {
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/* COMMENTS
/*-----------------------------------------------------------------------------------*/

.comment {
	clear: both;
}

#comments .outer {
	margin-bottom: 30px;
}

#comments a:hover {
	text-decoration: underline;
}

#comments a.add-comment:hover {
	background-color: #262626;
	text-decoration: none;
	color: #fff;
}

#comments ol {
	list-style:none;
}
#comments ol li {
	background: none;
	display: block;
	clear: both;
	margin-top: 20px;
}
#comments .user {
	float:left;
	margin-right:20px;
}
.avatar {
	width: 48px;
	height: 48px;
	display: block;
	float: left;
}

#comments .message {
	padding: 20px 20px 0 20px;
	background-color: #f7f7f7;
	position: relative;
}

#comments li.bypostauthor .message {
	border: 3px solid #f0f0f0;
}

#comments li.bypostauthor ul.children li .message {
	border: none;
}
#comments .pingback .message {
	padding: 20px;
}
#comments .pingback .message p {
	margin: 0;
}
#comments ul.children {
	margin:0;
	padding:0 0 0 40px;
}
#comments ol.commentlist ul.children li {
	padding-right:0;
	border:none;
}
#comments .message .info {
	
	margin-bottom: 15px;
}
#comments .message .info h4 {
	padding: 0;
	font-size: 16px;
	margin: 0;
	display: inline;
}
#comments .message .info h4 a {
	color: #67a6c7;
}
#comments .message .info h4 a:hover {
	
}
#comments .message .info .date {
	font-size: 11px;
	color: #9e9e9e;
	display: inline;
	margin-left: 5px;
}

.comment-text {
	overflow: hidden;
}

#comments a.comment-reply-link,
#comments #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #797979;
	font-size: 10px;
	text-transform: uppercase;
}
#comments #cancel-comment-reply-link {
	top: 10px;
	right: 20px;
}
#comments a.comment-reply-link:hover,
#comments #cancel-comment-reply-link:hover {
	color: #67a6c7;
	text-decoration: none;
}

#commentform p {
	position: relative;
	margin-bottom: 15px;
}



#respond .comment-form-author .required,
#respond .comment-form-email .required {
	display: inline;
}

.form-allowed-tags {
	display: none;
}

#pings-title {
	
}

#commentform p.form-submit {
	margin: 0;
	padding: 0;
}

.add-comment {
	color: #fff;
	padding: 0 11px;
	display: inline-block;
	background: #2f2f32;
	height: 30px;
	line-height: 31px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
    font-family: 'Museo500Regular';
	font-size: 13px;
}
.add-comment:hover {
	background: #67a6c7
}

#comments-title {
	float: left;
}

.commentlist #respond {
	margin-top: 20px;
	position: relative;
}


#reply-title {
	margin-bottom: 10px;
}

#commentform p.comment-notes {
margin: 0 0 30px 0;

}

/*-----------------------------------------------------------------------------------*/
/*	PREMIUM
/*-----------------------------------------------------------------------------------*/

ul.grid {
	padding: 0;
	margin: 0;
	width: 1082px;
	margin-right: -22px;
	margin-bottom: -42px;
	margin-top: 30px;
	overflow: hidden;
}

ul.grid li {
	padding: 0;
	margin: 0 22px 40px 0;
	width: 243px;
	height: auto;
	float: left;
}

ul.grid li img {
	width: 243px;
	height: auto;
	display: block;
	margin-bottom: 15px;
}

ul.grid li a:hover {
	text-decoration: underline;
}


.followus {
	line-height: 23px;	
}

.followus li {
	display: inline;
	margin-right: 30px;
}

.followus li img {
	padding-right: 5px;
}

.followus li a:hover,
a.direct-link:hover {
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/

.push {
	height: 62px; 
}

.footer-wrapper {
	width: 100%;
	height: 62px;
	/*background: transparent url(style/images/footer-bg.png) repeat-x center bottom;*/
	margin-bottom: -20px;
	background-color: #2f2f32;
}

.footer {
	width: 1080px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.footer a {
	color: #d4d4d4;
}

.footer p {
	margin: 0;
	float: left;
	font-size: 12px;
	color: #999;
}

.footer-menu {
	float: right;
	margin-top: 5px;
	font-size: 12px;
}

.footer-menu ul li {
	display: inline;
	margin-left: 10px;
}

.footer-menu ul li a {
	color: #999;
}

.footer-menu ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.social-share {
	padding: 0;
	overflow: inherit;
	position: fixed;
	top: 300px;
	left: 2px;
	z-index: 10;
}

.social-share li {
	padding: 0;
	margin-bottom: 2px;
	background: none;
}

.social-share span{
	width:0;
	height:24px;
	left:0;
	padding:0;
	position:absolute;
	overflow:hidden;
	background: transparent url(style/images/social-icons.png) no-repeat 0 0;
	-webkit-transition: 0.55s;
	-moz-transition: 0.55s;
	transition: 0.55s;
}

.social a,
.social-share a {
	background:transparent url(style/images/social-icons.png) no-repeat 0 0;
	height:24px;
	width:24px;
	display:block;
	position:relative;
}

.social-share a:hover span{ 
	overflow:visible; 
	width: 110px;
}

.social .rss,
.social-share a.rss,
.social-share a.rss span {
	background-position:0 0;
}

.social .facebook,
.social-share a.facebook,
.social-share a.facebook span {
	background-position:0 -24px;
}

.social .twitter,
.social-share a.twitter,
.social-share a.twitter span {
	background-position:0 -48px;
}

.social .dribbble,
.social-share a.dribbble,
.social-share a.dribbble span {
	background-position:0 -72px;
}

.social .pinterest,
.social-share a.pinterest,
.social-share a.pinterest span {
	background-position:0 -96px;
}

.social .linkedin,
.social-share a.linkedin,
.social-share a.linkedin span {
	background-position:0 -120px;
}

.social .vimeo,
.social-share a.vimeo,
.social-share a.vimeo span {
	background-position:0 -144px;
}

.social .lastfm,
.social-share a.lastfm,
.social-share a.lastfm span {
	background-position:0 -168px;
}

.social .tumblr,
.social-share a.tumblr,
.social-share a.tumblr span {
	background-position:0 -216px;
}

.social .forrst,
.social-share a.forrst,
.social-share a.forrst span {
	background-position:0 -240px;
}

.social .skype,
.social-share a.skype,
.social-share a.skype span {
	background-position:0 -264px;
}

.social .flickr,
.social-share a.flickr,
.social-share a.flickr span {
	background-position:0 -288px;
}

.social .deviantart,
.social-share a.deviantart,
.social-share a.deviantart span {
	background-position:0 -312px;
}

.social .google,
.social-share a.google,
.social-share a.google span {
	background-position:0 -336px;
}

.social .friendfeed,
.social-share a.friendfeed,
.social-share a.friendfeed span {
	background-position:0 -360px;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.forms {
	position: relative;
	padding: 0;
	width: 100%;
}

.form-container .response {
	color: #58a267;
	display: none;
	margin: 0 0 15px 0;
}
.forms ol {
	margin:0;
	padding:0;
}
.forms ol li {
	line-height:auto;
	list-style: none;
}
.forms li.form-row { 
	margin-bottom: 20px;
}
.forms li.hidden-row {
	display: none;
}

.forms fieldset .text-input,
.forms fieldset .text-area,
#commentform input,
#commentform textarea {
	width: 100%;
	border: 1px solid #e3e3e3;
	background: #f7f7f7;
	height: 35px;
	line-height: 1;
	padding: 5px 10px;
	color: #555555;
	resize: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-family: 'Museo300Regular';
	font-size: 14px;
}

.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
#commentform input:focus,
#commentform textarea:focus {
	border: 1px solid #c5c5c5;
}

.forms fieldset .text-area,
#commentform textarea {
	min-height: 200px;
	padding: 10px;
	resize: vertical;
}

.forms li.error input, 
.forms li.error textarea {
	border: 1px solid #d18282;
}

.forms span.error {
	display: none;
}

.forms .button-row span.error {
	padding: 0;
	display: none;
}

.forms label {
	display: inline-block;
	margin-bottom: 10px;
}

.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform input#submit,
.forms fieldset .btn-submit {
	color: #fff;
	padding: 0 15px;
	background: #2f2f32;
	height: 30px;
	line-height: 32px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    width: auto;
    cursor: pointer;
    font-family: 'Museo500Regular';
	font-size: 13px;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}

#commentform input#submit:hover,
.forms fieldset .btn-submit:hover {
	background-color: #67a6c7;
	text-decoration: none;
	color: #fff;
}
.mr_social_sharing .linksalpha_button {
	display: none !important;
}



a.PIN_1415091240779_pin_it_button_20 {
								background-position: 0 0 !important;
							}
							a.PIN_1415091240779_pin_it_button_20:hover {
								background-position: 0 0 !important;
							}
							
							
							
							
#attention-wrap{

	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	
	z-index: 99999;
	width: 100%;
	height: 35px;
}

#attention{
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	font: normal 13px/35px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #ffffff;
	text-align: center;
	background: #6484a1;
	border-bottom: 0px solid #7d7d7a;
	position: relative;
	z-index: 3;
}

#attention a{
	font: normal 13px/35px Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}

#attention a:hover{
	color: #141414;
}