/*
Theme Name: Project Builder
Description: Version 2.0
Version: 0.1
*/

body {
	margin: 0;
	padding: 0;  
	color: #111;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.1%;
	background: url('images/grid.gif') repeat;
}

#wrapper{
	width: 810px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	font-size: 75%;
	//line-height:20px;
}

#header{
	padding: 0;
	margin: 0;
	height: 100px;
}	

#content{
	margin: 0;
	padding: 0;
}	


/*  ************************************* */
/*  ************************************* */
/*  ********** DEFAULT STYLES *********** */
/*  ************************************* */
/*  ************************************* */


p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
/*  font-family: georgia, 'Times New Roman', sans-serif; */
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}

a{
color:#000033;
text-decoration:none;
}
a:hover{
color:#1f58a8;
text-decoration:none;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code {
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td {
	 vertical-align: top;
}




/*  ************************************* */
/*  ************************************* */
/*  ************ NAVIGATION ************* */
/*  ************************************* */
/*  ************************************* */

#sidebar {
	float: left;
	width: 190px; /* This is styleing the width of the main sidebar elements */
	padding: 0;
}

/*  ************************************* */
/*  ************************************* */
/*  **************** LOGO *************** */
/*  ************************************* */
/*  ************************************* */

#navLogo {
	margin: 10px 0 0 0;
	padding: 0px;
}	

#navLogo li {
	height: 92px;
	width: 130px;
	display:block;
	list-style:none;
	padding: 0;
	margin: 0;
	text-indent: -9000px;
}

#navLogo li a {
	height: 96px;
	display: block;
}

#home #nav-home a {background: url(images/navLogo.gif) -130px 0 no-repeat;}

#nav-home a {background: url(images/navLogo.gif)  0 0 no-repeat;}

#nav-home a:hover {background: url(images/navLogo.gif) -130px 0 no-repeat;}


/*  ************************************* */
/*  ************************************* */
/*  ************ INFO ABOUT ************* */
/*  ************************************* */
/*  ************************************* */


#navInfo {
	width: 11px;
	height: 92px;
	margin: 0px;
	padding: 0px;
	position: relative;	
	top: -88px;
	left: 130px;
}

#navInfo li {
	height:46px;
	width:50px;
	display:block;
	list-style:none;
	padding: 0;
	margin: 0;
	text-indent: -9000px;
}

#navInfo li a {
	height: 46px;
	display: block;
}

#about #nav-about a {background: url(images/navInfo.gif) -70px 0 no-repeat;}
#contact #nav-contact a {background: url(images/navInfo.gif) -70px -46px no-repeat;}

#nav-about a {background: url(images/navInfo.gif)  0 0 no-repeat;}
#nav-contact a {background: url(images/navInfo.gif) 0 -46px no-repeat;}

#nav-about a:hover {background: url(images/navInfo.gif) -70px 0 no-repeat;}
#nav-contact a:hover {background: url(images/navInfo.gif) -70px -46px no-repeat;}




/*  ************************************* */
/*  ************************************* */
/*  **************** NAV **************** */
/*  ************************************* */
/*  ************************************* */


#subscribe{
 text-align:center;
}

#subscribe p{
margin: 3px 0 10px 0;
font-size: 110%;
}

#subscribe p a{
color: #000033;
}


.menu /* This is the box that surrounds the navigation menu  */{
padding:0px;
margin-top: 20px;
}

.menu a /* These are the main navigation buttons  */{
	font-family: tahoma;
}

.menu a:hover{
}

.menu ul{
margin:0;
padding:0;
list-style-type: none;
}

.menu ul li.widget{
margin: 0 0 0 0;
padding: 0 0 0px 0px;
}

.menu ul li.widget ul{
margin: 0;
padding: 0 0 0 10px; /* this padding shifts the nav bar to the left by 10px  */
}

.menu ul li.widget ul li /* this section styles the main navigation buttons ie MEDIA PROJECTS etc */ {
	padding: 18px 0 17px 58px;
	margin:0;
	background: url(images/navBar_norm.gif) no-repeat;
}

.menu ul li.widget ul li a /* this section styles the links in the main navigation buttons ie MEDIA PROJECTS etc */  {
	color: #000033;
	font-size: 120%;
	font-weight: 700;
	letter-spacing: 1px;
}

.menu ul li.widget ul li ul{
	margin: 6px 22px -5px -9px;
	padding: 2px 0 2px 0;
	border: 1px solid #CCCCCC;
	border-top: none;
	background: #efefef;
}

