/*Theme Name: In Case Of Emergency PressTheme URI: http://www.incaseofemergencypress.com/Description: The default theme for the In Case Of Emergency Press.Version: 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 ---- */#header {width: 100%;height: 61px;background: #000;}#header img {margin: 23px 0 0 17px;float: left;}#header #menu ul {float: left;height: 20px;margin: 33px 0 0 17px;}#header #menu ul li {display: block;float: left;height: 13px;margin: 0 17px 0 0;}#header #menu ul li a {display: block;height: 13px;width: 60px;}#page {width: 960px;margin: 26px 0 8px 17px;}.sidebar#submenu {float: left;}#content {float: left;margin: 0 0 0 30px;}.sidebar#submenu img {margin: 0 0 17px 0;}.post {width: 600px;}.post p {margin: 0 0 18px 0;}/**** SLIDESHOW ****/.portfolioitem {width: 690px;}.portfolioitem .portfolioimages, .portfolioitem .portfoliotext {float: left;}.portfolioitem .portfolioimages img {padding: 6px;margin: 0 0 18px 0;border: 1px solid #101010;}.portfolioitem .portfoliotext {margin: 0 0 0 18px;width: 335px;}/**** MENU ****/#menu a span.hover {position: relative;top: 0;left: 0;display: block;height: 13px;}#menu ul li a#services { width: 55px; background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/menu-services.png') 0 -13px no-repeat; }#menu ul li a#portfolio { width: 66px; background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/menu-portfolio.png') 0 -13px no-repeat; }#menu ul li a#contact { width: 53px; background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/menu-contact.png') 0 -13px no-repeat; }#menu ul li a#store { width: 37px; background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/menu-store.png') 0 -13px no-repeat; }#menu a#services span.hover { width: 55px; background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/menu-services.png') 0 0 no-repeat; }#menu a#portfolio span.hover { width: 66px; background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/menu-portfolio.png') 0 0 no-repeat; }#menu a#contact span.hover { width: 53px; background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/menu-contact.png') 0 0 no-repeat; }#menu a#store span.hover { width: 37px; background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/menu-store.png') 0 0 no-repeat; }/**** SUBMENU ****/.sidebar#submenu ul li {display: block;width: 180px;height: 17px;font-size: 11px;margin: 0 0 0 10px;}.sidebar#submenu ul li a {display: block;cursor: pointer;padding: 0 0 0 8px;}.sidebar#submenu ul li a:hover {background: #ccc;}.sidebar#submenu ul {margin: 0 0 18px 0;}/**** CONTACT ****/.contactsection {width: 300px;/*border: 1px solid #000;*/float: left;}/**** FORMS ****/input[type=text] {border: 0;border-bottom: 1px solid #000;background: transparent;margin: 0 0 17px 0;width: 170px;}label {display: block;width: 100px;float: left;}/* ---- css/typography.css ---- */body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 75%;color: #333;/*background: url('http://incaseofemergencypress.com/wp-content/themes/jarod/images/baseline.png') repeat;*/}p a {color: #e73822;text-decoration: none;}p a:hover {text-decoration: underline;}h1, h2, h3 { line-height: 17px; margin: 0; padding: 0; }h2, h2 a {color: #333;margin: 0;padding: 0;font-size: 24px;text-decoration: none;text-transform: uppercase;}h3, h3 a {color: #333;margin: 0;padding: 0;font-size: 18px;text-decoration: none;text-transform: uppercase;}p {line-height: 17px;font-size: 13px;}.portfoliotext p, .post p {margin: 0 0 17px 0;}.sidebar#submenu {line-height: 17px;font-size: 13px;}.sidebar#submenu a {color: #333;text-decoration: none;}.sidebar#submenu ul li a.activeSlide {background: #101010;color: #fff;}hr { display: none; }.clear { clear: both; }