/*
Theme Name: DEPT.
Theme URI: http://jakeo.org/
Description: A theme for my homies at the <a href="http://departmentofskateboarding.com/">Dept.</a>
Version: .9
Author: Jake Olsen
Author URI: http://jakeo.org/

  Dept v1.5
  http://jakeo.org/

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #999;
  background-color: #000000;
  background-repeat: repeat;
  background-position: center top;
}

#page {
  background-color: #1A1A1A;
  text-align: left;
}

#header {
  background: #1A1A1A;
}

#headerimg {
  margin: 7px 0 0 7px;
  float:left;
}

#content, #homecontent {
  font-size: 1.2em;
}

.widecolumn .entry p {
  /*font-size: 1.05em;*/
  }

.narrowcolumn .entry, .widecolumn .entry {
  /*line-height: 1.4em;*/
  }

.widecolumn {
  line-height: 1.6em;
  }

.narrowcolumn .postmetadata {}

.alt {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  }

#footer {
  color: #333;
  background-color: #000;
  }

small, .postmetadata {
  font-size: 0.6em;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 4em;
  }

h2, h2.pagetitle {
  font-size: 1.2em;
  }

#sidebar h2 {
  font-size: .8em;
}

h3 {
  font-size: .8em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
  text-decoration: none;
  color: white;
  }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #999;
  }

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
  }

p {
  font-size:.7em;
}

.commentlist, .commentlist li {
  font-size: 0.9em;
  background-color:#333;
  color:#999;
  border:none;
}

.commentlist li {
  font-weight: bold;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
}

.commentlist p {
  font-weight: normal;
  text-transform: none;
}

#commentform p {

}

.commentmetadata {
  font-weight: normal;
}

#sidebar {
  font-size: 1em;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
  color: #666;
  font-size: 0.9em;
}

code {
  font-size: 1.1em;
}

acronym, abbr, span.caps {
  font-size: 0.9em;
  letter-spacing: .07em;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover, h2 a:hover, h3 a:hover {
  color: #fff;
  text-decoration: none;
}

#wp-calendar #prev a1, #wp-calendar #next a {
  font-size: 9pt;
  }

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar caption {

}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
  }
/* End Typography & Colors */



/* Begin Structure */
body {
  margin: 0 0 20px 0;
  padding: 0;
  }

#page {
  margin: 20px auto;
  padding: 0;
  width: 950px;
  }

#header {
  margin: 0;
  padding: 5px;
  height: 65px;
  width: 940px;
  }

#headerimg {
  margin: 0;
}

.narrowcolumn {
  float: left;
  padding: 0 10px 20px 10px;
  margin: 0;
  width: 720px;
  border-right: solid 5px #000;;
  }

.widecolumn {
  padding: 10px 0 20px 0;
  margin: 5px 0 0 150px;
  width: 720px;
  }

.post {
  margin: 0 0 40px;
  }

.post hr {
  display: block;
  }

.widecolumn .post {
  margin: 0;
  }

.narrowcolumn .postmetadata {
  padding-top: 5px;
  }

.widecolumn .postmetadata {
  margin: 30px 0;
  }

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: left;
}

#footer {
  padding: 0;
  margin: 0 auto;
  width: 950px;
  clear: both;
}

#footer p {
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
  font-size: 60%;
}
/* End Structure */



/*	Begin Headers */
h1 {
  padding-top: 70px;
  margin: 0;
  }

#header h1 {
  display:none;
  }

h2 {
  margin: 30px 0 0;
  }

h2.pagetitle {
  margin-top: 10px;
  text-transform:uppercase;
}

#sidebar h2 {
  margin: 5px 0 0;
  padding: 0;
  }

h3 {
  padding: 0;
  margin: 30px 0 0;
  }

h3.comments {
  padding: 0;
  margin: 40px auto 20px ;
  }
/* End Headers */



/* Begin Images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*	Using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. And using 'class="centered',
  will of course center the image. This is much better than using
  align="center", being much more futureproof (and valid) */

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  font-size:.7em;
}

.alignleft {
  float: left;
  font-size:.7em;
 }
/* End Images */



/* Begin Lists

  Special stylized non-IE bullets
  Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  font-size:.7em;
  }

html>body .entry li {
  margin: 7px 0 8px 10px;
}


.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}

.entry ol li {
  margin: 0;
  padding: 0;
}

.postmetadata ul, .postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  }

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
  /* margin-bottom: 15px; fix menu spread*/
  }

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
  }

#sidebar ul ul, #sidebar ul ol {
  margin: 5px 0 0 10px;
  }

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
  }

ol li, #sidebar ul ol li {
  list-style: decimal outside;

  }

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
  }
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
  width: 130px;
}

#searchform {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}


#searchform input, #searchform input.submit {
  padding: 5px;
}

#commentform input, #commentform textarea, #searchform input, #emailForm input {
  font-size: 0.9em;
  background-color:#333;
  color:#999;
  border:none;
}

#commentform textarea {
  font-size: 1.2em;
}

