/*
Theme Name: Alicec.net v6
Theme URI: http://alicec.net
Description: In use only by Alice Clausen.
Version: 6
Author: Alice Clausen
Author URI: http://alicec.net
Tags: yellow, portfolio, alice clausen
*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252420;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #252420;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #ffcc00;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #ffcc00;
	font-weight:bold;
}
#wrap {
	margin:0px auto;
	position:relative;
	width:600px;
}
#container {
	position:absolute;
	width:580px;
	height:auto;
	left:0px;
	top:0px;
}
#header {
	float:left;
	width:600px;
	height:165px;
	margin-bottom:15px;
	background-position:center;
}
#header a {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	width:538px;
	height:165px;
	display:block;
}
#menu {
	float:left;
	width:600px;
	height:30px;
	margin-bottom:15px;
}
#menu ul {
	list-style:none;
	display:inline-block;
}
#menu ul li {
	list-style:none;
	display:inline-block;
}
#menu ul li a {
	color:#514f4b;
	font-size:14px;
	text-align:center;
	margin-right:10px;
	display:block
}
#menu ul li a:hover {
	color:#252420;
	font-weight:bold;
	border-bottom: 2px solid #ffcc00;
}
#content {
	width:600px;
	height:auto;
	float:left;
}
#content a:link img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	-webkit-opacity:0.5;
	opacity:0.5;
	border:0px;
}
#content a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-opacity:1;
	opacity:1;
	border:0px;
}
#footer {
	float:left;
	width:600px;
	height:auto;
	margin-top:20px;
}
#footer #about {
	float:left;
	width:190px;
	margin-right:10px;
	height:auto;
}
#footer #contact {
	float:right;
	width:190px;
	margin-right:10px;
	height:auto;
}
#footer #network {
	float:left;
	width:200px;
	height:auto;
}
img.pic {
	border:3px solid #ffcc00;
	margin:2px;
	clear:both;
}
img.head {
	margin-bottom:10px;
	clear:both;
}
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.clear {
	clear:both;
}