/*
Theme Name: Custom Big Bang Strategy
Theme URI: http://wordpress.org/
Description: Custom theme for Big Bang Strategy
Version: 1.0
Author: Emily Hoang
*/

/* ----------------------- Resets & Browser Inconsistencies ----------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ----------------------- Main ----------------------- */

body {
	font-size: 11px;
	line-height: normal;
	font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", sans-serif;
	text-align: center;
}
#container {
	position: relative;
	margin: 15px auto 0;
	padding: 0px;
	text-align: center;
	height: 100%;
}
/* ----------------------- Header ----------------------- 

#header {
	height: 50px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
#header img {
	border: none;
}*/
/* ----------------------- Footer ----------------------- */

#header-wrapper {
	text-align: center;
	font-size: 11px;
	background: #fff url(images/footer.png) top left repeat-x;
	height: 80px;
	width: 100%;
	z-index: 9999;
	padding-top: 24px;
}
#header {
	margin: 0 auto;
	width: 677px;
}
#header img {
	float: left;
}
#copyright {
	clear: both;
	width: 677px;
	margin: 0 auto;
	padding: 0;
	color: #aaa;
	font-size: 8px;
	text-align: right;
}
#copyright a {
	color:#aaa;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ----------------------- Content ----------------------- */

#content {
	width: 260px;
	min-height: 500px;
	float: right;
	clear: left;
}

#content-wrapper {
	width: 677px;
	max-height:535px;
	min-height:535px;
	height:auto!important;
	height: 535px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
}


#home #content-wrapper {
	background: #ffffff url(images/header.png) top left no-repeat;
	width: 1075px;
	padding: 0 200px; 
	margin: 0 auto;
        width: 677px;
}

/* ----------------------- Navigation Buttons ----------------------- */
#nav {
	width: 323px;
	height: 35px;
	padding: 7px 0;
	float: right;
}
#nav ul {
	margin:0;
	padding: 0;
	height: 35px;
	background-image: url(images/nav.png);
}
#nav li {
	position: relative;
	float: left;
	height: 35px;
	width:80px;
	list-style: none;
	display: inline;
}
#nav li a, #nav li div {
	position: relative;
	height: 35px;
	width: 80px;
	display: block;
	text-indent: 9999px;
}
#nav li a {
	cursor: pointer;
}
#nav li, #nav li a, #nav li strong, #nav li div {
	background-image: url(images/nav.png);
}
#nav li#home, #nav li#home a {
	background-position: 0 0;
	width: 70px;
}
#nav li#about, #nav li#about a {
	background-position: -70px 0;
	width: 70px;
}
#nav li#musings, #nav li#musings a {
	background-position: -140px 0;
	width: 100px;
}
#nav li#contact, #nav li#contact a {
	background-position: -240px 0;
	width:83px;
}
/* HOVER STATE */

#nav li#home, #nav li#home a:hover {
	background-position: 0 -35px;
	width: 70px;
}
#nav li#about, #nav li#about a:hover {
	background-position: -70px -35px;
	width: 70px;
}
#nav li#musings, #nav li#musings a:hover {
	background-position: -140px -35px;
	width: 100px;
}
#nav li#contact, #nav li#contact a:hover {
	background-position: -240px -35px;
	width: 83px;
}
/* On-state */

#nav li#home, #nav li#home .selected {
	background-position: 0 -70px;
	width: 70px;
}
#nav li#about, #nav li#about .selected {
	background-position: -70px -70px;
	width: 70px;
}
#nav li#musings .selected {
	background-position: -140px -70px;
	width: 100px;
}
#nav li#contact .selected {
	background-position: -240px -70px;
	width: 83px;
}
/* ----------------------- Sidebar ----------------------- */

#sidebar {
	float: right;
	clear: right;
	margin: 0;
	padding: 0;
	width: 155px;
	background-color: #fff;
	text-align: left;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 10px 10px 10px 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background-color: #eee;
}
#sidebar ul li h2 {
	margin: 0;
	padding: 5px 12px;
	background-color: #eee;
	text-transform: uppercase;
	font-size: 1.2em;
}
#sidebar ul li ul {
	padding: 1px 5px;
}
#sidebar ul li ul a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#sidebar ul li ul a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
#sidebar form {
	margin: 0;
}
/* ----------------------- Layout ----------------------- */

#content * {
	text-align: left;
}
#content h1, #content h2, #content h3, #content p, #content form {
	margin: 20px;
}
h2 {
	font-weight: bold;
	font-size: 12px;
}
h1 {
	height:20px;
	padding: 5px 0;
	border-bottom: 3px #000 solid;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
#contact-form input {
	background-color: #FFFFFF;
}

/* ----------------------- About page specifics ----------------------- */
 /*
#about #content-wrapper, 
#contact #content-wrapper  {
	width: 677px;
	height: 510px;
	min-height: 510px;
	max-height: 510px;
}
*/
#about #content,
#contact #content,
#home #content  {
	width: 677px;
	margin: 0;
	padding: 0;
}


/* ----------------------- Home page specifics ----------------------- */

#home #header {
	/*background: #ffffff url(images/header.png) top center no-repeat;*/
}

/* ----------------------- wordpress content ----------------------- */

#musings #content-wrapper {
	background: #ffffff;
}
#musings #content {
	width: 500px;
	background-color:#ffffff;
}
#musings h1 {
	font-weight: bold;
	font-size: 14px;
}
/* ----------------------- wordpress specifics ----------------------- */

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, #sidebar ul ul li {
	list-style-type: disc;
	margin-left: 20px;

}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.post {
	background-color: #eee;
	margin: 10px;
	padding: 10px 0;
}
.posttitle {
	font-size: 1.6em;
	font-weight: bolder;
	color: #323232;
	padding: 5px 0;
	margin: 0 20px;
	border-bottom: 3px #000 solid;
}
.posttitle a {
	color: #323232;
	text-decoration: none;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.postmetadata {
	color: #808080;
}
.postmetadata a {
	color: #E31937;
	text-decoration: none;
}
.postmetadata a:hover {
	color: #808080;
	text-decoration: underline;
}
.postcommentdata {
	color: #808080;
}
.postdatetime {
	font-size: 0.5em;
	color: #808080;
	margin-top: 5px;
	float: right;
}
/* 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: 120px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 400px;
	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*/

#respond h3, #comments {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 20px 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li.even {
	background-color: #EAEBEB;
}
.commentlist li.odd {
	background-color: #CFCFCF;
}
.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 Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 145px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* 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;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin: 10px 10px 30px 10px;
}
	
/* End Various Tags & Classes*/

