/*
 Theme Name:   Sex For Smart People
 Description:  A custom theme for SFSP, based on Kirumo
 Template:     kirumo
*/

@import url("../kirumo/style.css");

body {
	background: url("images/background.jpg");
	color: #fff;
}

img[class^='wp-image'], 
img[class*='wp-image'] {
    padding: 0;
    border: none;
}

.wp-caption {
	border: none;
}

main article .last-column {
	margin:0;
}

.wp-caption-text {
	text-align: left;
}

article li {
	margin: 10px 0;
}

body .su-button-style-flat:hover span {
    top: 0px;
}

body .su-button-style-flat:hover {
	background-color: #aa3007 !important;
}

.post-format-content {
    margin-left: 0;
}

#mobile-menu, 
.mobile-header, 
#masthead, 
.footer-wrap, 
#nav-toggle, 
button, 
a.button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background: #aa3007;
}

a, 
a:link,
a:visited {
    color: #fff;
}

a:active,
a:visited:hover, 
a:hover, 
.site-title a:hover, 
.main-navigation a:hover, 
.footer-wrap a:hover {
    color: #00acf0;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear;
}

p a {
	text-decoration: underline;
}

#mobile-menu a:hover, #site-navigation a:hover {
    color: #00acf0 !important;
}

#primary a:hover, #secondary a:hover {
    opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin-bottom: 24px;
}

/* HEADER */
.site-branding {
	position: relative;
	padding: 0;
	width: 25%;
	float: left;
	margin-top: -88px;	
}

.site-title {
	text-transform: uppercase;
}

.mobile-header h1,
.mobile-header h2,
.site-branding h1,
.site-branding h2 {
	border-bottom: none;
	margin: 0;
}

#site-navigation {
	width: 65%;
	padding-left: 5px;
}

#site-navigation .menu > li > a {
	text-transform: uppercase;
}

#menu-menu-1 .current-menu-item a {
	color: #00acf0 !important;
}

#site-navigation .menu > li > a {
	margin-left: 0em;
	margin-right: 2em;
}

.mobile-header .site-title {
	float: left;
	margin-left: 100px;
}

/* FRONT PAGE */
.home .site-branding {
	display: none;
}

.home #site-navigation {
	float: none;
	text-align: center;
	width: 100%;
}

.home .main-navigation li {
	float: none;
	position: relative;
	display: inline-block;
}

/* BODY */
.page-content, .entry-content, .entry-summary {
    margin: 0;
}

#page {
	margin-top: 0;
}

#primary {
	padding: 15px;
	background-image: url("images/page-bg.png");
	float: right;
	margin-right: 0;
	margin-left: 1%;
}

#secondary {
	padding: 25px 15px 15px;
	background-image: url("images/page-bg.png");
	margin-left: 0;
	margin-right: 8%;
	margin-top: 40px;
}

.home #primary {
	background-image: none;
	margin: 100px auto;
}

.hentry {
	border-bottom: none;
}

.post .attachment-featured {
	float: left;
	max-width: 33%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 2%;
}

/* PODCAST */
.podcast_meta aside {
	text-align: center;
	font-size: 12px;
	margin-bottom: 18px;
}

/* FOOTER */
#tertiary, #colophon {
    color: #aaa;
}

#colophon .site-info p {
	margin: 0;
}

/* SHORTCODES */
article .su-column {
    display: block;
    margin: 0 2% 0 0;
}

@media screen and ( max-width: 945px ) { /* Small Screens */
	.site-branding {
		display: none;
	}
	
	#secondary {
		float: left;
		margin-top: 20px;
	}
}