/* new_vorticism.css */
/* by Tyrone Hopes   */
/* oct 2009 redesign */

/* set padding and margin for all elements to zero */
* 
{
	padding:0;
	margin:0;
	text-decoration:none;
	font-style:normal;
}
/* rule above adversely affects SELECTS in FireFox (they become a little too narrow) - this re-instates the browser default rule */
select > option
{
	padding-right: 5px;
	padding-left: 3px;
}
/* colours */
/* white */
/* #e4e4e4 = very light grey */
/* #dbdad5 = light grey*/
/* silver */
/* #2d2d2d = charcoal  */
/* black */
	/* new 
#efeef0 - white
#5badff - blue
#eb85fc - puce
#84c1c5 - grey

*/
	
body {
	font-family:  Palatino Linotype, Book Antiqua, Palatino, georgia, helvetica, arial, sans-serif;
	font-weight:normal;
	line-height: 137%;
	font-size: medium;
	text-align: center;	
	background: #e4e4e4;
	}
	
/* layout structure tags */
/* ---- wrap ----*/
#wrap {
	width: 1000px;
	background-color: #f2f3f4;
	text-align: left;
	margin: 0 auto;
	border: 0;
	}
/*----- header area ------*/

#header 
{
	height: 100px;
	background: url(../images/2009_banner.jpg) no-repeat;
	text-align: left;
	width:100%;
	}
#header img 
{
	border:0;
	vertical-align: middle
}
#header a {
	display:block;
	height: 100px;
	width:100%;
	color: #d38709;
	}
#header em {
	color: #d38709;
	padding-left: 40px;
	}
	/*----- sidebar area -----*/
#sidebar 
{
	font-family: Grotesque, Arial, helvetica, Sans-Serif; 
	font-weight: bold;
	font-size: 12pt;
	color: #e4e4e4;
	float: left;
	width: 100%;
	padding-top:  0px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;

	background: #9d9d9d;
	border-bottom: #e4e4e4 5px solid;
	}
#sidebar #t_index
{
    border-bottom: gold 3px solid;
}
#sidebar #t_index:hover
{
    border-bottom: yellow 3px solid;
}
#sidebar #t_intro
{
    border-bottom: green 3px solid;
}
#sidebar #t_intro:hover
{
    border-bottom: lightgreen 3px solid;
}
#sidebar #t_vorticists
{
    border-bottom: black 3px solid;
}
#sidebar #t_vorticists:hover
{
    border-bottom: #4e4e4e 3px solid;
}
#sidebar #t_books
{
    border-bottom:  #22779D 3px solid;
}
#sidebar #t_books:hover
{
    border-bottom: #5badff 3px solid;
}
#sidebar #t_techniques
{
    border-bottom: red 3px solid;
}	
#sidebar #t_techniques:hover
{
    border-bottom: #ffcccc 3px solid;
}
#sidebar #t_exhibitions
{
    border-bottom: brown 3px solid;
}
#sidebar #t_exhibitions:hover
{
    border-bottom: #ff8a16 3px solid;
}
#sidebar #t_moderns
{
    border-bottom: #B30FFF 3px solid;
}
#sidebar #t_moderns:hover
{
    border-bottom: #cc66ff 3px solid;
}
#sidebar img
{
	border:0;
}
#sidebar a {
	float: left;
	display: block;
	padding: 4px 8px; 
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	color:#2d2d2d;
	width:120px;
	height: 40px;
	}
#sidebar a:hover 
    {
	background-color: silver;
	color: black;
	}
	 
	
body#index #t_index a, 
body#books #t_books a, 
body#vorticists #t_vorticists a, 
body#vorticists_index #t_vorticists_index a, 
body#works_index #t_works_index a, 
body#new_resources #t_new_resources a, 
body#techniques #t_techniques a, 
body#exhibitions #t_exhibitions a ,
body#intro #t_intro a,
body#moderns #t_moderns a
{
	color: black;
	background-color: silver;
}
#sidebar ul {
	color: #2d2d2d;
	list-style: none;
	padding-left:  0px;
	float: left; 
	}
#sidebar li {
	float: left;
	}
/*----- sub_nav area -----*/
#sub_nav {
	clear: left;
	width: 200px;
	float: left;
	text-align: right;
	font-size: 120%;
	margin-top: 0;
	margin-bottom: 100px;
	padding:10px;
	}
#sub_nav ol, ul {
	list-style: none;
	
	}

#sub_nav h1,h2,h3,h4,h5,h6 {
	color: black;
	line-height: .8em;
	 	}
#sub_nav img {
	padding-top: 10px;
	}
	
