/*  
Theme Name: BrozeBros
Theme URI: http://www.brozebros.com/
Description: For Broze Bros.
Author: Yuri and Chip
*/



/*+++++++++++++++++ Begin Typography & Colors+++++++++++++++++++++ */

body {border-top: 5px solid rgb(0,190,190); /*this sets top border only but not above buttons */
	font-size: 62.5%;
	font-family: Perpetua, 'Times New Roman', Serif;
	color: rgb(50, 50, 50);
	text-align: center;
	}

a {color: rgb(020,100,250); text-decoration: none; border-bottom: 1px dotted;}	
a:visited {color: rgb(75,25,25);}
a:hover {text-decoration: none; color: rgb(000,170,150);}	

a.image {border-bottom: 0;}	
	

#page {
	text-align: left;
	}
	


/* Header refers to navigation links */
#header a {
	margin-top: -5px; /* equal to the border size!! */
	margin-bottom: 0px;
	border-top: 5px solid rgb(50,50,50);
	border-left: 1px solid rgb(100,170,170);
	border-bottom: none;	
	text-transform: capitalize; 
	font-size: 1.1em; 
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 1px;
color: rgb(75,25,25);
	}	
#header a:hover {text-decoration: none; color: rgb(000,170,150);}

/* Main section CSS Here */
#content {
	border: 1px solid rgb(100,170,170);
	font-size: 1.6em;
	line-height: 1.4em;	
	}

.postmetadata, .commentmetadata, #footer { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	font-size: 0.7em;
	font-weight: normal; 
	}

.postmetadata {
	line-height: 1.3em;
	}

.postmetadatatags a, .postmetadatatags a:visited {
	color: rgb(168,164,162);
	text-decoration: none;
	border-bottom: none;
	}	

.postmetadatatags a:hover {color: rgb(40,40,40);}	


		
.alt {background-color: rgb(250,249,248);
	border-top: 1px solid rgb(241,239,237);
	border-bottom: 1px solid rgb(241,239,237);
	}





/* Footer is for the bottom thing after the main "content section" */
#footer {
	font-size: 0.9em;	
	}
#footer a, #footer a:visited {color: rgb(120,120,120); text-decoration: none; border-bottom: none;}	
#footer a:hover {color: rgb(40,40,40);}	




/* I don't know what this is for! Part of the footer?*/
small, .navigation {
	color: rgb(138,134,132);
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.navigation a {border-bottom: none;	
	}	
	



/* Header stuff.  First, specifies ALL of the header tags, and then goes in detail. */
h1, h2, h3, h4 {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}
h1 {
	font-size: 4.8em;
	line-height: 0.9em;
	}	
#header h1 a {
	color: rgb(50,50,50);
 	letter-spacing: -3px;	
	font-family: Perpetua, 'Times New Roman', Serif;
	font-weight: normal;	
	text-align: center;
	text-transform: none;
	border: none;		
	}
#header h2 {
        float:right;
	color: rgb(50,50,50);	
	font-size: 1.5em;
	font-family: Perpetua, 'Times New Roman', Serif;
	font-weight: normal;	
	text-align: right;
	text-transform: none;
	border: none;		
	}



/*h2 is the title of posts. "a" tag is used because they are all links.  These are shades of grey only*/
h2 {
	font-size: 1.7em;
	}	
h2 a {color: rgb(80,80,80);
 	letter-spacing: -1px;
	line-height: 1em;
	text-decoration: none;
	border-bottom: none;			
	}
h2 a:visited {color: rgb(80,80,80);}		
h2 a:hover {color: rgb(0,0,0);}



/*h3 is ?????????????? But not on the main page.  Dunno, maybe JIC. "li" means list item, which is a separate HTML tag.  Not sure how that works but maybe if you have <li> in an <h4> tag, then you get what's listed. Not on the main page though, so maybe all this is worthless.*/
h3 {
	font-size: 1.3em;
	}
	
h4, li h2 {line-height: 1.2em;
 	letter-spacing: 1px;	
	font-size: 0.8em;
	font-weight: normal;	
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;		
	}	
	









/* here is your comment stuffs, probably only on comment pages/individual pages. */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Perpetua, 'Times New Roman', Serif; 
	}
	
.commentlist li {
	font-weight: bold;
	}

.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;
	}

#commentform p {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	}

	
#sidebar {
	background: rgb(135,185,185);
	font-size: 1.0em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	}
	
#sidebar a {
	font-size: 1.1em; 
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: rgb(50,50,50); 
	text-decoration: none; 
	line-height: 1.3; 
	border-bottom: none;
	}

#sidebar a:hover {
	color: rgb(100,100,100);
	text-decoration: underline
	}

#sidebar h2 {color: white;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: bold; 
	letter-spacing: 1px; 
	line-height: 1.9em; 
	text-transform: capitalize;
	font-size: 1.0em;
	}		
	





#searchsubmit, #sidebarsubmit, #commentform #submit {
	font: normal 0.9em 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;	
	text-transform: uppercase;	
	}
	
#sidebarsubmit {
	font-size: 0.9em;
	}		

.nocomments, .postmetadata, strike, #footer {
	color: rgb(168,164,162);
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	




/*This is probably specific for the calendar widget.*/
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	

