/*
Theme Name: ArtisanHFCH
Theme URI: http://wordpress.org/
Description: The default ArtisanHF for Chile.
Version: 1.0
Author: Adrian Galvez G.
Author URI: http://sektorrd.com/
Tags:
*/



/* Begin Typography & Colors */

@charset "utf-8";
@import url("css/main.css");
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #333333;
	text-align: center;
	/* part 1 of 2 centering hack */
	}

.clear {
	clear:both;
	}

a, a:visited, a:active{

	font-family: Arial,Helvetica,sans-serif;	
	font-size: 10px;	
	color: #999999;	
	margin-top: 5pt;	
	margin-right: 2pt;	
	margin-bottom: 5pt;	
	margin-left: 0pt;	
	padding-top: 0px;	
	padding-right: 0px;	
	padding-bottom: 0px;	
	padding-left: 0px;	
	text-decoration: none;

}

a:hover{
	color:#444444;
	text-decoration: none;

}

a,object {outline:none;}

/*********Main*********/

#top {
	background:#333333 url(images/top.jpg) no-repeat;
	height:30px;
	width: 800px; 
	padding: 0px 5px 0 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	border: none;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 842px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 842px;
	}
html>body #top {
	width: 842px; /* ie5win fudge ends */
	}

#wrapper {
	background:#333333 url(images/body.jpg) repeat-y;
	width: 800px; 
	padding: 0 5px 0 5px ;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */	
	border: none;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 842px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 842px;
	}
html>body #wrapper {
	width: 842px; /* ie5win fudge ends */
	}
	
	
#left_content{
	float: left;
	padding: 0px;
	margin:5px 0px 5px 25px;
	background: #fff;
	border: none;
	width: 260px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 230px;
	}
html>body #left_content {
	width: 230px; 
	/* ie5win fudge ends */
	}
	
	
#right_content {
	float: left;
	padding: 0 10px 10px 10px;
	margin:0 0px 5px 25px;
	background: #fff;
	border: none;
	width: 600px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 580px;
	}
html>body #right_content {
	width: 580px; 
	/* ie5win fudge ends */
	}
	
	
#footer {
	background:#333333 url(images/footer.jpg) no-repeat;
	height:31px;
	width: 842px; 
	padding: 0px 5px 5px 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	border: none;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 842px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 842px;
	}
html>body #footer {
	width: 842px; /* ie5win fudge ends */
	}
	
/******Content******/

.logo {
	background: transparent url(images/logo.jpg) no-repeat ;
	height:176px;
	margin:5px 25px 5px 25px;}
	
#sidebarwrapper{
	float: left;
	padding: 0px;
	margin:5px 10px 5px 10px;
	background: #fff;
	width: 260px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 230px;
	}
html>body #sidebarwrapper {
	width: 230px; 
	/* ie5win fudge ends */
	}
	
#wrotator {
	float: left;
	padding: 0 0px 0px 0px;
	margin:5px 0px 5px 5px;
	background: #fff;
	border:none;
	width: 500px;
	height:250px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 500px;
	}
html>body #right_content {
	width: 500px; 
	/* ie5win fudge ends */
	}

#content {
	float: left;
	padding: 10px;
	margin:5px 0px 5px 5px;
	background: #fff;
	border: 3px solid #333333;
	width: 500px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 480px;
	}
html>body #right_content {
	width: 480px; 
	/* ie5win fudge ends */
	}	

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


