@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Style Sheet                                 */
/* Author: Gemma Harris 2009                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body {
	margin: 0;
	padding:0;
	border:0;
}

a:link img, a:visited img {
	padding:5px;
	border:1px solid #dedede;
	text-decoration:none;
	margin:0 10px 10px 0;
}

a:hover img {
	padding:0px;
	border:6px solid #ec008c;
	text-decoration:none;
}

body{
	font-family: Helvetica, sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
}

#wrapper{
	width:960px;
	margin: 0 auto;
	text-align:left;
	color:#333;
	margin-top:30px;
}

#header{
	height: 140px;
	color:#f4f4f4;
	font-size:1.2em;
	width:960px;
	margin:0 auto;
	margin-top:20px;
}

.logo{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:4.4em;
	line-height:1.1em;
}

.catalogue{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	background-color:#ec008c;
	text-transform:uppercase;
	float:right;
	width:260px;
	text-align:right;
	padding:2px 5px;
	font-size:1.5em;
	margin-top:10px;
}

#nav{
	background-color:#000;
	height:30px;
	width:100%;
}

#nav ul{
	display:block;
	color:#fff;
	height:30px;
	width:960px;
	margin:0 auto;
	padding:0;
}

#nav ul li{
	list-style:none;
	float:left;
	line-height:30px;
	text-transform:uppercase;
	font-size:1.7em;
	padding-right:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav ul li a:link , #nav ul li a:visited{
	color:#fff;
}

#nav ul li.on a, #nav ul li a:hover{
	color:#ec008c;
	text-decoration:none;
}

#content{
	font-size: 1.2em;
	line-height: 1.5em;
	width:300px;
	margin-right:30px;
	float:left;
}

.map{
	float:left;
	width:600px;
	text-align:center;
}

.added{
	text-align:left;
}

#footer{
	clear:both;
	padding:30px 0;
}

.twitter{
	float:left;
	width:300px;
	margin-right:30px;
}

#twitter_update_list{
	font-size:1.2em;
}

.bookmark{
	float:left;
	width:300px;
	margin-right:30px;
}


#social ul {display:block;}
#social ul li {list-style: none;float:left;width:93px;padding:6px 0}
#social img {padding:0 3px;}
	
.suggest{
	float:left;
	width:300px;
}

.suggest p{
	font-size:1.2em;
}

/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 1.9em;
 letter-spacing:-1px;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height:1.2em;
 font-weight:normal;
}

h2{
 font-size: 1.5em;
 letter-spacing:-1px;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height:1.5em;
 color:#c0c0c0;
 font-weight:normal;
}

.h2{
 font-size: 0.8em;
 letter-spacing:-1px;
 font-family:Georgia, "Times New Roman", Times, serif;
 line-height:1.5em;
 color:#c0c0c0;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
 padding:0;
 margin-left:20px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #ec008c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/*border-bottom: 1px #ec008c solid;*/
}

/***********************************************/
/* Layout divs                                 */
/***********************************************/ 

.left{
	float:left;
}

.right{
	float:right;
}

/***********************************************/
/* Art pages                                   */
/***********************************************/ 

#art {
	font-size: 1.2em;
	line-height: 1.5em;
	width:600px;
	float:left;
}

.artImg{
	margin-right:30px;
	float:left;
}

.country{
	text-align:center;
	float:left;
	width:110px;
}

