/*
	CSS Document
	Copyright Daniel Walsh
*/
a {	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

acronym {
	background: url(/img/acronym.gif) repeat-x bottom left;
	cursor: help;
	padding: 0 0 1px;
	text-decoration:none;
	}

h1, h1 a, h1 a:hover {
	color: #009;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin:0;
	padding:0;
	}
	
h1 a {
	color: #99c;
	}

h2 {
	color: #C00;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align:center;
	margin:0;
	padding:0;
	}
h3, h3 a:hover, h3 a {
	color: #009;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	margin:0;
	padding:0;
	}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	}
.pcenter{
	text-align:center;
	}
p a {
	color:#000;
	text-decoration:none;
	}
p a:visited {
	color:#000;
	}
p a:hover {
	text-decoration:underline;
	}
	
/* =Container
----------------------------------------------------------------------*/
body {
	background: url(img/tile.gif) repeat;
}
body.blank {
	background-image:none;
	}
#portfolio_danwalsh_info {
	width:100%;
	height:100%;
	}
.hiddenPic {
	display:none;
	}
#top{
	height:50px;
	background:url(img/top.gif) no-repeat center top;
	}
#line{
	height:5px;
	}
#middle{
	background:url(img/middle.gif) repeat-y center top;
	}
#container {
	margin: 0 auto;
	width: 760px;
	background:#fff;
	}

#head {
	background:url(img/head.gif) no-repeat bottom;
	}
#headpic {
	background:url(img/bg.gif) no-repeat center top;
	}
	
.line {
	clear:both;
	height:15px;
	background:url(img/line.gif) no-repeat center top;
	}

#title {
	width:720px;
	padding: 25px 15px 10px 25px;
	}

#topper {
	clear:both;
	width:760px;
	height:0px;
	}
	

#main1{
	clear:both;
	width:760px;
	background:url(img/main.gif) repeat-y 504px 0px;
	}
#main2{
	clear:both;
	width:760px;
	background:url(img/main.gif) repeat-y -11px 0px;
	}
#main3{
	clear:both;
	width:760px;
	background:url(img/main.gif) repeat-y -526px 0px;
	}
#main4{
	clear:both;
	width:760px;
	background:url(img/main.gif) repeat-y 1000px 0px;
	}

#main-topper1{
	height:10px;
	width:760px;
	background:url(img/main-topper.gif) no-repeat 504px 0px;
	}
#main-topper2{
	height:10px;
	width:760px;
	background:url(img/main-topper.gif) no-repeat -11px 0px;
	}
#main-topper3{
	height:10px;
	width:760px;
	background-:url(img/main-topper.gif) no-repeat -526px 0px;
	background-repeat:;
	background-position:;
	}
#main-topper4{
	height:10px;
	width:760px;
	background:url(img/main-topper.gif) no-repeat 1000px 0px;
	}
		

#main-footer1{
	clear:both;
	height:10px;
	background:#fff url(img/main-footer.gif) no-repeat 504px 0px;
	}
#main-footer2{
	clear:both;
	height:10px;
	background:#fff url(img/main-footer.gif) no-repeat -11px 0px;
	}
#main-footer3{
	clear:both;
	height:10px;
	background:#fff url(img/main-footer.gif) no-repeat -526px 0px;
	}
#main-footer4{
	clear:both;
	height:10px;
	background:#fff url(img/main-footer.gif) no-repeat 1000px 0px;
	}

#bottom{
	background:url(img/bottom.gif) no-repeat center top;
	height:45px;
	}
	
.content1{
	width: 495px;
	float:left;
	display:inline;
	margin: 0 5px;
	}
.content2{
	width: 240px;
	float:left;
	display:inline;
	margin: 0 5px;
	}
.content3{
	width:240px;
	float:left;
	display:inline;
	margin: 0 5px;
	}
