/*
Theme Name: Basic2Col
Theme URI: http://wangenweb.com/wordpress/themes/basic2col/
Description: A basic, yet flexible minimalistic two column theme for WordPress. Have extendend support for Child Themes for easier customization. See the <a href="http://wangenweb.com/wordpress/themes/basic2col/">Basic2Col's homepage</a> for more info
Version: 3.1.2
Author: Kristin K. Wangen
Author URI: http://wangenweb.com/
Tags: white, two column, basic, minimalistic, elastic width, custom page templates, right sidebar
*/

/*general layout*/
body {
	background:#99cccc;
	color : #000000; 
	font-family: Helvetica, Sans-Serif; 
	font-size: 14px;
	padding:0;
	margin:0;
	text-align:center;
}

hr {
border: 1px solid #99cccc;
} 
blockquote, code, pre {
color:#000000;
}
code, pre {
	font: 13px normal Helvetica, sans-serif;
	line-height: 18px;
}

.wp-caption-text {
	margin: 0 0 0 -16px;
	padding: 0;
}

/*splash layout*/

#splash{
	text-align: center;
	margin: -88px 0 0 -600px;
	width: 1200px;
	height:176px;
	position: fixed;
	top: 50%;
	left: 50%;
}

.page-id-3391 {
	background: #FFF;
}

/*NEOTENICS layout*/

#neotenics {
	text-align: center;
	width: 869px;
	margin: 0 0 80px -434px;
	height:178px;
	position: relative;
	top: 0;
	left: 50%;
}

.page-id-3402 {
	background-color: #FFF;
}

.page-id-3402 #header {
	display: none;
}

.page-id-3402 #footer #bottom-nav ul, .page-id-3402 #footer #bottom-nav li a:link, .page-id-3402 #footer #bottom-nav li a:visited {
	color: #000;
}

/*FILM & EDITORIAL styles*/

.category-editorial {
	background: #999999;
}

h4.section-posttitle {
	text-transform: uppercase;
}

/*FILM, EDITORIAL, TRAVEL & CONTACT styles*/

#section-header {
	position: fixed;
	top: 60px;
	left: 10px;
}

/*font styles*/
p {
font-size : 1em; 
font-style : normal; 
padding: 0px;
} 
h2 {
margin: 0;
padding: 0;
text-transform: uppercase;
}
h3 {
font-size:1.2em;
}
h4, h5, h6 {
font-size:1em;
}
h2, h3, h1, h4, h5, h6 {
font-family: Helvetica, Sans-Serif; 
color : #000000; 
clear: both;
}

/*linkcolor*/

h4 a:link, h4 a:visted {
	color: #000;
}

a:link, a:visited {
color: white;
text-decoration: none; 

}
a:hover, a:active { 
color: white; 
text-decoration: underline;
border:none;
} 

h2 #pagetitle, #content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited, #content h3 a:link, #content h3 a:visited  {
position: fixed;
top: 60px;
left: 0px;
width:100%;
padding: 10px 0 0 12px;
color:#000000;
text-decoration:none;
border:none;
text-transform: uppercase;
font-size: 16px;
}

#pagenav a:link, #pagenav a:visited{
	color: #FFF;
}
.date {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
}

/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 2px;
}
img.center, img.aligncenter, img.centered {
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
margin-left: -16px;
}
.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.postcontent img {
border: none;
}

.border {
border: 1px solid #99cccc;
}

/*wrap and header*/
#accessnav {
display:none;
}

#wrap {
background : transparent;
margin:5px auto;
padding:0px;
text-align:left;
}

/*header*/
#header {
background : transparent;
padding: 0;
position: fixed;
top: 0px;
left: 10px;
}
#header h1{
padding:0px;
font-size:2em;
display:inline;
}
#header p {
padding:0px;
margin:2px 10px;
font-size:1.1em;
display:inline;
}

/*content and post settings*/

