/* top level styles */

body {
 font-family: 'core_sans_n35_light', Verdana;
 font-size: 14px;
 background: url('../images/gradient.jpg') repeat-x fixed;
 margin: 5px;
 padding-right: 7px;
}

/* semantic styles */

address {
	font-family: 'core_sans_n35_light_italic', Verdana;
	font-style: normal;
}

article {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

header {
	font-family: 'core_sans_n55_medium', Verdana;
	font-size: larger;
	color: #336699; 	
}

footer {
	clear: both;
	padding-top: 1px;
}

section {
	border: 0px solid #336699; 
	border-radius: 10px;
	box-shadow: 5px 5px 10px 2px #AAA; 
	padding: 10px;
	margin: 8px;
}

section a {
	color: #003366;
	text-decoration: none;	
}

aside {
	border: 0px solid #336699; 
	border-radius: 10px;
	box-shadow: 3px 3px 10px 2px #AAA;
	padding: 10px;
	margin: 8px;
}

aside ul {
	padding-left: 20px;
	margin: 0;
}

aside li {
	padding: 0px;
}

/* element styles */

a {
	color: #003366;
	text-decoration: none;	
}

p {
}

span {
}

div {
}

hr {
	color: #336699; 
	background-color: #336699; 
}

h2 {
	font-family: 'core_sans_n45_regular', Verdana;
	font-weight: normal;
	color: #003366;	
}

h3 {
	font-family: 'core_sans_n55_medium', Verdana;
	font-size: smaller;
	font-weight: normal;
	color: #003366;	
}

label {
}

/* specific styles */

.headerlogo {
	float: left;
}

.headerlogo > img {
	width: 128px;
}

.stat {
	text-align: right;
	font-family: 'core_sans_n45_regular', Verdana;
}

.strong {
	font-family: 'core_sans_n45_regular', Verdana;
	font-size: normal;
	color: #003366;	
}

#headername {
	float: left;
	padding-top: 39px;
	font-size: 75px;
	font-family: 'core_sans_es55_medium', Verdana;
}

#sekerHeader {
	font-family: 'core_sans_es55_medium', Verdana;
	font-size: normal;
	color: #336699;
}

#ictHeader {
	font-family: 'core_sans_es55_medium', Verdana;
	font-size: normal;
	color: #003366;
}

#welcometext {
	clear: both;
	column-width: 40em;	
}

#errortext {
	float: left;
	width: 71%;
	overflow: auto;	
}

#utils {
	column-width: 40em;
}

.highlightError {
	font-size: larger;
	font-family: 'core_sans_n55_medium', Verdana;
	color: #CC0000;
}

.layoutRight {
	width: 23%;
	float: right;
	overflow: auto;
}

.layoutLeft {
	width: 69%;
	float: left;
	overflow: auto;
}

#projects {
	columns: 2;	
}

#archive {
	columns: 2;	
}

#current {
	columns: 2;	
}

#dmca {
	column-width: 30em;
}

#about {
	column-width: 20em;
}

#about img {
	width: 170px; 
	float: left; 
	padding-right: 5px;
	border-radius: 10px;
}

.projectarticle {
}

.projectarticle img {
	border-radius: 10px; 
	height: 45px;
}

.disclaimer {
	font-family: 'core_sans_n35_light', Verdana;
	text-align: center;
	border: none;
	box-shadow: none; 
	padding: 5px;
	margin: 8px;
}

.smalltext {
	font-size: smaller;
}