.content4{
	width:750px;
	float:left;
	display:inline;
	margin: 0 5px;
	}
	.content4 a {
		color:#009;
		}
	.content4 a:visited {
		color:#99c;
		}
	.content4 a:hover {
		text-decoration:underline;
		color:#009;
		}
.contentimg {
	border-width: 1px;
	border-color:#009;
	float:right;
	margin:5px;
	padding:1px;
	background:#ccf;
	}
.contentimgleft {
	float:none;
	border-width: 1px;
	border-color:#009;
	margin:5px;
	padding:1px;
	background:#ccf;
	}
.contentimg:visited {
	border-color:#99c;
	}
.contentimg:hover {
	border-color:#009;
	}

.side1{
	float:right;
	width:242px;
	margin:0 5px;
	}
.side2{
	float:right;
	width: 240px;
	margin: 0 5px 0 10px;
	}
.side3{
	float:right;
	width:497px;
	margin: 0 5px;
	}
.side4{
	float:right;
	width:0px;
	margin:0px;
	}
.subside {
	width:121px;
	float:right;
	}
.clear	{
	clear:right;
	}
	
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#009;
	}
	

/*  Footer Starts Here */
#footer{
	clear:both;
	width: 100%;
	background:url(img/footer.gif) no-repeat center top;
	}
	
#footer a {
	text-decoration:none;
	color: #000;
	}

#footer a:hover {
	color: #000;
	}

#footer p {
	font: 10px Verdana, sans-serif;
	margin: 0;
	padding: 13px 0 0px 0;
	text-align: center;
	}
	
/*  Footer Ends Here */

/* Nav Bar Starts Here */
#nav {
	margin:0;
	padding:0;
   }
   
#nav ol {
	list-style: none;
	float:right;
	margin:0;
	padding:0;
	background:url(img/head.gif) no-repeat bottom right;
	}
	
#nav ol li {
	line-height:normal;
	float:left;
   }

#nav a {
	color:#99c;
	}
	
#nav ol li a {
	display:block;
	text-decoration:none;
	padding-top:13px;
	font-weight:bold;
	margin:0;
   }

#nav ol li a:hover {
   color:#009;
   }
   
#nav ol li ol {
	position:absolute;
	display:none;
   }
   
#nav ol li ol li {
	clear:both;
	Left:-2px;
   }
   
#nav ol li ol li a {
	padding:0;
   }
#nav ol li:hover ol, #nav ol li ol:hover {display:block; background:#fff;}
	
.navgap{
	padding-bottom:13px;
	background:url(img/nav-foot-gap.gif) no-repeat bottom right;
	}
	
.navgap a{
	color:#fff;
	padding-top:13px;
	width:15px;
	background:url(img/nav-gap.gif) no-repeat top right;
	}

#navgapleft{
	padding:0 0 13px 0;
	background:url(img/nav-foot-gap-left.gif) no-repeat bottom right;
	}
	
#navgapleft a{
	color:#fff;
	padding:13px 0 0 0;
	width:15px;
	background:url(img/nav-gap-left.gif) no-repeat top right;
	}
	
#navgapright{
	padding:0 0 13px 0;
	background:url(img/nav-foot-gap-right.gif) no-repeat bottom right;
	}
	
#navgapright a{
	color:#fff;
	padding:13px 0 0 0;
	width:15px;
	background:url(img/nav-gap-right.gif) no-repeat top right;
	}
	
#t-home{
	padding-bottom: 13px;
	background:url(img/nav-home-foot.gif) no-repeat bottom left;
	}
	
#t-home a{
	padding-left: 36px;
	background:url(img/nav-home.gif) no-repeat top left;
	}
	
#t-links{
	padding-bottom: 13px;
	background:url(img/nav-links-foot.gif) no-repeat bottom right;
	}
	
#t-links a{
	padding-right: 25px;
	background:url(img/nav-links.gif) no-repeat top right;
	}

#t-contact, #t-dw, #t-work, #t-about, #t-blog {
	background:url(img/nav-top.gif) repeat-x top right;
	}
/*  Nav Bar Ends Here */
