/*
THEME NAME: Profile 2.0
THEME URI: http://profiletheater.org
DESCRIPTION: Based on Empty Canvas v1.0 : 
VERSION: 1.0
test
*/

@import "reset.css";


@media screen and (max-width:533px)
{
body {
		background: url(images/woodbk_small.jpg) repeat;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #585858;
	}

	a {
		color: #464646;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: #990000;
	}

	strong {
		font-weight: 700;
	}

	hr {
		border: none 0;
		border-bottom: 1px solid #E0E0E0;
		height: 1px;
		margin: 10px 0;
	}

	blockquote {
		font-style: italic;
		background: url(images/quotes.gif) no-repeat top left;
		background-position: 12px 12px;
		color: #595959;
		margin: 5px 0;
		padding: 8px 15px 8px 60px;
	}

	em {
		font-style: italic;
	}


	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	#wrapper {
		width: 95%;
		background: #FFF;
		margin: 0 auto;
		border-right: 1px solid #990000;
		border-left: 1px solid #990000;
		border-bottom: 1px solid #990000;
	}

	#header {
		background: url(images/bg_logo_small.png) no-repeat center 4px;
		width: 100%;
		height: 98px;
		border-bottom: 2px solid #EFEFEF;
		margin: 0 auto;
	}

	#headerimage {
		display: none;
	}

	#header img {
		margin-left: 10px;
	}

	#sticky {
		overflow: hidden;
		width: 100%;
		border-bottom: 2px solid #EFEFEF;
		margin: 0 auto;
		background-color: #990000;
		color: #ffffff;
		font-size: 10pt;
		text-align: right;
	}

	#sticky p {
		padding: 2px;
	}

	#sticky a, #sticky a:hover {
		text-decoration: underline;
		color: #ffffff;
	}

	#logo {
		font-size: 250%;
		margin: 50px 0 0 30px;
		font-weight: bold;
	}

	#logo a {
		color: #333333;
	}

	#description {
		font-size: 130%;
		color: #666666;
		margin: 5px 0 50px 30px;
	}


	#primary_nav {
		margin: 5px auto;
	    overflow: hidden;
	    width: 90%;
	}

	#primary_nav a {
		display: block;
	}

	#container {
		width: 100%;
		overflow: hidden;
		margin: 8px auto;
	}

	#content {
		float: left;
		width: 95%;
		margin: 0 5px;
	}

	#content a, #content a:hover, #content a:visited {
		color: #990000;
		text-decoration: none;
	}

	#splashbox {
		width: 100%; 
		height: auto;
	}

	.wp-caption {
		text-align: center;
	}

	.wp-caption-text {
	    font-size: 8pt;
	    text-align: center;
	}

	.clearfix:after {
	    clear: both;
	    content: " ";
	    display: block;
	    height: 0;
	    line-height: 0;
	    visibility: hidden;
	}

	html[xmlns] .clearfix {
	    display: block;
	}

	.responsiveMenuSelect {
		width: 95%;
	}

	.post {
		margin-bottom: 25px;
	}

	.post-title {
		font-size: 120%;
		line-height: 1.2;
		font-weight: normal;
		text-transform: uppercase;
	}

	.post-title a {
		color: #333333;
	}

	.page-subtitle {
		font-weight: 700;
		color: #CCC;
		font-size: 90%;
		text-transform: uppercase;
		padding-bottom: 5px;
		border-bottom: 1px solid #EFEFEF;
		margin-bottom: 15px;
	}

	.post-content {
		margin-top: 15px;
	}

	.post-content h2 {
		font-size: 140%;
		margin-bottom: 10px;
		border-bottom: 1px solid #EFEFEF;
		padding: 10px 0 5px;
	}

	.post-content h3 {
		font-size: 110%;
		font-weight: 700;
		margin-bottom: 5px;
		border-bottom: 1px solid #EFEFEF;
		padding: 10px 0 5px;
	}

	.post-content p {
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.post-content img {
		max-width:100%; 
		height:auto; 
	}

	.post-content img.alignnone {
		background: #FFF;
		padding: 1px;
	}

	.post-content .alignleft {
		float: left;
		margin: 0 auto;
		padding: 4px;
	}

	.post-content img.alignright {
		float: right;
		margin: 0 0 5px 5px;
		padding: 0;
	}

	.post-content ul,.post-content ol {
		margin-left: 30px;
		margin-bottom: 20px;
	}

	.post-content ul {
		list-style: outside;
	}

	.post-content ol {
		list-style: decimal;
	}

	.post-content ul li,.post-content ol li {
		line-height: 1.3;
		margin-bottom: 5px;
	}

	.more-link {
		font-weight: 700;
		display: block;
		margin-top: 10px;
	}

	.section-title {
		font-size: 140%;
		margin-bottom: 10px;
	}

	.navleft {
		float: left;
		margin: 0 15px 15px 0;
	}

	.navright {
		float: right;
		margin: 0 0 15px 15px;
	}

	.navigation div a {
		font-size: 110%;
	}

	
	#sidebar {
		width: 95%;
		margin: 0 auto;
	}



	.sidepanel {
		margin-bottom: 30px;
		width: 100%;
	}

	.sidepanel h3 {
		text-transform: uppercase;
		border-bottom: 1px solid #EFEFEF;
		padding: 0 0 5px 0;
		color: #333333;
		font-weight: bold;
	}

	.sidepanel ul li {
		border-bottom: 1px solid #EFEFEF;
		padding: 5px 0;
		line-height: 1.2;
		text-transform: uppercase;
		color: #666;
		font-size: 90%;
	}

	.sidepanel p {
		margin-top: 8px;
		line-height: 1.3;
	}

	#footer {
		margin: 0 auto;
		width: 95%;
		height: 20px;
		border-top: 1px solid #EAEAEA;
		padding: 5px;
		text-align: right;
		font-size: 75%;
	}

	#footer-left {
		display: none;
	}

	#footer-links {
		list-style: none;
	}

	#footer-links li {
		float: left;
		margin-right: 15px;
	}

	.sep {
		color: #CCC;
		margin: 0 8px;
	}

	.ico-small {
		vertical-align: middle;
		margin: 0 5px 2px 0;
	}
}/*/mediaquery*/

