/*
Theme Name: casual
Theme URI: http://designiscasual.com/wp/themes/casual/
Description: design is casual
Author: casualbrooks
Author URI: http://www.designiscasual.com/
Version: 1
Tags: gray, silver, white, light, one-column, custom-header, microformats, threaded-comments, sticky-post, custom-menu
License: GNU General Public License, v3 (or newer)
License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
	margin: 0;
	padding: 0 0 18px 0;
}

.hidden, a.next {
	display: none;
}

.show {
	display: block;
}

.roundedcorners {
	/* vendors 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	*/
	border-radius: 10px;
}

a {
	color: #6f6f6f;
	text-decoration: none;
}

a:hover {
	color: #6ec9db;
}

header {
	display: block;
	width: 635px;
	margin: 0 auto;
	padding: 9px 0 0 0;
}

header h1 {
	font-weight: normal;
	margin: 0;
}

header h1 a {
	display: block;
	/* background: url(images/designiscasual.jpg) no-repeat; */
	width: 635px;
	height: 45px;
	margin: 0;
}

header h1 img {
	border: 0;
}

output {
	display: none;
	font: 70%/90% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding: 9px 9px 9px 0;
}

nav {
	display: block;
	font: 70%/90% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 9px;
}

nav ul {
	/* text-align: center; */
	margin: 0;
	padding: 9px 0 9px 0;
}

nav li {
	list-style: none;
	display: inline;
}

nav li a {
	margin-right: 7px;
	padding: 3px 15px 4px 15px;
	background: #f1f1f1;
	margin-bottom: 3px;
}

nav li.current_page_item a {
	color: #6ec9db;
	/* padding-bottom: 8px;
	padding-top: 7px; */
}

/* menu, submenu */
#access {
	display: block;
	float: left;
}
#access .menu-header,
div.menu {
	float: left;
}
#access .menu-header ul,
div.menu ul {
	position: relative;
	list-style: inline;
	margin: 0;
	float: left;
}
#access .menu-header li,
div.menu li {
	/* ugh */
	position: relative;
	float: left;
}
#access a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	float: left;
}
#access ul ul {
	display: none;
	top: 0;
	left: 0;
	float: left;
	z-index: 2;
	margin: 0;
	padding: 0;
}

#access ul ul li {
	margin-bottom: 0;
	margin-left: -7px;
	display: block;
	float: left;
	clear: left;
}
#access ul ul li a {
	margin-bottom: 0;
	
}
#access ul ul ul {
	display: block;
	top: 0;
	left: 0;
	float: left;
	z-index: 3;
	margin: 0;
	padding: 0;
}
#access ul ul ul li {
	margin-bottom: 0;
	margin-left: -7px;
	display: block;
	float: left;
	clear: left;
	
}
#access ul ul ul li a {
	margin-bottom: 0;
	
}
#access li:hover > a,
#access ul ul :hover > a {
}

#access ul li:hover > ul {
	display: block;
}

section {
	display: block;
	width: 635px;
	margin: 0 auto;
}

article {
	display: block;
	width: 605px;
	margin: 0 auto 18px auto;
	padding: 15px;
	background: #f1f1f1;
	float: left;
	clear: both;
}

.sticky {
	
}

article a {
	text-decoration: underline;
}

article img {
	margin: 0;
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
}

a img {
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
}

article a img:hover {
	border: 1px solid #6ec9db;
	padding: 9px;
	background: #fff;
}

h2 {
	font: 110%/110% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4f4f4f;
	margin: 0;
	padding: 0;
}

h2 a {
	display: block;
	padding: 0 0 3px 0;
	width: 605px;
	border-bottom: #4f4f4f 1px dotted;
	text-decoration: none;
}

h2 a {
	border-bottom: #4f4f4f 1px dotted;
}

h3 {
	font: 100%/100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4f4f4f;
	margin: 10px 0 0;
	padding: 0;
}

.small, .bypostauthor {
	font: 60%/60% Verdana, Arial, Helvetica, sans-serif;
	color: #5f5f5f;
}

p {
	font: 80%/140% Verdana, Arial, Helvetica, sans-serif;
	/* font: 90% Georgia, "Times New Roman", Times, serif; */
	color: #4f4f4f;
	margin: 10px 0 0 0;
}

figure, img {
	max-width: 585px;
	margin: 0;
}

figcaption {
	font: 60%/60% Verdana, Arial, Helvetica, sans-serif;
	color: #5f5f5f;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 7px auto;
}

.alignleft {
	float: left;
	clear: both;
	margin: 7px 15px 7px 0;
}

.alignright {
	float: right;
	clear: both;
	margin: 7px 0 7px 15px;
}

nav.nextpostpage {
	font: 70%/90% Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	clear: both;
	margin: 0 15px 15px 15px;
	text-align: center;
}

.next a {
	margin-left: 589px;
	text-align: center;
	display: block;
	width: 15px;
	height: 15px;
	text-decoration: none;
}

.next {
	display: none;
}

/* comments */

.comment, .pingback, .trackback {
	display: block;
	margin: 18px auto 18px auto;
	padding: 15px;
	background: #f1f1f1;
	clear: left;
}

#respond {
	display: block;
	width: 605px;
	margin: 0 auto 18px auto;
	padding: 15px;
	background: #f1f1f1;
	clear: left;
}

.comment-form-comment textarea {
	width: 601px;
}

/* aside */

aside {
	display: block;
	font: 80%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	width: 605px;
	margin: 0 auto;
	padding: 15px;
	background: #f1f1f1;
	clear: both;
}

/* footer */

footer {
	display: block;
	font: 60%/70% Verdana, Arial, Helvetica, sans-serif;
	width: 605px;
	margin: 18px auto 0 auto;
	padding: 7px 15px 7px 15px;
	background: #f1f1f1;
	clear: both;
}

footer a {
	display: block;
}

footer a.casualtag {
	display: block;
	float: right;
	margin-left: 15px;
}

/* contact form */

#frm_field_11_container textarea {
	width: 601px;
}

p.form-allowed-tags {
	display: none;
}

/* gallery */

.wp-caption {
	font: 80%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}

.wp-caption-text {
	font: 80%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}

article .gallery a img.attachment-thumbnail {
	border: 1px solid #ccc !important;
	padding: 5px !important;
	background: #fff !important;
}

article .gallery a img.attachment-thumbnail:hover {
	border: 1px solid #6ec9db !important;
	padding: 5px !important;
	background: #fff !important;
}

.gallery-caption {
	font: 70%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}
