/*
THEME NAME: silversharkmedia
THEME URI: 
DESCRIPTION: Custom theme based on the thematic framework
VERSION: 0.1
AUTHOR: haza
AUTHOR URI: http://hazanaya.com/
TEMPLATE: thematic
TAGS:three columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Rebuild default browser styles */
@import url('../thematic/library/styles/rebuild.css');
 
 /* Rebuild default browser styles */
@import url('../thematic/library/styles/default.css');
 
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
 
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
 
/* Apply styles for popular plugins */
@import url('../thematic/library/styles/plugins.css');


#header {	
	text-align: left;
	border-bottom: 0px dotted #e4e7e7;
}

#blog-title a {
	color: #FF4b33;
	font: normal normal 20px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: none;
}

#blog-title a:active, #blog-title a:hover {
	color: #00db78;
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
	display: none;
}

#blog-description {
	display: none;
}

#branding {
	background: url(http://silversharkmedia.com/wp-content/themes/silversharkmedia/sslogo2.jpg) no-repeat center;
    width:500px;
    margin:0 auto;
    padding:10px 0 10px;
	clear: both;
	position: relative;
	height: 270px;
}

#access {
    position:relative;
    overflow:hidden;
    border-bottom:0px solid #CCCCCC;
	clear: both;
}

.sf-menu a, .sf-menu a:visited {
	color:#666666;
}

.sf-menu {
	border-right:0px solid #CCCCCC;
	float:left;
}

.sf-menu a {
	border-bottom:0px solid #CCCCCC;
	border-left:0px solid #CCCCCC;
	border-top:0px solid #CCCCCC;
	padding:9px 13px;
	text-decoration:none;
	display:block;
	position:relative;
}

.menu {
    width:500px;
    margin:0 auto;
}

#content .aside {
	border:0px solid #CCCCCC;
	margin: -70px 0 0;
	z-index: 1;
}

#main {
    width:500px;
    margin:0 auto;
    overflow: visible;
    position:relative;
    padding:22px 0 22px;
}
#container {
    width:500px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:500px;
    overflow: visible;
}
.entry-title {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: black;
}

.entry-title a {
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: black;
}

.entry-title a:active, .entry-title a:hover {
	color:#FF4B33;
}

.entry-utility {
	color:#666666;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}

.entry-meta abbr {
	border:medium none;
	cursor:text;
	font-size:11px;
	font-style:normal;
	text-transform: none;
	letter-spacing: normal;
}

.entry-meta {
	color: silver;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.entry-meta .n {
	font-size:11px;
	font-style:normal;
	letter-spacing: normal;
	text-transform: none;
}

.main-aside {
    clear: both;
    width:300px;
    float:left;
    position:relative;
    right:10px;
}

#primary {
	border:0px solid #CCCCCC;
	margin-bottom:22px;
	padding:18px 0 0;
	display: none;
}

#secondary {
    clear:right;
    display: none;
}

.paged #nav-above {
	display:none;
	padding:0 0 0px;
}

#nav-above {
	display:none;
}

.navigation {
	color:#666666;
	font-size:10px;
	line-height:18px;
	margin:0 0 0px;
	overflow:hidden;
}

#footer {    
	clear:both;
	border-top: 0px dotted #e4e7e7;
}

#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:500px;
    margin:0 auto;
}
