/* 
Theme Name: Flymall Laytonsville
Theme URL: https://flymall.org
Description: Flymall Theme Based off of http://whiteboardframework.com/
Author: Kevin Conroy and Brian Purkiss
Version: 1.0
*/ /*
Here is a list of all the <DIV>s in Whiteboard.
*/

#flycontent {
	position: relative;
}

.post {
}

.postmeta, .postnavigation, #postmeta, #postnavigation, #wordpress_footer {
	font-size: 0.8em;
}

#flycontent #content h2, #flycontent .content h2 {
   font-size: 1.4em;
}

#flycontent #content .author, #flycontent .content .author {
   font-size: 0.9em;
   margin: 0;	
}

#searchform {
	
}

#flycontent #content, #flycontent .content, #wordpress_footer {
   float: left;	
   width: 540px;
   padding: 0 20px 0 0;
   margin: 0;
   
}

/* Begin Sidebar */
#sidebar {
   padding: 20px 0 10px 0;
   float: right;
   width: 190px;
   font-size: 0.8em;
}

#sidebar h2 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#sidebar form {
   margin: 0;
}
/* End Sidebar */

#comments
.comments_navigation {
	
}

.comments_navigation {
	
}

.comments_reply {
	
}

.comments_text {
	
}

.comments_meta {
	
}

#sidebar ul,#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p,#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul,#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */ /* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */ /* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */ 