/*
Theme Name: Justin
*/


/****************************
 **   Contents
 ****************************

	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)






/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: "Century Gothic", "Palatino", "Georgia", "Baskerville", Arial;
	color: #777;
}

a {
	color: #5f5f5f;
}

img {
	border: 0;
}

/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {
  width: 829px;
  /* height: 146px;  */
  padding-bottom: 15px;
	background-color: #ffffff;
	margin: 0px auto;
	border-bottom: 3px solid #bb2026;
}

#menu-left {
	float: left;
	width: 535px;
	display: block
}

#menu-left iframe {
	border:0;
	width: 535px;
}

#menu-right {
	float: right;
	font-size: 0.9em;
	margin-top:-6px;
        width:900px;
}

#menu-right ul {
	list-style: none;
	margin-left:0px;
}

#menu-right ul li {
	float:left;
        padding-right:55px;
	list-style: none;
	margin-left:-40px;
}

#menu .page_item a {
	font-weight:bold;
	line-height: 1.2;
	color: #333;
	text-decoration: none;
}

#menu .current_page_item a, #menu .page_item a:hover {
	color: #bb2026;
}

#menu #nav
{
float: right;
margin: -165px 0 0 200px;
}

#menu #nav ul li
{
float: left;
padding-right: 55px;
list-style: none;
margin-left: -40px;
}

#menu #nav p
{
clear: left;
color: #333;
margin: 0;
padding: 5px 0 0;
}

#menu #nav p a:link, #menu #nav p a:active
{
text-decoration: none;
color: #;
}

#menu #nav p a:link, #menu #nav p a:active
{
text-decoration: none;
color: #BB2026;
}

/* Header */

#header-wrap {
	width: 829px;
	margin: 0 auto;
}

#header div {
	width: 829px;
	margin: 0 auto;
}

#header {
	height: 204px;
}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#blog-description {
	position: relative;
	top: 60px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	left: 1.3em;
}

#cName {
	height: 32px;
	background: url(images/cName.jpg) no-repeat left;
}

#header-wrap #header_grind .logo
{

}

/* Content */

#content-container {
text-align:justify;
}

#content {
	width: 829px;
	margin: 0 auto;
}

#body {
	float: left;
	width: 515px;
	margin-right: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 294px;
}

#sidebar .widgettitle{
	font-size:0px;
	color:white;
}

#sidebar h3.sidebar_extra
{
margin: 20px 3px 3px;	
}

#sidebar .sidebar_border
{
clear: left;
float: left;
border: solid 1px #cacaca;
margin-bottom:20px;
padding:5px;
text-align:center;
}

/* Footer */

#footer-wrap-outer {
	margin-top: -51px;
}

#footer-wrap {
	width: 100%;
	padding-top: 91px;
	padding-bottom: 30px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 90px;
	min-height: 30px;
}

#footer_new
{
font: 12px "Century Gothic", "Palatino", "Georgia", "Baskerville", Arial;
background: url(images/footer.gif) no-repeat bottom;
margin: 50px auto 0;
width: 829px;
height: 210px;
}

#footer_new ul.left, #footer_new ul.right
{
float: left;
margin: 0;
width: 240px;
}

#footer_new ul.left
{
margin: 0 0 0 120px;
}

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

/* General */

h2 {
	font-size: 11pt;
	font-family: Century Gothic,Arial, Tahoma , sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #bb2026;
	margin-top: 0px;
	margin-bottom: 2px;
}

h2 a {
	text-decoration: none;
	color: #bb2026;
}

.post
{
border-bottom: 1px solid #F2F2F2;
padding: 0 0 10px;
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
}

.post .entry img
{
border: 3px solid #F2F2F2;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	font-size: 11pt;
	font-family: Century Gothic,Arial, Tahoma , sans-serif ;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	padding-top: 20px;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.entry a {
  color: #bb2026;
}

.entry #one {
  float:left;
  padding-right: 6px;
}