#sub_nav ul li
{
    display: block;
    width:100%;
    font-family: Grotesque, Arial, helvetica, Sans-Serif; 
	font-size: 12pt;
	font-weight:bold;
	color: #e4e4e4;
    background: #9d9d9d;
    padding: 3px 0 3px 0;
}	
#sub_nav ul li  a 
{
    /*display:inline-block;
    width:100%;*/
    color:Black;
    text-decoration: none;
    padding:5px;
}
#sub_nav ul li a:hover
{
   	background-color: silver;
	color: black;
	text-decoration: none;
}
.info
{
	clear: left;
	width: 200px;
	float: left;
	text-align: right;
	line-height:14px;
	font-size: 14px;
}
h2.info
{
    line-height: 19px;
    font-size: 17px;
    font-weight:bold;
}
h3.info
{
    font-weight:bold;
    font-size:15px;
    line-height:17px;
} 
    	
/*----- content -----*/	

#content {
	font-size: medium;
	float: left;
	width: 750px;
	text-align: left;
	padding:10px 0 10px 0;
	/*border-left: 5px solid #e4e4e4;*/
	border-left: 15px solid #e4e4e4;
	}
#content h1,h2,h3,h4,h5,h6 {
	/*color: #1e1e1e;*/
	color: #22779D;
	/*font-family: arial black, arial, helvetica, Arial, sans-serif; */
	font-family:  Palatino Linotype, Book Antiqua, Palatino, georgia, helvetica, arial, sans-serif;
	font-style: italic;
	}
#content p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	
	}
#content a, #sub_nav a	{
	color: #22779D;
	text-decoration: underline;
	}
#content a:hover, #sub_nav a:hover {
	color: black;
	 
	}
#content a:visited 
{
    color: #6633FF;
}
#content ul 
{
    padding-left: 30px;
}	
#content ul li {
	margin: 5px;
	padding: 5px;
	list-style: disc;
	}
 /*----- footer area -----*/
#footer {
	clear: both;
	border-top: 5px solid #e4e4e4; 
	padding: 2px 10px 2px 10px;
	text-align: center;
	font-size: small;
	}
#footer ul {
	list-style: none;
	padding: 2px;
	}
#footer li {
	display: inline;
	/*font-family: arial;
	font-weight: bold;*/
	padding: 0px 5px 0px 5px;
	text-align: center;
	}
li.with_border {
	border-right: 1px #2f2f2f solid;
	}
li.last_item {
	border-right: 0;
	}
/* -------------------------------------- end of divs and classes --------------------------------*/
 
p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	}  		

h1 {
	
	font-size: 200%;
	}
.h1_size {
	font-size: 200%
	}
.h1_impact {
	font-size: 150%;
	color: #333333;
	} 
h2 {
	font-size: 180%;
	 
	}
.h2_size {
	font-size: 180%;
	}
h3 {
	font-size: 160%;
	}
.h3_size {
	font-size: 160%;
	}
h4 {
	font-size: 140%;
	}
.h4_size {
	font-size: 140%;
	}

h5 {
	font-size: 110%;
	font-weight: lighter;
	}
.h5_size {
	font-size: 110% ;
	font-weight: lighter;
	}
h6 {
	font-size: 90%;
	font-weight: lighter;
	}
.h6_size {
	font-size: 90%;
 
	 
	}
/* ------ classes -----*/
.header_bit {
 	
	}
.tiny {
	font-size: 90%;
	}
.really_tiny {
	font-size: 75%;
	
	}

.right_just {
	text-align: right;
	float: right;
	}
.left_just {
	text-align: left;
	}
.center_just {
	text-align: center;
	}
em 
{
    font-style: italic;
}
small
{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 3px;
}	
/* -----------------------------
   books
-------------------------------*/
.book 
{
    padding: 10px 0 10px 0;
    border-top: 1px solid black;
    width: 100%;
}
.author
{
    padding: 10px 0 10px 0;
    background-color: #b4b4b3/*#f0fafc*/;
    width: 100%;
   
    border-top: 1px solid black;

}
.author h1 
{
    color:Black;
}

.block
{
    margin:10px;
    width: 100%;
}
small 
{
    font-size: 83%;
}
blockquote
{
    padding: 20px;
    font-size: large;
}
cite
{
    font-style: italic;
}
/* -- news items */
.news_item
{
    text-align: left;
    width:740px;
    padding:10px;
    clear:left;
    border-top: 1px solid black;
}
.news_item h1
{
    padding-bottom:10px;
}
.photo
{
    float:left;
    width:120px;
    height:140px;   
}
.photo img
{
    padding:10px 10px 0 0;
    width:100px;
    vertical-align: text-top;
}
.photo_300
{
    float:left;
    width:320px;
    height:500px;   
}
.photo_300 img
{
    padding:10px 10px 0 0;
    width:300px;
    vertical-align: text-top;
}
.photo_large 
{
	float:left;
	 
}
.photo_large img
{
	padding:10px;
	vertical-align: text-top;
	border: 1px soldi black
}
.text
{ 
     padding-bottom: 10px;  
}