/*
Theme Name: Scott Schweda Designs
Theme URI: http://www.scottfschweda.com
Description: Scott Schweda Designs
Author: Jacqueline Mortensen
Author URI: http://www.jaqy.com	
Template: irony
Version: 1.0
Tags: white, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-header, custom-menu, custom-colors, editor-style, featured-image-header, full-width-template, post-formats, theme-options, featured-images, translation-ready
*/

/* Import the stylesheet from the parent theme */
@import url('../irony/style.css');

/* Now you can start adding your own styles here. Use !important to overwrite styles if needed. */

@import url(http://fonts.googleapis.com/css?family=Lancelot|Martel:400,300,800);

body {
	background: #e6e2d6;
}

html {
	border-top: 10px solid #666666;
	border-bottom: 10px solid #666666;
}

.main-navigation {
	background-color: #e6e2d6;
	font-family: 'Martel', serif;
	font-weight: 300;
	text-transform: none;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.main-navigation a {
	color: #666666 !important;
}

.main-navigation a:hover {
	color: #9e1c20 !important;
}

.main-navigation ul ul {
	background-color: #ffffff !important;
}

button.menu-toggle {
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Martel', serif;
    font-weight: 800;
	margin-top: 20px;
	margin-bottom: 10px;
}

img.about {
	float: left;
	text-wrap: normal;
	margin: 0px 10px 0px 0px;
	width: 50%;
	max-width: 300px;
}

body,
button,
input,
select,
textarea {
	word-wrap: keep-all;
	-webkit-hyphens: none;
	   -moz-hyphens: none;
	    -ms-hyphens: none;
			hyphens: none;
}

.flexslider {
margin: 0;
background: transparent;
}

.home #primary {
padding-top: 0;
}

.adminlink {
	font-size: 10px;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"],
.wpcf7 textarea {
	background-color: #f2f0ea;
	border: 1px solid #d8d1bd;
	border-radius: 0;
	outline-color: transparent;
	outline-style: none;
	padding: 10px;
	width: 100%;
}
