/*
Theme Name: MakeSeen
Description: Child theme for the twentytwelve theme 
Author: MakeSeen
Template: twentytwelve
*/

@import url(../twentytwelve/style.css);

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	display:inline;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

/* =Repeatable patterns
-------------------------------------------------------------- */
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 0px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 10px;
	font-size: 0.7142857143rem;
	line-height: 1;
	color: #999;
}
.slideshow-caption p {
	font-style: italic!important;
	font-size: 10px!important;
	font-size: 0.7142857143rem!important;
	line-height: 1!important;
	color: #999!important;
}
/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 18px;
	font-size: 1.2857142857rem;
	line-height: 1.2857142857;
	font-weight: bold;
	text-transform: none;
	color: #A86484;
}

/* Form fields, general styles first */
button,
input,
textarea {
	/*border: 1px solid #ccc;*/
	border-radius: 0px;
	/*font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;*/
}

/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 0px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.menu-toggle {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 12px;
	font-size:0.8571428571rem;
	line-height: 1.428571429;
	font-weight: bold;
	color: #7c7c7c;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: none;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}
/*.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}*/
.menu-toggle:hover {
	color: #F50F8B;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: none;
}
.menu-toggle:active,
.menu-toggle.toggled-on {
	color: #7c7c7c;
	border-color:#F50F8B;
	border-radius: 0 0 1px 0;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: none;
	box-shadow: inset 0 0 8px 2px #fff, 0 1px 0 0 #fff;
	border: none;
}

/* =Basic structure
-------------------------------------------------------------- */
/* Page structure */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",helvetica,clean,sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",helvetica,clean,sans-serif;
}
a {
	outline: none;
	color: #A86484;
	text-decoration:none;
}
a:hover {
	color: #F50F8B!important;
}

.site {
	padding: 0 17px;
	padding: 0 1.2142857143rem;
	background-color: #e6e6e6;
}

.site-content {
	margin: 17px 0 0;
	margin: 1.2142857143rem 0 0;
}
.widget-area {
	margin: 17px 0 0;
	margin: 1.2142857143rem 0 0;
}

/* Header */
.site-header {
	padding: 0px;
	padding-top: 0;
	padding-right: 0rem;
	padding-bottom: 0rem;
	padding-left: 1.2142857143rem;
	border-radius: 0px;
	box-shadow: 0 0 6px rgba(0,0,0,.12);
	background-color: #fff;
}

.ad-logo img{	
	float:right;
	padding-right: 17px;
	padding-right: 1.2142857143rem;
	padding-top: 17px;
	padding-top: 1.2142857143rem;
}

.header-image {
	margin-top: 17px;
	margin-top: 1.2142857143rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 17px;
	margin-top: 1.2142857143rem;
	font-size: 15px;
	font-size: 1.0714285714rem;
	font-weight: bold;
	line-height: 1.25;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #A86484;
}
.menu-toggle {
	margin-left:auto;
	padding-left:17px;
	padding-left: 1.2142857143rem;
	width: 80%;
	text-align:right;
}


@media only screen and (max-width: 796px){
/* 728px block Ad rotate Styling for the smallest screens
------------------------------------------------------------ */
.ad-logo img{
	float:inherit !important;
	width:100%;
}
}


/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	margin-top: 0rem;
	text-align: center;
}