.menu ul li.widget ul li ul li {
	background: #efefef;
	padding: 0px 0 0px 5px;
	margin: 0px 0 0 0;

}

.menu ul li.widget ul li ul li a{	
	color: #000033;
	line-height:12px;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0;
}

/* The styles below dont seem to apply to my sites navigation */
.menu ul li.widget h3 {
padding:2px;
margin:14px 0 8px 4px;
color: #000033;
font-weight: bolder;
color: red;

}

.menu ul li h3 a{
color: red;
}

.menu ul li h3 a:hover{
color: res;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}


/*  ************************************* */
/*  ************************************* */
/*  **************** COMMON ************* */
/*  ************************************* */
/*  ************************************* */

#navigation {
	margin: -10px 0 0 0 ;
}

.fleft a {
	float: left;
	padding: 3px;
	width: 75px;
	border-style: solid;
  	border-width: 1px;
  	border-color: #000033;
  	text-align: center;
}

.fleft a {
	background-color: #000033; 
	color: white;	
}

.fleft a:hover {
	background-color: white; 
	color: #000033;	
}

.fright a {
	float: right;
	padding: 3px;
	width: 75px;
	border-style: solid;
  	border-width: 1px;
  	border-color: #000033;
  	text-align: center;
}

.fright a {
	background-color: #000033; 
	color: white;	
}

.fright a:hover {
	background-color: white; 
	color: #000033;	
}



/*  ************************************* */
/*  ************************************* */
/*  **************** HOME *************** */
/*  ************************************* */
/*  ************************************* */

#mainHome {
	float: right;
	width: 595px; 
	margin: 10px 0 30px 0;
	padding: 0;
}

#mainHomeLeft {
	float: left;
	width: 385px; 
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#mainHomeRight {
	float: right;
	width: 190px;
	margin-top: -8px;
	padding: 0;
	line-height: 100%;
}

.postHome{
	margin: 0px 0px 30px 0;
	padding: 0 15px 15px 15px; 
	border: 1px solid #000033;
	background: white;
}

.dateHome {
	float: right;
	padding: 2px 7px;
	margin: -1px 0 0 0;
	text-align:center;
	color: #000033;
	font-size: 85%;
	border: 1px solid #000033;
	width: 125px;
}

.entryHome {
	margin: 0;
	padding: 0;
	font-size: 130%;
	line-height: 110%;
}

.entryHome p {
	margin: 0 0 10px 0;
}

.entryHome h2 {
	padding: 1px 0;
	margin: 30px 0 5px 0;
	font-size: 170%;
	line-height: 100%;
	font-weight: bold;
	/*background-color: #000033; */
	/*border-top: 1px thin #000033; */
}

.entryHome h2 a{
	color:black;
}

.entryHome h2 a:hover{
	color:#000033;
}


/*  ************************************* */
/*  ************************************* */
/*  ************ CAT BOXES ************** */
/*  ************************************* */
/*  ************************************* */

.parentCatMain {
	float: right;
	width: 600px; 
	margin: 10px 0 0 0;
	padding: 0px;
}

#parentCatBoxes {
  	margin: 8px;
  	border-style: solid;
  	border-width: 1px;
  	border-color: 000033;
  	width: auto;
  	float: left;
  	overflow: hidden;
  	background: #000033;
  	width:180px;
  	height:180px;
}

#parentCatBoxes a {
	display: block;
	height: 180px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
			
#parentCatBoxes a img {
	display: inline;
	border: 0 none  #000;
}
			
/*#parentCatBoxes a div {
	display: none;
	padding: 0px;
	margin: 0px;
}*/
			
#parentCatBoxes a:hover img {
	display: none;
}
			
#parentCatBoxes a:hover div {
	width: 180px;
	height: 180px;
	display: block;
	text-align: center;
	background-color: 000033;
	padding: 0px;
	margin: 0px;
}

#parentCatBoxes h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	font-size: 18px;
	color: #fff;
}

#parentCatBoxes p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}






/*  ************************************* */
/*  ************************************* */
/*  ************* CATEGORY ************** */
/*  ************************************* */
/*  ************************************* */


#main {
	float: right;
	background: white;
	width: 570px; 
	margin: 10px 0 30px 0;
	padding: 15px;
	border: 1px solid #000033;
}

#mainLeft {
	float: left;
	width: 370px; 
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#mainRight {
	float: right;
	width: 180px;
	margin: 0;
	padding: 0;
	line-height: 100%;
}


.post{
	margin: 0px 0px 40px 0;
	padding: 0; 
}

