/* Charlie Jennings' Main Layout class' */

/*comment form*/

#cj_header {
        font-size: 70pt;
        letter-spacing: -4px;
        color: green;
      	overflow:visible;
      	width: 700px;
      	float:left;

}

.cj_entry h2 {

	padding:0px;
	margin:0px;
}

.flickr-thumb {
        display:inline;

}

#version {
	position: absolute;
	left: 500px;
	top:10px;
	background-image: url(/wp-content/themes/charliejennings/images/version.png);
	width: 70px;
	height: 70px;
	z-index: 10;
}

.cj_entry li {
	list-style: none;
}
.comment{
	width:300px;
}

.comments {
	margin-top : 20px;
	padding: 20px;
	width:450px;
	background-image :url('/wp-content/themes/charliejennings/images/entrybg.png');
	list-style: none;

}

#respond {
	margin-top : 20px;
	background-image :url('/wp-content/themes/charliejennings/images/entrybg.png');
	width : 525px;
	padding-left : 10px;
	padding-right : 5px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 20px;

}

.navigation a {
	color: white;

}

#cj_outer {
	padding-left: 20px;

}

.sidebar {
	float:left;
	position: absolute;
	top:70px;
}

.sidebar_nav li, .sidebar_nav a {

	list-style-type: none;
display: inline;
}
.sidebar_nav {
	list-style-type: none;
	text-align: left;
	position: 
}

.sidebar_nav a:hover {
	text-decoration : none;
	color : green;
	font-size : 18pt;
	letter-spacing : -2pt;
	word-spacing : 1px;
	font-weight: bold;
}

.sidebar_nav a {
	text-decoration : none;
	color : green;
	padding-left: 10px;
	font-size : 18pt;
	letter-spacing : -2pt;
}

ul {
	list-style : none;
	white-space: nowrap;
}

h2 {
	text-decoration : none;
	color:green;
	font-size : xx-large;
	letter-spacing : -2pt;
	word-spacing : 1px
}

body {
	margin : 0px;
	padding : 0px;
	font-family : arial;
        background-color: white;
        background-attachment: fixed;
}



#cj_headerimg {
	width : 590px;
	height : 100%;
	float :left;

}

#cj_footer {
	position : relative;
	float : left;
	color: black;
	font-weight: bold;
}

#cj_footer a, .footlink a {
	color : white;
	font-weight: bold;
}

#cj_content {
	width : 100%;
	float : left;
	overflow : hidden;
	padding-top: 20px;
	color : black;
}

#cj_content img{
	border : 0;
}

.cj_entry {
        background-color: white;
        width : 75%;
        min-width: 520px;
        padding-left: 5px;
        margin-top:10px;
}

.cj_entry img {
	max-width:500px;
}

}
.5video {
        border-radius:15px;
        -moz-border-radius: 15px;
}

.navigation a {
	color :white;
}

#cj_content a {
	color :green;
	text-decoration : none;
}

#cj_content a:hover {
	color :green;
	text-decoration : underline;
}