/*  
Theme Name: Two-column white minima
Theme URI: thenotice.net
Description: Layout customized for theNotice.net
Version: 2.MANY
Author: Rae Chen
Author URI: http://thenotice.net
*/

/* Colour reference
Burgundy holiday hex? #9B061C
Gold hex #D6B481
Old hover header grey hex #E2E2E2
Old post header hex #88888
*/

body {
margin: 0;
font-family: Times New Roman, Arial, Trebuchet MS, Verdana, Sans-serif;
font-size: 14px;
text-align: left;
vertical-align: top;
background:#ffffff url('http://thenotice.net/wp-content/uploads/2011/06/Lines.jpg') center top;
color: #22222;
}

a:link {
  color: #D6B481;
  text-decoration:none;
  }
a:visited {
  color: #929292;
  text-decoration:none;
  }
a:hover {
  color: #888888;
  text-decoration:underline;
}
a img {
  border-width:0;
  }


/* Header: blog name, description
-----------------------------------------------*/

#header-wrapper {
  width: 100%;
  }

#header { 
  text-align: center;
  font-size: 30px;
  border-bottom: #DDDDDD dashed 1px;
  font-family: Didot, Trebuchet MS, Arial, sans-serif;
  font-style: italic;
}

#header h1 {
  letter-spacing:.1em;
  height: 1em;
}

#header a {
  color: #272727; /* I believe this was #FFBBBB pre-Holiday layout */
  text-decoration:none;
  }

#header a:hover {
  color:#D6B481; /* Or possibly this was -.- */
  }

#header .description {
  margin:0 0 0 0;
  padding:0 0 0 0;
  text-align: center;
  text-transform:uppercase;
  color: #222222;
}

#header img {
  margin-left: auto;
  margin-right: auto;
}

/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 1010px;
  margin:0 auto;
  padding:5px;
  text-align: left;
  background-color: #FFFFFF;
  border-top: #FFFFFF 1px solid;
  }

#content-wrapper {
  width: 1000px;
  text-align: left;
  margin:10px auto 10px;
}

#main-wrapper, #post-wrapper, #comment-wrapper {
  text-align: left;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
  }

#main-wrapper {
  width: 670px;
  float: left;
  margin: 0 0 0 0;
  border-right: #C0C0C0 dashed 1px;
}

#post-wrapper, #comment-wrapper {
  width: 655px;
  padding: 0px;
  margin: 0 0 0 0;
 }

#sidebar-wrapper-right {
  float: right;
  width: 320px;
  padding: 2px;
  margin: 2px;
}

/* Headings
----------------------------------------------- */

h2 {
  margin: .7em 0 .7em;
  line-height: 1.4em;
  color: #343434;
  text-decoration:italic;
}

h3 {
  font-family: Didot, Palatino Linotype, times new roman, serif;
  font-size: 17px;
  margin: .7em 0 .5em 0;
  color: #343434;
}

/* Posts
-----------------------------------------------*/

h2.date-header {
  margin:1.5em 0 .5em;
  }

.post {
  margin:.5em 0 2em;
  padding-bottom:1.5em;
  text-align:left;	
  border-top: #D6B481 3px solid; /* Used to be #FFCCBB .5em solid, in the old layout, I think? */
  border-bottom: #AAAAAA 1px dashed;
  font-family: Times New Roman, Georgia, Times New Roman, Serif;
  font-size: 15px;
  }
  
.post h2 {
  margin: .5em 0 0;
  padding:0 0 4px;
  line-height:1.4em;
  color: #747474;
  font-family: Didot, Times New Roman, serif;
}

.post h2 a {
  color: #D6B481;
}

.post h2 a:hover {
  color: #888888;
  text-decoration:underline;
}

.post h2 a:visited {
  color: #929292;
}

.post-header h2 a, .post-header h2 a:visited, .post-header h2 a:link, .post-header h2 strong {
  font-size: 27px;
  font-family: Times New Roman, Serif;
  margin: .2em 0 .3em 0;
  font-style: italic;
  font-weight:normal;
}

.post-header h2 a:hover {
  color: #BBBBBB;
  text-decoration: underline;
}
	
.post-header h3 {
  font-size: 10px;
  letter-spacing: .25em;
  font-family: arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #AAAAAA;
  margin: 0 0 1em 0;
  border-bottom: #A8A8A8 1px solid;
  text-align: right;
}

.post p {
  margin:0 0 .75em;
  line-height:1.6em;
}

.post ul {
  list-style-type: square;
  line-height: 1.8em;
}

.post ol {
  line-height: 1.5em;
}

.post-footer {
  margin: .75em 0;
  color: #AAAAAA;
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
}

