/*
Theme Name: Jealous Designs v3.0
Theme URI: http://jealousdesigns.co.uk
Description:Bespoke theme by Jealous Designs for Jealous Designs
Version:3.0
Author: Andy Charrington
Author URI: http://jealousdesigns.co.uk
Tags: 
*/

html {
	background:#414141;
	font-family: "Georgia";
}

body {
	height:auto !important;
	background:url('images/menu_background.jpg') repeat-x top left;
}

h1 {
	color:#A2D84D;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

#pagecontent70 .green h1 {
	color: #a2d84d;
}

#pagecontent70 .green h1:hover {
	color: #ffffff;
}

#pagecontent70 h1 {
	border-bottom:1px dashed #555555;
	color:#F7941D;
	font-size:33px;
	margin-bottom:15px;
	padding-bottom:10px;
}

h2 {
	border-bottom:1px dashed #CCCCCC;
	font-size:15px;
	font-style:italic;
	margin:10px 0 0;
}

h3 {
	color:#a2d84d;
	font-size:28px;
	font-weight:bold;
	margin-bottom: 25px;
}

a {
	color: #f7941d;
        text-decoration:none;
}

a:hover {
	color: #ffffff;
}
	

.p {
	color:#ffffff;
	margin-bottom:58px;
	font-size:20px;
	font-style:italic;
	display:block;
}

.ps { 	
	color:#FFFFFF;
	font-size:15px;
	text-align:left;
}

.ps p {
	margin-bottom:15px;
	text-indent:30px;
}

#pagecontent70 em {
	font-style:italic;
	color:#cccccc;
}

#pagecontent70 .p .greenbig, #pagecontent70 .p .greenbig, #pagecontent70 .ps .greenbig {
	color:#a2d84d;
	font-size:28px;
	font-weight:bold;
	background:url('images/jd_under.jpg') no-repeat scroll 0 30px;
	padding-bottom:35px;
	padding-right:2px;
}

.green {
	color:#a2d84d;
	font-weight:bold;
}

.greennormal {
	color:#a2d84d;
	font-weight: normal;
}

.orange {
	color:#f7941d;
}

.orangenormal {
	color:#f7941d;
	font-weight: normal;
}

.white {
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
}

.whitenormal {
	font-weight: normal;
	font-size:24px;
	color:#ffffff;
}

.whitenormalsmall {
	font-weight: normal;
	font-size:19px;
	color:#ffffff;
}

#quote {
	border-bottom:1px dashed #FFFFFF;
	float:left;
	font-style:italic;
	margin-bottom:25px;
	padding-left:100px;
	padding-right:100px;
	width:72%;
}

#wrapper {
	margin: 0 auto;
	width:1024px;
	height:auto !important;
}

#menu {
	float:right;
	margin-top:10px;
	margin-right:-38px;
}

#menu li {
	margin-top:5px;
	color:#ffffff;
	font-weight:bold;
	display:inline;
	margin-right: 25px; 
}

#menu a:hover, #menu a:active {
	color:#f7941d;
}

/* CSS FOR MENU "LAVALAMP" SLIDER - I stole this lovely bit of jquery from http://www.gmarwaha.com/blog/2007/08/23/lavalamp-for-jquery-lovers/ - thanks! */

        .menu {
            position: relative;
            background: transparent;
            padding: 0 0 0 15px;
            overflow: hidden;
        }
                .menu li {
                    float: left;
                    list-style: none;
                   	color:#ffffff;
               		font-weight:bold;


                }
                    .menu li.back {
                        background: url("images/jd.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .menu li.back .left {
                            background: url("images/jd.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .menu li a {
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 6px;
                        z-index: 10;
                        display: block;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .menu li a:hover, .menu li a:active, .menu li a:visited {
                            border: none;
                        }
                        
#hi {
	float:left;
	position:relative;
	top:118px;
}
                        
#portfolio {
	float:right;
	position:relative;
	top:74px;
	border:2px solid #C7B299;
}
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}	
                        
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:629px;
		height:357px;
		overflow:hidden;
		background:#fff; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:36px;
		height:36px;
		position:absolute;
		left:537px;
		top:369px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:583px;
		top:369px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:36px;
		height:36px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}	
		
.portfoliositename {
	color:#414141;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
}

.portfoliotype {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:#414141;
	color:#A2D84D;
	font-size:12px;
	height:76px;
	padding:4px;
}

#slider p {
	margin-left:10px;
	margin-top:5px;
}

.portfolioviewmore {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:#414141 none repeat scroll 0 0;
	border:2px solid #CCCCCC;
	color:#CCCCCC;
	margin-right:3px;
	font-size:13px;
}

