/* @override http://localhost:8888/portfolio/wp-content/themes/rastersysteme/style.css */

/*  
Theme Name: Raster Systeme
Theme URI: http://www.nirtober.com
Description: Portfolio theme by <a href="http://www.nirtober.com">Nir Tober</a>
Version: 1
Author: <a href="http://www.nirtober.com">Nir Tober</a>
*/

/* @group Stracture Elements */
html {	
	direction: ltr;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	font-size: 14px;
	float: left;
	background-color: #eaeaea;
}

#header {
	height: 30px;
	clear: both;
}

#leftwrap {
	min-height:400px;
	text-align:right;
	width: 300px;
	background-color: white;
	padding: 15px;
	margin-left: 32px;
	float: left;
	margin-bottom: 15px;
}


#sidebar {
	min-height:400px;
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	text-align: right;
	width: 300px;
	padding: 0;
	margin: 0;
}


#pagewrap {
	min-height:400px;
	text-align:left;
	width:700px;
	background-color: white;
	padding: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	float: left;
}


#content {
	min-height:400px;
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
}

div.goup, div.goup a, div.goup a:visited {
	float: right;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

div.goup a, div.goup a:visted {
}
#footer {
	text-align: right;
	background-color: white;
	padding: 1px 15px;
	height: 20px;
	margin-bottom: 20px;
	width: 1045px;
	margin-left: 32px;
	float: left;
}

/* @end */

/* @group Sidebar */

#sidebar ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

#sidebar a, #sidebar a:visited {
	color: #999;
}


#sidebar a:hover {
	color: #ccc;
}
/* @group Blog Name */

#siderbar_blogname a, #siderbar_blogname a:visited {
	color: #333;
	font-size: 35px;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;

}
#siderbar_blogname a:hover {
	color: #ff0065;
}


#siderbar_blogname {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}

/* @end */

/* @group Pages */

#sidebar .page_item a, #sidebar .page_item a:visited {
	text-decoration: none;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
	border-bottom: 1px dotted #ccc;
	display: block;
	line-height: 28px;
	font-weight: bold;
}


/* @end */

/* @group Blog Link */

#sidebar_bloglink a, #sidebar_bloglink a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
	border-bottom: 1px dotted #ccc;
	display: block;
	line-height: 28px;
}

#sidebar_bloglink a:hover {
	color: #ff0065;
}

/* @end */

/* @group Work Posts */

#sidebar_work {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: block;
}
.sidebar_posts a, .sidebar_posts a:visited {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: block;
}

.sidebar_posts a:hover {
	color: #ff0065;
}


/* @end */

/* @end */

/* @group Entry */

h1.entrytitle a, h1.entrytitle a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 22px;
}

.entrybody {
	margin-top: 10px;
}

h1.entrytitle a:hover {
	color: #999;
}


.entry {
	margin-top: 10px;
	padding-bottom: 30px;
}

div.entrybody img {
	max-width: 700px;
}

.entry a, .entry a:visited {
	color: black;
	text-decoration: underline;
}

.entry a:hover {
	color: #999;
	text-decoration: none;
}

div.entrybody strong {
	color: #333;
	font-style: italic;
}

div.entrybody abbr, div.entrybody acronym {
	
	cursor: help;
	border-bottom: 1px dotted #666;
}

hr {
	height: 4px;
	background-color: #ccc;
	border-style: none;
	color: #ccc;
}

div.entrybody b {
	color: #333;
}

div.entrybody a {
	color: #333;
}

div.entrybody a:hover {
	color: #ff0065;
}

/* @end */




/* @group Foooter */

div.credit {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 20px;
}

div.credit a, div.credit a:visited, div.credit a:hover {
	color: #666;
	text-decoration: none;
}


/* @end */


