@charset "utf-8";
/* CSS Document */
/*****************************************
* emma-designs.co.uk
* Stylesheet for Emma Designs site
* Author: emma-designs.co.uk (http://www.emma-designs.co.uk)
* Author: Emma Hobbins (http://www.emma-designs.co.uk)
******************************************/
*{
margin:0;
padding:0;
}
/* Put margins back on certain elements */
h1, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}
body {
font:normal 76% verdana,arial,helvetica,sans-serif;
color:#000;
background-image: url(images/background.jpg);
background-repeat: repeat-y;
}
h2 {
font-size:1.5em;
background-color: #F0F0F0;
margin-top: 10px;
}
h3 {
font-weight: bold;
font-size: 1.0em;
}
h4 {
font: bold verdana,arial,helvetica,sans-serif;
font-size: 17px;
}
#container,#mast {
width: fixed;
margin:0 auto;
min-height: 600px;
}
#mast {
background-color: #000000;
margin-top: 0px;
min-height: 70px;
}
#content h2{
padding: 5px;
margin-top: 14px;
margin-bottom: 12px;
color: #000;
}
#container {
height: 100%;
width: fixed;
}
#sub-sidebar {
width:590px;
height: 70px;
}
.logo {
width:137px;
height: auto;
float: left;
margin-right: 10px;
}
#sidebar {
width:250px;
float:left;
height: auto;
overflow: hidden;
background-color: #F0F0F0;
}
#sidebar ul {
list-style:none;
background-color: #F0F0F0;
}
#sidebar li a {
display: block;
padding: 3px;
width: 244px;
background-color: #fe3e3e3;
border-bottom: 1px solid #C9C9C9;
color:#212121;
text-decoration:none;
font-weight: normal;
}
#sidebar li a:hover {
background-color: #FF99CC;
color: #fff;
}
#testimonial {
margin:10px;
}
#short-list {
border: 0px dotted black;
width: 550px;
height: auto;
margin: 0px;
list-style: none;
padding: 3px;
}
#short-list ul {
background-color: #ffffff;
}
#short-list h2 {
color: #FF99CC;
}
#content {
width: 600px;
padding:0 5px 5px;
height: 100%;
float: left;
margin-left: 10px;
}
#text-content {
width: 590px;
padding-right: 10px;
background-color:white;
float: left;
}
a:link {
color: #000;
font-weight: bold;
text-decoration:none;
}
a:visited {
color: #000;
text-decoration: none;
}
a:hover {
color: #FF99CC;
text-decoration: underline;
}
a:active {
color: #000;
}
#thumbnail {
float: right;
margin-top: 1em;
padding: 3px;
clear: none;
}
.latest {
width: 280px;
height: auto;
float: left;
padding: 5px;
}
#latest-wrapper {
width: 590px;
height: 158;
float: left;
margin-bottom: 5px;
}
.image-wrapper{
width: 600px;
height: 130px;
margin-bottom: 5px;
}
.example {
float: left;
padding: 10px;
text-align: center;
width: 100px;
height: 100px;
}
p {
text-align: justify;
padding: 0px;
font-weight: normal;
line-height: 20px;
}
ul {
text-align: left;
}
li {
list-style: none;
font-weight: bold;
}
.example p {
text-align: center;
}
#footer {
clear:both;
background:#333;
padding: 5px;
height: 50px;
}
#footer ul li {
display: inline;
list-style: none;
padding-left:10px;
}
#footer a {
color:#fff;
font-weight: normal;
text-decoration: none;
}
#footer a visited {
text-decoration: underline;
}
#footer a:hover {
text-decoration: underline;
}
.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 200px;
height: 170px;
background-color: white;
}
.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/
width: 175px;
height: 146px;
}
#navlinks{ /*CSS for DIV containing the navigational links*/
width: 600px;
}
#navlinks a{ /*CSS for each navigational link*/
font-size: 110%;
margin-right: 8px;
margin-bottom: 3px;
color: #FF99CC;
}
#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: white;
}
.doc {
float: right;
width: 100px;
height: 99px;
}
#references {
width: 590px;
height: auto;
float: left;
background-color: white;
}
.ref_icon {
float: left;
width: 50px;
height: auto;
margin: 8px;
}
.examples_css_html {
float: left;
width: 493px;
height: 40px;
margin: 8px;
}
.ref_outter {
width: 600px;
height: 70px;
float: left;
border: 1px solid black;
}