/*
Theme Name: Criminal Intent
Theme URI: http://criminalintent.org/
Description: Theme for criminalintent.org
Version: 1.0
Author: Jeremy Boggs
Author URI: http://clioweb.org
*/

/* == Reset Styles == */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight:normal;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* == Default Styles == */
body {
    font: 62.5% "Adobe Garamond", "Adobe Garamond Pro", "Garamond", "Palatino", Georgia, "Times New Roman", Times, serif;
    background: #f0edd9 url("images/criminalintent-background.jpg") top left no-repeat;
    color: #555;
}


h1 {
    font-size:4em;
    line-height:1.5em;
}

h2 {
    font-size:3em;
    line-height:1.3333em;
    margin-bottom:0.3333em;
}

h3 {
    font-size:2em;
    line-height:1em;
    text-transform:uppercase;
    letter-spacing:2px;
    color:rgba(0,0,0,0.5);
    margin-bottom:0.25em;
}
p,
ul,
ol,
dl,
table {
    font-size:1.5em;
    line-height:1.3333em;
    margin-bottom:1.33333em;
}

a:link {color: #700;}
a:visited {color: #555;}
a:hover {color: #900;}
a:active {color: #900;}

h1 a,
h2 a,
h3 a {
    text-decoration:none;
}

b,
strong {
    font-weight:bold;
}

em,
i {
    font-style:italic;
}

blockquote {
    font-size:150%;
    color: rgba(0,0,0,0.5);
    margin-left: 2em;
    font-style:italic;
}
/* -- Reusable components -- */
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .group {
    zoom: 1;
}

/* Search form */

#searchform {
    margin-bottom:2em;
}
#searchform label {
    display:block;
    font-size:1.2em;
    font-weight:bold;
}

#searchform input[type="text"] {
    margin-bottom:4px;
}
/* == Wrap == */
#page {
    padding:4%;
    background: #fafafa;
    background:rgba(255,255,255,0.8);
    box-shadow:inset 0 0 60px rgba(203,187,93,0.2);
    -moz-box-shadow:inset 0 0 60px rgba(203,187,93,0.2);
    -webkit-box-shadow: inset 0 0 60px rgba(203,187,93,0.2);    
}

#wrap {
    width:88%;
    max-width: 880px;
    min-width: 600px;
    margin:40px auto;
    box-shadow: 0 0 40px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.2);

}
/* == Header == */
#header {
    border:1px solid #ccc;
    border-width:1px 0;
    padding:20px 0;
    border-image: url("images/old-border.gif") 27 27 27 27 round round;
    -moz-border-image: url("images/old-border.gif") 27 27 27 27 round round;
    -webkit-border-image: url("images/old-border.gif") 27 27 27 27 round round;
}

#logo {
    display:block;
}
#header img {
    max-width:100%;
}
/* == Content == */
#content {
    padding-top:40px;
}
#primary {
    width: 70%;
    float:left;
}

#secondary {
    width: 25%;
    float:right;
}

#secondary ul li{
font-family:garamond;
font-size:90%;
}

#partner-logos {
    margin-bottom: 2em;
}
#partner-logos a {
    opacity:0.65;
    display:block;
}

#partner-logos a:hover,
#partner-logos a:active {
    opacity:1;
}
#partner-logos img {
    max-width:100%;
}

/* -- Post styles -- */

.wp-caption-text {
    font-style:italic;
    color: #777;
}

/* == Footer == */

#footer {
    border:1px solid #ccc;
    
    clear:both;
    border-image: url("images/old-border.gif") 27 27 27 27 round round;
    -moz-border-image: url("images/old-border.gif") 27 27 27 27 round round;
    -webkit-border-image: url("images/old-border.gif") 27 27 27 27 round round;
    border-width: 1px 0 0;
    padding-top:20px;
}