/* CSS Document */

*{margin:0; padding:0}
html, body {height: 100%;}
body{
	background-color:#4C2E30;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1{
	font-size:70px;
	font-weight:bold;
	color:#FFF;	
	line-height:50px;
}
.wrapper{
	position:relative;
	width:980px;
	margin:0 auto;
	min-height:100%;
}
.natasha{
	position:absolute;
	width:786px;
	height:694px;
	top:6px;
	right:38px;
	background:url(../img/natasha.png) 50px 0px no-repeat;	
	z-index:-2;
}
.transparent-bg{
	position:absolute;
	width:100%;
	height:460px;
	background:url(../img/transparent_bg.png) repeat-x;
	left:0px;
	top:240px;
	background-size:100% auto;
	z-index:-1	
}
header{
	width:100%;
	height:105px;
}
header .slogan{
	float:left;
	margin-top:27px;
	width:301px;
	height:51px;
	background:url(../img/slogan_bg.png) no-repeat;	
	color:#FFF;
	font-size:13px;
}
header .slogan span{
	float:left;
	padding-top:9px;	
	padding-left:15px;
	width:300px;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.middle-block a, .middle-block a:visited {
	text-decoration:none;	
	color:#FFF;
}
.middle-block a:hover{
	color:#e14c2e;
}
header .social{
	float:right;
	margin-top:32px;
	margin-right:10px;	
}
header .social ul{
	list-style:none;
	width:265px;	
}
header .social li{
	float:left;
	width:42px;
	height:42px;
	border-radius:21px;
	margin-left:10px;	
	opacity:0.75;
	transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
header .social li:hover{
	opacity:1;
}
.icon-fb{
	background:url(../img/fb.png) no-repeat;	
}
.icon-tw{
	background:url(../img/tw.png) no-repeat;	
}
.icon-gg{
	background:url(../img/gg.png) no-repeat;	
}
.icon-in{
	background:url(../img/in.png) no-repeat;	
}
.icon-p{
	background:url(../img/p.png) no-repeat;	
}
.middle{
	width:100%;	
	position:relative;
}
.middle .slide{
	position:absolute;
	top:0xp;
	left:0px;
	width:100%;
	min-height:335px;
	background:url(../img/slide.png) no-repeat;	
	z-index:-3;
}
.middle .content-wrap{
	position:absolute; 
	top:230px;
}
.middle .content-wrap .welcome{
	float:left;
	margin-left:20px;	
}
.middle .content-wrap span{
	font-size:38px;
	font-weight:100;
	color:#FFF;	
}
.middle .content-wrap .content{
	position:absolute;
	top:115px;
	padding:30px 20px 20px 20px;
	width:940px;
	min-height:200px;
	/*background:url(../img/content_bg.png) repeat;*/
	background: rgba(225,76,46,0.3);
}
.middle .content-block{
	float:left;
	width:214px;	
	margin-left:20px;
}
.middle .content-block .contactus, .block-title{
	font-size:24px;
	font-weight:100;
	color:#FFF;	
	letter-spacing:1px;
}
.middle .middle-block{
	clear:both;
	width:70%;
	padding:12px 24px;
	margin:10px auto;
	background:url(../img/contact_us_bg.png) repeat;
	color:#FFF;	
	font-size:14px;
}
.middle .content-block p{
	font-size:11px;
	color:#E9EBEB;	
	padding-bottom:6px;
	line-height:11px;
}
.first-block{
	margin-left:0px !important;
}
.last-p{
	padding-bottom:0px !important;	
}

footer{
	top:725px;
	left:0px;
	position:absolute;
	width:100%;
	padding-bottom:20px;
}
.footer-block{
	float:left;
	margin-left:25px;
	margin-top:0px;
	width:300px;	
}
#twitter_update_list{
	list-style:none;
	color:#FFF;
	font-size:11px;
	line-height:11px;	
}
#twitter_update_list li{
	clear:both;
	float:left;
	margin-top:10px;
}
#twitter_update_list a, #twitter_update_list a:visited{
	color:#f0cc95;
	text-decoration:none;
}
#twitter_update_list a:hover, #tumb-content a:hover{
	color:#FFF;	
}
#twitter_update_list .user_image{
	float:left;
	width:50px;
	min-height:50px;	
}
#twitter_update_list .tweets_cm{
	padding-left:57px;
}
#twitter_update_list .tweets_cm .tweet_status{
	padding-top:5px;	
}
#twitter_update_list .tweets_cm .tweet_name a{
	font-size:14px;
	color:#e14c2e;
	font-weight:bold;
}
#twitter_update_list .tweets_cm .tweet_id a{
	font-size:11px;
	font-weight:400;
	color:#f0cc95;	
}
#twitter_update_list .tweets_cm .tweet_time {
	padding-top:5px;	
}
#twitter_update_list .tweets_cm .tweet_time a, #twitter_update_list .tweets_cm .tweet_time a:visited{
	font-size:11px;
	color:#e14c2e;	
	font-style:italic;
}
.tumb-icon{
	clear:both;
	float:left;
	margin-top:10px;
	width:38px;
	height:38px;
	background:url(../img/tu.png) no-repeat;
}
.tumb-content{
	float:left;
	width:300px;
	font-size:11px;
}
#tumb-title{
	clear:both;
	float:left;
	font-size:14px;
	color:#e14c2e;
	font-weight:bold;
	margin-top:10px;	
}
#tumb-title img{
	max-width:100%;	
}
#tumb-content{
	float:left;
	margin-top:10px;
	color:#FFF;
	font-size:11px;
}
#tumb-content a{
	font-size:11px;
	color:#f0cc95;	
	text-decoration:none;
}
#tumb-view{
	clear:both;
	float:left;
	margin-top:10px;	
}
#tumb-view a, #tumb-view a:visited{
	color:#FFF;
	background-color:#e14c2e;
	text-decoration:none;
	font-size:11px;
	padding:0px 2px;
}
#tumb-view a:hover{
	color:#e14c2e;
	background-color:#FFF;
}
#tumb-date{
	float:left;
	margin-top:10px;
	margin-left:6px;
	font-size:85%;
	padding-top:2px;
	color:#e14c2e;
	font-style:italic;
}
.latest-pins{
	float:left;
	clear:both;
	margin-top:10px;
	min-width:260px;
	min-height:194px;
	padding:6px;
	background:url(../img/pinterest_bg.png) repeat;	
}
#twitter_update_list, .tumb-content, .latest-pins{
	line-height:12px;	
}
#tumb-title{
	line-height:16px;	
}
.footer-block iframe{
	max-width:300px;	
	margin-bottom:8px;
}
.footer-block p{
	word-wrap:break-word;
	max-width:300px;
}
.footer-block p img{
	border-radius:0;
	float:left;
	margin-right:10px;	
	margin-top:15px;
}
.footer-block  p strong{
	color: #E14C2E;
	float:left;
    font-size: 14px;
    font-weight: bold;
	padding-top:12px;
}
.footer-block  p br{
		
}
.copy-right{
	position:fixed;
	bottom:10px;
	left:50%;
	margin-left:-466px;
	clear:both;
	color:#76342d;
	font-size:11px;
}
.copy-right-sticky{
	float:left;
	clear:both;
	color:#76342d;
	font-size:11px;
	padding-top:10px;
	padding-left:25px;	
}
.copy-right a, .copy-right a:visited, .copy-right-sticky a, .copy-right-sticky a:visited{
	color:#76342d;
	text-decoration:none;
}
.copy-right a:hover, .copy-right-sticky a:hover{
	color:#e14c2e;	
}
.latest-pins > span{
	background:none !important;	
	box-shadow:none !important;
	padding:0 !important;
}
.latest-pins > span > span >a{
	color:#e14c2e !important;
	font-size:14px !important;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:bold !important;
}
.latest-pins > span >a{
	display:none !important;
}

/*===========[ Tweets API v1.1 ]================================================*/
p.interact{
	display:none !important;	
}
div.user a img{
	float:left;
}
div.user a span:first-child{
	line-height:16px;
    color: #E14C2E;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
	margin-bottom:2px;
	margin-top:-3px;
}
div.user a span:last-child{
	float:left;
	margin-top:-3px;
	line-height:16px;
	padding-left:5px;
}
p.tweet, p.timePosted{
	width:241px;
	float:right;
	text-align:left;
}
p.timePosted{
	margin-top:6px;	
	color:#E14C2E;
	font-size:85%;
	font-style:italic;
}