/*********************************************************************************************/
@media screen and (min-width:534px) and (max-width:768px) {
	body {
		background: url(images/woodbk_med.jpg) repeat;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #585858;
	}

	a {
		color: #464646;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: #990000;
	}

	strong {
		font-weight: 700;
	}

	hr {
		border: none 0;
		border-bottom: 1px solid #E0E0E0;
		height: 1px;
		margin: 10px 0;
	}

	blockquote {
		font-style: italic;
		background: url(images/quotes.gif) no-repeat top left;
		background-position: 12px 12px;
		color: #595959;
		margin: 5px 0;
		padding: 8px 15px 8px 60px;
	}

	em {
		font-style: italic;
	}


	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	#wrapper {
		width: 95%;
		background: #FFF;
		margin: 0 auto;
		border-right: 1px solid #990000;
		border-left: 1px solid #990000;
		border-bottom: 1px solid #990000;
	}

	#header {
		overflow: hidden;
		width: 100%;
		border-bottom: 2px solid #EFEFEF;
		margin: 0 auto;
		padding-top: 3px;
	}

	#header img {
	  	margin: 5px 10px 12px 15px;
	}

	#sticky {
		overflow: hidden;
		width: 100%;
		border-bottom: 2px solid #EFEFEF;
		margin: 0 auto;
		background-color: #990000;
		color: #ffffff;
		font-size: 13pt;
		text-align: right;
	}

	#sticky p {
		paddding: 4px;
	}

	#sticky a, #sticky a:hover {
		text-decoration: underline;
		color: #ffffff;
	}

	#logo {
		font-size: 250%;
		margin: 50px 0 0 30px;
		font-weight: bold;
	}

	#logo a {
		color: #333333;
	}

	#description {
		font-size: 130%;
		color: #666666;
		margin: 5px 0 50px 30px;
	}


	#primary_nav {
		margin-top: 5px;
	    float: left;
	    width: 100%;
	}

	#primary_nav a {
		display: block;
	}

	#container {
		width: 100%;
		overflow: hidden;
		margin: 5px auto;
	}

	#content {
	  float: left;
	  padding-left: 10px;
	  padding-top: 5px;
	  width: 680px;
	}

	#content a, #content a:hover, #content a:visited {
		color: #990000;
		text-decoration: none;
	}

	#splashbox {
		width: 100%; 
		height: auto;
	}

	.wp-caption-text {
	    font-size: 8pt;
	    text-align: center;
	}

	.clearfix:after {
	    clear: both;
	    content: " ";
	    display: block;
	    height: 0;
	    line-height: 0;
	    visibility: hidden;
	}

	html[xmlns] .clearfix {
	    display: block;
	}

	.responsiveMenuSelect {
		width: 95%;
	}

	.post {
		margin-bottom: 25px;
	}

	.post-title {
		font-size: 120%;
		line-height: 1.2;
		font-weight: normal;
		text-transform: uppercase;
	}

	.post-title a {
		color: #333333;
	}

	.page-subtitle {
		font-weight: 700;
		color: #CCC;
		font-size: 90%;
		text-transform: uppercase;
		padding-bottom: 5px;
		border-bottom: 1px solid #EFEFEF;
		margin-bottom: 15px;
	}

	.post-content {
		margin-top: 15px;
	}

	.post-content h2 {
		font-size: 140%;
		margin-bottom: 10px;
		border-bottom: 1px solid #EFEFEF;
		padding: 10px 0 5px;
	}

	.post-content h3 {
		font-size: 110%;
		font-weight: 700;
		margin-bottom: 5px;
		border-bottom: 1px solid #EFEFEF;
		padding: 10px 0 5px;
	}

	.post-content p {
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.post-content img {
		max-width:100%; 
		height:auto; 
	}

	.post-content img.alignnone {
		background: #FFF;
		padding: 1px;
	}

	.post-content .alignleft {
		float: left;
		margin: 0 auto;
		padding: 4px;
	}

	.post-content img.alignright {
		float: right;
		margin: 0 0 15px 25px;
		padding: 4px;
	}

	.post-content ul,.post-content ol {
		margin-left: 30px;
		margin-bottom: 20px;
	}

	.post-content ul {
		list-style: outside;
	}

	.post-content ol {
		list-style: decimal;
	}

	.post-content ul li,.post-content ol li {
		line-height: 1.3;
		margin-bottom: 5px;
	}

	.more-link {
		font-weight: 700;
		display: block;
		margin-top: 10px;
	}

	.section-title {
		font-size: 140%;
		margin-bottom: 10px;
	}

	.navleft {
		float: left;
		margin: 0 15px 15px 0;
	}

	.navright {
		float: right;
		margin: 0 0 15px 15px;
	}

	.navigation div a {
		font-size: 110%;
	}

	
	#sidebar {
		width: 95%;
		margin: 0 auto;
	}



	.sidepanel {
		margin-bottom: 30px;
		width: 100%;
	}

	.sidepanel h3 {
		text-transform: uppercase;
		border-bottom: 1px solid #EFEFEF;
		padding: 0 0 5px 0;
		color: #333333;
		font-weight: bold;
	}

	.sidepanel ul li {
		border-bottom: 1px solid #EFEFEF;
		padding: 5px 0;
		line-height: 1.2;
		text-transform: uppercase;
		color: #666;
		font-size: 90%;
	}

	.sidepanel p {
		margin-top: 8px;
		line-height: 1.3;
	}

	#footer {
		margin: 0 auto;
		width: 95%;
		height: 20px;
		border-top: 1px solid #EAEAEA;
		padding: 5px;
		text-align: right;
		font-size: 75%;
	}

	#footer-left {
		font-size: 75%;
		height: 20px;
		margin: -26px 0 8px 24px;
		text-align: left;
		width: 60%;
	}

	#footer-links {
		list-style: none;
	}

	#footer-links li {
		float: left;
		margin-right: 15px;
	}

	.sep {
		color: #CCC;
		margin: 0 8px;
	}

	.ico-small {
		vertical-align: middle;
		margin: 0 5px 2px 0;
	}

}/*/mediaquery*/


