/*
Theme Name: Catch A Theme
Theme URI: http://www.catchrestaurant.com.au
Description: Catch Restaurant Theme
Author: Jamie Verban
Author URI: http://www.jvdesign.net.au
Template: thematic
Version: 0.1 
.
Copyright 2010 Jamie Verban. All Rights Reserved.
.
*/

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    color:#000;
    font:13px/21px Verdana, Times, Times New Roman, serif;
}
strong, em, b, i {
    font-weight:bold;
}
a {
    color:#777;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:none;
}
blockquote {
    font-size:12px;
    font-style:italic;
}
blockquote a {
}

/* =Header
-------------------------------------------------------------- */
#vslider {
	float: right;
}
#header {
	background:none;
}
#branding{
	height: 138px;
	background-image:url(images/header-logo.png);
}
#blog-description{
	display:none;
}
#blog-title{
	display:none;
}
#access {
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
	float:left;
}
.sf-menu a {
	font-size: 16px;
	height:14px;
	background:#333;
	text-align: center;
	width: 138px;
	padding:9px 0;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
	background:#f1f1f1;
	Color:#000 !important;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
	background:#333;
}
.sf-menu li li {
	background:#333;
}
.sf-menu li li li {
	background:#333;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#f1f1f1;
	color:#000 !important;
}
.sf-menu ul {
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a, .sf-menu ul a:visited {
    border-right:2px solid #333;
	background:#f1f1f1;
	color:#000;
	text-align:left;
	text-indent: 10px;
}
.sf-menu ul a:hover, .sf-menu ul ul a:hover {
    color: #FFF !important;
	background:#333;
}

/* =Content
-------------------------------------------------------------- */

/*
Content for home, single, and pages.
Entry-meta, entry-utility and vertical content margin styles are set globally here
*/
#main {
    padding-bottom:21px;
    margin:0 auto;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
}
.home .entry-title {
    display:none;
}
.hentry {
    margin:0 0 21px 0;
}
.home .hentry {
    margin:0;
}
.single .hentry,
.page .hentry {
    padding:0;
}
.entry-title, 
.single .entry-title,
.page .entry-title {
    font-size:36px;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:2px;
	line-height:36px;
	padding-bottom: 10px;
}
.entry-meta {
	display: none !important;
}
.entry-content a:hover {
    color:#595957;
}
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #C7C7C7;
  cursor: help;
  font-size:10px;
  letter-spacing:1px;
  text-transform:uppercase;
}
.entry-content h1,
.entry-content h2 {
    font-size:11px;
    font-weight:bold;
    letter-spacing:2px;
    margin:0 0 21px 0;
    text-transform:uppercase;
}
.entry-content h3 {
    font-style:italic;
    margin:0 0 21px 0;
}
.entry-content h4 {
    margin:0 0 21px 0;
    font-style:italic;
}
.entry-content h5 {
    font-style:italic;
    margin:0 0 21px 0;
}
.entry-content h6 {
    font-style:italic;
    margin:0 0 21px 0;
}
.entry-content ol,
.entry-content ul {
    font-size:12px;
}
.entry-content ul {
    list-style:square;
}
.entry-content .xoxo {
    list-style:none;
    margin:0;
}
.entry-content .xoxo h3 {
    font-size:11px;
    font-style:normal;
    font-weight:bold;
    letter-spacing:2px;
    margin:0 0 21px 0;
    text-transform:uppercase;
}
.entry-content .xoxo ul {
    margin:0 0 21px 1.5em;    
    list-style:square;
}
.entry-content .xoxo ul ul {
    margin-bottom:0;
}
.entry-content dl {
    margin:0 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 21px 1.5em;
}
.page-link {
    margin:0 0 21px 0;
}
.entry-utility {
	display:none;
}
/*
Archive pages, tag, category, search
*/
.page-title {
    font-size:10px;
    font-weight:bold;
    letter-spacing:2px;
    padding:21px 0 0 0;
    text-transform:uppercase;
}
.search .page-title {
    padding:21px 0 21px 0;
}
.author .page-title {
    margin:0 0 21px 0;
}
.search .hentry,
.archive .hentry {
    margin:0 0 21px 0;
    overflow:hidden;
}
.search .entry-title,
.archive .entry-title {
    border-bottom:1px solid #C7C7C7;
    float:left;
    font-weight:normal;
    letter-spacing:0px;
    margin:0 0 21px 0;
    text-transform:none;
    width:940px;
}
.search .entry-title a,
.archive .entry-title a {
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:2px;
}
.search .entry-title a:hover,
.archive .entry-title a:hover {
    text-decoration:none;
}
.search .entry-meta,
.archive .entry-meta {
    clear:left;
    float:right;
    width:380px;
}
.search .entry-content,
.archive .entry-content {
    float:left;
    margin:0;
    width:540px;
}
.search .entry-content p,
.archive .entry-content p {
    border-right:1px dotted #C7C7C7;
    margin:0;
    padding:0 20px 21px 0;
}
.search .entry-utility,
.archive .entry-utility {
    width:380px;
    float:right;
}
/*
Author Info
*/
#author-info {
    background:#E9E9E9;
    border:1px solid #C7C7C7;
    margin:0 0 42px 0;
    padding:20px;
    overflow:hidden;
}
#author-info .avatar {
	border: 1px solid #C7C7C7;
    background:#F4F4F4;
    float:left;
    margin:0 20px 0 0;
	padding: 5px;
}
/*
Attachment pages
*/
.attachment .page-title {
    font-weight:normal;
    font-size:12px;
    text-transform:none;
    letter-spacing:0;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
    font-size:12px;
    overflow:hidden;
}
.navigation a span {
    font-style:normal
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}

