/*
Theme Name: Gillis Archive
Theme URI: http://gillisarch.com/archive/
Description: It is what it is.
Version: .1
Author: Jackson Whelan
Author URI: http://jacksonwhelan.com/
*/

* {
margin:0;
padding:0;
}
body {
text-align:center;
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
color: #666666;
background:url(/images/body-bkgd3.jpg) repeat-y center top;
}
#wrapper {
width:800px;
margin-left:auto;
margin-right:auto;
text-align:left;
background:repeat-y url(/images/left-col-bkgd-new.gif);
padding-bottom:100px;
}
#left-sidebar {
width:80px;
float:left;
}
#content {
width:710px;
float:right;
background:repeat-y url(images/right-col-bkgd.gif);
}
#header {
background:#FFFFFF;
padding-bottom:30px;
}

#text {
width:390px;
float:left;
}
#text.wide {
width:550px;
}
#text.bio {
width:400px;
}
.catgrid {
float:left; 
width:182px;
margin-bottom:20px;
}
.catgridimg {
}
.archiveimage {
width:170px;
float:left;
}
.archivetext {
width:230px;
float:left;
}
.archiveentrynarrow .archivetext {
width:195px;
}

#text h1, h2.category {
font-weight: lighter;
color:#003399;
height:90px;
line-height:36px;
font-size:24px;
}
#text h2 {
font-weight: lighter;
color:#003399;
font-size:16px;
line-height:1.6em;
}
.catgrid h3 {
margin:10px 0;
font-weight:normal;
}
#text p, #text ul {
font-size:16px;
line-height:1.6em;
margin-bottom:14px;
}
#text li {
margin-bottom:14px;
}
p.bio strong {
color:#0066CC;
}
#text ul {
margin-left: 20px;
}
#text a {
color: #000000;
text-decoration:none;
}
#text p.galleryinst {
color:#003399;
margin-left:450px;
margin-right:25px;
font-size:10px;
}

#sidebar {
width:310px;
float:right;
}
#sidebar.wide {
width:230px;
}
#sidebar.bio, #sidebar.narrow {
width:150px;
}
#sidebar p {
padding:0px 10px 0px 160px;
font-size:11px;
color:#000000;
margin-bottom:10px;
line-height:1.5em;
}
#sidebar.wide p {
padding-left:80px;
}
#sidebar p.testimonial {
margin-top:90px;
color:#006633;
}
#sidebar ul {
list-style:none;
}
#sidebar li {
margin-bottom:10px;
}
#sidebar ul li ul {
margin:10px;
}
#sidebar a {
text-decoration:none;
color: #000000;
}
#sidebar li.current-cat a, #sidebar li strong {
color:#003399;
font-weight:bold;
}
#loc {
float:right; 
background:#0033CC; 
color:#FFFFFF; 
font-size:12px; 
width:150px; 
padding:5px 0; 
text-align:center; 
margin-bottom:10px; 
font-weight:normal;
}
#con {
float:right; 
background:#009933; 
color:#FFFFFF; 
font-size:12px; 
padding:5px 15px; 
margin-bottom:10px; 
font-weight:normal;
}

.archiveentry {
width:400px;
float:left;
}
.archiveentrynarrow {
width:365px;
float:left;
}
#galleryimages {
width:100px;
float:right;
}
#galleryimages.dblwide {
width:170px;
float:left;
}
div.dblwide .gallery-item {
float:left;
margin-right:10px;
}

#text h2.category {
color:#003399;
font-size:24px;
font-weight:lighter;
height:90px;
line-height:36px;
}


span.divider {
display:block;
background:repeat-x url(images/divider-bkgd.gif);
height:23px;
clear:both;
}
.clear {
clear:both;
}

#header-nav {
}
#header-nav ul#top-nav {
list-style:none;
width:100%;
margin-top:10px;
}
#header-nav ul#top-nav a {
text-decoration:none;
color:#A2A2A2;
}
#header-nav ul.sub-nav {
margin-top:10px;
list-style:none;
}
#header-nav ul.sub-nav a {
text-decoration:none;
color: #003399;
}
#header-nav li {
display:inline;
margin: 0 5px 5px 0;
border-left:1px solid #666666;
padding-left:5px;
}
#header-nav li.first {
padding-left:0;
border:none;
}
#header-nav li.active {
font-weight:bold;
}
#header-nav ul#top-nav li.active a {
color: #003399;
}
a img {
border:none;
}
.alignleft {
float:left;
margin-right:20px;
}