body {
	font: 13px 'Open Sans', Arial, sans-serif;
	line-height: 21px;	
	color: #444;
	background-color:black;
	background: #222 url(/img/bg-body18.png) repeat top left;
	
}

/* prevent links in the header from being shown in print version */
header a:link:after, header a:visited:after {
  content: "";
}

header ul {
	list-style: none;
	padding:0;
	margin:0
}

ul {
	padding-left: 1.5em;
}

h1 {
	margin-bottom: 14px;
	font-size: 48px;
	line-height: 50px;
}

h2 {
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 40px;
}

h3 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 34px;
}

h4 {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 30px;
}

h5 {
	font-size: 14px;
	line-height: 24px;
}

h6 {
	font-size: 12px;
	line-height: 21px;
}

p {
	margin-bottom: 20px;
}

p.last {
	margin-bottom: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

.row {
	width: 940px;
	margin: 0 auto;
}

a.social-icon {
	float: left;
	display: block;
	width: 32px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #252525;
	color: #fff;
	text-align: center;
}

a.social-icon:last-child {
	margin-right: 0;
}

a.social-icon i {
	font-size: 16px;
	line-height: 32px;
}

.container {
	width: 1100px;
	margin: 50px auto;
	background-color: #fff;
}

main {
	min-height: 300px;
}

footer {
	padding-top: 60px;
}

section {
	padding: 20px 0;
	border-top: 1px solid #dadada;
}

.cv-section-title img {
	float: left;
	display: block;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #dadada;
}

.cv-section-title h1 {
	padding-top: 50px;
}

.cv-section-title h1 small {
	font-size: 24px;
	line-height: 48px;
	text-transform: uppercase;
	display: block;
}

.cv-section-title h2 {
	margin-bottom: 0;
	color: #b1b1b1;
}

article {
	padding-bottom: 40px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 40px;
}

article:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

article h3 { margin-bottom: 0; }

.social-media { margin-bottom: 20px; }

a, a:visited {
	color: #2767a4;
}

a:active {
 	background: transparent;
}

a.social-icon {
	background-color: #252525;
	color: #fff;
}

a.facebook-icon:hover   { background-color: #0e59a0 !important; }
a.twitter-icon:hover    { background-color: #0ea4ff !important; }
a.googleplus-icon:hover { background-color: #cc0000 !important; }
a.linkedin-icon:hover   { background-color: #018faf !important; }
a.github-icon:hover     { background-color: #4b4b4b !important; }

header section:first-child {
	border-top: 10px solid #2767a4;
}

.cv-section-title img {
	border: 1px solid #dadada;
}

.cv-section-title h2 {
	color: #b1b1b1;
}

article {
	border-bottom: 1px solid #dadada;
}

.period {
	float: right;
	padding: 12px 20px;
	transition: background-color 0.3s;
	text-transform: uppercase;
	background-color: #b1b1b1;
	color: #fff;
	min-width:180px;
	text-align:center;
}

article:hover .period {
	background-color: #2767a4;
}

.copyright {
	padding: 5px 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 12px;
	background-color: #2767a4;
	color: #fff;
}

.alert {
	text-align:center;
}
