/* Edward Moss CSS */

/*====== GLOBAL OVERRIDES FOR MAJOR ITEMS AND DIFFERING BROWSER DEFAULTS =====*/

body, table, img, button, iframe, ul, li  { margin:0; padding:0; border:0; }
table {text-align:left;}

body{
	font-size:62.5%; /* default is 16px, so this is 10px*/
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

a, a:visited {
     cursor: pointer;
    color: #73BFCF;
    text-decoration: none;
}

h1 {
font-size: 110%;
text-transform: uppercase;
font-weight: normal;
}

#client h2 {
font-size: 100%;
text-transform: uppercase;
font-weight: normal;
color: #000;
}

.breadcrumb h2 {
font-size: 100%;
text-transform: uppercase;
font-weight: normal;
color: #000;
}

.pagination a, a:visited {
    color: #999;
}

a:hover {
     text-decoration: underline;
}

p{
       margin:0;
       padding:0 0 5px 0;
}

strong {
    font-weight: normal;
}

#gallery .info, #gallery .pagination{
       padding:10px 0 0 0;
}

#gallery .info{
       width:550px;
       float:left;
       display:inline;
       margin-left:30px;
       text-align:left;
}

#gallery .pagination{
      width:300px;
      display:inline;
      float:right;
      text-align: right;
      margin-right:30px;
}

#gallery .pagination p, #gallery .pagination a {
     font-size: 100%;
     margin:0;padding:0;
}

#gallery .info h2 {
      font-size:95%;
      font-weight: normal;
      margin:0; padding:0;
      text-align: left;
}

#container {
	width: 992px;
	height: 635px;
	margin: 0 auto;
}

#header{
        height:73px;
	background: url(http://www.edwardmoss.co.uk/images/interface/background_top.jpg) no-repeat;
}


#logo{
	display: inline;
	margin: 16px 0 0 30px;
	float:left;
}

#logo h1{margin:0;padding:0;}

#main {
        clear:both;
        background: url(http://www.edwardmoss.co.uk/images/interface/background_slice.jpg) repeat;
        min-height:530px;
}

#slideshow{
        position: relative;
        display:inline;
	margin-left: 30px;
	float:left;
        z-index: 1;
        overflow:hidden;
        width:684px;
        height:533px;
}

#bigpicture{
        position: relative;
	display: inline;
	margin-left: 30px;
	float:left;
        z-index: 1;
}

#content{
	float:right;
	display: inline;
        width:220px;
	margin: 50px 30px 0px 10px;
	padding-top: 180px;
}

#bio_content {
	float:left;
	display: inline;
	width: 210px;
	margin: 120px 10px 0px 25px;
	padding-top: 4px; /* visual adjustment because first column starts with an image */
}

#bio_content2 {
	float:right;
	display: inline;
	width: 210px;
	margin: 120px 30px 0px 10px;
	padding-top: 0px;
}

#contact_content {
	float:right;
	display: inline;
	width: 220px;
	margin: 50px 30px 30px 10px;
	padding-top: 200px;
}

#bio_content p, #bio_content p{
    margin: 0 0 5px 0;
}

#gallery #pic{text-align:center;}

#bigpicture, #slideshow{
        border:solid #CCC 1px;
        background:url(http://www.edwardmoss.co.uk/images/interface/spinner.gif) center center no-repeat;
}

#gallery .pagination img {
       border: none;
}

#footer{
        clear: both;
	text-align:right;
        background:url(http://www.edwardmoss.co.uk/images/interface/background_footer.jpg) no-repeat;
}

#footer p{
        position:relative;
        top:28px;
        padding:8px 25px 10px 0;
}

#footer a{
	color: #999;
}

.clear{clear:both;}
/*_________________BLOG CSS____________________*/
#contentleft {
width: 645px;
float: left;
display: inline;
margin: 25px 0 0px 30px;
}

#contentleft p {
font-size: 110%;
margin-bottom: 7px;
}

#contentleft .center {
margin-top: 10px;
}

#contentright {
width: 250px;
float: right;
display: inline;
margin: 25px 30px 0px 0;
}

#contentright li {
   list-style: none;
}

h2.sidetitle, #contentright h2.sidetitle {
font-size: 100%;
text-transform: uppercase;
font-weight: normal;
margin-top: 15px;
}

.title {
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
font-size: 180%;
margin: 15px 0;
}

.date {
font-size: 100%;
text-transform: uppercase;
margin-top: 15px;
}

.posted {
padding-bottom: 20px;
margin-bottom: 10px;
border-bottom: solid 1px #CCC;
width: 100%;
font-style:italic; 
}

#client {
padding: 20px 20px 20px 50px;
}

#loginarea {
text-align: center;
padding-top: 150px;
}

/* gallery */

#gallery img {
border: 1px solid #CCC;
}

#gallery_categories {
width: 930px;
margin: 0 auto;
}

#gallery_categories .catThumbs {
width: 210px;
padding: 7px 0 0 0;
margin: 7px 11px;
float: left;
min-height:235px;
border-top: 5px solid #F6F6F6;
text-align: center;
}
#gallery_categories .catThumbs img {
margin-bottom: 5px;
}
#gallery_categories .catThumbs h3{
margin:0.1em 0 0 0;
}

#main h2 {
margin-top: 0;
}

#main #gallery_info {
width: 930px;
margin: 0 auto;
}

#main #gallery_info h2 {
float: left;
width: 430px;
}

#main #gallery_info form {
width: 200px;
float: right;
margin-top: 0;
font-weight: normal;
text-align: right;
}

#main #gallery_info h3 {
width: 290px;
float: left;
margin-top: 0;
font-weight: normal;
text-align: right;
font-size: 0.9em;
padding-right:10px;
}
