body {
    font-family: 'Trebuchet MS',Trebuchet, Arial, Verdana, Sans-Serif;
    background: #fcfcfc;
    color: #333;
    font-size:75%;
    margin: 0 0 20px 0;
    padding: 0; 
}

body hr {
    display: none;
    height:1px;
    border:0;
}

abbr {
        cursor: normal;
}

blockquote p {
        margin:0;
        padding:0;
}

#page {
    background-color: #fcfcfc;
    text-align: left;
    }

#content {
        font-size: 100%;
}

a.ext-link {
  background: url(/wp-content/uploads/e_icon_link.gif) left center no-repeat;
  padding-left: 15px;
}
* html a.ext-link { display: inline-block; }


p {
        margin-top:14px;
}

.widecolumn .entry p {
    font-size: 100%;
    }

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 180%;
    }

.widecolumn {
    line-height: 180%;
    }

.narrowcolumn .postmetadata {
        text-align: left;
        font-size:92%;
}

.alt {
    background-color: #fcfcfc;
    }

#footer {
    background: #fcfcfc; 
    border: none;
}

small {
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 92%;
        line-height: 150%;
        color: #333;
}

h1, h2, h3 {
    font-family: Verdana, Arial,'Trebuchet MS',Trebuchet,Sans-serif;
    font-weight: bolder;
    }

h1 {
    font-size: 250%;
    }

#headerimg .description {
        margin-top:12px;
        font-size: 84%;
    }

h2 {
    font-size: 167%;
    letter-spacing:-0.02em;
    }

h2.pagetitle {
    font-size: 117%;
        font-weight:normal;
        text-align:left;
        margin-top: 100px;
    }


h3 {
    font-size: 117%;
    }

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    text-decoration: none;
    color: #333;
    }

h2, h2 a, h2 a:visited {
    color: #242424;
    }

h3, h3 a, h3 a:visited {
    color: #444;
    }

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;
    }

.entry {
        margin-top:24px;
}

.entry p a, .entry li a {
    color: #476472;
    }

.entry p a:hover, .entry li a:hover {
    color: #476472;
        text-decoration: underline;
    }

.entry p a:visited .entry li a:visited {
    color: #476472;
    }

div #content hr {
    display: block;
    border-top:1px dotted #999;
    margin-top:24px;
}


.commentlist li, #commentform input, #commentform textarea {
    font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

.commentlist li {
    font-weight: bold;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 92%;
    }

.commentlist p {
    font-weight: normal;
    line-height: 150%;
    text-transform: none;
    }

#commentform p {
    font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
    }

.commentmetadata {
    font-weight: normal;
    }


strike {
color: #777;
}

code {
    font: 12px 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps
{
    font-size: 92%;
    letter-spacing: .07em;
    }

h2 a, h2 a:hover {
    color: #242424;
    text-decoration: none;
    }


a, h3 a:hover {
    color: #666;
    text-decoration: none;
    }

a:hover {
    color: #000;
    text-decoration: underline;
    }

/* End Typography & Colors */



/* Begin Structure */
#page {
    background-color: #fcfcfc;
    margin: 0px auto 0px auto;
    padding: 0;
    width: 760px;
    }

#header {
        margin-top: 80px;
    padding: 0;
        width: 760px;

    }

#headerimg {
    margin: 0;
    width: 450px;
    }

.narrowcolumn {
    float: left;
    padding: 0 0 20px 0px;
    margin: 0px 0 0;
    width: 520px;
    }

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 520px;
    }

.post {
     margin:100px 0 0 0;
    }

.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;
}

.date {
        margin-top:4px;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 92%;
        line-height: 150%;
        color: #333;
}

#footer {
    padding: 0;
    width: 760px;
    clear: both;
    }

#footer p {
        font-size:92%;
        margin: 0;
        padding: 20px 0;
    }
/* End Structure */



/*    Begin Headers */
h1 {
    margin: 0;
    }

h2 {
    margin: 30px 0 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%;
    }

