/* =BODY & TEXT
----------------------------------------------- */

body, html, ul, li {
	margin: 0;
	padding: 0;
	color: #666666;
}
body {
	text-align:center;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

h1, h2, h3, h4 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	display:block;
	width:197px;
	height:28px;
	text-indent:-9000px;
	background:transparent url(http://www.danmarshallphoto.com/images/dan-marshall-photographer.gif) no-repeat;
}

h1 a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

h2 {
	font-size: 24px;
	color: #999;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}
h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
p {
	line-height: 1.5em;
	padding: 0 0 20px 0;
	margin: 0;
}


/* =STRUCTURE
----------------------------------------------- */
#container {
	margin: 0 auto 0;
	width: 780px;
	text-align:left;
	background-color: #fff;
}

#header {
	height: 70px;
	padding: 0 30px 0 30px;
	width: 720px;
}
#logo {
	padding: 30px 0 0 0;
}
.search {
	display: inline;
}
#wideleftcolumn {
	width: 410px;
	float: left;
	padding: 30px;
}
#widerightcolumn {
	width: 500px;
	float: right;
	padding: 30px;
}
#narrowleftcolumn {
	float: left;
	width: 190px;
	padding: 30px 0 30px 30px;
}
#narrowrightcolumn {
	float: right;
	width: 280px;
	padding: 30px 30px 30px 0;
}
#blogleftcolumn {
	width: 500px;
	float: left;
	padding: 30px 30px 0 30px;
}
#blogrightcolumn {
	float: right;
	width: 190px;
	padding: 30px 30px 30px 0;
}
#fullcolumn {
	width: 720px;
	clear:both;
	padding: 20px 30px 0 30px;
}
#homecolumn {
	width: 720px;
	clear:both;
	margin: 30px 30px 0 30px;
padding: 0 0 30px 0;
border-bottom: solid 1px #ccc;
}
#footerclear {
	clear: both;
}
#footer {
	clear: both;
	text-align: center;
	padding: 20px;
	margin: 0 auto 30px;
	width: 680px;
	background-color: #FFFFFF;
	border-top: solid 1px #ccc;
}

/* =LINKS
----------------------------------------------- */

a:link {
	color: #7BB340;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #64a61f;
	text-decoration: underline;
}
a:active {
}

/* =MAIN NAVIGATION
----------------------------------------------- */
#nav-container {
	border-bottom: solid 1px #ccc;
	margin: 0 30px 0 30px;
	padding: 0 0 0 0;
	height: 40px;
}
#main-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-navigation li {
	float: left;
	background-position: 0 0;
	padding: 0 0 0 0;
	background-image: none;
}
#main-navigation li a {
	float: left;
	height: 20px;
	overflow: hidden;
	text-indent: -9000px;
	outline:none;
	margin-right: 20px;
}
#main-navigation li a.about { 
    background:url(http://www.danmarshallphoto.com/images/nav-about.gif) repeat 0px 0px; 
    width: 43px; 
    height: 20px; 
    display: block; 
}
#main-navigation li a.about:hover { 
    background: url(http://www.danmarshallphoto.com/images/nav-about.gif) repeat 0px -20px; 
}
#about #main-navigation li a.about { 
    background: url(http://www.danmarshallphoto.com/images/nav-about.gif) repeat 0px -40px; 
}
#main-navigation li a.assignment { 
    background:url(http://www.danmarshallphoto.com/images/nav-assignment.gif) repeat 0px 0px; 
    width: 82px; 
    height: 20px; 
    display: block; 
}
#main-navigation li a.assignment:hover { 
    background: url(http://www.danmarshallphoto.com/images/nav-assignment.gif) repeat 0px -20px; 
}
#assignment #main-navigation li a.assignment { 
    background: url(http://www.danmarshallphoto.com/images/nav-assignment.gif) repeat 0px -40px; 
}
#main-navigation li a.personal { 
    background:url(http://www.danmarshallphoto.com/images/nav-personal.gif) repeat 0px 0px; 
    width: 62px; 
    height: 20px; 
    display: block; 
}
#main-navigation li a.personal:hover { 
    background: url(http://www.danmarshallphoto.com/images/nav-personal.gif) repeat 0px -20px; 
}
#personal #main-navigation li a.personal { 
    background: url(http://www.danmarshallphoto.com/images/nav-personal.gif) repeat 0px -40px; 
}
#main-navigation li a.blog { 
    background:url(http://www.danmarshallphoto.com/images/nav-blog.gif) repeat 0px 0px; 
    width: 32px; 
    height: 20px; 
    display: block; 
}
#main-navigation li a.blog:hover { 
    background: url(http://www.danmarshallphoto.com/images/nav-blog.gif) repeat 0px -20px; 
}
#blog #main-navigation li a.blog { 
    background: url(http://www.danmarshallphoto.com/images/nav-blog.gif) repeat 0px -40px; 
}
#main-navigation li a.contact { 
    background:url(http://www.danmarshallphoto.com/images/nav-contact.gif) repeat 0px 0px; 
    width: 54px; 
    height: 20px; 
    display: block; 
}
#main-navigation li a.contact:hover { 
    background: url(http://www.danmarshallphoto.com/images/nav-contact.gif) repeat 0px -20px; 
}
#contact #main-navigation li a.contact { 
    background: url(http://www.danmarshallphoto.com/images/nav-contact.gif) repeat 0px -40px; 
}

