﻿/* ARTDISH MAGAZINE STYLES          */
/* File Created: 24 Feb 2010        */

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 665px;	 
	width: 700px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
	margin-top:18px;
}

/* single scrollable item */
.items div {
	/*border-bottom:1px solid #ddd;*/
	margin:10px 0;
	padding:15px;
	font-size:12px;
	/*height:180px;*/
	height:120px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	

/* Styles for Magazine Article Archive Boxes */

div.container {
    /*border:solid 1px orange;*/
    border-bottom:solid 1px #DDDDDD;
    height:130px;
    width:660px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    margin-top:-10px;
    padding-top:10px;
}

div.thumbnail {
    border:solid 3px gainsboro;
    float:left;
    margin-right:10px;
    margin-left:-5px;
    margin-top:3px;
    margin-bottom:10px;
    position:relative;
    padding:0px;
    height:115px;
    width:155px;
    /*height:90px;
    width:120px;*/
}

img.thumb {
    border:solid 2px #FFFFFF;
    float:left;
    left:0px;
    height:110px;
    width:150px;
    display:block;
 }

div.abstract {
    /*border:solid 1px blue;*/
    display:block;
    margin-left:162px;
    margin-right:10px;
    margin-top:-10px;
   /* margin-top:0px;*/
    margin-bottom:10px;
    position:static;
    height:auto;
    width:500px;
    padding:0 0 0 0;
}

/* Styles for Artdish Magazine Feature */

div#magfeature {
    /*border:solid 1px orange;*/
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
    padding:0px;
    padding-left:8px;
    height:350px;
    width:700px;
    }

div#featurecover {
    border-right:solid 1px #DCDCDC;
    float:left;
    height:350px;
    width:210px;
    margin-right:20px;
    padding-right:20px;
    left:0;
}

div#featurebox {
    /*border:solid 1px blue;*/
    margin-left:230px;
    /*margin-top:-290px;*/
    margin-bottom:10px;
    width:450px;
}

h3#caps {
    text-transform:uppercase;
    }
    
#credit {
    font-size:8pt;
    line-height:normal;
    }