.photo {border:1px solid #ddd;padding:7px;margin:7px 0px 7px 0px }

/*    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;
    }

.alignleft {
    float: left
    }
/* 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: 0px;
    padding: 0 0 0 25px;
    list-style: square;
    } 

html>body .entry li {
    margin: 7px 0 0 0;
        line-height: 140%;
    }

.entry ul li:before {
}


.entry ol {
    padding: 0 0 0 30px;
    margin: 0;
    }

.entry ol li {
    margin: 0;
    padding: 0;
    }

.entry h3 {
 margin:16px 0 0 0;
}

.entry h4 {
 margin:16px 0 0 0;
 font-size:109%;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }

/* End Entry Lists */



/* Begin Form Elements */
#search {
    float: right;
    }

.tipped {
        color: #bbb;
}

#search #searchform {
        background: url(/wp-content/themes/notex/img/searchbg.gif) left center no-repeat;
        width: 170px;
        height:28px;
        line-height:28px;
        padding:10px 5px 0px 5px;
}

#search #searchform #s {
    width: 158px;
    padding: 1px;
        border:0px;
        background-color:#ececec;
        font-size:92%;
    }


.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform textarea {
    width: 100%;
    padding: 2px;
    }

#commentform #submit {
    margin: 0;
    float: right;
    }
/* 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 {
        font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif, 'ヒラギノ角ゴシック Pro W3', 'ＭＳ Ｐゴシック';
        margin: 100px 0 0 0;
        float:right;
        width: 170px;
}

#sidebar h2 {
        font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 117%;
        margin: 0;
        padding: 0;
        color:#333;
}


#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote {
        font-size:84%;
        line-height:140%;
        color: #777;
}

#sidebar ul, #sidebar ul ol {
        margin: 0;
        padding: 0;
}

#sidebar ul li {
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 36px;
}

#sidebar ul li ul li {
        margin-top: 4px;
        padding-top:4px;
        border-top:1px solid #e0e0e0;
}

#sidebar ul p, #sidebar ul select {
        margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
        margin: 5px 0 0 0px;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 0px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 0;
    padding: 0;
    }


#sidebar .auth {
    height:20px;
    background:#fff url('/wp-content/uploads/twittericon.gif') no-repeat;
    padding-left:22px;
    line-height:20px;
    font-weight:bold;
    margin-top:6px;
}
/* End Sidebar */



/* wp-syntax */
.wp_syntax {
      color: #555;
      font-family:Verdana;
      font-size: 92%;
      line-height:160%;
      background-color: #f9f9f9;
      border: 1px solid #ccc;
      margin: 0 0 1.5em 0;
      height:400px;
    }

    /* IE FIX */
    .wp_syntax {
      overflow: auto;
      _overflow: scroll;
      padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
      width: 100%;
    }

    .wp_syntax table {
      border-collapse: collapse;
    }

    .wp_syntax div, .wp_syntax td {
      vertical-align: top;
      padding: 2px 4px;
    }

    .wp_syntax .line_numbers {
      text-align: right;
      background-color: #eee;
      border-right:1px solid #ccc;
      color: #999;
      overflow: visible;
    }

    /* potential overrides for other styles */
    .wp_syntax pre {
      margin: 0;
      width: auto;
      float: none;
      clear: none;
      overflow: visible;
    }




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

pre.code {
    font-family:Verdana;
    font-size: 92%;
    line-height:150%;
    color:#666;
    width : auto;
    _width : 100%;
    margin : 8px 0 8px 0;
    padding : 10px 0px 10px 10px;
    background-color : #f9f9f9;
    border : 1px solid #ccc;
    overflow: auto;
}

/*
pre {
    font-family:Verdana;
    font-size: 92%;
    line-height:150%;
    color:#666;
    width : auto;
    _width : 100%;
    margin : 8px 0 8px 0;
    padding : 10px 0px 10px 10px;
    background-color : #f9f9f9;
    border : 1px solid #ccc;
    overflow: auto;
    
}*/

blockquote {
font-family:Verdana;
       font-size: 92%;
       line-height:150%;
    width : auto;
    _width : 100%;
    margin : 8px 0 8px 0;
    padding : 10px 0px 10px 10px;
        background-color : #f3f3f3;
        border : 1px solid #ccc;
        overflow: auto;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

a img {
    border: none;
}

.tmkm-amazon-view{
        width:130px;
        float:right;
}

.tmkm-amazon-view p {
        margin-top:6px;
        margin-left:16px;
        line-height:140%;
        font-size:92%;
}

div #content hr.tmkm-amazon-clear {
        clear:left;
        border:0;
}


.navigation {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

table#sp {
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#sp th {
    padding: 5px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#sp td {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

