/*
Theme Name: Storm Smart Industries Custom Theme
Theme URI: http://stormsmart.com/
Description: Custom Wordpress Theme Deveoped by Parker Bradtmiller
Version: 1.0
Author: Parker Bradtmiller
Author URI: http://parkerws.com/
Tags: custom theme, storm smart industries, hurricane, hurricane protection

	Storm Smart Custom Theme v1.0

	This theme was designed and built by Parker Bradtmiller,
	whose blog you will find at http://parkerws.com/

*/

textarea {
	height:  100px;
	width: 500px;
}

.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;
}
	
.commentmetadata {
	font-weight: normal;
	font-size: 	xx-small;
	}
	
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#sidebar a {
	text-decoration: none;	
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
.rss {
	margin-left: auto;
	margin-right: auto;
	height: 150px;
	width: 150px;
	display: block;
	border-style: none;
}

.rss-front-page {
	position: absolute;
	height: 30px;
	width: 30px;
	border-style: none;
	top: 50px;
}

div .post {
	margin-bottom: 30px;
}
.more-link {
	display: block;
}

/* theme front page videos on right column */

.right-col-vids-first {
	margin-bottom: 20px;
}

.vid-label {
	font-size: 12px;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
}

#home #feature-cnt a:hover {
	text-decoration: underline;
}


#feature-cnt li{
	list-style-type: none;
}

#feature-cnt .categories {
	font-size: 24px;
	margin-bottom: 20px;
	
}
#feature-cnt .categories a {
	text-decoration: none;
}
#feature-cnt .categories li {
	font-size: 16px;
	text-indent: 20px;
}


