/* 
	Theme Name: Chelsea Theme
	Description: Chelsea P 2010.
	Author: JS
	Version: 1.0
	The CSS, XHTML and design is released under GPL:
	Changelog:
*/



body {
	background: #EFEFEF; /* url(images/content.gif) top center repeat-y; */
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

#wrap {
/*	background: #EFEFEF url(images/bg.gif) top center repeat-y; */
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	width: 1038px; /*js added line to hold size position. match with header width*/
	}





/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited{
	color: #01478d;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	}
	


/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF;
	width: 1038px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
    text-transform: uppercase;
	height: 270px;
	border: 0;
	}

#header a {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 48px;
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover{
	color: #333333;
	}


/************************************************
*	Navbar      								*
************************************************/

#navbar {

   	background: #FFFFFF url(http://staging.jeffsheinkopf.com/10/chelsea/img/cp_navbg.jpg) center no-repeat;
	width: 1038px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border:0;
	height: 46px;
	
/*	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	 */
	}
	
 #navbar li {
	font-family: Arial Narrow, Tahoma, Arial,Helvetica, sans-serif;
	border-left: 0;
	border-right: 0;
	display: inline;
	margin-left: 8px;  /*space between elements */
	padding: 10px 0px 5px 0px;
	}


#navbar ul {
	margin: 0px;
	padding: 0px;
	width: 600px;
	position: relative;
	left: 310px;
	float: left;
	}


#navbar ul li a {
  	font-family: Arial Narrow, Tahoma, Arial,Helvetica, sans-serif;
	font-size: 21px; /* 24 pre 6-25 */
	color: #000;
	font-weight: normal;
	padding: 0px 3px 0px 3px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}

#navbar ul li a:hover {
	color: #0046AB;
	background-color: #FFEE6B
	}


#navbar ul li.current_page_item a {
  	font-family: Arial Narrow, Tahoma,Arial,Helvetica,sans-serif;
	font-size: 21px;
	color: #01478d;
	font-weight: normal;
	/* background-color: #01478d; */
	padding: 0px 3px 0px 3px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}


table#videotable {
/*    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 400px; */

}

table#videotable td {
/*    padding: 5px;
    border: solid #000 1px; */

	font-size: 14px;
	font-style: italic;
	font-family: georgia;
	color: #cc0000;
	font-weight: bold;
}

.videocaption {
/*    padding: 5px;
    border: solid #000 1px; */
	font-size: 13px;
	font-family: georgia;
	background-color: #224466;
	color: #000;
	font-weight: bold;
}



/************************************************
*	Left Sidebar      							*
************************************************/


.tweets {
	}

#l_sidebar {
	position: relative;
	top: 275px;
	left: 42px;
	width: 217px;
	height: 222px;
	margin: 0px;
	padding: 0px;
	font-size: 15px;  /* 17 pre 6-25 */
	font-weight: bold;
	line-height: 22px;    /* 24 pre 6-25 */

/* to fix the long, non-wrapping tweets.  worked in IE / FF but pushed down in Safari/Chrome */

/*	white-space: pre;  */          /* CSS 2.0 */
/*	white-space: pre-wrap;  */     /* CSS 2.1 */
/*	white-space: pre-line;  */    /* CSS 3.0 */
/*	white-space: -pre-wrap;   */  /* Opera 4-6 */
/*	white-space: -o-pre-wrap;  */   /* Opera 7 */
/*	white-space: -moz-pre-wrap; */   /* Mozilla */
/*	white-space: -hp-pre-wrap;  */   /* HP Printers */
*/
word-wrap: break-word;      /* IE 5+ */



	}

#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 15px 0px 0px 5px;
	}

#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#l_sidebar ul li a {
	color: #01478d; /* 507AA5 */
	text-decoration: none;
	}

#l_sidebar ul li a:hover {
	color: #01478d; /* 507AA5 */
	text-decoration: underline;
	}

/************************************************
*	Right Sidebar      							*
************************************************/

#r_sidebar {
	float: right;
	width: 230px; /* js 220 */
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;

	}



#r_sidebar p{
	padding: 2px 0px 16px 0px;
	margin: 0px;
	line-height: 20px;
	}


#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

#r_sidebar ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}


#r_sidebar ul li a {
	color: #01478d; /* 507AA5 */
	text-decoration: none;
	}