/* =LISTS
----------------------------------------------- */


ul {
	list-style-type: none;
}
ul li {
	padding: 0 0 10px 0;
}
ul li.list {
	background-image: url(images/list-asterisk.gif);
	background-repeat: no-repeat;
	background-position: 0 0.28em;
	padding: 0 0 10px 14px;
}
ul li.rss{
	background-image: url(http://www.danmarshallphoto.com/images/rss_icon.png);
	background-repeat: no-repeat;
	background-position: 0 0em;
	padding: 0 0 8px 22px;
}
ol {
	padding: 0;
	margin: 15px 0 ;
}
ol li {
	padding: 0 0 15px 0;
	line-height: 1.5em;
}
#sociallinks {
	padding: 0px;
	margin: 0px;
}
#sociallinks li {
	list-style-type: none;
	background-image: url(http://www.danmarshallphoto.com/images/generic.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-left: 30px;
	background-position: 0 0;
	line-height: 2em;
}
#sociallinks li a:visited {
	color: #7BB340;
	text-decoration: none;
}
#sociallinks li a:hover {
	color: #64a61f;
	text-decoration: underline;
}
#sociallinks .linkedin {
	background-image: url(http://www.danmarshallphoto.com/images/linkedin.gif);
}
#sociallinks .facebook {
	background-image: url(http://www.danmarshallphoto.com/images/facebook.gif);
}
#sociallinks .twitter {
	background-image: url(http://www.danmarshallphoto.com/images/twitter.gif);
}

/* =FORMS
----------------------------------------------- */


/* =MISC
----------------------------------------------- */
.entry {
	margin-bottom: 20px;
}

.entrydate {
	font-size: 12px;
	color: #666666;
	line-height: 1em;
	margin-top: 4px;
}
.blogtitle {
	font-size: 14px;
	font-weight: bold;
	color: #443321;
}
.imageleft {
	text-align: left;
	margin-bottom: 20px;
	margin-right: 20px;
	clear: left;
	float: left;
}
.imageright {
	text-align: right;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
	float: right;
}
.gallerythumb  {
	margin: 0 5px 5px 0;
	border: solid 1px #999;
}
.gallerythumb:hover {
	border: solid 1px #ccc;
	outline:none;
}
.gallerythumbset {
	margin: 0 0 25px 0;
}
.categorydescription {
	margin: -10px 0 -5px 0;
}
.homecopy {
	"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.paginate {
	margin: 0 0 30px 0;
}
.newsdate {
	margin-top: -8px;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 24px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 12px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -5px;
	visibility: hidden;
	font-size: 18px;
}
#tweetcontainer {
	width: 190px;
        text-align: left;
        margin: 20px 0 0 0;
}
#tweetcontainer #tweettop {
	background-image: url(http://www.danmarshallphoto.com/images/tweettop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 170px;
	padding: 10px;
	font-style: italic;
}
#tweetcontainer #tweetbottom {
	background-image: url(http://www.danmarshallphoto.com/images/tweetbottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 190px;
}
#tweetcontainer #tweetlink {
	width: 160px;
	padding-left: 30px;
}
.tweet {
}

.tweet .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tweet .tweet_list li {
	overflow: auto;
	padding: .4em;
}

.tweet .tweet_list li a {
}

.tweet .tweet_list .tweet_even {
	background-color: #ccc;
}

.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}

.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle;
}