h2#sectiontitle{
	font-size: 250%;
	font-weight: bold;
	font-family: Tahoma;
	padding:0;
	margin-top: 8px;
	color: black;
	font-spacing: 30px;
	letter-spacing: 1px;
}

.entry{
	margin: 0;
	padding: 0;
	font-size: 120%;
	line-height: 110%;
	border-top: 1px solid #000033;
}

.entry p {
	margin: 0 0 10px 0;
}

.entry h2 {
	padding: 1px 0;
	margin: 5px 0 5px 0;
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
	//background-color: #000033; 
	//border-top: 1px thin #000033; 
}

.entry h2 a{
	color:black;
}

.entry h2 a:hover{
	color:#000033;
}

.date {
	float: right;
	padding: 2px 7px;
	margin: -17px 0 0 0;
	text-align:center;
	color: #000033;
	font-size: 85%;
	border: 1px solid #000033;
	width: 125px;
}


.postmetadata{
	padding: 0;
	margin: 0;
	text-align:right;
	color: #AAA;
	font-size: 85%;
}

.categorymeta{
	margin-bottom: 1px;
	text-align:right;
	font-size: 85%;
}

.categorymeta a{
	color: #000033;
}

.categoryDescription {
	font-family: Tahoma;
	font-size: 150%;
	margin: 18px 0 50px 0;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: normal;
}



/*  ************************************* */
/*  ************************************* */
/*  *************** PAGE **************** */
/*  ************************************* */
/*  ************************************* */

.postPage{
	margin: 0px 0px 100px 0;
	padding: 0 15px 20px 15px; 
	border: 1px solid #000033;
	background: white;
}

.entryPage {
	margin: 0;
	padding: 0;
	font-size: 130%;
	line-height: 110%;
}

.entryPage p {
	margin: 0 0 15px 0;
}

.entryPage h2 {
	padding: 1px 0;
	margin: 15px 0 25px 0;
	font-size: 170%;
	line-height: 100%;
	font-weight: bold;
	/*background-color: #000033; */
	/*border-top: 1px thin #000033; */
}

.entryPage h2 a{
	color:black;
}

.entryPage h2 a:hover{
	color:#000033;
}



/*  ************************************* */
/*  ************************************* */
/*  ************* COMMENTS ************** */
/*  ************************************* */
/*  ************************************* */

h3#comments, h3#postcomment{
	font-size: 100%;
}	

ol#commentlist{
	padding: 0;
	list-style-type: none;
}

ol#commentlist li{
	padding: 0;
	margin: 0;
}

ol#commentlist li {

}

p.commentheader{
	margin: 0;
	display: block;
	padding: 0;
	color: #AAA;
	font-size: 95%;
}

ul#commentlist{
	padding: 0 7px 0 50px;
	margin-top:20px;
	list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin-bottom: 5px;
	font-size:85%;
	line-height: 100%;
	text-align:right;
}

ul#commentlist p{
	margin: 0;
}

ul#commentlist li div.comm{
	margin: 0;
	padding: 0;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 0;
}

ul#commentlist li div.gravatar img{
	border: 1px solid #ccc;
}

ul#commentlist li div.commenttext{
	padding: 0;
	margin: 0;
}

ul#commentlist li div.commenttext div.commentwrapper{
	margin: 0;
	padding: 0;
}


/*  ************************************* */
/*  ************************************* */
/*  *************** FORM **************** */
/*  ************************************* */
/*  ************************************* */

form {  
	margin: 20px 0 0 0;
	padding: 0 7px 0 0 ;
}

form a {
	background-color: #00033;
	text-align: right;
}

form p {
	font-size: 85%;
	background-color: #FFF;
	text-align: right;
}

textarea {
	padding: 0;
	margin: 0 0 0 0px;
	width: 320px;
	height: 50px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* im having trouble getting the width wider */
	font-size: 100%;
	background-color: #FFF;
	color: #000;
	text-align: right;
}

input {
	display: block;
	float: right; 
	width: 150px;
	margin: 0 0 0 0; /* i attempted to add space between each item but when i added a margin everything went wonky? */
	padding: 0 0 0 3px;
	font-size: 95%;
	background-color: #FFF;
	color: #000033;
	text-align: left;
}

label {
	display: block;
	padding-right: 168px;
	font-size: 85%;
	color: #AAA;
	text-align: right;
}
/* how do i style the submit button differently? */


/*  ************************************* */
/*  ************************************* */
/*  ************** 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;
}


#footer a{
font-weight: 100;
}

#sidebar input{
background: #444;
border: 1px solid #666;
color: #fff;
}



