/*   
Theme Name: Dab-Photog
Theme URI: http://nancydorsner.com
Description: Photography theme for Grieg Wehr Photography
Author: Nancy Dorsner

Author URI: http://nancydorsner.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.

Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');
/* Rebuild default browser styles */
@import url('styles/rebuild.css');
/* Basic WordPress Styles */
@import url('styles/wp.css');
/* Import a basic layout */
@import url('styles/1c-b.css');

body {color:#E8E8E8;background:#1f1f1f;font-family:"helvetica", Arial, sans-serif;margin:0 auto;}
.container-inner {width:950px; margin:0 auto;}
h1,h2,h3,h4,h5,h6 {color:#F2F2F2;font-family:"helvetica", Arial, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#fff;}
a {color:#FFFFA0;text-decoration:none;}
a:hover, a:focus {
color:#FFFFFF;
font-weight:bold;
}

h1 {
font-size:1.7em;
font-weight:normal;
}

h2 {
font-size:1.7em;
font-weight:bold;
}

a img {
padding:10px;
}

/* =Header
-------------------------------------------------------------- */
#masthead{
	width: 960;
	height: 200;
	}
	
	
#branding{
	float:left;
	width: 400;
	height: 200;
	margin: 3;
	}
	
#access{
	float:right;
	width: 760;
	height: 200;
	}
#left{
	
	
	float:left;

	}


/* =Menu
-------------------------------------------------------------- */

/*Menu */
#access {
	margin: 0 0 1.5em 0;
	overflow: none;
}
.skip-link {
	position:absolute;
        left:-9000px;
}


#blog-description{
	position:absolute;
        left:-9000px;
}

/* =Content
-------------------------------------------------------------- */
#content
   {
   background: #1f1f1f;
   float: left;
   text-align: left;
   width:950px;
   padding-left:15px;			
   
   }

 #content-main
   {
   background: #1f1f1f;
   float: left;
   text-align: left;
   padding:0 0 10px;
   margin-left:10px;
   
   }  
 #content-main ul
   {
   list-style: none;
   margin:0;
   }  
   
   
.post {
border-top:1px dotted white;
float:left;
margin:0 0 1em;
padding:10px;
width:930px;
}
.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;	
		font-size:1.1em;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}
/* =navigation
-------------------------------------------------------------- */


/* Footer
-------------------------------------------------------------- */

#footer {
	border-top:1px dotted #404040;
	color:#888888;
    margin-top:22px;
	font-size: .9em;
	padding:10px 0 0;
	margin-left:10px;
	}

/*
		menu */
#suckerfishnav {
    background:#1f1f1f repeat-x;
    font-size:11px;
    font-family:helvetica,sans-serif;
    font-weight:bold;
    width:100%;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:40px;
    padding:0;
    border:0px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding:0px 10px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border-top:1px solid #666666;
    }
#suckerfishnav li li {
    width:99px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;
    font-family:helvetica,sans-serif;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:80px;
    font-size:10px;
    color:#fff;
    }
#suckerfishnav li ul ul {
    margin:-19px 0 0 100px;
    }
#suckerfishnav li li:hover {
    background:#fff;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#333;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#333;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#fff;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#333;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background:#ffffff;
    }
	
/*
		gallery styling */
#slimgal {
width:500px;
float:left;
padding-right:20px;
}

.gallery-caption {
margin:0 0 0;
}