.portfoliositename a {
	color:#414141;
	text-decoration:none;
}

.portfoliositename a:hover {
	color:#414141;
	text-decoration:none;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}
		
#pagecontent100 {
	width:100%;
	height:auto !important;
	background:url('images/content_back.png') no-repeat bottom right #333333;
	float:left;
	margin-top:163px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:10px;
	text-align:center;
}

#pagecontent70 {
	width:70%;
	height:auto !important;
	background:url('images/content_back.png') no-repeat bottom right #333333;
	float:left;
	margin-top:163px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:10px;
	text-align:center;
}

#sidebar {
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:#333333;
	float:right;
	height:auto !important;
	margin-left:25px;
	margin-top:163px;
	padding:10px;
	width:23%;
	color: #bbbbbb;
	font-size:13px;
}

#footer {
	width:100%;
	height:auto !important;
	background:#242424;
	margin-top:50px;
	float:left;
}

#footercontent {
	margin: 0 auto;
	width:1024px;
	height:600px;
}

#contact {
	float:left;
	margin-top:50px;
	width:300px;
}

.contact {
}

.input, .textarea {
	color:#bbbbbb;
	display:block;
	font-size:23px;
	margin-bottom:10px;
	padding-left:10px;
	padding-top:2px;
	width:300px;
}

.textarea {
	width:304px;
}

.submit {
	color:#333333;
	float:right;
	height:30px;
	width:200px;
	margin-bottom:50px;
}

.input, .textarea, .submit {
	-moz-border-radius:8px;
	border:1px;
	cursor:pointer;
}

.confirm {
	display:none;
}

#footertext {
	float:left;
	width:700px;
}

#footertext h1 {
	color:#F7941D;
	font-size:53px;
	font-style:italic;
	font-weight:bold;
	margin-left:50px;
	margin-top:50px;
	margin-bottom:50px;
	text-align:left;
}

#footertext a:hover {
	color:#F7941D;
}

#twitter, #facebook {
	float:left;
}

#twitter {
	margin-left:50px;
}

#facebook {
	margin-left:50px;
}

.share {
}

.share .submit {
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	width:auto;
}

#shareit {
	float:left;
}

#twittershare, #myspaceshare, #facebookshare{
	width:224px;
	text-align:left;
}

#sharingiscaring {
	width:500px;
	text-align: left;
	float: right;
}

#sharingiscaring h1 {
	margin-bottom:50px;
	margin-left:50px;
	margin-top:-48px;
	color:#A2D84D;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	border:none;
}

#twittershare h1 {
	margin-bottom:50px;
	margin-left:77px;
	margin-top:-65px;
	text-align:left;
	color:#A2D84D;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	border:none;
}

#myspaceshare h1 {
	margin-bottom:50px;
	margin-left:50px;
	margin-top:-65px;
	color:#A2D84D;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	border:none;
}

#facebookshare h1 {
	margin-bottom:50px;
	margin-left:50px;
	margin-top:-65px;
	color:#A2D84D;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
	border:none;
}

#sharecontact h1 {
	color:#A2D84D;
	font-size:25px;
	font-style:italic;
	font-weight:bold;
}

#sharecontact p {
	text-align:left;
}

#sharecontact {
	border-left:1px dashed #FFFFFF;
	float:left;
	padding-left:20px;
}

#comments li {
	color:#CCCCCC;
	margin-bottom:25px;
	margin-left:50px;
	text-align:left;
}

.odd .comment-author, .comment-author a {
	color:#A2D84D;
	font-size:30px;
	font-style:italic;
	text-decoration:none;
}

.even .comment-author, .comment-author a {
	color:#F7941D;
	font-size:30px;
	font-style:italic;
	text-decoration:none;
}

.highlight {
	background:#444444 none repeat scroll 0 0;
	padding:10px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

.comments-header, #comments-header {
	border:medium none;
	color:#CCCCCC;
	font-size:26px;
	font-weight:bold;
	margin:25px;
	text-align:right;
}

.comment-date, .meta {
	font-size: 15px;
	font-weight:bold;
	color: #666666;
}

#comments-form {
	text-align: left;
}

#miniportfolio{
}

#mini_image {
	float: left;
	margin-right: 30px;
}

pre {
	color:#CCCCCC;
	font-family:georgia;
	font-size:12px;
	font-style:italic;
	margin-bottom:25px;
	overflow-x:hidden;
	padding-left:95px;
}

#pagecontent70 img {
height:auto;
max-width:91%;
}

.alignleft{
	float:left;
}

#bannerad{
	clear:both;
	float:left;
	margin-bottom:25px;
	margin-left:164px;
	width:720px;	
}