/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.FuturaBT-Book { 
	font-family: FuturaBT-Book;
	font-weight: normal;
	font-style: normal;
}

/* =Reset
-------------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}
ol,
ul {
	list-style: none;
}
html {
	overflow-y: scroll;
}

body {
	font-size: 14px;
	text-rendering: optimizeLegibility;
	color: #444;
	height: 100%;
}





/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
}


/* =I've added
-------------------------------------------------------------- */

#container {
	width: 1025px;
	margin: 53px auto 53px auto;
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
}

#name {
	font-family: FuturaBT-Book;
	font-size: 30pt;
	text-transform: uppercase;
	margin-bottom: 40px;
	letter-spacing: .03em;
}

#name a, a:visited {
	color: #000;
	text-decoration: none;
}

#name a:hover, a:visited:hover {
	color: #000;
	text-decoration: none;
}


#topnav {
	margin-left: 0;
	border: 0px solid #000;
	margin-bottom: 40px;
}

#topnav ul {
	list-style-type: none;
	margin-left: 0;
	border: 0px solid #ff0000;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#topnav a, a:visited {
	text-decoration: none;
	color: #000;
}

#topnav a:hover, a:visited:hover {
	text-decoration: underline;
	color: #555;
}

#topnav li {
	font-family: FuturaBT-Book;
	font-size: 15pt;
	display: inline;
	margin-right: 155px;
	margin-left: 0;
}

#contentcontainer {
	width: 100%;
	font-family: Verdana, sans-serif;
}

#contentleft {
	float: left;
	width: 470px;
	font-size: 14px;
}

#contentleft a, a:visited {
	text-decoration: none;
	color: #000;
}

#contentleft a:hover, a:visited:hover {
	text-decoration: underline;
	color: #555;
}

#contentright {
	font-size: 14px;
	float: left; 
	width: 545px;
	padding-top: 0;
	line-height: 20px;
}

#contentright img {
	max-width: 545px;
	height: auto;
}

/* p iframe {
	width: 545px;
} */

#contentright p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 25px;
	color: #555;
}

#contentright a, a:visited {
	text-decoration: underline;
	color: #000;
}

#contentright a:hover, a:visited:hover {
	text-decoration: underline;
	color: #555;
}

.vertical {
	font-size: 8px;
	color: #ccc;
    position: relative;
    float: right;
    -moz-transform: rotate(270deg);  /* FF3.5+ */
    -o-transform: rotate(270deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);  /* Saf3.1+, Chrome */
    -moz-transform-origin: 94% 0;
    -o-transform-origin: 94% 0;
    -webkit-transform-origin: 94% 0;
    margin-top: 15px;
} 

.vertical a:link, a:visited {
	color: #ccc;
	text-decoration: none;
}

.vertical a:hover, a:visited:hover {
	color: #ccc;
	text-decoration: none;
}