/*
Theme Name: siyf_v2
Theme URI: http://www.straightinyourface.net
Description: siyf_v2.
Version: 2.0
Author: felix schlatter | daniel bär
Author URI: http://www.straightinyourface.net
Tags: straightinyourface, siyf

	
*/



/* Begin Typography & Colors */


addtoany_share_save_container {
float: right;
padding-top: 250px;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0FF;
	text-decoration: underline;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
}
img {
border:none;
}

p img a:link{
	border:none;
}

#navigation {
	float: left;
	width: 200px;
}

#navigation a:before{
	content:"❯ ";
}

#navigation a:link, #navigation a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #383838;
	line-height: 18px;
	text-decoration: none;
}
#navigation_two {
	float: left;
	width: 200px;
}

#navigation_two a:before{
	content:"";
}

#navigation_two a:link, #navigation a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #383838;
	line-height: 18px;
	text-decoration: none;
}


#header {
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5A5A;
	width: 900px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	color: #333;
}

#header a:link, #header a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	color: #333;
}

#header a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	color: #0FF;
}

#content {
	margin-top: 15px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(http://www.straightinyourface.net/wp-content/themes/siyf_v2/images/arrow_down.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 30px;
	float: none;
	width: 250px;
}
#title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(http://www.straightinyourface.net/wp-content/themes/siyf_v2/images/arrow_down.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 30px;
	float: none;
	width: 450px;
}
#lefter {
	float: left;
	height: 30px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 5px;
	height: 30px;
	width: 250px;
}
#righter {
	float: right;
	height: 30px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
	text-align: right;
	padding-top: 5px;
	height: 30px;
	width: 250px;
}
#righter a:link, #righter a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#lefter a:link, #lefter a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#righter a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0FF;
	text-decoration: none;
}

#lefter a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0FF;
	text-decoration: none;
}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


/* Begin Structure */


#logo {
	float: left;
	height: 100px;
	width: 250px;
}






/* Begin Images */
p img {
	padding-bottom: 10px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

