body {
	color: #FFF;
	  text-align: left;
  font-family: Arial, verdana, Helvetica;
  font-size: 12px;
background-color:#b82233;
background-image: url('/wp-content/uploads/blogheader.jpg');
background-position:center top;
background-repeat: no-repeat;
margin-top:320px;
}
a, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF;	
}
a:active, a:focus {
	outline: none;
}
#Header
{
  width: 806px;
  /*border: 1px solid #000;*/
    background-image: url('http://www.jellymedia.com/images/layout/menubg.png');
	background-repeat:no-repeat;
	height:55px;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:70px;
}


#Logo
{
  float:left;
  width: 147px;
  height: 29px;
  margin-bottom:20px;
  margin-left:15px;
}


#Site-Nav-Links
{
  float: right;
  width: 410px;
  height: 29px;
  margin-bottom:20px;
  margin-right:15px;
}


#Site-Nav-Links img
{
  border: 0px;
  float:right;
}

blockquote {
	
	font-size: 17px;
	color:#FFF;
	padding-left: 0.3em;
	padding-right: 0.3em;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
line-height:17px;

}
h1
{
	color:#fff;
	font-size:17px;
	line-height:12px;
	font-weight:bold;
	margin-bottom:10px;
}


h2
{
	color:#fff;
	font-size:16px;
	line-height:12px;
	font-weight:bold;
	margin-bottom:10px;
    font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

h3
{
	color:#fff;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}


hr {
	background: #eee;
	color: #FFF;
}

small {
	color: #FFF;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}


ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
	}



/* CUSTOM CSS CLASSES */


.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}


.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
	.commentlist li {
		
		margin: 0.5em 0;
	}


	.commentlist cite {
		font-size: 1.2em;
		font-style: normal;
	}

	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}

	.commentlist p {
clear:both;
	}
	
	.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #FFF;
	font-size: 0.9em;
}
.comment-author {


}

.comment-meta {

}
.entry {
width:550px;
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

.post {
	margin-bottom:40px;
	position:relative;
	
}
.author {
	background-color:#c33;
	position:absolute;
	left:-80px;
	color:#fff;
	padding:6px;
	width:42px;
	height:auto;
	font:11px Arial;
}
.author span {
	display:block;
	text-align:center;
	line-height:26px;
	color:#FFF;
	font: 11px Arial;
}
.author span img {
	 padding:0px;
         margin:0px;
}

.post img {

}

.date span {
	display:block;
	text-align:center;
	width:100%;
	margin-left:-3px;
	margin-top:1px;
	line-height:26px;
	color:#FFF;
	font: bold 24px Georgia;
}

.postmetadata {
	clear: both;
	color: #FFF;
	font-size: 0.9em;
}
.postmetadata img{
	padding:0px;
	margin:0px;
	
}


.wp-caption {
	
	
	padding:0px;
	color:#FFF;
margin-bottom:20px;


}


	.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
font-size:11px;
text-align:center;
font-style:italic;
	}


/* DOM ELEMENTS */


#page {
width:800px;
margin-left:auto;
margin-right:auto;
}

	#header {
               width:800px;
}
	
		#header * {
			color: #FFF;
			line-height: 1.3em;
			text-decoration: none;
		}
		
		#headerimg {
			background: transparent;
			height: 180px;
			width: 700px;
		}
		
		#header h1 {
			margin: 2em 0 0 0;
		}
				
	#nav {
		border-bottom: 1px solid #eee;
	}
	
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li {
			background: #eee;
			float: left; display: inline; /* IE6 fix */
			margin: 0;
			padding: 0;
			position: relative;
		}
		
		#nav li:hover {
			background: #ddd;
		}
		
			#nav li a {
				display: block;
				padding: 0.2em 0.6em;
				text-decoration: none;
			}
			
			#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
			}
	
			#nav li:hover ul {
				background: #fff;
				border: 1px solid #999;
				display: block;
				left: 0;
				min-width: 150px;
				top: 1.9em;
				white-space: nowrap;
			}

			#nav li:hover li {
				background: #fff;
				display: block;
				float: none;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
			}
			
			#nav li:hover li:hover {
				background: #eee;
			}
			
			#nav li:hover li a {
				padding: 0.3em 0.5em;
			}
	
	#content {
		width:550px;
                float:left;
                margin-top:20px;
                margin-bottom:80px;
                margin-left:20px;
	}
	
		#content h1 {
			font-size: 2em;
			margin: 0 0 0.5em 0;
		}
	
		#content h2 {
			font-size:32px;
			margin: 0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:500;
letter-spacing:-2px;
line-height:32px;




		}
	
		#content h3 {
			font-size: 1.7em;
			margin: 1em 0 0.5em 0;
font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:500;
		}
               .entry img {

padding:4px;

	
               }
	
	#sidebar {
		font-size: 0.9em;		
                width:170px;
                float:right;
                margin-top:20px;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0 1.5em 0;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0 0 0.5em 0;
		}
		
		#sidebar h2 {
			font-size: 1.6em;
			margin: 0.5em 0;
                       font-family:Georgia, "Times New Roman", Times, serif;
		}
		
		#sidebar h2 a {
			color: #FFF;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		
		#sidebar div {
			line-height: 1.5em;
			margin: 0 0 1.5em 0;
		}

		#sidebar div a {
			padding: 0 0.5em 0 0;
			white-space: nowrap;
		}

		#sidebar div a:hover {
			color: #FFF !important;
		}
	
#Footer
{
	height: 155px; /* .push must be the same height as .footer */
	width: 100%;
	background-color: #f62828;
 text-align: center;
}


#Footer-Content
{
  width: 790px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  
  font-family: Arial;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}


#Footer-Media-Pack
{
  float: left;
  padding-right: 10px;
}

#Footer-Work-with-us
{
  float: left;
  width: 102px;
  text-align: left;
  line-height: 12px;
}

#Footer-What-we-do
{
  float: left;
  width: 170px;
  text-align: left;
  line-height: 12px;
}

#Footer-What-we-do a
{
  text-decoration: none;
  color: #FFFFFF;
}

.Footer-Title
{
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
}

#Footer-twitter
{
	background-image: url(http://www.jellymedia.com/images/twitter.jpg);
	float: right;
	width: 285px;
	height: 78px;
	
}

#Footer-twitter ul
{
	list-style: none;
 text-align: left;
 padding-left:2px;
}

#Footer-twitter li
{
	color: #fff;
}
#Footer-twitter li a
{
	color: #fff;
 	text-decoration:underline;
}
#twitterlink
{
	height: 50px; width: 80px; margin: 0 0 0 0;	float: right; cursor: pointer;
}

#Footer-Nav
{
  float: right;
  width: 407px;
  margin-right: 0px;
  text-align: right;
}


#Footer-Nav-Links
{
float: left;
width: 100px;
text-align: left;
line-height: 12px;
}

#Footer-Nav-Links a
{
  padding-top: 5px;
  text-decoration: none;
  color: #FFFFFF;
}
#Copyright
{
 padding-top: 18px;
 padding-left: 0px;
 text-align: left;
 font-size: 11px;
 float: left;
 width: 800px;
}

#Copyright a
{
 color:#FFF;
}

#Copyright a:hover
{
 color:#d20c02;
}

#Copyright b
{
 color:#FFF;
}

/* Author comments */
.authorcomment {
   color:#fff;
font-weight:bold;
   background:#068;
}
#hdsml {
	width: 800px;
	margin-top:4px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:70px;
}

#wp-calendar {
width:150px;	
}
#wp-calendar table{
width:150px;	
}


