@import url(/assets/css/tripoli/tripoli.base.css); 
@import url(/assets/css/tripoli/plugins/tripoli.visual.css); 
@import url(/assets/css/tripoli/plugins/tripoli.type.css); 
/* your custom styles goes here */

html,body { margin: 0px; font-family: times; font-size: 13px;}

#head { width: 100%; border: solid 0px; border-bottom-width: 1px; border-color: #ccc; height: 38px; margin-bottom: 30px;}
#head img{ width: 200px; margin: -2px 0px 0px 21px;}

#left-col{
    width: 180px;
    float: left;
}
#right-col{
    float: left;
    width: 975;
}

#nav{
    margin-left: 50px;
	font-family: andale mono;
	letter-spacing: 1px;
	font-size: 13px;
}
#nav div+div{
	padding-top: 5px;	
}

#content{
    width: 1175px;
}


/* WORK */
#work-list{
/*    float: right;*/
    position: absolute;
    background-color:#fff;
    right: 10px;
    width: 190px; /* was 180px */
    text-align: right;
    padding-right: 23px;
    font-size: 12px;
    font-family: myriad;
    opacity: 0.85;
}
#work-list a{
    font-style: italic;
    opacity: 1;
}
#img-grid{
    width: 890px;
    float: left;
/*    margin: 0px auto;*/
}
#img-grid img{
    border: solid 1px #C8C8C8;   
    opacity: 0.85;
}
#img-grid a + a{
    padding: 0px 0px 13px 13px;
}

h1{
    font-size: 30px;
    font-family: myriad;
/*    color: #969E98;*/
    color:#fff;
    margin: 0px 0px 0px 0px;
    background-color:#88E4E6;
    padding: 5px;
    width: 250px;
    word-wrap: break-word;
    text-transform: uppercase;
/*    font-style:italic;*/
}
h2{
    font-size: 15px;
    font-family: myriad;
/*    color: #ccc;*/
    color:#fff;
    padding: 5px 0px 5px 5px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    background-color:#DDD9D4;
    font-style:italic;
}
.text-block{
    position: relative;
    width: 200px;
    background-color:#F2F2F2;
/*    border: solid 1px #333;
    border-width: 1px 0px 1px 0px;
    border-color: #C6C6C6;
*/    
    padding: 10px 5px 10px 5px;
    color: #555;
    font-family: myriad;
    font-size: 14px;
}
div.text-block + div.text-block{
    margin-top: 15px;
}
.work-left-col{
    float: left;
}
.work-right-col{
    float: left;
}
.work-image-block{
    margin: 0px 0px 0px 10px;
}
.thumbnails{
/*    float:left;*/
    /*width: 500px;*/
    width: 720px;
    margin-top: 5px;
}
.video-thumbnails{
/*    float:right;*/
    width: 220px;
    margin-top: 5px;
}
.video-thumbnails img{
/*    float:right;*/
    border: solid 1px #C8C8C8;
}
.video-thumbnails a+a{
    padding: 0px 0px 0px 5px;
}


.thumbnails img{
    border: solid 1px #C8C8C8;
}
.thumbnails a{ /* was a+a */
    padding: 0px 5px 0px 0px;
}

/* BLOG */
.blog{
    width: 500px;
}
.post{
    width: 600px;
    float: left;
    margin-bottom: 20px;
}
.post-title{
    padding: 10px 0px 10px 0px;
    font-size: 25px;
    
}
.post-body{
/*    border: solid 1px #ccc;*/
    background-color: rgb(240,240,240);
    padding: 0px 30px 15px 30px;
    font-size: 15px;
}
.post-body img{ width: 540px;}
.post-aux{
    background-color:#EAEAEA;
    padding: 5px 5px 5px 30px;
    text-align: right;
    color:#FFF;
}
.sub-title{
/*  position: absolute;*/
  color: #FFF;   
  text-transform: uppercase;
  font-weight: bold;
  color:#F4B254;
  font-size: 12px;
  width: 40px;
  margin-bottom: 5px;
  display:none;
/*  right: 5px;
  text-align: right;
  top: 3px;
*/}

#main{
    border: solid 1px #ccc;
}
#mainvideo{
    border: solid 1px #ccc;
    display: none;
    height: 480px; 
    width: 720px;
}


/* page */
.page-block{
    width: 800px;
    font-family: myriad;
}

/* MISC */

a:link {text-decoration: none; color:#333;}
a:visited {text-decoration: none; color:#333;}
a:active {text-decoration: none;}
a:hover {text-decoration: none; color:orange;}
.clear{ clear: both;}

.pagination { font-family: Verdana; font-size: 15px; color:#ccc; text-transform: uppercase; background-color:rgb(230,230,230);
	    margin: 0px 0px 40px 0px; padding: 20px 0px 20px 0px; width: 600px; text-align: center;}
.current { color: rgb(150,150,150);}
.pagination a{ color:#333;}
.pagination a:hover{color:orange;}
