/*
Theme Name: Shanghai Kelly's
Theme URI: 
Description: Shanghai Kelly's.  Intrigue.  Adventure.  Romance.
Author: Mark Shervey
Author URI: 
version: 2.0
Tags: bar
*/

/*please explain what the f is going on:*/
/*uncomment to see borders around all elements, showing nesting or something like that.*/

/** { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }*/


/* basics */
/** {margin: 0; padding: 0;}*/
body {margin: 0; padding: 0; border: 0; color: #444444;} 
ul li{margin: 0; padding: 0; list-style:none;}
/* links */

/* container */
#container {
	width:925px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}

img {border: none; margin: 0px; padding: 0px;}

/* header */
#header {
	background:#181f4b;
  	width:100%; 
  	text-align: center;
}

#titleLogo {margin: 0px 0px 0px 0px;}

#bottomBorder {
	background: #d5d6d7 url('http://thenorthstarsf.com/wp-content/themes/sk/images/border/bottomborder.jpg');
	height: 10px;
}
#header #bottomBorder {	border-top: 1px solid #d98779; margin: 0px;}
#content #bottomBorder {
	margin: 0px -10px 0px -10px;
}

/* content */
#content {
	float: left;
	width:545px;
	overflow: hidden;
	}

.post {
	margin: 0;
	padding: 0px 20px 0px 20px;
	line-height: 14pt;
	background: #d5d6d7 url('http://thenorthstarsf.com/wp-content/themes/sk/images/border/postborder.jpg');
	}

/* sidebars */
#left {
	width:190px;
	float:left;
	margin:0;
	padding:0;
	text-align: right;
	}
	
#menu A:link {text-decoration: none; color: #000000;}
#menu A:visited {text-decoration: none; color: #000000;}
#menu A:active {text-decoration: none; color: #000000;}
#menu A:hover {text-decoration: none; color: #000000;}

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

#menu li {
	font-family: Gentilis;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #444444;
}

#right{
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	}

#infoText {
	margin: 15px 0px 0px 10px;
}

#infoText #addressParts, #infoText #phone {
	margin-bottom: 10px;
}

#addressParts #street {
	font-size: 20px;
	font-family: Gentilis;
	margin-bottom: 5px;
}

#addressParts #intersection {
	font-size: 12px;
	font-family: Gentilis;
	color: #888888;
	margin-bottom: 5px;
}

#addressParts #citystate {
	font-size: 15px;
	font-family: Gentilis;
}

#infoText #phone {
	font-size: 15px;
	font-weight: bold;
	font-family: Gentilis;
	margin-bottom: 5px;
}

#infoText #hours{
	font-size: 15px;
	font-family: Gentilis;
	margin-bottom: 5px;
}

#infoText #hours, #infoText #newsletter {
	margin-bottom: 20px;
}

#infoText #facebook {
	float: left;
}

/* footer */
#footer {
	background:#000;
	clear: both;
	width: 100%;
}


/*wordpress*/
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