#one #two {
  float:left;
  display: block;
  font-size:11px;
  color:red;
}

.header #one {
  float:left;
  padding-right: 6px;
}

.header #one #two {
  float:left;
  display: block;
  font-size:11px;
  color:red;
}

.metadata {
	margin-top: 20px;
	text-align: left;
	font-size: 0.7em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	margin-top: 20px;
	font-size: 0.9em;
}

.hr {
}

.hr hr {
	display: none;
}

.navigation
{
margin: 10px 0 0;
width: 100%;
}

.navigation a
{
padding: 0 0 10px;
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
	font-weight: bold;
}

.navigation .next {
	float: left;
	font-weight: bold;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

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

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}


/* Comments */


.commentlist {
	padding: 0;
	margin: 0 0 0 14px;
	list-style-type: none;
}


.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
	width: 481px;
	height: 21px;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	width: 437px;
	padding-right: 10px;
	width: 451px;
	padding-left: 26px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.after-comment {
	width: 481px;
	height: 37px;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Frame */


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	
}

.frame-outer span span {
/*	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;*/
}

.frame-outer span span span {
/*	background: url(images/frame-top-right.jpg) no-repeat right top; */
}

.frame-outer span span span span {
/*	background: url(images/frame-bottom-right.jpg) no-repeat right bottom; */
	padding: 2px;
	padding-right:3px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 500px;
}

.frame-outer.small span {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

#sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 0px;
}

#sidebar a {
	color: #9f9f9f;
}

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

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

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

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

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

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

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

#sidebar .twitter{
	border: solid 1px #cacaca;
	padding: 9px;
}
#sidebar .subscribeform {
	border: solid 1px #cacaca;
margin-top:20px;
padding:5px;
padding-left:15px;
}

/*****************************
Subscription Form
*****************************/
#sidebar #subscription
{
font-size: 12px;
text-align: left;
border: solid 1px #cacaca;
margin: 0 0 20px;
padding:5px;
padding-left:15px;
}

#sidebar .required
{
color: #E0070F;
}

#sidebar .textwidget
{
border: solid 1px #cacaca;
margin-top:20px;
padding:5px;
text-align:center;
}

#sidebar .twitter-item{
	font-size:12px;
}

#sidebar .twitter-link{
	color: #BB2026;
	font-weight: bold;
}
/* Search */

#menu #searchform div {
	background-image: url(images/searchform.jpg);
	height: 28px;
	margin-left: 0px;
	font-size:10px;
}

#menu #searchform #subscribe div {
	background-image: url(images/rss.jpg);
	width: 26px;
	height: 28px;
	margin-left: 0px;
	font-size:10px;
}

#menu #searchform div #s {
	border: 0;
	margin-top: 5px;
	margin-left: 3px;
	width: 145px;
	height: 12px;
	font-size: 1.1em;
	vertical-align:top;
}
#menu #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 76px;
	height: 16px;
	margin-left: 4px;
	margin-top: 6px;
	overflow: hidden;
	text-indent: -2000px;
}



.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

#sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

#sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}

#sidebar h3
{
color: #BB2026;
margin: 0 0 3px 3px;
padding: 0;
}

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

#footer #subscribe a {
	display: block;
	position: absolute;
	background-image: url(images/rss.png);
	width: 149px;
	height: 126px;
	margin-left: -126px;
	margin-top: -68px;
	text-indent: -2000px;
	overflow: hidden;
}

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .legal {
	float: left;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #a3a3a3;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

/****************************
 **   Facebook
 ****************************/
#facebook
{
clear: left;
float: left;
border-top: solid 1px #cacaca;
margin: 0;
padding: 10px 0 0;
}

/****************************
 **   Project Page
 ****************************/
table.item
{
padding: 0 0 20px;
height: 145px;
}

table.item a
{
color: #231F20;
font-family: "Century Gothic", "Palatino", "Georgia", "Baskerville", Arial;
font-weight: bold;
font-size: 16px;
text-decoration: none;
}
 