@charset "UTF-8";
/*
Theme Name: UI and the Rest
Theme URI: http://www.uiandtherest.com
Description: Private blog of Adrian Pomilio
Version: 4
Author: Adrian Pomilio
Author URI: http://www.uiandtherest.com



*/




body{
	color: #333;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
	text-align:left;
	min-height: 720px;
	
}



/* Headers */

#header{
	width:940px;
	height: 100px;
	margin-bottom:90px;
}


#container{
	float:left;
	width:630px;
	margin-left: 1.2em;
	margin-top: -3em;
	
	
}

.sidebar{
	
	float:right;
	min-width:240px;
	min-height: 600px;
	width: 240px;
	height:100%;
	margin: -90px 0 0 10px;
	
}

/* footer */

#footer{
	clear:both;
	text-align:center
	width: 938px;
	
}

#footer p {font-size: 1.4em;
	 font-family:Tahoma, Geneva, sans-serif;
	 text-align:center;
	}


/* headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Helvetic, Arial, sans-serif;
	color: #33312a;

	}

h1 {
	font-size: 45px;
	line-height: 49px;
	padding-right: 110px;
	letter-spacing: -2px;
	padding-bottom: 20px;
}
h2 {
	font-size: 25px;
	line-height: 29px;
	letter-spacing: -1px;
padding-top:10px;
	padding-bottom: 10px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}

/* headings for posts */
div.post h2 {border-bottom: 1px dotted #999; padding-bottom:0px; margin-bottom: 0.8em;}
div.post h2 a {text-decoration:none; color:#603813; }
div.post h2 a:hover {text-decoration:none; color:#603813; }
div.post h2 a:active {text-decoration:none; color:#603813; }
div.post h2 a:visited {text-decoration:none; color:#603813; }
div.post h3 {margin-top:15px; margin-bottom:5px; padding-bottom:0;}
/* Post body */

div.post {
			padding:2em;
			margin-top: 2em;
			}

div.post p {letter-spacing: 1px;
			font-size: 1.2em;
			line-height: 130%;
 font-family:serif; 
			margin:1.4em;}

div.post p a {text-decoration:underline; color:#603813; font-size: 1.2em;  }
div.post p a:hover {text-decoration:none; color:#603813; }
div.post p a:active {text-decoration:none; color:#603813; }
div.post p a:visited {text-decoration:none; color:#603813; }

div.post p ul,div.post p ol  {margin: 2em;}
div.post p ul li, div.post p ol li {font-size:1.2em; margin:2em;}
.navigation{margin-top:20px;}

/* Links */

a, a:link, a:visited {
	font-size: 1.2em;
	
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #fec762;
	text-decoration: underline;}


.logoText {margin-top:-1000px; display:none;}
.headerDescription {margin-top: 10px;
	 display:inline;
	 font-size:2.5em;
	 font-family:Tahoma, Geneva, sans-serif;
	 float:left;
	 color: #52b65e}

.logo {margin-left: -100px;
		margin-top: 10px;
		 border:0;
		display: inline;
		background-image:url(images/uiandtherest_logo.png);
		background-repeat:no-repeat;
		height:180px;
		width:350px;
		float:left;
		}


hr {width: 100%; background-color:#FC6;}

.postmetadata {border-bottom: 1px dotted #999; border-top: 1px dotted #999; padding: 5px 0 5px 0; font-size:.75em;
 color:#666; margin-top:1.5em;}
 
strong {font-weight:bold;} 

ul#pageNav {list-style: none; margin:2em 0 0 0; padding:0; float:right;}
ul#pageNav li {margin: 0; padding:5px 10px 0 10px; display:inline;}
ul#pageNav li a{font-size: 1.8em; color:#333;}



a.labsLink {
letter-spacing:2px;
width: 150px;
 -webkit-border-radius:10px; 
		font-size: 16px;
		font-weight: bold;
		color: #FFC;
		border: 1px solid #363;
		padding:10px;
		margin:10px;
		text-align:center;
		text-decoration:none;
		display:block;
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.18, rgb(13,54,18)),
   			 color-stop(0.59, rgb(41,133,34))
			);
		}
a.labsLink:hover {color: #FFC;}

