/* 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;}
iframe { width:0; height:0 }

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:500px;
       float:left;
       display:inline;
       margin-left:50px;
       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: 964px;
	height: 635px;
	margin: 0 auto;
}

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


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

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

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

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

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

#bio_content {
	float:left;
	display: inline;
	width: 210px;
	margin: 150px 10px 0px 20px;
	padding-top: 0px;
}

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

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

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

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

#bigpicture, #gallery img{
        border:solid #999 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:25px;
        padding:0 25px 10px 0;
}

#footer a{
	color: #999;
}

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

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

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

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

#contentright li {
   list-style: none;
}

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;
}