/*
Theme Name: Blog V2.1
Author: Alberto Bonora
Author URI: http://www.albertobonora.ca

*/


/*@charset "UTF-8";
 CSS Document */

body {
	font-size: 12px;
	color:#676767;
	/*font-family:"Century Gothic", Helvetica, Verdana;*/
	font-family:"Century Gothic", "Trebuchet MS", Helvetica, Verdana;
	background-color:#FFFFFF;	
}


a {
	color: #0081c2;
	text-decoration: none;
}
a:visited {
	color: #0081c2;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}




#main_container{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

#center_container{
	width:878px;
	height:556px;
	background:url(images/background.jpg) no-repeat top center;
	/*background-repeat:no-repeat;
	background-position:center;*/	
}

#main_right_container{
	padding-top:166px;
	padding-right:100px;
}

#main_right_container .logo{
	width:401px;
	height:49px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	
}

#main_right_container .blogtitle{
	width:144px;
	height:44px;
	background-image:url(images/blogtitle.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#main_right_container .testlink{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

/*MAIN NAVIGAINTION STYLES*/
#main_right_container #nav{
	color:#000000;
}

#main_right_container #nav a:link {
	color: #676767;
	text-decoration: none;
}
#main_right_container #nav a:visited {
	text-decoration: none;
	color: #676767;
}
#main_right_container #nav a:hover {
	text-decoration: none;
	color: #0081c2;
}
#main_right_container #nav a:active {
	text-decoration: none;
	color: #676767;
}

#main_right_container .smallspacer{
	width:182px;
	height:1px;
	background-image:url(images/smallspacer.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#main_right_container .bigspacer{
	width:414px;
	height:5px;
	background-image:url(images/spacer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:44px;
}

#main_right_container .searchtitle{
	width:80px;
	height:16px;
	background-image:url(images/search.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#main_right_container .categorytitle{
	width:80px;
	height:20px;
	background-image:url(images/category.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#main_right_container .archivetitle{
	width:80px;
	height:16px;
	background-image:url(images/archive.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#main_right_container .tweets{
	width:154px;
	height:21px;
	background-image:url(images/twittersidebar.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


#main_right_container .dots{
	width:415px;
	height:8px;
	background-image:url(images/dots.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#main_right_container #container{
	width:635px;
	height:auto;
}


/******* SIDEBAR STYLES *******/
#main_right_container #sidebar{
	width:196px;
	height:544px;
	background-image:url(images/sidebarbg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}

#main_right_container #sidebar #holder{
	padding-top:5px;
	padding-left:5px;
}

.smallspacer{
	padding-bottom:4px;
}

#searchform #s {
	width: 135px;
	height: 22px;
	border: 1px solid #0081c2;
	background: #c8e4f2;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/gobtn.jpg) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}


.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/categoryicon.jpg) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #676767;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #0081c2;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/archiveicon.jpg) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #676767;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #0081c2;
	text-decoration: none;
}

.ul-tweets {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-tweets li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(images/twittericon.jpg) no-repeat left center;
}
.ul-tweets li a, .ul-tweets li a:tweets{
	color: #676767;
	text-decoration: none;
}
.ul-tweets li a:hover{
	color: #0081c2;
	text-decoration: none;
}


h2 {
	color: #676767;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
}
h2 a, h2 a:visited {
	color: #676767;
	text-decoration: none;
}
h2 a:hover {
	color: #0081c2;
	text-decoration: none;
}





/****** MAIN CONTENT STYLES *****/
#main_right_container #maincontent{
	width:415px;
	height:auto;
	float:right;
}

#main_right_container .post{
	clear:both;
	padding-top:10px;
}

.post-date {
	width: 35px;
	height: 37px;
	float:left;
	background: url(images/datebg.jpg) no-repeat;
}

.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -3px;
}
.post-day {
	font-size: 14px;
	text-transform: uppercase;
	color: #676767;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 0px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 3px;
	margin-top:10px;
	width: 300px;
}

.post-category {
	background: url(images/categoryicon.jpg) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
	height:16px;
	
}
.post-comments {
	background: url(images/commenticon.jpg) no-repeat left center;
	padding-left: 18px;
	float: left;
	font-size: 95%;
	height:16px;
}

.entry {
	clear: both;
	padding-top: 1px;
}

/******* FOOTER ********/


#main_right_container #footer{
	width:636px;
	height:38px;
	background-image:url(images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	font-size:10px;
	float:right;
}

#main_right_container #footer .email{
	width:30px;
	height:30px;
	background-image:url(images/email.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	padding-top:10px;
}

#main_right_container #footer .gmail{
	width:30px;
	height:30px;
	background-image:url(images/gmail.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	padding-top:10px;
}

#main_right_container #footer .facebook{
	width:30px;
	height:30px;
	background-image:url(images/facebook.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	padding-top:10px;
}

#main_right_container #footer .linkedin{
	width:30px;
	height:30px;
	background-image:url(images/linkedin.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	padding-top:10px;
}

#main_right_container #footer .blogicon{
	width:30px;
	height:30px;
	background-image:url(images/blogicon.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	padding-top:10px;
}

#main_right_container #footer .flickr{
	width:30px;
	height:30px;
	background-image:url(images/flickr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	padding-top:10px;
}

#main_right_container #footer .twitter{
	width:30px;
	height:30px;
	background-image:url(images/twitter.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	padding-top:10px;
}




#main_right_container #footer img{
	padding-top:6px;
}	

#main_right_container #footer p{
	float:left;
	padding-left:150px;
	padding-right:20px;
	margin-top:5px;
}

/******* COMMENTS SECTION********/

h3 {
	font: normal 120%/100% "Trebuchet MS", Tahoma, Arial;
	color: #0081c2;
	margin: 10px 0px 5px;
}


#comments, #respond {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #000000;
}
.commentlist .alt {
	background:#CCCCCC;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #000000;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#eeeeee;
	border: 1px solid #676767;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 415px;
	height: 115px;
	background:#eeeeee;
	border: 1px solid #676767;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/buttonbg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 112px;
	height: 24px;
}




