@charset "UTF-8";

/*-------------------------------------------------------------------- 

[Master Stylesheet] 
  
- Project:    Share.sebastianjt.com
- Version:    1.0 

- Author: 	Sebastian Jaramillo T.
- Contact: 	hello@sebastianjt.com

- Last CSS Update: July 21, 2009
			
-------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #dedede url(../imgs/main_bg.jpg) repeat 0 0;
	color: #5f5f5f;
	font: 14px "Courier New", Courier, mono;
}

p {
	margin: 15px 0px;
}

strong {
	font-weight: bolder;
}

a:link {
	color: #2d84aa;
	text-decoration: none;
}

a:visited {
	color: #2d84aa;
	text-decoration: none;
}

a:hover {
	color: #3ba8d8;
	text-decoration: underline;
}

ul {
	margin: 15px 0px;
}

ul li {
}


/*------ Clear Fix ------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
/*----------------------*/

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0px 10px;
}

/*------------------------------------*/
/*------------- HEADER ---------------*/

#header {
	background: url(../imgs/main_line.jpg) repeat-x 0 100%;
	height: 170px;
	margin: 0px 0px 20px;
}

#header h1#sharelogo {
	float: left;
	display: inline;
	width: 428px;
	height: 64px;
	margin: 50px 0px 0px;
}

#header h1#sharelogo a {
	background: url(../imgs/share_logo.jpg) no-repeat 0 0;
	display: block;
	width: 428px;
	height: 0px;
	padding-top: 64px;
	overflow: hidden;
}

#header p {
	float: right;
	display: inline;
}

#header a.sjlogo {
	background: url(../imgs/header_sj_logo.jpg) no-repeat 0 0;
	float: right;
	display: inline;
	width: 54px;
	height: 0px;
	margin: 70px 0px 0px;
	padding-top: 35px;
	overflow: hidden;
}


















