/** -------------------------------------- INFO
Dale Shimato Design
www.daleshimato.com 
Dale Shimato
Jan. 2010
-------------------------------------------- **/
@import url("reset.css");

/** ---------------- links **/
a:link {
	border: none;
	text-decoration: underline;
	color:#039;
}
a:active {
	text-decoration: underline;
	color:#003399;
}
a:hover {
	text-decoration: underline;
	color:#676733;
}
a:visited {
	text-decoration: underline;
	color:#039;
}


/* tags */

* {
	margin: 0;
	padding: 0;
	}
	
	
body {
	margin: 0 auto;
	font-size: small;
	font-family: Helvetica, sans-serif, Verdana, Arial;
	color: #930;
	text-align: center;
	background: #cb9 url(../img/bkgd_body.gif);
	border-top:2px solid #652614;
	}
	

	
p {
	font-size: 90%;
	}
	
h1 {
	font-size: 120%;
	}
	
h2 {
	font-size: 110%;
	}
	
h3 {
	font-size: 70%;
	}
	
h4 {
	font-size: 90%;
	}
	
img {
	border: none;
	}
	

#wrapper {
	background:url(../img/body_bkgdGradient.png) repeat-x 0 0;
	}

/* topLogo */	
	
#header {
	position:relative;
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	text-align: left;	
		}

#header img {
	margin-top: 19px;
	}
	
#header h1 {	
	text-indent: -5999px;
	}	
	
#header h2  {
	position:absolute;
	text-align: left;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #632513;
	letter-spacing: 2px;
	top:80px;
	left:13px;
	}
	
#header h2 a {
	position: absolute;
	left: -5999px;
	}

/** ---------------- MAIN MENU **/

#navMain {
	position:absolute;
	right: 20px;
	top: 60px;
	width: 1000px;
	}
	
#navMain ul {
	float:right;
	}
	
#navMain li {
	float: left;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	letter-spacing: 3px;
	}

	
#navMain li a {
	font-weight: bold;
	float: left;
	padding: 9px 15px;
	text-decoration: none;
	color: #fff;
	}
	
#navMain li a:hover {
	color:#632513;
	
	}
	
body.home #navMain li#navHome a, body.web #navMain li#navWeb a, body.design #navMain li#navDesign a, body.about #navMain li#navAbout a, body.contact #navMain li#navContact a {
	font-weight: bold;
	color: #632513;	
	border:1px solid #bb9990;
	padding: 9px 14px;
	/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	*/
	background: #eae3d5;
	background: rgba(255, 255, 255, .5);
	}


/* CONTENT */	
#content {
	position: relative;
	padding-bottom: 50px;
	width: 1000px;
	background: #eee url(../websites/surf_photos2.jpg) no-repeat 0 0;
	/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	*/
	overflow:hidden;
	}
	
body.web #content {
	background: #eee url(../index/surf1.jpg) no-repeat 0 0;
	}
	
body.design #content {
	background: #eee url(../design/surf_photos3.jpg) no-repeat 0 0;
	}
		
body.about #content {
	background: #eee url(../about/surf_photos5.jpg) no-repeat 0 0;
	}
		
body.contact #content {
	background: #eee url(../contact/surf_photos4.jpg) no-repeat 0 0;
	}
	
body.error #content {
	background: #eee url(http://www.daleshimato.com/contact/surf_photos4.jpg) no-repeat 0 0;
	}

#content ul.containerTopImageText {
	position: absolute;
	top: 10px;
	left: 0;
	width: 1000px;
	text-align: center;
	}
	
body.home #content ul.containerTopImageText {
	position: absolute;
	top: 10px;
	left: 250px;
	text-align: left;
	width: 750px;
	}
	
#content ul.containerTopImageText li{
	line-height: 130%;
	color: #666;
	text-shadow: 1px 1px 1px rgba(0,0,0, .5);
	font-weight: normal;
	font-size: 350%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}
	
#content ul.containerTopImageText li a{
	text-decoration:none;
	color: #666;
	}
	
#content ul.containerTopImageText li a:hover {
	color: #222;
	}
	
body.about #content ul.containerTopImageText li,
body.contact #content ul.containerTopImageText li{
	color: rgba(45, 45, 45, .55);
	}
	
body.error #content ul.containerTopImageText li {
	color: #fff;
	font-size:450%;
	}
	
#content #containerTopImage {
		height: 122px;
	}
	

	
body.home #content #containerTopImage img {
	/*
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius:5px;
		*/
	}
	
body.contact #content #containerTopImage {
		height: 157px;
	}
	

/** ---------------- WRAPPER **/
#wrapperContent {
	position:relative;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
	border: 12px solid #fff;
	/*
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	*/
	background:#fff;
	}

	
/* CONTENT SUB */	
#contentSub {
	float: right;
	position: relative;
	width: 240px;
	height: 100%;
	margin: 250px 63px 20px 0;
	padding: 0 0 20px 0;
	text-align: left;
	background:#d4d4d4;
	border: 10px solid #d4d4d4;
	/*
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	*/
	overflow: hidden;
	}
	
#contentSub h2 {
	margin: 10px;
	margin-left:15px;
	text-align: left;
	font-weight: normal;
	font-size: 175%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
body.home #contentSub h2 {
	margin: 10px 0 0 10px;
	}
	
#contentSub p {
	margin: 3px 0 7px 10px;
	padding: 0 10px 0 0;
	text-align: left;
	font-size: 95%;
	line-height: 1.3em;
	color: #075068;
	}
	
#contentSub p img {
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color:#fff;
	}
	
body.home #contentSub p img {
	margin-top: 0;
	}

#portfolio  {
	list-style: none;
	text-align: left;
	margin-left: 15px;
	margin-top:15px;
	border: none;
	}
	
