@charset "UTF-8";
/* 	
Blogsy website main page CSS
Author : Sean Choe
*/

#header #header_title {
	float: left;
	width: 100%;
	margin-top: 280px;
}

#header #header_title img#title_icon {
	margin-left: 10px;
}

#header #header_title img#title_blogsy {
	margin-bottom: 30px;
}

#header #header_title img#appstore {
	float: right;
}

img#video_button {
	
}

#content .block {
	float: left;
}

#content .block .block_title {
	width: 100%;
	margin-left: 10px;
}

#content .block .second_title {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

#content .left_column {
	float: left;
	width: 400px;
	margin-left: 20px;
}

#content .left_column p {
	margin-bottom: 80px;
}

#content .left_column_without_bottom_margin {
	float: left;
	width: 400px;
	margin-left: 20px;
}

#content .right_column {
	float: right;
	width: 400px;
	margin-left: 80px;
}

#content .right_column p {
	margin-bottom: 10px;
}

#content .wide_left_column {
	float: left;
	width: 550px;
	margin-left: 20px;
}

#content .narrow_right_column {
	float: right;
	width: 250px;
}

#nav_buttons {
	width: 800px;
	margin: 0 0 20px 70px;
}

small.left_button {
	float: left;
}

small.right_button {
	float: right;
}

#content h3 {
	margin-bottom: 10px;
	float: left;
}

#content h3#blog_box_title {
	width: 800px;
	margin-bottom: 10px;
	float: left;
}

#content h4.blog_title {
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-bottom: 0;
}

#content h4.blog_title a {
	color: #333333;
}

#content p {
	float: left;
	font-size: small;
	padding-left: 10px;
	color: #333333;
}

#wordpress {
	width: 900px;
	padding-bottom: 20px;
}

#wordpress p {
	margin: 0;
	padding: 0;
}

#content p.date_time {
	margin: 10px 0 10px 0;
	font-size: x-small;
	float: right;
	color: #777777;
	width: 380px;
	text-align: right;
}

#content .addtoany_share_save_container {
	margin-top: 20px;
	float: left;
}

#content .ipad_column {
	float: right;
	margin-left: 40px;
	margin-top: 20px;
	width: 481px;
	height: 658px;
	background-image: url(../images/ipad_bg.png);
	background-repeat: no-repeat;
}

#content #quote_block {
	padding: 30px 0 0 0;
	margin: 0;
}

#content blockquote {
	font-style: italic;
	font-weight: bold;
	color: #333333;
	float: left;
	margin: 0 30px 0 30px;
	padding: 0;
}

#content .quote_info {
	float: left;
	font-size: x-small;
	width: 360px;
	text-align: right;
}

#social_sites {
	width: 900px;
	text-align: center;
	padding: 10px 0 10px 20px;
}

#social_sites #badges {
	width: 520px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}

#twitter_button {
	float: left;
	margin: 2px 0 0 10px;
}

#social_sites #mc_embed_signup {
	margin: 10px 0 10px 0;
	width: 460px;
}

#social_sites #mc_embed_signup p#email_text {
	margin: 7px 10px 0 0;
	font-weight: bold;
}

#social_sites input#mc-embedded-subscribe {
	margin: 2px 0 0 5px;
}

#social_sites #social_buttons {
	width: 450px;
	float: left;
	padding-left: 70px;
}

#social_sites #social_buttons img.social_button_image {
	float: left;
	margin-left: 10px
}

#social_sites #social_buttons p.social_button_text {
	float: left;
	margin: 20px 10px 0 0;
}

#sidebar {
	text-align: center;
	padding-top: 10px;
}

#sidebar h4 {
	margin-top: 5px;
}

ul#wordpress {
	float: left;
	width: 800px;
	margin-bottom: 30px;
}

ul#wordpress li {
	float: left;
	list-style: none;
	width: 100%;
	padding-bottom: 10px;
}

p#video_coming {
	float: left;
	width: 302px;
	height: 95px;
	background-image: url(../images/button_watch_video_bg.png);
	background-repeat: no-repeat;
	color: white;
	font-family: Georgia;
	font-size: 20px;
	margin-left: 40px;
	margin-right: 20px;
	padding: 25px 0 0 85px;
}

#demo_video {
	margin: 0;
	padding: 10px 10px 10px 80px;
	text-align: center;
	float: left;
}

#howto_video {
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-align: center;
	float: left;
}

/* Nivo Slider */
#slider {
	margin: 60px 0 0 58px;
	position:relative;
    width:355px;
    height:473px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left: 92px;
	bottom: -100px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}
/* Nivo Slider Ends */


/* Platform Icons */
div.platform_icons {
	float: left;
	width: 400px;
	margin: 0 0 20px 0;
	padding: 0;
}

div.platform_icons img {
	margin: 0;
	padding: 0;
	float: left;
}

div.platform_icons_without_margin {
	margin: 0;
	padding: 0;
	float: left;
}

/* Email and Social */
div#email_field {
	float: left;
	width: 460px;
}

div.fb-like {
	margin-top: 10px;
}

div#belt_box {
	margin-top: 20px;
	width: 900;
}

div#belt_box img {
	margin: 5px 5px 5px 5px;
}