/* @override 
	http://yellowrubberball.com/wp-content/themes/YRB/style.css
*/

/*
Theme Name: Yellow Rubber Ball
Theme URI: http://wordpress.org/
Description: A custom theme for Yellow Rubber Ball
Author: Katie Benedetto, yellowrubberball.com
Version: 1.0
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;vertical-align:baseline;background:transparent;margin:0;padding:0;}body{line-height:1;}h1,h2,h3,h4,h5,h6{font-weight:400;}blockquote{quotes:none;}blockquote:before,blockquote:after{content:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}a img{border:none;}

code{
	background-color: #fef5ca;
	padding: 20px;
	display:  block;
}

/* --------------------------------
	STRUCTURE
-------------------------------- */

html{
	padding: 0px !important;
	margin: 0px !important;
}

@font-face {
	font-family: 'criticized';
	src: url('fonts/criticized.ttf');
}

body{
	background: #343434 url("images/header.jpg") top left no-repeat;
	font-family: 'PT Sans', Helvetica, Arial;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	margin: 0px !important;
	padding: 0px !important;
}

.container{
	width: 959px;	
	margin: 0px auto 0px auto;
	padding: 20px;
}

#header .container{
	padding-top: 5px;
}

#main{
	background: #fff;
	padding-bottom: 50px;
}

#header{
	border-top: 5px solid #000;
	background: 100px 0px url("images/header-tall.png");
	border-bottom: 9px solid #eee;
}

#header .container{
	position: relative;
}

#header h1{
	background: url("images/logo12.png") top left no-repeat;
	width: 300px;
	height: 140px;
	margin-bottom: 0px;
}

#header h1 a{
	width: 300px;
	height: 140px;
	text-indent: -5000px !important;
	display: block;
}

#content{
	width: 650px;
	margin-bottom: 80px;
}

#footer{
	padding-top: 10px;
	clear: both;
	background: url("images/footer.gif");
	height: 195px;
	color: #777;
}

#footer a{
	color: #e2e697;
	text-decoration: none;
	font-weight: normal;
}

/* --------------------------------
	TYPOGRAPHY
-------------------------------- */

#header a{
	font-weight: bold;
}

#main a{
	color: #00589f;
	font-weight: bold;
	text-decoration: none;	
}

#main a:hover, #footer a:hover{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 20px;
	color: #000;
	font-weight: bold;
}

h2{
	clear: left;
	font-size: 26px;
	margin: 25px 0px 40px 0px;
	padding: 2px 0px 5px 60px;
	background: url("images/ball.png") 0px 5px no-repeat;
	line-height: 26px;
}

h2 a{
	color: #333;
	
}

h2 a:hover{
	color: #ca3a18;
}

h3{
	margin-top: 50px;
}

.post h3, .portfolio-website h3, .tagline{
	margin-top: 0px;
}

p{
	margin-bottom: 20px;
}

ul{
	margin-left: 30px;
	margin-bottom: 20px;
	color: #000;
}

.highlight{
	background-color: #fef799;
	padding-left: 4px;
	padding-right: 4px;
}

.bigtext{
	font-size: 24px;
}


/* --------------------------------
	NAVIGATION
-------------------------------- */

#menu-main-navigation{
	position: absolute;
	right: 0px;
	top: 10px;
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 40px;
}

#menu-main-navigation li{
	float: left;
	width: 125px;
	text-align: center;
}

li#menu-item-545{width: 90px;} /* home */
li#menu-item-569{width: 120px;} /* web services */
li#menu-item-904{width: 120px;} /* sample sites */
li#menu-item-900{width: 160px;} /* coaching */
li#menu-item-901{width: 110px;} /* contact */

#menu-main-navigation li a{
	text-decoration: none;
	font-size: 15px;
	color: #000;
}


#menu-main-navigation .current-menu-item a, #menu-main-navigation .current-menu-item a:hover, #menu-main-navigation a:hover, #menu-main-navigation a:active, .current_page_parent a:hover, .current_page_parent a:active, .current_page_parent a{
	color: #fff;
	background-color: #000;
	padding: 10px 12px 9px 12px;
}

#menu-main-navigation a.navclicked{

}


/* --------------------------------
	HEADER
-------------------------------- */

.tagline-1{
	position: absolute;
	top: 110px;
	left: 372px;
	font-size: 20px;
	color: #000;
}


/* --------------------------------
	PHOTO ALIGNMENT
-------------------------------- */

.alignleft{
	float: left;
	margin-right: 40px;
}