/*settings for "page" layout*/
#pagestripe {background: rgb(100,170,170); width: 780px; height: 5px; clear: both;
	}
	
	
/* End Typography & Colors */









/* ++++++++++++++++Begin Structure ++++++++++++++++++++++ */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	width: 780px;
	}
	
#header {
	height: 212px;
	width: 780px;
	}

#content {
	width: 519px;
	margin: 0 0 0 0;
	padding: 40px 40px 40px 30px;
	float: left;
	clear: both;	
	}

#content.single {
	width: 518px; 
	margin: 0; 
	padding: 70px 130px; 
	}	

#header ul, #header li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#header li a {display: block;
	min-width: 40px;
	padding: 28px 32px 12px 12px;
	float: left;}	
	
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}
	
.postmetadata .alt {
	margin: 20px 0 0 0;
	}	
	
#footer {
	width: 780px;
	clear: both;
	}
	
#footer.single {
	width: 780px;
	}	

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
div.columnleft {
	float: left;
	width: 285px;
	padding-right: 33px;	
	}

div.columnright {
	float: right;
	width: 285px;
	padding-left: 34px;
}
/* End Structure */









/*	+++++++++++++++++++++Begin Headers (First is title image)+++++++++++++++++++++++++*/
#header h1 {background: white url(images/header_background.jpg) bottom right no-repeat;
	display: block;
	width: 460px;
	height: 160px;
	float: left;
	margin: 0;	
	padding: 0;		
	}	
	
#header h1 a {display: block;
	margin: 30px 0 0 0;	
	padding: 37px 15px 0 15px;		
	}

#header h2 {display: block;
	width: 240px;
	height: 93px;
	margin: 30px 0 0 0;
	padding: 37px 40px 0 40px;
	float: right;	
	}


h2, #sidebar h2 {
	margin: 0;}	
	
#sidebar h2 {
	padding: 0;
	}

h3 {
	margin: 30px 0 0 0;
	padding: 0;
	}

h3.comments {
	margin: 40px auto 20px auto;
	padding: 0;
	}
	
h4 {	
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;	
	}	
/* End Headers */




















/* +++++++++++++++++ Begin Images: how to deal with images in the posts, and what margins to use.*/
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.singlepostalignright {
	float: right;
	margin-left:3em;
	}
	
.singlepostalignleft {
	float: left;
	margin-right:3em;
	}

.alignright {
	float: right;
	padding: 1.5em 0 0.4em 1.0em;
	}
	
.alignleft {
	float: left;
	padding: 1.5em 1.0em 0.4em 0;
	}

.wp-caption {
  border: none;
  text-align: center;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-text {
  font-style: italic;
  font-size: 1.0em;
  line-height: 1.0em;
  margin: 0;
}


/* End Images */






















/*+++++++++++++++++++++++++++++++++ Begin Lists ++++++++++++++++++++++++++*/

ul, ol {

	margin: 25px 0 25px 0;
	padding: 0 0 0 30px;
	}	

ol {
	padding: 0 0 0 35px;
	}	







	
ul ul {
	margin: 5px 0 20px 20px;
	}	

















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;
	list-style: none; 
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
 	line-height: 1.7;	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ul ul {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */






















/* ++++++++++++++++++++++Begin Form Elements +++++++++++++++++++++++++*/
input#s, input#author, input#email, input#url, textarea, #sidebar #searchform #s {border: 1px solid rgb(100,170,170);}

#searchform {
	margin: 0 auto;
	padding: 0 0 15px 0; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 95px;
	padding: 2px 0;
	}

#searchsubmit, #sidebarsubmit {
	margin-left: 10px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	padding: 0;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	padding: 2px;
	}

#commentform textarea {
	width: 98%;
	margin: 5px 0 0 0;	
	padding: 0px;
	}

#commentform #submit {
	margin: 2px 0 0 0;	
	float: right;
	}
/* End Form Elements */




























/* +++++++++++++++++++++++Begin Comments++++++++++++++++++++++++++*/
.alt {
	margin: 20px 0 0 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px 0;
	padding: 10px;
	list-style: none;
	}

.commentlist p {
	margin: 0;
	padding: 10px 0 0 0;	
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
























/* ++++++++++++++++++++++++++Begin Sidebar ++++++++++++++++++++++*/

#sidebar {
	display: block; 
	margin-top: 1px;
	margin-left: 590px;
	padding: 30px;
	float: none;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

















/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 dotted;
	}
	
blockquote, blockquote cite {
	margin: 0px 15px 0 0; 
	padding: 20px 0px 0px 35px; 
	background: url(images/quote-arial.gif) 0px 15px no-repeat; 
	color: rgb(110,106,103); 
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal; 
	font-size: 0.7em; 
	}

blockquote cite {
	display: block; 
	}
	
blockquote p {
	margin: 0; 
	padding: 0; 
}		

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0 40px 0;
	clear: both;
	border-bottom: none;	
	}

.break {margin: 0; padding: 0; clear: both; line-height: 0px; width: 100%; visibility: hidden;}	

/* End Various Tags & Classes*/














/* Begin Yuri's Table Mod*/

table {
       border-style: solid;
       border-color: rgb(100,170,170);
       margin-top:1.4em;
       }














td {
       border-style: solid;
       border-color: rgb(100,170,170);
       font-size:90%;
       line-height:normal;
       }