.post-footer h4 {
  border-style: double;
  border-color: #cccccc;
  border-width: 3px;
  margin: 10px;
  padding: 10px;
}

.post-footer h3 {
  margin: .75em 0;
  font-size: 1.6em;
  letter-spacing:.1em;
  text-transform: none;
  font-family: times, "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
}

.comment-link {
  margin-left:.6em;
}


.comment-link {
  margin-left:.6em;
}

.post img {
  padding: 4px;
  border: 0px solid #CCCCCC;
  }

.post blockquote {
  margin:1em 20px;
  }

.post blockquote p {
  margin:.6em;
  }

.post navigation a {
  padding: 4px;
  border: 1px solid #302010;
  color: #ffff66;
  }

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
    text-align: center;
    vertical-align: middle;
    padding: 3 px;
}

/* Comments
----------------------------------------------- */  

.comments {
	margin: 0;
	padding: 0;
}

.comments ol li {
	border-bottom:1px dotted #CCCCCC;
}

.comments ol {
	list-style: none;
}

.comments li {
	padding: 10px 10px 0;
}

.comments h2 {
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  margin: .25em 0 0;
  padding:0 0 15px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  letter-spacing:.05em;
  color: #AAAAA;
  border-bottom:1px dotted #CCCCCC;
}

.comments h3 {
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  margin:.25em 0 0;
  padding:5px 0 0;
  font-size:140%;
  font-weight:normal;
  line-height:1.2em;
  letter-spacing:.05em;
  color: #AAAAAA;
}

.comment-header {
  margin: .75em 0;
  color: #666666;
  font-size:90%;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: "Arial", Trebuchet MS, Trebuchet, Verdana, Sans-serif;
  line-height: 1.4em;
}

.comments p.nocomments{
	padding: 0;
}

.comments textarea{
  font-family: "Arial",Trebuchet Ms,Trebuchet,Verdana,Sans-serif;
}
  
.comments  .formfield {
	text-align: right;
	margin-right: 25px;
	}
  
/* Sidebar Content
----------------------------------------------- */

.sidebar { 
  color: #888888;
  line-height: 1.5em;
  text-align: left;
  font-size: 13px;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0 10px;
  border-left: none;
}

.sidebar li {
  line-height:1.5em;
  }

.sidebar h2 {
   display: inline-block;
   margin: .5em, 0; 
   font: italic 15px 'times new roman', georgia, times, sans-serif;
   letter-spacing: 2px;
   font-color; #888888;
   text-transform: lowercase;
}

.sidebar .widget {
  margin:0 0 0.5em;
  padding: 5px;
  border-bottom: 1px dotted #CCCCCC;
}

.widget li {
list-style: none;
margin-left: 0.5em;
}

/*
.sidebar .widget, .main .widget { 
  border-bottom:1px dotted #CCCCCC;
  margin:0 0 0.5em;
  padding:0 0 0.5em;
 }
*/

.main .Blog { 
  border-bottom-width: o;
}

.searchform div {
text-align:center;
}

/* Navigation 
----------------------------------------------- */

#nav-wrapper {
  color: #222222;
  width: 663px;
  padding: 0px 10px;
  overflow: hidden;
  font-family: trebuchet ms, tahoma, arial, sans-serif;
  font-size: 1.2em;
}
 
#nav-prev {
	float: left;
	width: 48%;
	margin: 0 2px;
  	text-align: left;
  	border-right: 1px dotted #AAAAAA;
  }

#nav-next {
	float: right;
	width: 48%;
	margin: 0 20px 0 0;
  	text-align: right;
 }

/* Footer
----------------------------------------------- */

#footer-wrapper {
  	width:958px;
  	margin:10px 0 10px;
	clear:both;
}

#footer {
  margin: 5px;
  text-align: center;
  color: #888888;
  line-height: 1.6em;
  text-transform:;
  letter-spacing:.1em;
}

#footer h2 {
  margin: .5em 0;
  color: #888888;
  font-size:80%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing:.1em;
  font: "Arial", Trebuchet MS, Trebuchet, Verdana, Sans-serif;
  line-height: 1.4em;
}

#footer .description {
  margin:0 5px 0px;
  padding:0 50px 0px;
  text-align: center;
  text-transform:uppercase;
  letter-spacing:.2em;
  line-height: 1.4em;
  font: "Arial", Trebuchet MS, Trebuchet,Verdana,Sans-serif;
  color: #888888;
}

#footer .fineprint {
  color: #888888;
  font-size:80%;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: "Arial", Trebuchet MS Trebuchet, Verdana, Sans-serif;
  line-height: 1.4em;
}