/*
Theme Name: Alisha Grimshaw
Theme URI: http://www.agrimshaw.com/
Description: The default theme for Alisha Grimshaw's Portfolio.
*/

* {
	margin: 0px;
	padding: 0px;
}

/* 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;
}

/* main rules */
body {
	color: #444444;
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff;
}

p {
	margin-top: 20px;
	color: #444444;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

em {
	font-style: italic;
}

a:link {
	text-align: center;
	margin-top: 10px;
	color: #79c3de;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a:visited {
	text-align: center;
	margin-top: 10px;
	color: #79c3de;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

a:hover {
	text-align: center;
	margin-top: 10px;
	color: #5d4436;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.line {
	border-top: solid 4px #5d4436;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.title {
	font-size: 1.3em;
	font-weight: 500;
	font-style: normal;
	margin: 30px 0 20px 0;
	color: #5d4436;
	padding: 0px 0px 2px 0px;
	border-bottom: solid 3px #5d4436;
	text-align: left;
}

.logo {
	margin-top: 10px;
	border: none;
	float: left;
width: 295px;
}

.logo img, .logo img:visited, .logo img:active, .logo img:hover {
	border: none;
}

.hire {
	margin: 4px 5px 0px 85px;
	border: none;
	position: absolute;
	right: -460px;
}

.hire img, .hire img:visited, .hire img:active, .hire img:hover {
	border: none;
}

.navigation a, .navigation a:active, .navigation a:visited, .navigation a:hover {
font-size: 0.7em;
font-weight: bold;
}

.alignright {
	float: right;
font-size: 0.7em;
width: auto;
clear: both;
}

.alignleft {
	float: left;
font-size: 0.7em;
width: auto;
clear: left;
}


/* wrapper */
#wrapper {
	margin: 0px 30px 0px 20px;
	width: 790px;
}

#header {
	height: 100px;
	position: absolute;
	top: 0;
}

#content {
	margin: 120px 0 0 0;
	width: 450px;
	float: left;
}


/* navigation */
ul#nav {
	float: right;
	clear: left;
	margin: 0 auto 20px 10px;
	width: 345px;
	list-style: none;
	background: #5d4436;
	padding-left: 20px;
	position: absolute;
	top: 0;
	right: -510px;
	display: none;
}
ul#nav li {
	float: left;
	margin-right: 20px;
width: auto;
}

ul#nav li a {
  	background: none;
	display: block;
	overflow: hidden;
	padding: 0px 8px 12px 8px;
	color: #ffffff;
	font-weight: bold;
}

#side {
	float: left;
	clear: right;
	width: 290px;
	margin: 120px 0px 0px 30px;
	display: block;
}

/* about section */

.about {
	margin: 0;
	color: #444444;
	width: 290px;
}

.about em {
	font-style: italic;
	font-size: 0.8em;
line-height: 1.8em;
font-weight: 200;
}

.about strong {
	font-weight: bold;
}

.about a, .about a:active, .about a:hover, .about a:visited {
font-style: italic;
font-size: 1em;
}

.about img {
	float: left;
	display: inline;
	margin: 6px 10px 2px 0px;
	padding: 5px;
	background: #5d4436;
	border: none;
}

/* portfolio section */

#portfolio {
	width: 440px;
	float: left;
}

#portfolio a, #portfolio a:active, #portfolio a:hover, #portfolio a:visited {
	font-size: 1em;
}

.box {
	float: left;
	width: auto;
	height: auto;
	margin: 5px 10px 10px 0px;
	color: #dddddd;
	overflow: hidden;
}
.box img {
	border: none;
	padding: 6px;
	background: #79c3de;
	width: 195px;
	height: 129px;
}

.box img:hover {
	border: none;
	padding: 6px;
	background: #5d4436;
}

.box p {
	color: #444444;
	font-size: 0.7em;
	font-weight: bold;
	width: 210px;
	height: 40px;
	min-height: 30px;
	margin: 0px;
}

.box a:link, .box a:visited, .box a:active, .box a:hover {
	font-size: 0.95em;
	font-weight: bold;
}

/* find me section */
.profiles {
	float: left;
	margin: 0px;
	width: 290px;
	border: none;
}

.profiles img, .profiles img:active, .profiles img:visited, .profiles img:hover {
	border: none;
}


/* contact section */

.contact {
	float: left;
	margin: 0;
	width: 290px;
	color: #444444;
}

/* footnote */

.footnote {
float: left;
clear: both;
display: block;
font-size: 0.7em;
width: 100%;
}

.footnote a, .footnote a:visited, .footnote a:hover, .footnote a:active {
font-size: 1em;
}