/* @override 
	http://django.danielcloud.org/media/css/main.css
	http://localhost:8000/media/css/main.css
	http://danielcloud.org/media/css/main.css
*/

/*
    Import Deja Vu fontfaces
    see url 'fontfaces/DejaVu_Fonts_License.txt' for license
*/
@import url('fontface/dejavu_sans.css');

/* @group Basics */

body, img, div { behavior: url(/media/css/resources/iepngfix.htc) }

body {
    font: 96% "DejaVuSansBook", "Bitsream Vera Serif", serif;
    color: #474747;
    background: #FFF repeat-x fixed 0 0;
}

strong {
    font-family: "DejaVuSansBold", "Bitsream Vera Serif Bold", Arial, sans-serif;
}

em {
    font-family: "DejaVuSansOblique", "Bitsream Vera Serif Italic", Arial, sans-serif;
}

p {
    font-size: 0.9em;
    margin: 0.6em 0px 0.7em;
	line-height: 1.3em;
}

p.photo {
    line-height: 1em;
    margin:0;
}


a {
    color: #104f95;
    text-decoration:none;
}

a:hover {
    color: #0058A9;
    border-bottom: 1px dotted #0058A9;
}

/* @end */

/* @group Header & Head */

#header, h1, h2, h3, h4, h5, time {
    font-family: "DejaVuSansBook", "Bitsream Vera Sans", Arial, sans-serif;
}

#header {
    text-align: right;
	width: 260px;
	float: left;
}

#header h1 {
    color: #FFF;
    font-size: 3em;
    font-weight: normal;
    letter-spacing: -0.1em;
    text-shadow: #000 0 1px 0;
}

#header h1 a, #header h1 a:hover, #header h1 a:visited {
    padding: 2px 10px;
    color: #FFF;
    background-color: #1464bc;
    -moz-box-shadow: 1px 2px 3px #989898;
    -webkit-box-shadow: 1px 2px 3px #989898;
	display: block;
	height: 100%;
	border: none;
}

h2, .article h1 {
    text-shadow: #474747 0 1px 1px;
	font: 1.5em 'DejaVuSansBold';
	color: #bcbcbc;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0;
}

h2 a, h2 a:visited {
    color: #bcbcbc;
    display: block;
}

h2 a:hover, .article h1 a {
    border: none;
    color: #5cbd9f;
}

h3 a {
    font-family: "DejaVuSansBold", "Bitsream Vera Sans Bold", Arial, sans-serif;
}

h4 {
    margin-bottom: 3px;
}

/* @end */

/* @group Nav */

#nav ul {
    font-family: "DejaVuSansBook", "Bitsream Vera Sans", Arial, sans-serif;
    margin-top: 25px;
	text-align: right;
}


#nav ul li {
    color: #FFF;
	margin: 0 0 9px;
}

#nav ul li a {
	background-color: #717171;
    -moz-box-shadow: 1px 2px 3px #989898;
    -webkit-box-shadow: 1px 2px 3px #989898;
	padding: 2px 6px 1px;
}
#nav ul li, #nav ul li a {
    color: #FFF;
    text-decoration:none;
}

#nav ul li:hover {
    /*-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -webkit-transition: all 0.25s ease-in;*/
}

#nav ul li a:hover {
    color: #C8DBEF;
    background-color: #454545;
    text-decoration:none;
    border: none;
    -webkit-transition: all 0.5s ease-in;
}

/* @end */

#wrapper {
    width:960px;
    margin: 0px auto;
    margin-top:30px;
}

#content-wrapper {
	margin: 0 0 40px 300px;
	min-height: 600px;
	width: 660px;
}

#flatpage #content-wrapper {
    overflow: hidden;
}


#content_title {
    margin-bottom: 20px;
}

/*.small_right {
    float:right;
    margin-left:20px;
}

.small_left {
    float:left;
    max-width:200px;
    margin-right:20px;
}

.small_left .photo a img {
    max-width:200px;
}
*/

.inline-photo {
    margin: 0 auto 5px;
}

.inline-photo img {
    display: block;
    margin: auto;
    border: 1px solid #D3D3D3;
}

.inline-float {
    float:  left;
    clear: none;
    margin-right: 20px;
}

.taken_by, .caption, .article-content .taken_by, .article-content .caption {
    font-family: "DejaVuSansOblique", "Bitsream Vera Serif Italic", Arial, sans-serif;
    width: 640px;
    margin: 2px auto 5px;
    font-size: 0.8em;
    color: #666666;
}

.project-screenshot {
    width: 320px;
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

/* @group Article */

.article {
    margin-bottom: 50px;
    display: block;
	border-left: 16px solid #5cbd9f;
	padding-left: 9px;
}

.article-content {
    margin: 0;
    overflow: hidden;
}

.article-content p {
    margin-top: 0;
}

.article .footer {
    display: block;
    position: relative;
    bottom: 0;
    overflow: auto;
    padding: 2px 5px;
    background-color: #fefffe;
    border-top: 2px groove #fff;
    font-size: .85em;
}

.article .footer p {
    margin: 0;
}

.article h1, .article h2 {
    margin-bottom: 10px;
	margin-top: 0;
	line-height: 1em;
	padding-top: 0;
}

.article .time {
    font-family: "DejaVuSansBook", "Bitsream Vera Sans", Arial, sans-serif;
    font-size: 80%;
    letter-spacing: -0.02em;
    text-align: right;
    display: block;
    margin: 0px 20px 5px;
    color: #666;
}

.tease {
    font: .85em "DejaVuSansOblique";
    float: right;
}

.article-meta {
    font-size: 0.84em;
    font-family: "DejaVuSansBook", "Bitsream Vera Sans", Arial, sans-serif;
    overflow: auto;
    padding: 8px 10px 4px;
    margin-top: 15px;
    border-top: 1px dotted #717171;
    display: block;
    color: #434343;
}

.article-meta strong, .article-meta h4 {
    font-family: "DejaVuSansBook", "Bitsream Vera Sans", Arial, sans-serif;
    font-weight: bold;
    color: #434343;
}

.article-meta li, .article-meta p {
    margin-top: 0;
    margin-bottom: 5px;
}

.meta-group {
    display: block;
    clear: both;
    overflow: auto;
    margin-bottom: 5px;
}

ul.meta-group li {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 0;
}
/* @end */

/* @group Footer */

#footer {
    font-family: "DejaVuSansBook", "Bitsream Vera Sans", Arial, sans-serif;
    background-color: #717171;
    padding: 4px 8px;
    font-size: .8em;
    color: #FFF;
    -moz-box-shadow: 1px 2px 3px #222325;
    -webkit-box-shadow: 1px 2px 3px #222325;
    margin-top: 10px;
    margin-bottom: 20px;
}

#footer p {
    margin: 2px 0;
}

#footer a, #footer a:visited {
    color: #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
}

#footer a:hover {
    color: #C8DBEF;
}

/* @end */

/* @group Spashnav */

.splashnav {
	display: block;
	height: 250px;
	background-color: #03835C;
	margin-bottom: 20px;
}

.splashnav h2 {
	padding-top: 15%;
}

.splashnav h2, .splashnav a {
	color: #FFF;
	text-shadow: none;
	text-align: center;
}



/* @end */





