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

body {
	font-family: 'Quicksand', sans-serif;
		font-size: 15px;
	background: #000000;
	background-image:url(images/webdesigner-nottingham.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	overflow-x:hidden;
	margin: 0;
	padding: 0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0px;
	margin: 0;
}
h1 {
	margin-top: 0;	
	font-weight:100;
	font-size: 15px;
	letter-spacing:4px;
	color: #fff;
	font:"Lucida Console", Monaco, monospace
}

 p {
	margin-top: 0;
 }
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #63C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #63C;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #F06;
}
a:active {
	text-decoration: none;
	color: #3C0;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 804px;
	margin-left:auto;
margin-right:auto;
	margin-top: 0px;
}
.menu {
	color: #84ff41;
	height: 45px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-right: 25px;
	margin-bottom: 3px;
	margin-top:133px;
	text-align:right;
	}

.content {
	height: 405px;
	padding: 0px 0;
/*	overflow : auto;  */

}


.copyright {
	float: right;
	margin-right: 25px;
	font-size: 10px;
	color:#333333;
}
.google-web-marketing-nottingham {
	padding-right: 6px;
	padding-left: 8px;
	font-size: 14px;
}
#tag-cloud {
    margin: 0;
	width: 365px;
	margin-left:336px;
    padding: 0.2em;
    line-height: 1;
    background: #000000;
	opacity:0.85;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #000;
	text-align: center;
}

#tag-cloud li {
    margin: 0 0.5em;
    display: inline;
}

#tag-cloud li a {
	color: #5540B8;
	text-decoration: none;
}

#tag-cloud li a:hover {
    color: #fff;
    background: #5540B8;
    padding: 3px 6px;
    border-radius: 10px;
}

#tag-cloud li.tc-2 a {
    font-size: 1.2em;
}

#tag-cloud li.tc-3 a {
    font-size: 1.4em;
}

#tag-cloud li.tc-4 a {
    font-size: 1.6em;
}

#tag-cloud li.tc-5 a {
    font-size: 1.8em;
}

			#FrogJS{
				width: 830px;
				height: 300px;
				margin: 0 auto;
			}
			#FrogJSCredit{
				text-align: left;
				margin-left: 48px;
				margin-top: 3px;
				font-size: 80%;
				color: #FFF;
				padding: 1px;
			
			}
			#FrogJSCaption{
				text-align: left;
			}
#box {
	margin-top:90px;
	padding-top: 20px;
	width: 776px;
	margin-left:28px;
	background:#222;
	color:#aaa;
	text-align:justify;
	line-height: 1.8;

	
}
#digital-designer {
	position:absolute;
	z-index:10;
	margin-left:auto;
margin-right:auto;
padding-left:50px;
top:0px;
}
#social-media {
	position:absolute;
	z-index:10;
	margin-left:auto;
margin-right:auto;
top:420px;
}

	
.hidden {
display: none; 
filter: alpha(opacity=0.1); 
opacity: 0.1;	
}

.padding {
padding-bottom: 15px;

margin-left: 40px;
margin-top: 7px;
}
.copy {
margin-left: 185px;
width: 545px;
}
.copy2 {
margin-left: 45px;
width: 685px;
clear:left;
}
