/*
Theme Name: beta2
Theme URI: http://summertangotreat.com
Description: beta2!
Version: 0.1
Author: Lumpy Lemon
Author URI: https://lumpylemon.co.uk

	This is the CSS stylesheet for the Summer Tango Treat website
	http://summertangotreat.com
	All design and code by Lumpy Lemon
	You can find us at http://lumpylemon.co.uk

*/



/*
		-----
		reset
		-----

		http://meyerweb.com/eric/tools/css/reset/
		v2.0 | 20110126

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

embed, object, video {
	max-width: 100%;
}



/*
		---------
		structure
		---------
*/

body {
	background-color: #333;
}

.shadow {
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px black;
}

#logo {
	background: transparent url(i/logo.png) 20px 20px no-repeat;
	height: 255px;
	width: 100%;
}

#menu {
	background-color: #fb4e02;
/*
	border: 5px solid #fc7135;
*/
	border-left-width: 0;
	left: 0;
	margin: 0;
	position: absolute;
	top: 255px;
	width: 150px;
}

#menu ul {
	margin: 5px 0;
}

#menu li {
	font-weight: 900;
	font-size: 16px;
	text-align: right;
}

#menu a {
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#menu a:hover {
	background-color: #fc7135;
}

#menu .current_page_item {
	background-color: #fc7135;
}

#stuff {
	margin-left: 195px;
	width: 800px;
}

#inner {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 20px;
}

html {
	font-size: 100%;
}

body {
	font-family: 'Lato', arial, sans-serif;
/*
font-family: 'Istok Web', arial, sans-serif;
*/
	font-size: 14px;
}

#content {
	line-height: 1.5;
}

#content h2 {
	font-size: 21px;
	font-weight: 900;
	line-height: 28px;
	margin-bottom: 14px;
}

#content h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 7px;
}

p {
	margin-bottom: 14px;
}

.wp-caption-text {
	color: #999;
	font-size: 0.8em;
	text-align: right;
}

#content ul {
	list-style-type: square;
	padding-bottom: 0.5em;
}

#content li {
	margin: 0 0 0.5em 20px;
}

#content a {
	color: #fc7135;
	font-weight: 700;
	text-decoration: none;
}

#content a:hover {
	color: #333;
}

.wp-caption, .GoogleMap {
	max-width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
.wp-post-image {
	height: auto;
}

img.size-full, img.size-full-width, img.attachment-full-width {
	max-width: 100%;
	width: auto;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.slides {
	height: 320px;
	width: 100%;
}

.slide {
	width: 100%;
}

.photo-link {
	margin-bottom: 0.5em;
	text-align: right;
}

.thumbs {
	margin-left: 5px;
	overflow: hidden;
}

.thumb {
	float: left;
	height: 55px;
	margin: 0 10px 10px 0;
	width: 55px;
}

.box {
	background-color: #f5f5f5;
	margin-bottom: 1em;
	padding: 10px;
}

.gform_wrapper {
	margin: 0 !important;
}

#content .gform_wrapper li {
	margin-left: 0 !important;
}

.gform_wrapper .gfield_description {
	color: #666;
	font-size: 0.8em !important;
}

#gforms_confirmation_message {
	padding: 10px !important;
	text-align: left !important;
}

.gform_wrapper .gform_footer {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.gform_wrapper .top_label input[type="number"] {
	width: 3em !important;
}

.gform_wrapper .validation_message {
	font-weight: 700 !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	background-color: #fc7135;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 16px !important;
	font-weight: 900;
	padding: 10px;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #333;
}

@media screen and (max-width: 700px) {
	#logo {
		background: transparent url(i/logo-small.png) 50% 10px no-repeat;
		height: 100px;
	}
	body {
		font-size: 75%;
	}
	#menu {
		left: 0;
		margin: 0 auto 10px auto;
		max-width: 200px;
		position: relative;
		top: 0;
		width: 50%;
	}
	#menu ul {
		margin: 0;
	}
	#menu li {
		font-size: 12px;
		text-align: center;
	}
	#stuff {
		margin: 0 auto !important;
		max-width: 500px;
		width: 90%;
	}
	.blurb-wrap {
		max-width: 100%;
	}

}

@media screen and (max-width: 480px) {

	.slides {
		height: 260px;
	}

}

@media screen and (max-width: 320px) {

	.slides {
		height: 200px;
	}

}