/*
Theme Name: DynamicShark Media
Theme URI: http://www.dynamicshark.com
Description: Custom Wordpress Theme for DynamicShark.com
Author: Tyler Ingram of DynamicShark Media
Author URI: http://www.dynamicshark.com
Version: 1.0

*/

body {
	background-color: #000;
	text-align: center;
	font-family: verdana;
	color: #666;
	margin:0;
	padding:0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	margin: 10px 0 ;
	padding:0;
	}

	
h3 { color: #666; }

.smallheader {
	font-size: .9em;
}

p {
	font-family: Verdana;
	line-height: 1.2em;
	font-size: 1em;
}
.blue { color: #00b0d8;}
/* Links */
a:link, a:visited, a:hover, a:active {
	color: #00b0d8;
	text-decoration: none;
}
a:hover {
	color: #5971FF;
}
h1 a {
	text-decoration: none;
	font-size: .8em;
	font-family: verdana;
	padding:0;
	margin:0;
	color: #00b0d8;
}
img { border: 0; }

	
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 850px;
	background: #000 url('images/sharkbackground.jpg') no-repeat center top;
}

#subwrapper {
	background-color: #ccc;
	width: 850px;
	margin: 0 auto;	
}
#logo {
	position: relative;
	top: 20px;
	background: transparent url('images/logo.png') no-repeat;
	height: 52px;
	width: 472px;
}
#header {
	height: 76px;
	width: 850px;
	margin: 0 auto;
	margin-top: 50px;
	background: transparent url('images/header-menu.png') no-repeat;
}
.homelink {
	width: 850px;
	height: 52px;
	display: block;
	z-index: -1;
}
#navmenu {
	position: relative;
	top: 27px;
	list-style-type: none;
	text-align: right;
	font-weight: bold;
	}
	#navmenu li {
		display: inline;
		}
	#navmenu li a {
		font-size: 1.0em;
		color: #fff;
		padding: .5em 1em;
		}
	#navmenu li a:hover {
		color: #000;
		}
#content-top {
	background: transparent url('images/content-top.jpg') no-repeat;
	height: 21px;
	width: 820px;
	margin: 0 auto;
	padding:0;
	}
	
#content {
	width: 800px;
	background-color: #fff;
	margin: 0 auto;
	padding: 5px 10px;
	}
	#content p {
		font-size: .8em;
		line-height: 1.4em;
		}
	#content p a:hover {
		color: #5971FF;
		}
	#content ul {
		list-style-type: square;
		font-size: .8em;
		color: #000;
		padding: 2px 0;
		}
	#content ul li a{
		}
#featured {
	width: 701px;
	margin-bottom: 5px;
	border: 1px solid #000;
	position: relative;
	margin: 0 auto;
}
#boxes {
	width: 100%;
	}
	#boxes h2 {
		margin-bottom: 3px;
		margin-top: 5px;
		color: #666;
	}
	#boxes .lbox {
		float: left;
		width: 380px;
		padding: 2px;
		margin-left: 3px;
	}
	#boxes .rbox{
		float: right;
		width: 380px;
		padding: 2px;

	}

#front-blog {
	float: left;
	width: 500px;
	}
	#front-blog .h1-index {
		font-size: 1.3em;
		}
#front-left {
	width: 270px;
	float: right;
	padding-left: 5px;
	}
#front-left #showTweets {
	font-size: .8em;
	list-style-type: none;
	padding:0;
	margin: 0 10px;
	}
	#front-left #showTweets li {
		padding-bottom: 10px;
		color: #666;
		}

/* PORTFOLIO */
#portfolio-item {margin-bottom: 15px;}
#portfolio-item h2 {font-size: 12pt; color: #00b0d8; margin: 0; padding:5px 0;}
#portfolio-item img {border: 1px solid #ccc;}
#portfolio-item .thumb-left {float: left; width: 300px; text-align: center;}
#portfolio-item .blurb-right {float: left; width: 450px; margin-left: 15px;}
#portfolio-item .blurb-right p {font-size: 8pt;}

.content-left {
	float: left;
	width: 450px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	}
	#contact-form textarea {
		width: 400px;
		height: 70px;
		}
.content-right {
	float: right;
	width: 240px;
	margin-right: 25px;
	font-size: .8em;
	line-height: 1.5em;
	}
	/* for email success*/
.success {
	border: 1px solid #00b0D8;
	width: 300px;
	text-align: center;
	padding: 5px 20px;
	margin: 0 auto;
	font-size: 12pt;
}
.hr {
	border-top: 2px dotted #ddd;
	padding-bottom: 5px;
	height: 5px;
	width: 70%;
	margin: 0 auto;
	margin-top: 5px;
}
.postmeta {
	color: #5e5d62;
	font-size: .7em;
	font-family: arial;
	font-weight: bold;
	line-height: 1.4em;
}

.wp-caption-text {
	font-size: .7em;
	font-style: italic;
	padding:0;
	margin:0;
	color: #ddd;
}
.aligncenter {
	margin: 0 auto;
}

.tweets {
	padding:0;
	margin:0 0 0 5px ;
	}
	.tweets li {
		line-height: 1.4em;
		margin-right: 10px;
		margin-bottom: 8px;
	}
	.tweetby:link {
		font-weight: bold;
		color: #666;
	}

#comments {
	width: 500px;
	}
	#comments ul {
		list-style-type: none;
		margin:0;
		padding:0;
	}
	#comments li {
		overflow: auto;
		margin-bottom: 5px;
		margin-left: 5px;
		padding: 5px;
	}
#comment {
	width: 450px;
	}

.single-meta {
	font-size: .8em;
	color: #ddd;
}
	
.navigation {

}
.alignleft {
	float: left;
	width: 45%;
}
.alignright {
	float:right;
	width:45%;
	text-align:right;
}
.clear { clear:both; }

/* RELATED POSTS Plugin*/
.related h3 {
	margin: 10px 0 0 0;
	padding:0;
}
.related ul {
	margin:0;
	margin-bottom: 20px;
}

#searchform input{
	font-size: .6em;
	}

#content-bottom {
	width: 820px;
	height: 21px;
	margin: 0 auto;
	background: transparent url('images/content-bottom.jpg') no-repeat;
	}
/************ Footer Styling ***********/

#footer {
	clear: both;
}
#footer-meta {
	font-family: verdana, sans-serif;
	text-align: right;
	font-size: .6em;
	padding: 4px 0;
	padding-right: 25px;
}
