/*
Theme Name: Fish Pretzel Main
Theme URI: http://wordpress.org/
Description: The Fish Pretzel Main theme.
Version: 1.0
Author: Kehan Jiang
Author URI: http://newcircleconsulting.com/
*/

@import url( "dropdown.css" );

/* Begin Typography & Colors */
body {
	font-size: 11pt;
	line-height: 15pt;
	font-family: Verdana, Arial, Sans-Serif;
	background: #c8c8c8 url(images/background_fade.jpg) repeat-x top left;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#container {
	margin:0 auto;
	text-align:left;
	width:1000px;
	}

#header {
	background: #c8c8c8 url(images/background_fade.jpg) repeat-x top left;
	}

#banner {
	width: 770px;
	height: 90px;
	float: left;
	}

#welcome {
	width: 215px;
	height: 90px;
	float: left;
}

#logo {
	width: 264px;
	height: 58px;
	float: left;
}

#home_flash {
	width: 900px;
	margin: 0 auto;
}

#content {
	display: inline;
	width: 630px;
	float: right;
	margin-right: 100px;
	}

#sidebar {
	width: 264px;
	float: left;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	color: #cb2020;
	font-weight: normal;
	}

h4 {
	color: #0016ed;
	font-size: 1.2em;
}

h3 {
	color: #222;
	font-size: 1.3em;
}

h3, h4 {
	margin: 15px 0 2px 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 2px 0 16px 0;
}

a, a:visited {
	color: #0837f2;
}

a:hover {
	color: #cb2020;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 12px auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 12px 0 6px 0;
	text-align: center;
	font-size: 14px;
	}

#footer a, #footer a:visited {
	color: #ff0000;
	text-decoration: none;
}

#footer p#copyright {
	width:200px;
	float:right;
	font-size: 10px;
	text-align: right;
	}
	
#footer p#copyright a, #footer p#copyright a:visited{
	color: #333333;
	text-decoration: underline;
	}
	
#footer #social_sharing {
	width:120px;
	float:right;
	padding-top:16px;
}
			
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}

.slideshow { 
	height: 430px; 
	width: 900px; 
	cursor: pointer;
	}
	
.slideshow img {
	cursor: pointer;
	}

/* End captions */

.loginout {
	font-size: 12px;
	text-align: center;
	padding: 4px;
}

.loginout .username {
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px 0 0;
}

h2.category {
	margin: 0;
	padding: 10px 0 10px 268px;
	font-weight: normal;
	color: #ff0000;
	font-size: 16px;
}

h2 span.category {
	color: #0737f1;
}

.message {
	color:red;
}

.fp_blue {
	color: #0016ed;
}

.photo_credit {
	text-align:left;
	font-size:11px;
}

/* For simple dialog popup */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:650px;
  height:600px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:650px; 
  height:450px;
  padding:0px;
  background-color:#ffffff;
}
