/*

Theme Name: H5

Description: Theme created with HTML5 to Natalia Arsand's portfolio

Version: 1.0

Author: Natalia Arsand

Author URI: http://nataliarsand.com

Tags: html5, css3, natalia, portfolio, colors, simple, clear

*/


/*  BASICS  */

@font-face {
font-family: 'DiavloBOOK';
src: url('fonts/Diavlo_BOOK_II_37.otf');
}
 @font-face {
font-family: 'DiavloBOLD';
src: url('fonts/Diavlo_BOLD_II_37.otf');
}
* {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
	line-height: 2em;
	margin-bottom: 10px;
}
img {
	-moz-box-shadow:2px 2px 3px #999999;
	background:none repeat scroll 0 0 #FFFFFF;
	padding:5px;
}

img#stimuli_lightboxImage {
	-moz-box-shadow: none !important;
	background:none !important;
	padding: 0 !important;
}

header, footer, section, article, aside, nav {
	display: block;
}
body {
	background: #D1DCE1 url(images/background.gif) repeat-y fixed left center;
	color: #1D404F;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', Tahoma, Arial;
	font-size:14px;
	line-height:20px;
	text-align: right;
}
.wrapper {
	width: 620px;
	margin: 0 auto;
}
section {
	float: left;
	overflow: visible;
	width: 420px;
	margin-right: 20px;
	clear: none;
}


/*  LINKS  */

a:link, a:visited {
	text-decoration: none;
	color: #E65362;
}
a:hover, a:active {
	background: #E65362;
	color: #D1DCE1;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
	margin:10px 10px 10px 0;
}
.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.credits, .secondaryText {
	color: #666;
	font-size: 0.8em;
	font-style: italic;
}


/*  HEADER  */

header {
	margin-top: 60px;
}
header > h1 {
	color: #E65362;
	font-family:'DiavloBOOK', 'Arial Narrow', sans-serif;
	font-size:40px;
	font-weight:normal;
	line-height:40px;
	text-shadow:1px 1px #CCCCCC;
	text-transform:uppercase;
	margin: 30px 0;
}


/*  POSTS  */

section#internal,
#internal section,
#internal article {
	width: 100%;
}


article {
	float: left;
	display: block;
	margin-bottom: 50px;
}

article .natalia {
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
}
cite.commentCite {
	display: block;
}
#submit {
	clear: both;
	border: 0;
	font-size: 1.4em;
	background: none;
	color: #E65362;
	text-shadow: 1px 1px #CCCCCC;
	font-family: 'Arial Narrow', sans-serif;
	cursor: pointer;
}
#submit:hover {
	color: #E68452;
	text-shadow: 0;
}
textarea, input {
	border: 1px solid #91CAD8;
	color: #1D404F;
	display: block;
	float: right;
	font-family: 'Arial Narrow', arial, sans-serif;
	font-size: 1em;
	margin: 0 0 10px;
	padding: 5px;
	text-align: right;
	width: 50%;
}
label {
	display: block;
	clear: both;
}


/*  NAVIGATION  */

nav {
	text-align: center;
	clear: both;
	background: #91CAD8;
	padding: 10px 0;
	margin: 60px 0 0 0;
}
nav ul {
	text-align:center;
	margin: 0;
}
nav li {
	margin-right: 20px;
	display: inline;
}


/*  SIDEBAR  */

aside {
	float: right;
	font-size: 0.9em;
	line-height: 1.3em;
	width: 170px;
}

aside li {
	list-style: none;
	padding: 0 0 10px 0;
}
aside li ul li {
	list-style: disc outside;
}


/*  FOOTER  */

footer {
	padding-top: 100px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	clear: both;
}

/*  ASIDE  */

/** twitter **/

.twitter {
	width: 170px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #E0EAEF;
}

.twitter h3 {
	background: url(images/twitter.png) no-repeat left top;
	padding: 18px 0 20px 48px;
}

a.aktt_tweet_reply, a.aktt_tweet_time, a:hover.aktt_tweet_reply, a:hover.aktt_tweet_time,
.aktt_tweet_reply a, .aktt_tweet_time a, .aktt_tweet_reply a:hover, .aktt_tweet_time a:hover {
	clear: both;
	display: block;
	font-size: 0.7em;
	color: #888;
}
.aktt_tweet_time a:hover, .aktt_tweet_reply a:hover, a:hover.aktt_tweet_time, a:hover.aktt_tweet_reply {
	background: none;
	color: #666;
}

.aktt_more_updates a {
	color: #246;
	font-weight: bold;
}

.aktt_more_updates a:hover {
	color: #FFF;
	background: #3CF;
}

/** portfolio **/
.portfolio {
	margin-bottom: 20px;
	width: 170px;
}

.portfolio a {
	font-weight: bold;
	padding: 5px;
	background: #E65362;
	text-align: center;
	color: #D1DCE1;
	display: block;
	width: 170px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.portfolio a:hover {
	background: #E68452;
}

