/*
Theme Name: Custome theme for AROBS.com Blog
Theme URI: http://www.arobs.com/innovationtech
Description: Custom wordpress theme for Arobs.com Blog
Version: 1.0
Author: Vera Catuneanu

*/

body{
	font: 75%/1.6em Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #f3f3f1;	
}

a{
	color: #0B558E;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img {
	border: 0;	
}

a img {
	border: 0;
}

input.text, textarea{
	width: 400px;
}

div#midColumn h1{
	text-transform: uppercase;
	color: #701011;
	font-weight: bold;
	font-size: 110%;	
}

div#midColumn h2{
	text-transform: uppercase;
	color: #701011;	
	font-size: 140%;
}

ul, ul li{
	list-style-type: none;
}

.clear{ 
	clear: both;
	overflow: hidden;
	height: 1px;	
}

.red{
	color: #ff0000;
}

/*----------------------------------------------------------------------------------------------------------
CONTAINER
-----------------------------------------------------------------------------------------------------------*/
div#container{
	margin: 0 auto 20px auto;
	width: 999px;
	text-align: left;
	background: #fff url(images/blog_bg.jpg) 100% 0 repeat-y;
}

div#header{
	position: relative;
}

/*--------------------------------------------------------------------------------------------------------
MID COLUMN
----------------------------------------------------------------------------------------------------------*/
div#midColumn{
	float: left;
	width: 698px;
	padding: 25px;
	overflow: hidden;
}

div#midColumn h2 a{
	text-decoration: none;
}

div#midColumn ul li{
	background: url('images/arrow.gif') 0 0 no-repeat;
	padding: 0 5px 7px 15px;
}
/*--------------------------------------------------------------------------------------------------------
RIGHT COLUMN
----------------------------------------------------------------------------------------------------------*/
div#rightColumn{
	width: 205px;
	float: right;
	background: #CFE7F3;
	font-size: 11px;	
	padding: 15px 0 10px 25px;	
}

div#rightColumn input.text{
	width: 120px;
}

div#rightColumn h2{
	text-transform: uppercase;
	color: #701011;	
}

div#rightColumn ul, div#rightColumn ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#rightColumn ul li{
	padding-top: 5px;	
}


/*--------------------------------------------------------------------------------------------------------
FOOTER
----------------------------------------------------------------------------------------------------------*/
div#footer{
	clear: both;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;	
}