#portfolio li {
	display: inline;
	margin-right: 15px;
	float:left;
	}

body.about #portfolio  {
	text-align: center;
	margin:0;
	}	

body.about #portfolio li {
	display: inline;
	margin-right: 0;
	float:none;
	}
		
#portfolio li a img {
	border: 5px solid #aaa;
	margin-bottom: 10px;
	}
	
#portfolio li a:hover img{
	border: 5px solid #777;
	}
	


/** ---------------- CONTENT  MAIN**/

#contentMain {
	float: left;
	width: 562px;
	text-align: left;
	margin:200px 0 0 63px;
	}
	
body.home #contentMain, body.error #contentMain {
	width: 100%;
	text-align: center;
	margin:200px 0 0 0;
	}
	
body.web #contentMain {
	width: 100%;
	text-align: center;
	margin:230px 0 0 0;
	}
	
body.design #contentMain {
	text-align: center;
	}
	
#contentMain h1 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
#contentMain h2 {
	margin: 20px 0 10px 10px;
	
	padding: 0 10px;
	text-align: left;
	font-weight: normal;
	font-size: 300%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#contentMain h3 {
	margin: 10px 0 10px 10px;
	padding: 0 10px;
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}
	
body.error #contentMain h3 {
	text-align: center;
	
	}
	
#contentMain h4 {
	margin: 20px 20px 10px 10px;
	padding: 5px 15px;
	text-align: left;
	font-weight: normal;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#contentMain p {
	margin: 10px 0 10px 10px;
	padding: 0 15px;
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #075068;
	}
	
body.about #contentMain p {
	line-height:130%;
	}

#contentMain #fullsize img {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #888;
	}
	
#contentMain img {
	padding: 10px;
	/*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	*/
	background-color:#ccc;
	}
	
#fullsize {
	margin: 50px auto 5px auto;
	padding: 15px;
	padding-bottom: 25px;
	border: none;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #888;
	/*
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	*/
	background-color: #ccc;
	text-align: center;
	}
	
#contentMain #description {
	text-align: center;
	}

#contentMain blockquote {
	margin: 0 30px 0 20px;
	text-align: left;
	}
	
#contentMain p cite {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#contentMain ul {
	list-style:none;
	padding-left:23px;
	}
	
#contentMain li {
	display:block;
	background: none;
	font-weight:normal;
	line-height:130%;
	padding-bottom:10px;
	padding-left:23px;
	}	

#contentMain li.linkedin {
	background: url(../img/linkedin.gif) no-repeat scroll 0 1px;
	}

#contentMain li.daleShimato {
	background: url(../img/icon2.gif) no-repeat scroll 0 1px;
	}
	
#contentMain ul#webPortfolio {
	display: inline; /* fixes IE/Win double margin bug */
	list-style: none;
	text-align: left;
	margin:0;
	padding:0;
	}
	
#webPortfolio li {
	display:block;
	float:left;
	margin:0 0 15px 0;
	padding:0 0 0 60px;
	}
	
#webPortfolio li h4 {
	float:left;
	margin:10px 0 0 20px;
	padding:0;
	width: 500px;
	}

#webPortfolio li p {
	float:left;
	width: 500px;
	margin:0 0 0 20px;
	padding:0;
	font-family: Helvetica, sans-serif, Verdana, Arial;
	}
	
#webPortfolio li img {
	float:left;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 10px;
	background-color:#ccc;
	}

#webPortfolio li a {
	color: #930;
	text-decoration: underline;
	}
	
	
	
/************************************************************************************
homePageList
*************************************************************************************/

ul#homePageList {
	margin: 40px auto 0 auto;
	padding: 0;
	list-style: none;
	width: 937px;
	margin-left:63px;
	text-align: center;
	}
	
#homePageList li {
	position: relative;
	width: 230px;
	height: 250px;
	margin: 0 62px 0 0;
	padding: 0;
	float: left;
	text-align: center;
	background:#444;
	border: 10px solid #aaa;
	}
	
#homePageList li.listRight {
	margin-right: 0;
	padding-left: 0;
	}
	
#homePageList li h2 {
	position: absolute;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 200%;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	display:block;
	width: 100%;
	line-height: 150%;
	background:url(../index/bkgd_homePageList.png); /* for IE */
	background:  rgba(255,255,255, .65);
	}
	

	
#homePageList li h2 a {
	color: #666;
	display:block;
	text-decoration: none;
	}
	
#homePageList li h2 a:hover {
	color: #333;
	}
	
#homePageList li p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #075068;
	}
	
#homePageList li p img {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	}
	
	
	
	

/** ---------------- FORM **/

form {
	margin-bottom: 20px;
	width:250px;
	}
	
#commentForm p {
	margin-top:10px;
	}


label {
	float: left;
	width:4em;
	}
	
fieldset {
	border: 0;
	margin-top:10px;
	}
	
legend {
	padding-left: 10px;
	font-size: 175%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

textarea {
	width: 200px;
	}
	
fieldset.submit {
	border: 0;
	text-align: right;
	margin-top:0;
	}
	
#commentForm p.submit {
	text-align: right;
	margin-right:25px;
	}
	
#commentForm p.submit input {
	width:75px;
	height:25px;
	}
	

	
	
/** ---------------- FOOTER **/
#siteInfo {
	clear: both;
	width: 1000px;
	padding: 30px 0 10px 0;
	margin: 0 auto;
	text-align: center;
	}
	
#siteInfo p {	
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	}
	
#siteInfo p a:link, #siteInfo p a:visited, #siteInfo p a:hover, #siteInfo p a:active{
	text-decoration: underline;
	color: #999;
	background: none;
	}