.alignright{
	float: right;
	color: #fcfbca;
}

.portfolio-website, .post, form ul, #commentform{
	background: #fcfbca;
	padding: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 8px solid #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfbca'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfbca)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #fcfbca); /* for firefox 3.6+ */ 
}

.portfolio-website{
	margin-bottom: 40px;
	clear: both;
	height: 370px;	
}

.portfolio-website img{
	border: 10px solid #ffd948;
	outline: 1px solid #ffbb3f;
	border: 10px solid #444;
	outline: 1px solid #000;
	margin-bottom: 40px;
}

.portfolio-website ul{
	padding-left: 450px;
}


/* --------------------------------
	SPECIFICS / HACKS
-------------------------------- */

.home h2{
	display: none;
}

.home #main .container{
	padding-bottom: 20px;
}

.page-id-21 blockquote, .page-id-5 blockquote{
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	padding-top: 30px;
	padding-left: 80px;
	background: url("images/quote.png") top left no-repeat;
}

.clearfix{
	clear: both;
}

/* --------------------------------
	Blog
-------------------------------- */

h3.post-title, .post h2{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px dashed orange;
	border-color: #fee44c;
}

h3.post-title{
	margin-left: 190px;
}

.post h2{
	padding-bottom: 15px;
}

.post{
	margin-bottom: 50px;
}

.a{
	background-color: #fcc37a;
}


h3.post-title a{
	text-decoration: none;
	color: #333;
}

.post .post-meta{
	font-style: italic;
}




/* --------------------------------
	HOME
-------------------------------- */

.home .tagline{
	font-size: 22px;
	line-height: 30px;
}

.posts{
	font-size: 13px;
}

.dev-posts{
	float: left;
	width: 350px;
	margin-right: 30px;
}

.project-posts{
	float: left;
	width: 250px;
}

.posts h3, .posts ul, .posts a, .posts h3, .posts ul, .posts a{
	color: #ddd;
}

.posts h3{
	border-bottom: 1px solid white;
	border-color: #484848;
}

.posts ul{
	margin-left: 0px;
	list-style-type: none;
}

.posts .date{
	color: #cfd1d1;
	font-weight: bold;
	padding-right: 5px;
}

.posts li{
	padding-bottom: 10px;
	line-height: 16px;
}

.posts a{
	text-decoration: none;
}

.posts a:hover{
	text-decoration: underline !important;
}

.links{
	float: right;
	width: 400px;
	text-align: right;
}


/* --------------------------------
	Contact
-------------------------------- */

.wpcf7-form input, #commentform input{
	width: 300px;
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 12px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.wpcf7-form .wpcf7-form-control-wrap textarea, #commentform textarea{
	border: 1px solid #ddd;
	padding: 5px;
	font-size: 12px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.wpcf7-form .wpcf7-submit, #commentform input#submit{
	background-color: #d8fa6c;
	height: 60px;
	font-size: 22px;
	border: 1px solid #71c93f;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8fa6c', endColorstr='#71c93fc'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#d8fa6c), to(#71c93f)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #d8fa6c,  #71c93f); /* for firefox 3.6+ */ 

}

form ul{
	font-size: 16px;
	list-style-type: none;
	margin-left: 0px;
	height: 400px;
	width: 675px;
}

form ul li{
	float: left;
	width: 315px;
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 10px;
}

form ul li.project-details{
	width: 680px;
	background: none;
	margin-right: 0px;
}

form ul li.project-details textarea{
	width: 640px;
	border: 1px solid #000;
}

/* --------------------------------
	HOME PAGE
-------------------------------- */

.column-thin{
	width: 290px;
	float: left;
	margin-bottom: 0px;
}

.column-wide{
	width: 655px;
	float: right;
}

div.home-portfolio{
	margin-bottom: 40px;
	float: right;
}

.home .logos{
	float: right;
}

div.home-portfolio img{
	border: 20px solid #222;
	display: none;
}

.page-id-3 #main{
	padding-bottom: 0px;
}


/* --------------------------------
	SINGLE POST
-------------------------------- */

.post-navigation .nav-next{
	padding-left: 20px;
}

.post-navigation{

}



.single .post{
	background: none;
	border: none;
	padding: 0px;
}

#respond{
	margin-top: 50px;
}

#commentform label{
	padding-left: 10px;
	font-size: 18px;
}

#feature-image img{
	float: left;
	border: 5px solid #333;
	margin: 0px 30px 40px 0px;
}