#emailForm input {
  padding:2px;
}

#commentform input {
  width: 170px;
  margin: 5px 5px 1px 0;
  padding: 5px;
}

#commentform textarea {
  width: 80%;
  height: 100px;
  padding: 5px;
}

#commentform input.submit, #searchform input.submit, #emailForm input.submit {
  width:auto;
  background-color:#333;
  border:#000;
  color:#666;
  margin: 0;
}

#commentform input.submit:hover, #searchform input.submit:hover, #emailForm.submit:hover {
  background-color:#333;
  border:#000;
  color:#fff;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  text-align: justify;
  }

.commentlist li {
  margin: 15px 0 3px;
  padding: 5px 10px 3px;
  list-style: none;
  }

.commentlist p {
  margin: 10px 5px 10px 0;
  }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentmetadata {
  margin: 0;
  display: block;
  }
/* End Comments */



/* Begin Sidebar */
#sidebar {
  padding: 0 0 10px 0;
  margin-left: 750px;
  width: 190px;
  }

#sidebar form {
  margin: 0;
  }
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 155px;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  display: block;
  }

#wp-calendar caption {
  text-align: center;
  width: 100%;
  }

#wp-calendar td {
  padding: 3px 0;
  text-align: center;
  }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
  background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
  cursor: help;
}

acronym, abbr {
  border-bottom: 1px dashed #999;
}

blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
  }

blockquote cite {
  margin: 5px 0 0;
  display: block;
  }

.center {
  text-align: center;
  }

hr {
  display: none;
  }

a img {
  border: none;
  }

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* End Various Tags & Classes*/

/* nav menu */

.navmenu {
  background-color:#000;
  padding:5px 0 5px 0;
}

.navmenu ul {
  margin: 0;
  padding:5px;
  background-color:#1A1A1A;
  list-style-type: none;
  list-style-image: none;
}

.navmenu li {display: inline; }

.navmenu ul li a, .navmenu ul li span {
  text-decoration:none;
  font-size: 60%;
  padding: 5px;
  background: #1A1A1A;
  text-transform:uppercase;
}

.navmenu ul li a:hover {
  color: #FFF;
  /* background: #FFF; */
}

/* END nav menu */

/* side nav menu */

.sidenavmenu {
  margin-left:-5px;
}

.sidenavmenu li a {
  display:block;
  text-decoration:none;
  width:100%;
  font-size: 60%;
  padding: 5px;
  text-transform:uppercase;
}

.sidenavmenu li a:hover, .current-cat {
  width:205px;
  color: #FFF;
  background: #000;
}

/* END nav menu */

/* alert */
#homealert {
  font-size:0;
  border:solid 5px #1a1a1a;
  background:#000;
  color:#999;
  padding:5px;
}

#homealert p {
  font-size:18px;
  font-weight:bold;
}

#homealert a {
  color:#fff;
}

#homealert a:hover {
  color:#666;
}

#homealert span {
  font-size: small;
}

/* columns! */

#homecontent {
  width:950px;
  background: url("/images/dept_bg.png") repeat-y;
  margin-right:auto;
  margin-left:auto;
  padding:0;
  text-align:left;
}

#homecontent ul {
  margin: 0;
  padding:5px;
  list-style-type: none;
  list-style-image: none;
}

#homecolumn_l, #homecolumn_m, #homecolumn_r {
  width:313px;
  float:left;
  overflow: hidden;
}

#homecolumn_l, #homecolumn_m {
  padding:0 5px 0 0;
}

#homecolumn_r {
  padding: 0;
}
/* END columns */


/* boxes! */
.deptbox {
  margin: 0;
  padding: 5px 5px 0 5px;
}

.deptbox div {
  padding: 5px 5px 0 5px;
}

.deptbox .border{
  border-bottom: 1px dashed #666;
  margin-bottom: 5px;
}

.deptbox h2 {
  margin:0px;
  color: #999;
  background-color:#000;
  padding:5px;
}

/* skatedaily callout */
.deptbox h2 span {
  font-size: .5em;
}

.deptbox h2 img {
  margin: 0 0 -5px 0;
  border: 0;
  padding: 0;
}

.deptbox h3, .deptbox h3 a, .deptbox p {
  margin-top: 0;
  color: #666;
}

.deptbox h3 a:hover {
  color: #fff;
}

.deptbox img {
  padding:5px 0 5px 0;
}
/* END boxes! */

/* search! */
#deptsearch {
  float:right;
  padding-top: 10px;
}

#deptsearch_l {
  float:left;
}
/* END search! */

/* wallpaper */
#wallpaper {
  width: 295px;
  height: 230px;
  padding: 0;
  margin: 5px 0 0 5px;
}

#wallpapernav a {
  border: 1px solid #999;
  font-size: .7em;
  background: #ccc;
  text-decoration: none;
  margin: 3px;
  padding: 1px 5px;
}

#wallpapernav a.activeSlide {
  background: #333;
}

#wallpapernav a:focus {
  outline: none;
}

/* end wallpaper */