/*
	THEME NAME: Fish Market
	THEME URI: http://fishmrkt.net
	DESCRIPTION: Theme for Fish Market site.
	VERSION: 1.0
	AUTHOR: James DeBlasse
	AUTHOR URI: http://deblasse.com
*/

/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.5em;
	background: #FFF url('images/background.jpg') repeat top left;
	color: #555;
}

#container {
	padding: 0px;
	width: 735px;
	margin: 0 auto;
	min-height: 750px;
	margin-bottom: 100px;
}

#header {
	margin-left: 15px;		                                 
	margin-top: 35px;	                                 
	text-align: left;
	height: 75px;
	width: 735px;	
}

#header img {
	margin-left: -2px;
}

#content {
	margin-left: 15px;	
	float: left;
	width: 735px;
}

#content ul {
	list-style: none;
}
		
#content ul li {
	float: left;
	margin: 0 0 50px 0;
	width: 215px;
	padding-right: 30px;
}

.project {
	display: block;
	height: 180px;
	width: 215px;
}

.project img {
	background: #e0e0e0 url('images/screen.png') repeat top left;
	padding: 4px;
}

.thumb_title {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 18px;
}

.thumb_title, .thumb_title a, .thumb_title a:visited { 
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 18px;
}

.project .hover { 
	cursor: pointer; 
}

.project .hover .thumb_title .text { 
	color:	#ffffff; 
	background:	#fd2c7a; 
	padding: 2px 4px 2px 4px; 
}

.project .hover img { 
	background-color:#fd2c7a; 
}

.project .hover { 
	text-decoration:none; 
}
.project .nohover { 
	text-decoration:none; 
}

.entry img {
	margin-bottom: 20px;
	padding: 4px;
	background: #e0e0e0 url('images/screen.png') repeat top left;
}

.entry p {
	margin-bottom: 15px;
}

.entry .info_header {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .25px;
	color: #2a2a2a;
	padding-bottom: 1px;
}

.post {
	margin-top: -19px;
}

.meta {
	float: right;
	margin-right: 22px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .25px;
	color: #2a2a2a;
	padding-bottom: 1px;
}

.meta_sep {
	padding: 0 8px;
	color: #c8c8c8;
}

.meta a, .meta a:visited, .meta a:hover {
	color: #fd2c7a;
	background: url('images/linkIcon.png') center right no-repeat;
	padding-right: 9px;
	text-decoration: none;
}

.meta a:hover {
	color: #ff6da3;
}

#project_info .meta {
	margin: 0px;
	float: none;
}

#footer_bg {
	border-top: #dddddd 1px solid;
	background-color: #f3f3f3;
	padding-top: 20px;
	margin: 0 0 0 0;
	position: relative;
	top: 30px;
	width: 100%;
	min-height: 200px;
	text-align: center;
	clear: both;
}

#footer {
	width: 735px;
	margin: auto;
	text-align: left;
	display: block;

}

#footer_content {
	margin-left: 15px;	
	float: left;
	width: 735px;
	height: 250px;
}

#footer_content h3 {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 10px;
}

#footer_content a, #footer_content a:visited, #footer_content a:hover {
	color: #fd2c7a;
	background: url('images/linkIcon.png') center right no-repeat;
	padding-right: 9px;
	text-decoration: none;
}

#footer_content a:hover {
	color: #ff6da3;
}

.footer_info {
	position: relative;
	float:left;
	width: 446px;
	margin: 30px 44px 0 0;
	
}

.footer_contact {
	position: relative;
	float:left;
	width: 223px;
	margin: 30px 22px 0 0;
}

.clear:after {
	content: "";
	display: block; 
	visibility: hidden; 
	clear: both;
}

.clear { 
	zoom: 1; 
}