#nav-above {	display: none !important;  }

#nav-above,#nav-below {
	width: 100%;
}
.home #nav-above,.home #nav-below {
	width: 500px;
}
#nav-above {
}
.single #nav-above {
    display:none;
}
.home #nav-above {
    padding:21px 0 20px 20px;
    border-bottom:1px solid #C7C7C7;
}
.search #nav-above,
.archive #nav-above {
    padding:0 0 21px 0;
}
.home .nav-next {
    margin:0 20px 0 0;
}
#nav-below {
    margin:0 0 21px 0;
}
.home #nav-below {
    padding:21px 20px;
}

/* =Comments
-------------------------------------------------------------- */

#comments h3 {
    font-size:11px;
    font-weight:bold;
    letter-spacing:2px;
    text-transform:uppercase;
}
.comment-navigation {
    font-size:12px;
    margin:0 0 42px 0;
}
#comments-list h3 {
    margin:0 0 21px 0;
    padding:21px 0 0 0;
}    
#comments-list ol {
    border-bottom:1px solid #C7C7C7;
    list-style:none;
    margin:0 0 21px 0;
}
#comments-list ol ul {
    list-style:none;
    margin:0;
}
#comments-list ol ul li {
    border:1px solid #C7C7C7;
    margin:0 0 21px 0;
}
#comments-list li {
    background:#F4F4F4;
    border-top:1px solid #C7C7C7;
    padding:21px 20px 0 20px;
    position:relative;
}
#comments-list li.alt {
    background:#fff;    
}
#comments-list .unapproved {
    display:block;
    font-size:13px;
    font-style:italic;
    margin:0 0 21px 0;
    text-align:left;
}
#comments-list li p {
    margin:0;
    padding:0 0 21px 0;
}
#comments .avatar {
    position:absolute;
    top:21px;
    width:60px;
    height:60px;
}
#comments-list li .n {
    display:block;
    font-size:14px;
    font-style:italic;
    margin:0 0 0 80px;
    padding:21px 0 0 0;
}
#comments-list li .comment-meta {
    color:#595957;
    font-size:11px;
    margin:0 0 21px 80px;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 21px 0;
}
#trackbacks-list h3 {
    margin:0 0 21px 0;
    padding:21px 0 0 0;
}
#trackbacks-list ol {
    font-size:12px;
    font-style:italic;
    margin-bottom:42px;
}
#trackbacks-list p {
    display:none;
}
#respond {
    background:#E9E9E9;
    border:1px solid #C7C7C7;
    margin:0 0 21px 0;
    padding:21px 20px;
}
#respond h3 {
    font-size:11px;
    margin:0 0 21px 0;
}
#cancel-comment-reply {
    margin:0 0 21px 0;
}
#respond form {
    margin:0 0 21px 0;
}
#respond #form-section-author {
    float:left;
}
#respond #form-section-author input {
    width:236px;
}
#respond #form-section-email {
    float:right;
}
#respond #form-section-email input {
    width:236px;
}
#respond #form-section-url {
    clear:both;
}
#respond #form-section-url input {
    width:492px;
}
#respond .form-label {
    font-size:12px;
}
#respond .form-input input {
    margin:0 0 21px 0;
}
#respond textarea {
    width:496px;
    margin:0 0 21px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
    font-size:12px;
}
p.comment_license {
    font-size:12px;
    clear:both;
    margin:0 0 21px 0;
}
p.solo-subscribe-to-comments {
    clear:both;
    font-size:12px;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
    font-style:italic;
}
#respond .required {
    font-weight:bold;
}
ul #respond #form-section-author {
    float:none;
}
ul #respond #form-section-author input {
    width:100%;
}
ul #respond #form-section-email {
    float:none;
}
ul #respond #form-section-email input {
    width:100%;
}
ul #respond #form-section-url input {
    width:100%;
}
ul #respond textarea {
    width:100%;
}

