/*
Theme Name: Meredith Geller WP Theme
Theme URI: http://wordpress.org/
Description: The default Base.
Version: 1.0
Author: Boris Petkovic
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets

*/


h1 {
	margin:0;
	padding:0;
	color:#333;
	font: bold "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	}
h1 a {
	color:#333;
	text-decoration: none;
	display:block;
	width: 328px;
	height:74px;
	text-indent: -9000px;
	overflow:hidden;
	}
h1 a:hover {
	color:#333;
	text-decoration: underline;
	}
	
	
h2 {
	display:block;
	margin:0 0 5px 0;
	padding:0;
	color:#000;
	font: 23px "helvetica neue", helvetica, arial, sans-serif;
	text-transform:uppercase;

	}
h2 a {
	margin:0 0 5px 0;
	color:#333;
	text-decoration: none;
	border-bottom: 1px solid #999;
	display:block;
	width: 100%;
	}
h2 a:hover {
	color:#777;
	text-decoration: none;
	}
	
h3 {
	display: block;
	width: 100%;
	margin: 9px 0 15px 0;
	padding:0;
	color:#000;
	font: bold 17px "helvetica neue", helvetica, arial, sans-serif;
	border-bottom: 1px solid #999;
	}
		
a {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}
	
small {
	font: 10px "helvetica neue", helvetica, arial, sans-serif;
	}
	
img {
	border: none;
	}
	
.clear {
	clear: both;
}

.bold {
	font: bold 15px "helvetica neue", helvetica, arial, sans-serif;
	color: #333;
}

.bold a  {
	text-decoration:none;
}

.bold a:hover  {
	text-decoration: underline;
}


/* Begin Typography & Colors */
body {
	margin: 0 0 20px 0;
	padding-left: 0;
	font: 13px "helvetica neue", helvetica, arial, sans-serif;
	color: #333;
	background-color: #000000;
	}

#header {
	margin: 0;
	padding: 0 0 0 80px;
	height:200px;
	background: #ffffff url(images/header-bg.gif) repeat-x left top;
	}
	
#header-top {
	margin: 0;
	padding: 35px 0 0 0;
	width: 877px;
	height:91px;
	background: url(images/logo.gif) no-repeat left 40px;
	border-bottom: 1px solid #FFF;
	}
	
#top {
	margin: 0;
	padding: 00;
	width: 877px;
	height:60px;
	border-bottom: 1px solid #000000;
	}

#menu-item {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#menu-item li a {
	display: block;
	margin:24px 20px 0 0;
	padding:0;
	font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
	text-transform:uppercase;
	color: #787878;
	text-decoration: none;
	float: left;
}

#menu-item li a:hover, #menu-item li a:active, #menu-item li.current_page_item a:link, #menu-item li.current_page_item a:visited {
	color:#000000;
}


#catnav {
  margin: 20px 0 0 0;
  padding: 0;
  clear: both;
  height: 44px;
  width: 960px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
	display: block;
	margin:24px 21px 7px 0;
	padding:0;
	font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
	text-transform:uppercase;
	color: #787878;
	text-decoration: none;

  }

#nav li a:hover {
  color: #000;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #999;
  border-top: 1px solid #333;
  background: #000;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  color: #fff;
  border-top: 1px solid #333;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }
#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:20px;}









#content {
	margin: 0;
	padding: 14px 0 30px 80px;
	background-color: #ffffff;
}

#content-fixed {
	width:877px;
}

#quote {
	margin-top: 15px;
	display:block;
	width:280px;
	color:#000;
	font: bold 16px "helvetica neue", helvetica, arial, sans-serif;
	}





.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em "helvetica neue", helvetica, arial, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 30px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

#posts {
	float:left;
	margin: 0;
	padding: 0;
	width:648px;
	}


/* End Structure */




/* Begin Images */


/*	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. */

.entry {
	padding-bottom: 20px;
	padding-top: 20px;
	}

#tp {
	display:block;
	height:35px;

	}
	
#postinfo {
	margin-bottom: 35px;
	}
	

.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 0;
	}

#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;
	}
	
#sidebar a {
	text-decoration:none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
/* 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:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform {
	width: 450px;
	height:160px;

	}
#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: left;
	}
/* 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
{
	float: right;
	margin: 0;
	padding: 0;
	width:190px;
	}

#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;
	}

hr {
	display: none;
	}



.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/




#footer {
	margin: 0;
	padding: 0 0 0 80px;
	width: 880px;
	height: 83px;
	}
	
#footer-left {
	display: block;
	width:300px;
	padding-top: 17px;
	float:left;

	}
	
#home {
	margin: 0;
	padding: 0;
	height: 400px;
	font-size: 14px;
	position:relative;
	}
	
#footer-right {
	position:absolute;
	display: block;
	width:389px;
	padding-top: 22px;
	right: 0;
	bottom: -108px;
	}
#footer-right2 {
	position:absolute;
	display: block;
	width:389px;
	font-size: 12px;
	padding-top: 0px;
	right: 0;
	bottom: -128px;
	color:#FFF;
	text-align:right;
	}	
	
#footer-right2 a {
	color:#FFF;
	text-decoration:none;
	}
		
#footer-right2 a:hover {
	color:#FFF;
	font-size: 12px;
	text-decoration: underline;
	}
	
#copyright {
	display: block;
	width:300px;
	font-size: 13px;
	padding-top: 35px;
	padding-right: 5px;
	text-align:right;
	float:right;
	color:#FFF;
	}
#copyright a {
	color:#FFF;
	text-decoration:none;
	}
	
#copyright a:hover {
	color:#FFF;
	text-decoration: underline;
}
#disclaimer {
  font-size: 0.9em;
}
#social-media {
  width: 200px;
  padding: 12px;
}
#social-media ul {
   list-style: none;
   margin: 0;
   padding: 0; 
}
#social-media ul li {
  float: left;
  margin-right: 16px; 
}
#social-media ul li a {
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px; 
}
li#social-twitter a {
  background: url("/wp-content/uploads/2010/06/social_white_bg.png") -212px 0;
  width: 74px; 
}
li#social-twitter a:hover {
  background: url("/wp-content/uploads/2010/06/social_white_bg.png") -212px 30px; 
}
li#social-facebook a {
  background: url("/wp-content/uploads/2010/06/social_white_bg.png") -111px 0;
  width: 85px; 
}
li#social-facebook a:hover {
  background: url("/wp-content/uploads/2010/06/social_white_bg.png") -111px 30px; 
}