li.menu-icon1, li.menu-icon2, li.menu-icon3, li.menu-icon4 {
    margin: 2px !important;
	margin: 0.1428571429rem !important;
    width: 25px !important;
	float:right;
}
li.menu-icon1 a:hover, li.menu-icon2 a:hover, li.menu-icon3 a:hover, li.menu-icon4 a:hover{
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#site-navigation .menu-icon1 a, #site-navigation .menu-icon1 a:hover, #site-navigation .menu-icon1 a:focus, 
#site-navigation .menu-icon2 a, #site-navigation .menu-icon2 a:hover, #site-navigation .menu-icon2 a:focus, 
#site-navigation .menu-icon3 a, #site-navigation .menu-icon3 a:hover, #site-navigation .menu-icon3 a:focus, 
#site-navigation .menu-icon4 a, #site-navigation .menu-icon4 a:hover, #site-navigation .menu-icon4 a:focus{
background-repeat:no-repeat;
background-position:0px 7px;
color:transparent !important;
padding:0px 11px 0 25px;
width:0px;
float:right!important;
}
#site-navigation .menu-icon1 a, #site-navigation .menu-icon1 a:hover, #site-navigation .menu-icon1 a:focus {
background-image:url('http://global.makeseen.com/wp-content/uploads/2013/02/facebook-white.gif ');
}
#site-navigation .menu-icon2 a, #site-navigation .menu-icon2 a:hover, #site-navigation .menu-icon2 a:focus {
background-image:url('http://global.makeseen.com/wp-content/uploads/2013/02/twitter-white.gif');
}
#site-navigation .menu-icon3 a, #site-navigation .menu-icon3 a:hover, #site-navigation .menu-icon3 a:focus {
background-image:url('http://global.makeseen.com/wp-content/uploads/2013/02/pinterest-white.gif');
}
#site-navigation .menu-icon4 a, #site-navigation .menu-icon4 a:hover, #site-navigation .menu-icon4 a:focus {
background-image:url('http://global.makeseen.com/wp-content/uploads/2013/02/rss-white.gif');
}

.sub-menu {
	
}

/* Sidebar */
.widget-area .widget {
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
	padding-right: 17px;
	padding-right: 1.2142857143rem;
	padding-left: 17px;
	padding-left: 1.2142857143rem;
	padding-top: 17px;
	padding-top: 1.2142857143rem;
	padding-bottom: 17px;
	padding-bottom: 1.2142857143rem;
	margin-bottom: 17px;
	margin-bottom: 1.2142857143rem;
	/*margin-bottom: 3.428571429rem;
	word-wrap: break-word;*/
	border-radius: 0px;
	box-shadow: 0 0 6px rgba(0,0,0,.12);
	background-color: #fff;
}
.widget-area .widget h3 {
	margin-bottom: 6px;
	margin-bottom: 0.4285714286rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #A86484;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #F50F8B;
}
.widget-area .widget a:active {
	color: #000000;
}
.widget-area #s {
	width: 65%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 0px solid #ededed;
	/*clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;*/
	margin-top: 0px;
	margin-top: 0rem;
	margin-bottom: 17px;
	margin-bottom: 1.2142857143rem;
	margin-left: auto;
	margin-right: auto;
	padding: 17px 0;
	padding: 1.2142857143rem;
	border-radius: 0px;
	box-shadow: 0 0 6px rgba(0,0,0,.12);
	background-color: #fff;
}
/*footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #A86484;
}*/