/***************************************************************************************************/

@media screen and (min-width:769px) and (max-width:959px){

	body {
		background: url(images/woodbk.jpg) repeat;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #585858;
	}

	a {
		color: #464646;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: #990000;
	}

	strong {
		font-weight: 700;
	}

	hr {
		border: none 0;
		border-bottom: 1px solid #E0E0E0;
		height: 1px;
		margin: 10px 0;
	}

	blockquote {
		font-style: italic;
		background: url(images/quotes.gif) no-repeat top left;
		background-position: 12px 12px;
		color: #595959;
		margin: 5px 0;
		padding: 8px 15px 8px 60px;
	}

	em {
		font-style: italic;
	}

	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	#wrapper {
		width: 95%;
		background: #FFF;
		margin: 0 auto;
		border-right: 1px solid #990000;
		border-left: 1px solid #990000;
		border-bottom: 1px solid #990000;
	}

	#header {
		overflow: hidden;
		width: 100%;
		border-bottom: 2px solid #EFEFEF;
		margin: 0 auto;
		padding-top: 3px;
	}

	#header img {
	  	margin: 5px 10px 12px 15px;
	}

	#sticky {
		overflow: hidden;
		width: 950px;
		border-bottom: 2px solid #EFEFEF;
		margin: 0 auto;
		padding: 3px 5px;
		background-color: #990000;
		color: #ffffff;
		font-size: 13pt;
		text-align: right;
	}

	#sticky a, #sticky a:hover {
		text-decoration: underline;
		color: #ffffff;
	}

	#logo {
		font-size: 250%;
		margin: 50px 0 0 30px;
		font-weight: bold;
	}

	#logo a {
		color: #333333;
	}

	#description {
		font-size: 130%;
		color: #666666;
		margin: 5px 0 50px 30px;
	}


	#primary_nav {
		margin-top: 5px;
	    float: left;
	    width: 100%;
	}


	#primary_nav a {
		display: block;
	}

	#container {
		width: 98%;
		overflow: hidden;
		margin: 10px auto;
	}

	#content {
	  float: left;
	  padding-left: 10px;
	  padding-top: 5px;
	  width: 680px;
	}

	#content a, #content a:hover, #content a:visited {
		color: #990000;
		text-decoration: none;
	}

	#content table {
		border-spacing: 0 5px;
	}

	#content table td, #content table tr {
		margin-bottom: 5px;
	}

	#splashbox {
		    max-width: 940px;
		    max-height: 530px;
		    min-height: 56px;
		    min-width: 100px; 
	}

	.wp-caption-text {
	    font-size: 8pt;
	    text-align: center;
	}

	.clearfix:after {
	    clear: both;
	    content: " ";
	    display: block;
	    height: 0;
	    line-height: 0;
	    visibility: hidden;
	}

	html[xmlns] .clearfix {
	    display: block;
	}

	.post {
		/*margin-bottom: 50px;*/
	}

	.post-title {
		font-size: 120%;
		line-height: 1.2;
		font-weight: normal;
		text-transform: uppercase;
	}

	.post-title a {
		color: #333333;
	}

	.page-subtitle {
		font-weight: 700;
		color: #CCC;
		font-size: 90%;
		text-transform: uppercase;
		padding-bottom: 5px;
		border-bottom: 1px solid #EFEFEF;
		margin-bottom: 15px;
	}

	.post-content {
		margin-top: 3px;
	}

	.post-content h2 {
		font-size: 140%;
		margin-bottom: 10px;
		padding: 10px 0 5px;
		line-height: 130%;
	}

	.post-content h3 {
		font-size: 110%;
		font-weight: 700;
		margin-bottom: 0;
		padding: 10px 0 5px;
	}

	.post-content p {
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.post-content img.alignnone {
		background: #FFF;
		padding: 1px;
	}

	.post-content .alignleft {
		float: left;
		margin: 0 auto;
		padding: 4px;
	}

	.post-content .alignright {
		float: right;
		margin: 0 0 15px 25px;
		padding: 4px;
	}

	.post-content ul,.post-content ol {
		margin-left: 30px;
		margin-bottom: 20px;
	}

	.post-content ul {
		list-style: outside;
	}

	.post-content ol {
		list-style: decimal;
	}

	.post-content ul li,.post-content ol li {
		line-height: 1.3;
		margin-bottom: 5px;
	}

	.more-link {
		font-weight: 700;
		display: block;
		margin-top: 10px;
	}

	.section-title {
		font-size: 140%;
		margin-bottom: 10px;
	}

	.navleft {
		float: left;
		margin: 0 15px 15px 0;
	}

	.navright {
		float: right;
		margin: 0 0 15px 15px;
	}

	.navigation div a {
		font-size: 110%;
	}

	
	#sidebar {
		margin-top: 10px;
		float: right;
		width: 220px;
	}

	.sidepanel {
		margin-bottom: 30px;
	}

	.sidepanel h3 {
		text-transform: uppercase;
		border-bottom: 1px solid #EFEFEF;
		padding: 0 0 5px 0;
		color: #333333;
		font-weight: bold;
	}

	.sidepanel ul li {
		border-bottom: 1px solid #EFEFEF;
		padding: 5px 0;
		line-height: 1.2;
		text-transform: uppercase;
		color: #666;
		font-size: 90%;
	}

	.sidepanel p {
		margin-top: 8px;
		line-height: 1.3;
	}

	#footer {
		margin: 0 auto;
		width: 95%;
		height: 20px;
		border-top: 1px solid #EAEAEA;
		padding: 5px;
		text-align: right;
		font-size: 75%;
	}

	#footer-left {
		font-size: 75%;
		height: 20px;
		margin: -26px 0 8px 24px;
		text-align: left;
		width: 60%;
	}

	#footer-links {
		list-style: none;
	}

	#footer-links li {
		float: left;
		margin-right: 15px;
	}

	.sep {
		color: #CCC;
		margin: 0 8px;
	}

	.ico-small {
		vertical-align: middle;
		margin: 0 5px 2px 0;
	}


}/*/mediaquery*/

