/**
* Theme:Grant
*
* Theme URI: http://grantnewton.com
* author: Grant Newton
* author URI: http://grantnewton.com
* 
* Theme designed and built by Grant Newton
*
* Authors of Original CSS: Vaska and Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url('GothamRnd-Bold.eot');
  src: local('Gotham Rounded Bold'), local('Gotham Rounded Bold'), 
         url('GothamRnd-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url('GothamRnd-Medium.eot');
  src: local('Gotham Rounded Bold'), local('Gotham Rounded Medium'), 
         url('GothamRnd-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham Book';
  src: url('GothamBook.eot');
  src: local('Gotham Book'), local('Gotham Book'), 
         url('GothamBook.otf') format('opentype');
}

::selection {
	background: #fdc8c8; /* Safari */
	}
::-moz-selection {
	background: #fdc8c8; /* Firefox */
}

body {
	font-size: 12px;
	font-family: 'Gotham Book', Century Gothic, Verdana, sans-serif;
	background: #fff;
	color: #647a82;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color:#647a82;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#647a82; }
a:hover { text-decoration: underline; color:#647a82;}

a img { border: none; }

#menu {
    width: 140px;
    top: 10px;
    bottom: 20px;
	left: 0;
    position: fixed;
	text-align:right;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 10px 0 0 0;
}

#menu ul li.section-title { 
	font-size:16px;
	font-family: 'Gotham Rounded Bold', Century Gothic, Verdana, sans-serif;
	color: #647a82;
	}

#content {
    height: 100%;
    margin: 0 0 0 140px;
    top: 0;
}

.container {
    padding: 10px 5px 25px 10px;
}

.container_menu {
    padding: 0 0 0 0;
}

.container_iframe {
	margin:0;
	width:auto;
	height:auto;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; 
font-family: 'Gotham Rounded Medium', Century Gothic, Verdana, sans-serif;
font-style:normal;}
h2 { font-size: 24px; 
font-family: 'Gotham Rounded Medium', Century Gothic, Verdana, sans-serif;
font-style:normal;}
h3 { font-size: 16px; 
font-family: 'Gotham Rounded Medium', Century Gothic, Verdana, sans-serif;
font-style:normal;}
h4 { font-size: 12px; 
font-family: 'Gotham Rounded Medium', Century Gothic, Verdana, sans-serif;
font-style:normal;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#post-nav {padding: 0 22px 0 0;
}