/* =Main content and comment content
-------------------------------------------------------------- */
.entry-header {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.entry-title {
	margin-bottom: 14px!important;
	margin-bottom: 1rem!important;
	padding-top: 14px!important;
	padding-top: 1rem!important;
	
}

.site-content article {
	padding-right: 17px;
	padding-left: 17px;
	border-bottom: 0px;
	margin-bottom: 17px;
	margin-bottom: 1.2142857143rem;
	padding-top: 17px;
	padding-top: 1.2142857143rem;
	padding-bottom: 17px;
	padding-bottom: 1.2142857143rem;
	word-wrap: normal !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0 0 6px rgba(0,0,0,.12);
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 14px;
	margin: 0 0 1rem;
	line-height: 1.714285714;
}

.entry-header .entry-title {
	font-size: 22px;
	font-size: 1.5714285714rem;
	line-height: 1.2;
	font-weight:bold;
}

footer.entry-meta {
	margin-top: 0px !important;
	margin-top: 0rem !important;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	text-align:right;
}
a.readmore { 
	color: #f00!important;
	white-space: nowrap;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	background-color:#fff;
	margin-bottom: 17px;
	margin-bottom: 1.2142857143rem;
	padding-bottom: 17px;
	padding-bottom: 1.2142857143rem;
	padding-top: 29px;
	padding-top: 2.0714285714rem;
	padding-left: 17px;
	padding-left: 1.2142857143rem;
	padding-right: 17px;
	padding-right: 1.2142857143rem;
	border-bottom: none;
	box-shadow: 0 0 6px rgba(0,0,0,.12);
}


/* =Comments
-------------------------------------------------------------- */

.commentlist .pingback {
	/*line-height: 1.714285714;*/
	margin-bottom: 17px;
	margin-bottom: 1.2142857143rem;
}

/* =Widgets
-------------------------------------------------------------- */


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {


/*	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}*/
	.site-content {
/* LEFT COLUMN WIDTH */
		float: left;
		width: 63.4375%;
	}	
	
	.widget-area {
/* RIGHT COLUMN WIDTH */
		float: right;
		width: 34.791667%;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0px;
		border-top: 0px;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation li a {
	border-bottom: 0;
	color: #6a6a6a;
	line-height: 3.0;
	/*text-transform: uppercase;
	white-space: nowrap;*/
	}
	.main-navigation li a:hover {
		color: #F50F8B;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	
}
	

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 4px;
		padding: 0.2857142857rem;
		margin-top: 17px;
		margin-top: 1.2142857143rem;
		margin-bottom: 17px;
		margin-bottom: 1.2142857143rem;
		box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
		background-color: #e6e6e6;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	/* Styliing the Follow buttons on sidebar */
}

/* For Max 734 pixel screens – mobile phones */
@media screen and (max-width: 734px) {
.site {
	padding: 0px;
	padding: 0rem;
	background-color: #e6e6e6;
}
.ad-728 {
	position:absolute;
	left: 0px;
	top:0px!important;
	margin-right: 0px;
	padding-top:0px!important; 
}

.header-image {
	margin-top: 67px !important;
	margin-bottom: 0px !important;
	margin-bottom: 0rem !important;
}

}
/* =Print
----------------------------------------------- */

/* Comments */
.comments-area article {
		background-color: #fff9fc !important;
	}
.comments-area article header {
	margin: 0 0 17px;
	margin: 0 0 1.2142857143rem;
	overflow: hidden;
	position: relative;
	}	
.comment-textarea {
		background-color: #fff9fc !important;
	}



/* Prevent a Line Break (div, etc)
-------------------------------------------------------------- */
.nobreak {
	display: inline !important;
} 


/* =ADROTATE
-------------------------------------------------------------- */

.ad-728 {
	display:inline ;
	float: right ;
	margin-right: 17px;
	padding-top:17px; 
}

.ad-300 {
	margin-left: auto!important;
    margin-right: auto!important;
}

.ad-468 {
	margin-left: auto!important;
    margin-right: auto!important;
}

.ad-468 img{
	display: inline!important;
	float: right ;
    margin-left: auto!important;
    margin-right: auto!important;
	}

/* Let's remove that WordPress Stats Smiley Face ! */
img#wpstats {
     display: none;
}

/* Styliing the Addthis buttons */
.custom_images {
	margin-bottom:3px;
	margin-bottom:0.2142857143rem;
}
.followsidebar_button a:hover{
	opacity: 0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

.followsidebar a{
	align:center;
	/*
	margin-left:8px!important;
	margin-left:0.5714285714rem!important;
	margin-right:8px!important;
	margin-right:0.5714285714rem!important;*/
}
.followsidebar img{
	max-width: 100%;
	height: auto !important;
}
/* = GOOGLE ADSESNE
-------------------------------------------------------------- */
ins {
background: #fff;
}
/* = Input Boxes in Right Widget Area
-------------------------------------------------------------- */
.sidebarInput { width: 250px; }