#content{
background : transparent;
padding: 5px 1em;
margin: 80px 0 25px 0;
float: left;
font-size:1.1em;
}


.post {
margin:0;
}

div.postmeta p {
margin: 0;
padding: 0;
}
.postmeta {
font-size: 12px;
margin: 25px 0px 50px -15px;
padding:10px 10px 10px 15px;
text-transform: uppercase;
}

.postcontent {
	line-height:1.6em;
	width: 1000px;
	margin-top: 50px;
}

.postcontent p {
	font: 13px normal Helvetica, sans-serif;
	line-height: 18px;

}

#pagenav {
	font: 18px normal Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 21px;
	width: 500px;
	text-align: center;
	margin: auto;
	clear: both;
}

/*postnav*/
#postnav {
	font: 18px normal Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 21px;
	width: 500px;
	text-align: center;
	margin: auto;
	clear: both;
}

#postnav a:link, #postnav a:visited{
	color: white;
	text-decoration: none;
}


#postnav li {
	display:inline;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 0px;

}
ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #000000;
margin: 10px 0px;
}
#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
font-family :Georgia,'Trebuchet MS', 'Lucida Sans',  'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
color : #000000; 
margin: 10px 0px 5px;
padding:2px 0px;
font-size:120%;
}
#commentform textarea {
width:90%;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:50%;
}
#commentform input.submit {
width:40%;
margin:2px 0px;
}
.approve {
border: 1pt solid #99cccc;
background : #ffffff;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.8em;
text-align:right;
clear:both;
}
#commentlist cite {
font-style:normal;
}


.avatar {
float:right;
border: 1pt solid #000000;
margin-left:10px;
padding:2px;
}

/*sidebar*/
#sidebar {
	position: fixed;
	top: 25px;
	right: 25px;
}
#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding:0px;

}
#sidebar li{
margin:0px;
padding: 2px 0px;
}
#sidebar div {
margin: 2px;
padding:0px;
}
#sidebar h2 {
margin: 5px 0px 0px;
padding: 4px 0px;
font: 15px 'Times New Roman', Times, serif;
text-transform: uppercase;
color: #e5e5e5;
}
#sidebar li a {
border:none;
}
#sidebar li li {
border-bottom: 1pt solid #99cccc;
}
#sidebar li li li {
list-style:circle inside;
border:none;
margin-left:0px;
}
li#tagcloud a:link, li#tagcloud a:visited {
	color:#FFF;
}
/*searchform*/
#searchform label {
font-weight:bold;
}
#searchform input#s {
width:50%;
}
#searchform input.submit {
width:30%;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#99cccc;
font-weight:bold;
}
.widget_rss img {
margin:0px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#99cccc;
}



/*footer*/
#footer {
	background : transparent;
	clear: both;
	padding:25px 0 25px 0;
	text-align:center;
	margin-left:15px;
}
#footer #bottom-nav ul, #footer #bottom-nav li a:link,#footer #bottom-nav li a:visited{
	letter-spacing: normal;
	color: white;
	margin-bottom: 25px;
	font-size: 10px;
}

#footer ul{
	margin: 10px 0 0 0;
	padding:0px;
}
#footer li{
	display: inline;
	margin: 0 25px 0 0;
}
#footer p, #footer p a:link,#footer li a:visited {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 10px;
}


/*forms*/
input , textarea, select, option {
border-width: 0px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
margin-top: 5px;
border-style: none;
background-color: white;
font-family: Helvetica, Sans-Serif; 
font-size:100%;
padding: 5px;
}
fieldset, legend {
background:transparent;
color : #000000; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}

input[type="submit"] {
	cursor: pointer;
}

/*lists*/
ul {
list-style-type: disc;
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}
ol { 
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

/*tables*/
table {
color : #99cccc; 
width: 90%;
margin: 5px auto;
padding: 0px;
font-size:1em;
}
caption {
color: #000000;
font-weight: normal;
padding: 5px;
}
td, th, tr {
padding: 5px;
text-align:left;
}
