/*
Theme Name: fidra-gallery
Theme URI: http://www.fidrawebdesign.co.uk/
Description: theme for Wordpress
Version: 1.0
Author: Malcolm Robertson
Datum: April 23, 2009
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
}

h2 {
  font-size: 16px; 
  line-height: 21px; 
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, h2, h3 {
	color: #0084B4;
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

img#wpstats{display:none}

/* GENERAL */

body {
	background: #eeeeee;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 760px;
	margin: 40px auto 10px;
	background: #fff;
	border: 13px solid #919191;
        padding: 0px;
}

#main {
}

#content {
	width: 470px;
	padding: 30px 30px 0;
	float: left;
}

a {
	color: #0084B4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content img {
	border: 2px solid #ffffff;
         margin: 5px;
}
#content img:hover {
	border: 2px solid #a9a9a9;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
 	background:  url(img/logogallery.jpg) no-repeat;
         position: relative;
         height: 86px;
         top: 20px;
         left: 20px;
}

/* ADDRESS */

#address{
	color: #919191;
	font: Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 12px;
        margin: -10px 40px 0px 0px;
        text-align: right;
	float: right;
}

/* NAVAGATION MENU */

#navmenu {
           position: absolute;
           font-weight: bold;
}

#navmenu ul {margin: 32px 0px 0px 218px ; padding: 0; 
	list-style-type: none; list-style-image: none; }

#navmenu li {display: inline; }

#navmenu ul li a {text-decoration:none;  margin: 2px;
	padding: 0px 19px 3px 18px; color: #FFFFFF;
	background: #919191;}

#navmenu ul li a:hover {color: #000000;
	background: #919191; }

#navmenu li.current_page_item a, #navmenu li.current_page_ancestor a{
        color: #000000;
}

/* SLOGAN */

#slogan {
	color: #919191;
	font: Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 14px;
        font-style: italic;
        margin: 0px 0px 0px 25px;
}

#slogan p {
        margin-bottom: 0px; 
}

/* SEARCH */

#search {
	float: right;
	width: 160px;
	margin: 0px 30px 0px 0px;
	border: 3px solid #919191;
	border-width: 3px 0px 0px 0px;
	background: #f8f8f8;
	padding: 10px 10px 10px 10px;
        font-size: 11px; 
}

/* MENU */

#menu {
	float: right;
	width: 140px;
	margin: 0px 30px 21px 0px;
	border: 3px solid #919191;
	border-width: 3px 0;
	background: #f8f8f8;
	padding: 10px 20px;
        font-size: 11px; 
}

#menu h2{
	padding: 10px 0px 0px 0px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #919191;
}

#menu ul ul li {
	border-top: 1px solid #919191;	
}

#menu li a {
	padding: 0 10px;
	display: block;
	line-height: 22px;
        color: #919191;
	text-decoration: none;
}

#menu li a:hover {
	background: #919191;
	color: #000000;
}

#menu li.current_page_item a, #menu li.current_page_ancestor a{
	background: #919191;
	color: #000000;
}

#rss h2 {
	background:  url("img/rss.gif") 120px 12px no-repeat; 
}

#rss ul {
	border-bottom: 3px solid #919191;
}

/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}

/* ARTIST MENU */

#artistmenu {
           position: relative;
           font-weight: bold;
}

#artistmenu ul {margin: 0px 0px 0px 0px ; padding: 0px 0px 10px 0px; 
	list-style-type: none; list-style-image: none; }

#artistmenu li {display: inline; }

#artistmenu ul li a {text-decoration:none;  margin: 2px;
	padding: 3px 19px 3px 18px;
        color: #919191;
	background: #eeeeee;}

#artistmenu ul li a:hover {
        color: #000000;
	background: #eeeeee;}

#artistmenu li.current_page_item a {
        color: #000000;
}


/* CONTACT FORM */

.contactform{
        margin-bottom: 60px;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

/* ILLUSTRATIONS */

#illustration {
      height:180px;
}

#illustration a{
	border:1px silver solid;
	padding:8px;
	margin:8px;
        position:relative;
        float:left;
        width:126px;
}

/* FOOTER */

#footer {
	padding: 10px 30px 1px;
	border-top:  2px solid #919191;
	clear: both;
        text-align: center
}

#footer p {
	font-size: 80%;
        margin-bottom: 10px; 
}