/* =Asides and Sidebars
-------------------------------------------------------------- */

.aside ul {
    list-style:none;
    margin: 0;
    padding:0;    
}
.aside ul ul {
    list-style:square;
    margin:0 0 21px 1.5em;
    padding:0;
}
.aside ul ul ul {
    margin:0 0 0 1.5em;  
}
.aside h3 {
    color:#21211E;
    font-size:10px;
    font-weight:bold;
    letter-spacing:2px;
    line-height:12px;
    padding:5px 0 4px 0;
    text-transform:uppercase;
}
li.widget_calendar h3 {
    display:none;
}
.aside table {
    text-align:left;
    margin:0 0 21px 0;
    width:100%;
}
.aside tfoot {
    line-height:21px;
}
.aside table caption {
    color:#21211E;
    font-size:10px;
    font-weight:bold;
    letter-spacing:2px;
    line-height:12px;
    padding:5px 0 4px 0;
    text-align:left;
    text-transform:uppercase;
}
/*
Main Aside
*/
.home .main-aside {
    padding:0;
}
.main-aside {
    color:#595957;
    font-size:12px;
    padding-top: 10px;
}
/*
Content Asides
*/
#content .aside {
    background:#E9E9E9;
    border:1px solid #C7C7C7;
    padding:20px 20px 0 20px;
}
.home #content .aside {
    border-top:none;
}
#content .widgetcontainer {
    padding:0 0 21px 0;
}
#content .aside .widgetcontainer ul {
    margin:0 0 0 1.5em;
}
#single-top,
#page-top {
    margin:21px 0;
}
#single-insert {
    margin:0 0 21px 0;
}
/*
Footer Asides
*/
#footer .widgetcontainer {
    padding:0 0 21px 0;
}
#footer .aside .widgetcontainer ul {
    margin:0 0 0 1.5em;
}
/*
Widgets
*/
li#search input#s {
    margin:7px 0;
}
li#search form#searchform {
    margin:0 0 26px 0;
}
li.widget_tag_cloud {
    margin:0 0 21px 0;
}
/*
Enable the search widget on search results (when otherwise, everything else is hidden)
*/
.search .main-aside { /* reset some styles for the search page */ 
    display:block;
    float:none;
    width:940px;
    margin:0;
    position:static;
}
.search .xoxo li { /* hide sidebar stuff */
    display:none;
}
.search li#search form#searchform {
    margin:0;
}
.search .xoxo li#search h3 {
    float:left;
    margin:0 20px;
}
.search .xoxo li#search input#s {
    width:75%;
    margin:0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:5px solid #E1E1E1;
    font-size:12px;
	width: 960px;
	margin: 0 auto;
    padding:0 0 105px 0;
}
#siteinfo {
    font-size:10px;
	line-height: 32px;
    text-align:left;
}
#designer-logo {
	text-align:right;
}

/* =Images
-------------------------------------------------------------- */

/*  Remember the baseline   */

.entry-content img {
}
.alignleft,
img.alignleft,
img.align-left {
	float: left;
    margin: 0 20px 5px 0;
}
.alignright,
img.alignright,
img.align-right {
	display: block;
	float: right;
    margin: 0 0 21px 20px;
}
.aligncenter,
div.aligncenter,
img.aligncenter {
	margin: 0 auto 21px auto;
	display: block;
	float: none;
	clear: both;
}
.wp-caption {
	border: 1px solid #C7C7C7;
	text-align: center;
	background-color: #E9E9E9;
	padding-top: 5px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height:18px;
	padding:5px;
	margin: 0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:13px;
	margin:0 !important;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    background:transparent !important;
    order:none !important;
    border:none !important;
}
.wp-pagenavi span.pages {
    background:transparent !important;
 	border:none !important;
}
.wp-pagenavi span.current {
	background:transparent !important;
    border:none !important;
}
.wp-pagenavi span.extend {
	background:transparent !important;
	border:none !important;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #598745 !important;
	background:transparent !important;
	border:none !important;
}
.wp-pagenavi a:hover {	
}
.wp-pagenavi span.pages {
	background:transparent !important;
	border:none !important;
	padding-left:0 !important;
	margin-left:0 !important;
	font-style:italic !important;
}
.wp-pagenavi span.current {
	background:transparent !important;
	border:none !important;
}
.wp-pagenavi span.extend {
	background:transparent !important;
	border:none !important;
}


