/*Theme Name: Jacob Van LoonTheme URI: http://jacobvanloon.com/Description: The default theme for jacobvanloon.comVersion: 1.0Author: Luke ShumardAuthor URI: http://lukeshumard.com/The CSS, XHTML and design is released under GPL:http://www.opensource.org/licenses/gpl-license.php*//* ---- css/reset.css ---- */* { margin: 0; padding: 0; }html, body { height: 100%; }body { font-size: 75%; margin: 0; padding: 0; }hr { display: none; }a img,:link img,:visited img { border:none; }a {outline: none; }/* ---- css/structure.css ---- */#page {margin: 0 auto;padding: 0;width: 942px;min-height: 100%;border: 1px solid #000;}#header {margin: 0 auto;width: 942px;}#wrapper {width: 940px;background: #d7e7ee;min-height: 800px;margin: 0 auto;padding: 0;}* html #wrapper {height: 100%;}* html #page {height: 100%;}#wrapper-top {width: 940px;height: 4px;margin: 4px auto 0 auto;background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/wrapper-top.jpg') no-repeat;}#footer {height: 10px;background: #d7e7ee;width: 940px;margin: 0 auto;}#content {width: 800px;margin: 0 auto;padding: 18px 0 0 40px;}#content.portfoliocontainer {width: 900px;/*border: 1px solid #000;*/}#content.news {width: 600px;float: left;padding: 18px 50px 0 40px;border-right: 1px solid #578092;}#content.news img {max-width: 550px;}.post {margin: 0;}.navigation {margin: 10px 0 80px 0;padding: 0;}#sidebar {width: 220px;float: left;padding: 0 0 0 20px;}#sidebar ul li {display: block;}#sidebar ul {margin: 0 0 20px 6px;}.portfoliocontent {padding: 18px 0 0 40px;height: 400px;}.portfoliowrapper {width: 900px;margin: 0;float: left;}.portfolioitem {width: 500px;}.portfoliothumbs {width: 220px;float: left;margin: 0 0 20px 128px;}.rounded {z-index: 999px;position: relative;top: 0;}.portfoliothumbs ul li, .portfoliothumbs ul li a {display: block;width: 65px;height: 65px;}.portfoliothumbs ul li {float: left;margin: 0 6px 6px 0;}.sidebar {float: left;padding: 0;/*border: 1px solid #000;*/}.sidebar#aboutleft {width: 400px;margin: 0 100px 0 0;}.sidebar#aboutright {width: 300px;}.sidebar#contactleft {width: 350px;margin: 0 26px 0 0;}.sidebar#contactright {width: 420px;}.imgheader {margin: 0 0 5px 0;}#menu {width: 940px;margin: 4px 0 0 0;}#menu ul li {display: block;margin: 0 20px 0 0;padding: 0;float: left;}#menu ul li, #menu ul li a { display: block; height: 31px; }#menu ul li.news a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-news.png') bottom no-repeat; width: 42px; }#menu ul li.portfolio a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-portfolio.png') bottom no-repeat; width: 79px; }#menu ul li.about a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-about.png') bottom no-repeat; width: 51px; }#menu ul li.contact a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-contact.png') bottom no-repeat; width: 63px; }#menu ul li.store a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-store.png') bottom no-repeat; width: 43px; }#menu ul li.prevnav a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-prev.png') bottom no-repeat; width: 45px; margin: 0 0 0 120px; }#menu ul li.nextnav a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-next.png') bottom no-repeat; width: 41px; }#menu ul li.illustrationnav a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-illustration.png') bottom no-repeat; width: 101px; margin: 0 0 0 290px; }#menu ul li.fineartnav a { background: url('http://jacobvanloon.com/wp-content/themes/jvl/images/menu-fineart.png') bottom no-repeat; width: 73px; }#menu ul li a.activeSlide { border-bottom: 2px solid #7395a4; /*margin-bottom: 6px;*/ }input[type="submit"] {margin: 10px 0 0 0;}/* ---- css/typography.css ---- */body {font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", serif;font-size: 75%;color: #586c75;}#content {font-size: 1.2em;}h3 {font-size: 1.4em;font-weight: normal;text-transform: lowercase;font-style: italic;letter-spacing: .08em;}#sidebar h3 {font-style: normal;text-transform: uppercase;margin: 40px 0 0 0;}h3 a {color: }a, a:visited {color: #7c9caa;text-decoration: underline;}a:hover {font-style: italic;}h3.welcome {color: #dfb09d;}hr { display: none; }.clear { clear: both; }