/***************************************************************************************************/

@media screen and (min-width:960px) {

	body {
		background: url(images/woodbk.jpg) repeat;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #585858;
	}

	a {
		color: #464646;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
		color: #990000;
	}

	strong {
		font-weight: 700;
	}

	hr {
		border: none 0;
		border-bottom: 1px solid #E0E0E0;
		height: 1px;
		margin: 10px 0;
	}

	blockquote {
		font-style: italic;
		background: url(images/quotes.gif) no-repeat top left;
		background-position: 12px 12px;
		color: #595959;
		margin: 5px 0;
		padding: 8px 15px 8px 60px;
	}

	em {
		font-style: italic;
	}

	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	#wrapper {
		width: 960px;
		background: #FFF;
		margin: 0 auto;
		border-right: 1px solid #990000;
		border-left: 1px solid #990000;
		border-bottom: 1px solid #990000;
	}

	#header {
		overflow: hidden;
		width: 960px;
		border-bottom: 2px solid #EFEFEF;
		margin: 0 auto;
		padding-top: 5px;
	}

	#sticky {
		overflow: hidden;
		width: 950px;
		border-bottom: 2px solid #EFEFEF;
		margin: 0 auto;
		padding: 3px 5px;
		background-color: #990000;
		color: #ffffff;
		font-size: 13pt;
		text-align: right;
	}

	#sticky a, #sticky a:hover {
		text-decoration: underline;
		color: #ffffff;
	}

	#header img {
	  	margin: 5px 10px 12px 15px;
	}

	#logo {
		font-size: 250%;
		margin: 50px 0 0 30px;
		font-weight: bold;
	}

	#logo a {
		color: #333333;
	}

	#description {
		font-size: 130%;
		color: #666666;
		margin: 5px 0 50px 30px;
	}


	#primary_nav {
		margin-top: 5px;
	    width: 63%;
	    margin: 5px auto 0px auto;
	}


	#primary_nav a {
		display: block;
	}

	#container {
		width: 940px;
		overflow: hidden;
		margin: 30px auto;
	}

	#content {
	  float: left;
	  padding-left: 10px;
	  padding-top: 5px;
	  width: 680px;
	}

	#content a, #content a:hover, #content a:visited {
		color: #990000;
		text-decoration: none;
	}

	#content table {
		border-spacing: 0 5px;
	}

	#content table td, #content table tr {
		margin-bottom: 5px;
	}

	#splashbox {
		    max-width: 940px;
		    max-height: 530px;
		    min-height: 56px;
		    min-width: 100px; 
	}

	.wp-caption-text {
	    font-size: 8pt;
	    text-align: center;
	}

	.clearfix:after {
	    clear: both;
	    content: " ";
	    display: block;
	    height: 0;
	    line-height: 0;
	    visibility: hidden;
	}

	html[xmlns] .clearfix {
	    display: block;
	}

	.post {
		/*margin-bottom: 50px;*/
	}

	.post-title {
		font-size: 120%;
		line-height: 1.2;
		font-weight: normal;
		text-transform: uppercase;
	}

	.post-title a {
		color: #333333;
	}

	.page-subtitle {
		font-weight: 700;
		color: #CCC;
		font-size: 90%;
		text-transform: uppercase;
		padding-bottom: 5px;
		border-bottom: 1px solid #EFEFEF;
		margin-bottom: 15px;
	}

	.post-content {
		margin-top: 3px;
	}

	.post-content h2 {
		font-size: 140%;
		margin-bottom: 10px;
		padding: 10px 0 5px;
		line-height: 130%;
	}

	.post-content h3 {
		font-size: 110%;
		font-weight: 700;
		margin-bottom: 0;
		padding: 10px 0 5px;
	}

	.post-content p {
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.post-content img.alignnone {
		background: #FFF;
		padding: 1px;
	}

	.post-content .alignleft {
		float: left;
		margin: 0 auto;
		padding: 4px;
	}

	.post-content .alignright {
		float: right;
		margin: 0 0 15px 25px;
		padding: 4px;
	}

	.post-content ul,.post-content ol {
		margin-left: 30px;
		margin-bottom: 20px;
	}

	.post-content ul {
		list-style: outside;
	}

	.post-content ol {
		list-style: decimal;
	}

	.post-content ul li,.post-content ol li {
		line-height: 1.3;
		margin-bottom: 5px;
	}

	.more-link {
		font-weight: 700;
		display: block;
		margin-top: 10px;
	}

	.section-title {
		font-size: 140%;
		margin-bottom: 10px;
	}

	.navleft {
		float: left;
		margin: 0 15px 15px 0;
	}

	.navright {
		float: right;
		margin: 0 0 15px 15px;
	}

	.navigation div a {
		font-size: 110%;
	}

	
	#sidebar {
		margin-top: 10px;
		float: right;
		width: 220px;
	}

	.sidepanel {
		margin-bottom: 30px;
	}

	.sidepanel h3 {
		text-transform: uppercase;
		border-bottom: 1px solid #EFEFEF;
		padding: 0 0 5px 0;
		color: #333333;
		font-weight: bold;
	}

	.sidepanel ul li {
		border-bottom: 1px solid #EFEFEF;
		padding: 5px 0;
		line-height: 1.2;
		text-transform: uppercase;
		color: #666;
		font-size: 90%;
	}

	.sidepanel p {
		margin-top: 8px;
		line-height: 1.3;
	}

	#footer {
		margin: 0 auto;
		width: 900px;
		height: 20px;
		border-top: 1px solid #EAEAEA;
		padding: 20px;
		text-align: right;
		font-size: 75%;
	}

	#footer-left {
		font-size: 75%;
	    height: 20px;
	    margin: -40px 0 8px 24px;
	    text-align: left;
	    width: 900px;
	}

	#footer-links {
		list-style: none;
	}

	#footer-links li {
		float: left;
		margin-right: 15px;
	}

	.sep {
		color: #CCC;
		margin: 0 8px;
	}

	.ico-small {
		vertical-align: middle;
		margin: 0 5px 2px 0;
	}


}/*/mediaquery*/




