@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



*/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}



body{
	color: #333;
	background-color: #3e9e52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}

#wrapper{
	margin: 0 auto;
	width: 940px;
	text-align:left;
	background-color: #52b65e /*#fec762 */;
	min-height: 720px;
	
}



/* Headers */

#header{
	width:940px;
	height:50px;
	background-color:#3e9e52;
	margin-bottom: 90px;
	height: 100px;
	
}


#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 {background-color:#FFC; 
			padding:2em;
			margin-top: 2em;
			border: 1px solid #FC6;
			border-radius:5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius:5px; 
			-khtml-border-radius:5px;
			}

div.post p {letter-spacing: 1px;
			font-size: 1.2em;
			line-height: 1.4em;
			margin-top: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 ul {margin-left:30px;}
div.post ul li {font-size:1.2em;}

/* opacity */
.opaque {	// for all other browsers
	opacity: .5;
}

.opaqueIE {	// for IE5-7-8
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
	filter: alpha(opacity=50);	
}




/* rounded corner borders */

/* Links */

a, a:link, a:visited {
	font-size: 1.2em;
	color: #fec762;
	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:4em;
	 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;
		}


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:#fec762;}


div.sidebar ul {margin:-2em 0 0 0.8em; padding:0 0 1em 0; list-style:none;}
div.sidebar ul li {margin:0 0 0 10px; padding: 5px;}
div.sidebar ul li a {font-size:1.4em; color:#fec762;}
div.sidebar ul li a:hover {text-decoration:underline; font-size: 1.4em; color:#FFC;}
div.sidebar ul li ul {margin:0em;}
div.sidebar p {font-size:1.4em; line-height:1.2em; color:#333; margin-top: -1em;}
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;} 