#r_sidebar ul li a:hover {
	color: #01478d; /* 507AA5 */
	text-decoration: underline;
}


.sidebar1 {
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Times New Roman, Arial, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
/*	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0; */
}





/************************************************
*	Content 					     		    * 
************************************************/


#content {
	width: 1038px;
	margin: 0px auto 0px;
	padding: 0px;
  	background: #FFFFFF url(http://staging.jeffsheinkopf.com/10/chelsea/img/cp_contentmiddlerepeatbg.jpg) repeat-y;


	}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	}


#content p img{
/*	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;       js comment out 2-20 for table*/ 
	}

#content h1 {
	color: #333333;
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica Sans-Serf;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 15px 0px; /*js was 0px;  added bottom for space under title */
	}



#content h1 a  {
	color: #333333;
	text-decoration: none;
	}



#content h1 a:hover {
	color: #658DB5;
	text-decoration: none;
	}


#content h2 {
	color: #000;
	font-size: 16px;
	font-family: courier;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
/*	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0; */	
}



#content p ol{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}


#content p ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #B3C8DB;
	}

#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}


#contentmiddlerepeat {
	float: left;
	width: 1038px;
    background: #FFFFFF url(http://staging.jeffsheinkopf.com/10/chelsea/img/cp_contentmiddlerepeatbg.jpg) repeat-y;
	z-index: 1;
	}


#contentmiddlebg {
	width: 1038px;
	margin: 0px 20px 0px 0px;
	padding: 28px 0px 50px 0px;   /* adjust bottom to fit within space */
    background: url(http://staging.jeffsheinkopf.com/10/chelsea/img/cp_contentmiddlebg.jpg) top no-repeat;
	z-index: 10;
	min-height: 500px;
	}


#contententry {
	position: relative;
	left: 290px;
	top: -160px; 
	width: 700px;
	padding: 0px;
/*	background-color: #224466; */
	z-index: 12;
}


#vagflash {
	position: relative;
	left: 50px;
	top: -200px; 
	width: 280px;
	height: 300px;
	padding: 0px;
	z-index: 100;
}


#socialmedialinks {
	position: relative;
	left: 894px;
	top: -556px; 
	width: 110px;
	height: 110px;
	padding: 0px;
	z-index: 12;
}


#mailinglist {
	position: relative;
	left: 858px;
	top: -526px; 
	width: 150px;
	height: 42px;
	padding: 0px;
	z-index: 12;
}



/*	#contententry {
	float: left;
	width: 1038px;
	margin: 0px 20px 0px 0px;
	padding: 28px 0px 0px 0px;
    background: #FFFFFF url(http://staging.jeffsheinkopf.com/10/chelsea/img/cp_contentbg.jpg) top no-repeat;
	}
*/


#contentbottom {
	float: left;
	width: 1038px;
	height: 76px;
	background-color:#ccc;
    background: #FFFFFF url(http://staging.jeffsheinkopf.com/10/chelsea/img/cp_contentbottombg.jpg) top no-repeat;
}



#contentmiddle p img{

/*  float: left;
	border: none;
	margin-right: 15px; 
	margin-bottom: 10px;       js comment out 2-20 for table*/ 
	}


.contentdate {
	float: left;
	width: 0px;  /*js adjust if putting an image next to h1 a la ribbon */
	height: 0px; /*js adjust if putting an image next to h1 a la ribbon */
	margin: 0px;
	padding: 0px;
	}

.contentdate h3 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}

.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 4px 0px 0px;
	margin: 0px;
	text-align: center;
	}

.contenttitle {
	float: left;
	width: 620px; /* 385 <- width of title on POSTS */
	margin: 0px 0px 15px 0px;  /*0px  added bottom to push post below */
	padding: 0px 0px 0px 10px;
	}

#contentmiddle ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}


#contentmiddle ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}

#contentmiddle ul li a {
	color: #01478d; /* 507AA5 */
	text-decoration: none;
	}

#contentmiddle ul li a:hover {
	color: #01478d; /* 507AA5 */
	text-decoration: underline;
	}

#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postspace {
	background: /* #ff0000 */ url(images/spacer.gif);
	width: 660px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}


/************************************************
*	Footer      								*
************************************************/

#footer {

/*	background: #FFFFFF; 
	border-top: 1px solid #C0C0C0;
*/
	width: 1038px;
	margin: 0px auto 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	}
