/*
THEME NAME: Swerve
THEME URI: http://www.redfactory.nl/themes/swerve/
DESCRIPTION: A clean yet strong and versatile wordpress theme
VERSION: 1.3
AUTHOR: <a href="http://www.redfactory.nl">Red Factory</a>
AUTHOR URI: http://www.redfactory.nl
License: GNU GENERAL PUBLIC LICENSE
License URI: Check licence details in theme folder
*/

@import "reset.css";
body {
	font-family: 'Lato', arial, serif;
	font-size: 13px;
	color: #747474;
	background: #f8f8f8;
	word-spacing: 0.1em;
}
a {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
hr {
	border: none 0;
	height: 1px;
	margin: 10px 0;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #747474;
}
blockquote {
	font-style: italic;
	background: url(images/quote.png) no-repeat top left;
	background-position: 12px 12px;
	color: #777;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}
#wrapper {
	position: relative;
}
.wrapper {
	width: 940px;
	position: relative;
	margin: 0 auto;
}
.centerimg {
	display: inline-block;
	height: 100%;
	width: 100%;
}



/* begin ------------------------------------------------------------ Header */
#header {
	width: 100%;
	display: inline-block;
	position: relative;
	background: url('images/body_bg.png');
}
#header .wrapper {
	/* border-bottom: #dedede 1px solid; */
}
#logo-container {
	width: 100%;
	display: inline-block;
	margin: 30px 0;
	text-align: center;
}
#logo {
	font-size: 36px;
	text-transform: uppercase;
}
#logo a {
	color: #404040;
}
#logo a:hover {
	text-decoration: none;
}
#description {
	font-size: 13px;
	text-transform: none;
	font-family: Helvetica, arial, serif;
	margin: 3px 0 0 0;
	word-spacing: 0.2em;
}




#menu {
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
	/* border-bottom: #fff 1px solid; */

}
#menu ul.menu {
	display: inline-block;	
}

#menu ul.menu > li {
	display: inline-block;
	margin: 0 10px;
	padding: 25px 0 23px 0;
	float: left;
}

#menu ul.menu li a {
	color: #747474;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul.menu li a:hover {
	text-decoration: none;
}
#menu ul.menu > li.current-menu-item, #menu ul.menu > li.current-menu-parent, #menu ul.menu > li:hover {
	background: url('http://angelabacskocky.com/home/wp-content/uploads/2011/09/menu-arrow4.png') 50% bottom no-repeat;
}
#menu ul.menu li ul.sub-menu {
	position: absolute;
	float: left;
	margin: 23px 0 0 0;
	left: 0;
	width: 100%;
	height: 0px;
	display: none;
	background: #fff;
	z-index: 99;
	text-align: center;
	overflow: hidden;
	/* border-bottom: #eee 1px solid; */
}
#menu ul.menu li ul.sub-menu li {
	padding: 20px 0;
	display: inline-block;
	margin: 0 10px;
}
#menu ul.menu li ul.sub-menu li a {
	color: #404040;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
/* end ------------------------------------------------------------ Header */



/* begin ------------------------------------------------------------ Content */
#container {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 0 0 25px 0;
	background: url('images/body_bg.png');
}

#page-title {
	width: 100%;
	padding: 0 0 40px 0;
	margin: 0 0 40px 0;
	text-align: center;
}
#page-title h1 {
	font-size: 24px;
}

#slider-container {
    width: 100%;
    height: auto;
	display: inline-block;
	position: relative;
	margin: 0;
}
.withtagline #slider-container {
	margin-bottom: 25px;
}
#slider {
	width: 920px;
    height: 380px;
	margin: 0 0 0 10px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#slides {
	width: 920px;
    height: 380px;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 60;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}
.nivo-controlNav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	color: #000;
	font-size: 18px;
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
	-webkit-opacity: 0.70;
    opacity: 0.70;
    zoom: 1;
}
.nivo-controlNav a.active, .nivo-controlNav a:hover {
	color: #fff;
	text-decoration: none;
}
#slider-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 22px;
}
#slider-nav a {
	height: 22px;
	width: 15px;
	position: absolute;
	cursor: pointer;
	z-index: 99;
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
	-webkit-opacity: 0.80;
    opacity: 0.80;
    zoom: 1;
}
#slider-nav a.nivo-prevNav {
	left: 25px;
	background: url('images/prev.png') no-repeat;
}
#slider-nav a.nivo-prevNav:hover {
	left: 24px;
}
#slider-nav a.nivo-nextNav {
	right: 25px;
	background: url('images/next.png') no-repeat;
}
#slider-nav a.nivo-nextNav:hover {
	right: 24px;
}



#tagline {
	text-align: center;
	font-size: 22px;
	*/ font-style: italic; */
	line-height: 1.6;
	color: #747474;
	margin: -5px 0 0 0;
}



#content {
	float: left;
	width: 600px;
	/* border-top: #DEDEDE 1px solid; */
	margin: -25px 0 0 0;
	padding: 30px 10px 0 10px;
}
.sidebar_left #content {
	float: right;
}
.fullwidthpage #content {
	width: 920px;
}
.post {
	margin-bottom: 40px;
}
.post-title {
	font-size: 22px;
	*/ font-style: italic; */
	color: #747474;
	line-height: 1.3;
	margin: 0;
}
.post-title a {
	color: #747474;
}
.post-title a:hover {
	text-decoration: none;
}
.post-leadimage {
	display: inline-block;
	width: 100%;
	height: 200px;
	margin: 20px 0 10px 0;
	background: #fff url('images/glass_small.png') 50% 50% no-repeat;
	overflow: hidden;
}
.singular .post-leadimage {
	height: auto;
}
.post-leadimage img {
	width: 100%;
	height: auto;
}
.page-subtitle {
	color: #c6c6c5;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.post-meta {
	line-height: 1.6;
	position: relative;
}
.post-meta-bottom {
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	border-top: #dedede 1px dashed;
	border-bottom: #dedede 1px dashed;
	position: relative;
}
.post-meta-categories {
	float: left;
}
.post-meta-comments {
	float: right;
}
.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}
.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFF;
}
.post-comments a:hover {
	color: #FFF;
}
.post-content {
	margin: 10px 0 0 0;
	display: inline-block;
	width: 100%;
}
.post-content h1 {
	font-size: 24px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	font-style: italic;
}
.post-content h2 {
	font-size: 28px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	*/ font-style: italic; */
}
.post-content h3 {
	font-size: 24px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	font-style: italic;
}
.post-content h4 {
	font-size: 20px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
}
.post-content h5 {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	font-weight: bold;
}
.post-content h6 {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	font-style: italic;
}
.post-content p {
	line-height: 1.6;
	margin-bottom: 25px;
}
.post-content .alignnone {
	background: #FFF;
	padding: 5px;
}
.post-content .alignleft {
	float: left;
	margin: 5px 25px 15px 0;
	display: inline-block;
}
.post-content .alignright {
	float: right;
	margin: 5px 0 15px 25px;
	display: inline-block;
}
.post-content .aligncenter {
	display: block;
	text-align: center;
	margin: 5px auto 15px auto;
}
.post-content .wp-caption p.wp-caption-text {
	margin: 2px 0 0 0;
	font-style: italic;
	text-align: center;
}
.post-content .wp-caption img {
	width: 100%;
	height: auto;
}
.post-content .gallery-caption {}
.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: bold;
	display: block;
	margin-top: 10px;
}
.section-title {
	font-size: 14px;
	margin-bottom: 10px;
}
.navleft {
	float: left;
	margin: 0 15px 15px 0;
}
.navright {
	float: right;
	margin: 0 0 15px 15px;
}
.navigation div a {
	font-size: 18px;
	font-style: italic;
}
#container input[type="text"], #container textarea {
	padding: 5px 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background: #f8f8f8;
	border: #DEDEDE 1px solid;
	display: block;
	max-width: 600px;
	position: relative;
}
#container input[type="text"]:focus, #container textarea:focus, #container input[type="text"]:active, #container textarea:active {
	background: #fff;
}
#container input[type="submit"] {
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



#nicepagination {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
}
#nicepagination ul li {
	margin: 0 5px;
	display: inline-block;
	font-size: 14px;
}
#nicepagination ul li a.active {
	font-weight: bold;
	font-size: 16px;
}



.social-sharing {
	display: inline-block;
	float: left;
}
ul.sharing, ul.sharing li {
	display: inline-block;
    list-style:none;
    padding:0;
    margin:0;
	position: relative;
}
.ie7 ul.sharing li {
	float: left;
}
ul.sharing li a {
	height: 24px;
	width: 24px;
	margin: 0 10px 0 0;
	display: inline-block;
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
	-webkit-opacity: 0.70;
    opacity: 0.70;
    zoom: 1;
}
ul.sharing li a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
	-webkit-opacity: 1;
    opacity: 1;
    zoom: 1;
}
ul.sharing li.tweet a {
	background: url('images/twitter.png') no-repeat 50% 50%;
}
ul.sharing li.fb a {
	background: url('images/facebook.png') no-repeat 50% 50%;
}
ul.sharing li.gbuzz a {
	background: url('images/google-buzz.png') no-repeat 50% 50%;
}
ul.sharing li.digg a {
	background: url('images/digg.png') no-repeat 50% 50%;
}
ul.sharing li.del a {
	background: url('images/delicious.png') no-repeat 50% 50%;
}
ul.sharing li.stumble a {
	background: url('images/stumbleupon.png') no-repeat 50% 50%;
}
ul.sharing li.linkedin a {
	background: url('images/linkedin.png') no-repeat 50% 50%;
}
ul.sharing li.google a {
	background: url('images/google.png') no-repeat 50% 50%;
}

.post-tags {
	display: none;
}
/* end ------------------------------------------------------------ Content */



/* begin ------------------------------------------------------------ Gallery */
.selecter {
	display: inline-block;
	position: relative;
}
.selecterBtns {
	margin: 10px 0 25px 0;
	position: relative;
	display: inline-block;
}
.selecterBtns ul {
	margin: 0;
	padding: 0;
	position: relative;
}
.selecterBtns li {
	list-style: none;
	display: inline-block;
	margin: 0 5px 0 0;
}
.ie7 .selecterBtns li {
	position: relative;
	float: left;
}

.selecterContent {
    width: 100%;
    min-height: 100px;
    float: left;
    clear: both;
	overflow: hidden;
}
.selecterContent ul.nolist {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -40px;
	width: 960px;
	
}
.selecterContent li.gallery-item {
    width: 200px;
	float: left;
	margin: 0 0 40px 20px;
	padding: 0 0 0 19px;
	border-left: #DEDEDE 1px dashed;
	text-align: center;
	display: inline-block;
}
.selecterContent.columns-3 li.gallery-item {
    width: 280px;
}
.selecterContent.columns-2 li.gallery-item {
    width: 440px;
}
.selecterContent li.gallery-item .image-container {
    width: 200px;
	height: 114px;
	position: relative;
	overflow: hidden;
	background: #fff url('images/glass_small.png') 50% 50% no-repeat;
}
.selecterContent.columns-3 li.gallery-item .image-container {
    width: 280px;
	height: 160px;
}
.selecterContent.columns-2 li.gallery-item .image-container {
    width: 440px;
	height: 250px;
}
.selecterContent li.gallery-item img {
    width:100%;
    height:auto;
}
.gallery-item h4 {
	font-size: 24px;
	font-style: italic;
	color: #404040;
	margin: 0;
	padding: 0;
}
.gallery-item h4.image-container-spacing {
	margin: 16px 0 0 0;
}
.gallery-item .portfolio-date {
	margin: 3px 0 0 0;
}
.gallery-item .portfolio-content {
	margin: 20px 0 0 0;
}
.gallery-item .portfolio-content p {
	margin: 0;
}
.gallery-item .read-more {
	margin: 20px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
#gallery .gallery-spacer {
	width: 100%;
	height: 40px;
	display: inline-block;
}



#single-gallery #images {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	margin: 20px 0 0 0;
}
#single-gallery #images #nicepagination {
	margin: -5px 0 0 0;
}
#single-gallery #images #nicepagination ul.paging {
	margin: 0 0 0 15px;
}
#single-gallery #images #nicepagination ul.paging li {
	font-size: 12px;
}
#single-gallery #images #nicepagination ul.paging li.active {
	font-size: 13px;
}
#single-gallery #image_big {
	background: #fff;
	display: inline-block;
	margin: 0;
	float: left;
	overflow: hidden;
	position: relative;
	width: 400px;
	height: 400px;
	background: url('images/glass_small.png') 50% 50% no-repeat;
}
#single-gallery #image_big a {
	cursor: pointer;
}
#single-gallery #image_big img {
	width: 100%;
	height: auto;
}
#single-gallery #image_thumbs {
	width: 310px;
	height: 350px;
	display: inline-block;
	margin: 0;
	float: right;
	text-align: right;
	position: relative;
	overflow: hidden;
}
#single-gallery #thumbslider {
	width: 2000px;
	height: 322px;
	display: inline-block;
	position: relative;
	margin-left: 0px;
}
#single-gallery .thumb-container {
	float: left;
	display: inline-block;
	height: 322px;
	width: 310px;
}
#single-gallery .image_thumb {
	margin: 0 0 15px 15px;
	vertical-align: top;
	background: #fff;
	display: inline-block;
	float: left;
	width: 140px;
	height: 90px;
	position: relative;
	background: url('images/glass_small.png') 50% 50% no-repeat;
	overflow: hidden;
}
#single-gallery .image_thumb img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
/* end ------------------------------------------------------------ Gallery */



/* begin ------------------------------------------------------------ Comments */
#comments {
	display: inline-block;
	margin: 10px 0 0 0;
}
#comments-title {
	font-size: 22px;
	font-style: italic;
	padding: 0 0 10px 0;
}
#comments .comment-notes {
	line-height: 1.6;
}
#reply-title {
	font-size: 22px;
	font-style: italic;
}
#comments ol.commentlist {}
#comments li.comment {
	margin: 10px 0;
	border-top: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
	padding: 15px 0;
	line-height: 1.6;
}
#comments ul.children li.comment {
	margin: 15px 0 0px 20px;
}
#comments .comment-single {
	display: inline-block;
	position: relative;
	width: 100%;
}
#comments .comment-gravatar {
	float: left;
	display: block;
	margin-right: 20px;
	heigth: 80px;
	width: 80px;
}
#comments .comment-meta {
	font-style: italic;
	color: #c5c5c6;
}
#comments .comment-meta .fn {
	font-weight: bold;
	margin: 0 25px 0 0;
	font-style: normal;
}
#comments .comment-body {
	margin: 15px 0;
}
#comments .comment-body p {
	line-height: 1.6;
}
#comments .reply {
	float: right;
}
#respond {
	margin-top: 40px;
	margin-bottom: 10px;
}
#commentform {
	margin: 0;
	padding: 20px 0 0 0;
}
#respond .required {
	display: inline-block;
}
#respond label {
	display: inline-block;
	margin: 15px 0 5px 0;
	font-weight: bold;
}
#respond input, #respond textarea {
	display: block;
}
#respond input[type="text"] {
	max-width: 600px;
	margin-bottom: 10px;
	padding: 5px;
}
#respond textarea {
	max-width: 570px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #5d5d5d;
}
#respond .form-allowed-tags, #respond .form-submit {
	margin-top: 15px;
	line-height: 1.6;
}
/* end ------------------------------------------------------------ Comments */



/* begin ------------------------------------------------------------ Sidebar */
#sidebar {
	float: right;
	width: 300px;
	position: relative;
	z-index: 2;
	margin: 25px 0 0 0;
}
.sidebar_left #sidebar {
	float: left;
}
#frontpage-widgets {}
.widget-area {
	width: 960px;
	padding: 25px 0 0 0;
	margin: 0 0 0 -20px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.sidepanel {
	display: inline-block;
	border-top: #DEDEDE 1px solid;
	width: 300px;
	vertical-align: top;
	position: relative;
	float: left;
	padding: 0 0 10px 0;
}
.whitebg .sidepanel {
	border: 0;
	padding-bottom: 40px;
}
.widget-area .sidepanel {
	margin: 0 0 0 20px;
}
#footer .widget-area .sidepanel {
	border-top: #2f2f2f 5px solid;
	width: 220px;
}
#footer .widget-area .sidepanel:hover {
	border-top: #fff 5px solid;
}
.widget-area .mediumwidth .sidepanel {
	width: 620px;
}
.widget-area .fullwidth .sidepanel {
	width: 940px;
}
.sidepanel h3 {
	position: absolute;
	top: 0px;
	margin: -0.5em 0 0 0;
	padding: 0 10px 0 0;
	background: url('images/body_bg.png');
	font-size: 11px;
	text-transform: uppercase;
	color: #7c7c7c;
}
#footer .sidepanel h3 {
	position: relative;
	top: auto;
	margin: 20px 0 0 0;
	padding: 0;
	background: none;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.whitebg .sidepanel h3 {
	position: relative;
	top: auto;
	padding: 0;
	background: none;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	font-weight: bold;
	text-transform: none;
	color: #404040;
}
.sidepanel-content {
	overflow: hidden;
	padding: 30px 10px;
}
#footer .sidepanel-content {
	padding-right: 0;
	padding-left: 0;
	color: #747474;
}
.whitebg .sidepanel-content {
	background: #fff;
	border: #eee 1px solid;
	padding: 30px 20px;
}
.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}
.sidepanel p {
	line-height: 1.6;
}
#footer .sidepanel-content a:hover {
	color: #fff;
	text-decoration: none;
}
/* end ------------------------------------------------------------ Sidebar */



/* begin ------------------------------------------------------------ Footer */
#footer {
	width: 100%;
	display: inline-block;
	position: relative;
	color: #747474;
	padding: 10px 0;
}
#footer-links {
	display: inline-block;
	width: 100%;
	list-style: none;
}
#footer-links li {
	float: left;
	margin-right: 15px;
	font-size: 11px;
	text-transform: uppercase;
}
/* end ------------------------------------------------------------ Footer */



/* begin ------------------------------------------------------------ Widgets */
#searchform {
	position: relative;
}
#searchform .screen-reader-text {
	display: none;
}
#searchform #s {
	width: 170px;
	display: inline-block;
	margin: 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 7px 10px;
	border: #e4e4e4 1px solid;
	line-height: 1.6;
	float: left;
}
#searchform .readmore_button {
	float: right;
	position: relative;
	margin: 0;
	paddign: 0;
}
#content #searchform .readmore_button {
	float: left;
}
#content #searchform .readmore_button.submit {
	margin: 0 0 0 15px;
}
#searchform .readmore_button input[type="submit"] {
	position: relative;
	padding: 5px 12px;
	margin: 0;
	line-height: 1.6;
}
.ie7 #searchform .readmore_button input[type="submit"] {
	padding: 1px 5px;
}
.ie8 #searchform .readmore_button input[type="submit"] {
	padding: 3px 12px;
}



.rf_portfolio_widget {
	width: 100%;
}
.frontcontent-container {
	margin-left: -40px;
}
.rf_portfolio_widget .frontcontent {
	width: 200px;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 19px;
	border-left: #DEDEDE 1px dashed;
	text-align: center;
}
#footer .rf_portfolio_widget .frontcontent {
	border-left-color: #2f2f2f;
}
.rf_portfolio_widget.columns-1 .frontcontent {
	width: 920px;
}
.rf_portfolio_widget.columns-2 .frontcontent {
	width: 440px;
}
.rf_portfolio_widget.columns-3 .frontcontent {
	width: 280px;
}
.rf_portfolio_widget .postimage-container {
	width: 200px;
	height: 114px;
	position: relative;
	overflow: hidden;
	background: #fff url('images/glass_small.png') 50% 50% no-repeat;
	display: inline-block;
}
.rf_portfolio_widget.columns-1 .postimage-container {
	width: 920px;
	height: 525px;
}
.rf_portfolio_widget.columns-2 .postimage-container {
	width: 440px;
	height: 250px;
}
.rf_portfolio_widget.columns-3 .postimage-container {
	width: 280px;
	height: 160px;
}
.rf_portfolio_widget .postimage-container img {
	width: 100%;
	height: auto;
}
.rf_portfolio_widget h4 {
	font-size: 24px;
	font-style: italic;
	color: #404040;
}
.rf_portfolio_widget h4.postimage-container-spacing {
	margin: 16px 0 0 0;
}
.rf_portfolio_widget .portfolio-date {
	margin: 10px 0 0 0;
}
.rf_portfolio_widget .portfolio-content {
	margin: 20px 0 0 0;
}
.rf_portfolio_widget .read-more {
	margin: 20px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}
.portfolio-widget-spacer {
	width: 100%;
	height: 40px;
	display: inline-block;
}



.rf_fronttext_widget .image-container {
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 0 20px 0;
	background: #fff url('images/glass_small.png') 50% 50% no-repeat;
}
.rf_fronttext_widget .image-container img {
	width: 100%;
	height: auto;
	display: inline-block;
}
.rf_fronttext_widget .readmore_button {
	margin-top: 15px;
}
.rf_fronttext_widget .readmore_button:hover:active {
	margin-top: 16px;
}



.rf_twitter_widget {
	display: inline-block;
}
.rf_twitter_widget .tweet {
	background: #FAFAFA;
	border: #D4D4D4 1px solid;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 10px;
}
#footer .rf_twitter_widget .tweet {
	background: #222;
	border: #444 1px solid;
}
.rf_twitter_widget ul.tweet_list {
	display: inline-block;
}
.rf_twitter_widget ul.tweet_list li {
	line-height: 1.6;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.rf_twitter_widget .tweet_time, .rf_twitter_widget .tweet_time a {
	display: block;
}
.rf_twitter_widget .arrow-container {
	height: 10px;
	width: 10px;
	position: relative;
	margin: -1px 0 0 35px;
	display: inline-block;
	z-index: 100;
}
.rf_twitter_widget .arrow-border {
	height: 0;
	width: 0;
	border-color: #D4D4D4 transparent transparent transparent;
 	border-style: solid;
  	border-width: 10px;
	top: 0px;
	left: 0px;
	position: absolute;
}
#footer .rf_twitter_widget .arrow-border {
	border-color: #444 transparent transparent transparent;
}
.rf_twitter_widget .arrow {
	height: 0;
	width: 0;
	border-color: #FAFAFA transparent transparent transparent;
 	border-style: solid;
  	border-width: 8px;
	display: inline-block;
	top: 0px;
	left: 2px;
	position: absolute;
}
#footer .rf_twitter_widget .arrow {
	border-color: #222 transparent transparent transparent;
}
.rf_twitter_widget .follow {
	display: inline-block;
	width: 100%;
	position: relative;
}
.rf_twitter_widget .follow img {
	float: left;
	margin: 0 0 0 5px;
}
.rf_twitter_widget .follow a.followme {
	float: right;
	margin: 0 5px 0 0;
}



.rf_contact_widget .social-buttons {
	margin: 0 0 10px 0;
	display: inline-block;
}
.rf_contact_widget .social-buttons a {
	margin: 1px 0 0 15px;
	display: inline-block;
	float: left;
}
.rf_contact_widget .social-buttons a:first-child {
	margin-left: 0;
}
.rf_contact_widget .social-buttons a:hover {
	margin-top: 0px;
}
.rf_contact_widget .phone, .rf_contact_widget .email {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0;
}
.rf_contact_widget .phone .icon {
	background: url('images/phone.png') 50% 50% no-repeat;
}
.rf_contact_widget .email .icon {
	background: url('images/email.png') 50% 50% no-repeat;
}
.rf_contact_widget .icon {
	height: 24px;
	width: 24px;
	display: inline-block;
	float: left;
}
.rf_contact_widget .text {
	display: inline-block;
	float: left;
	width: auto;
	margin: 1px 0 0 10px;
}



.rf_latest_posts_widget .post-item {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 10px 0 0 0;
}
.rf_latest_posts_widget .post-item.first {
	margin: 0;
}
.rf_latest_posts_widget .postimage-container {
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 0 20px 0 0;
}
.rf_latest_posts_widget .postimage-container img {
	height: 100%;
	width: auto;
}
.rf_latest_posts_widget h4 {
	display: block;
	font-size: 14px;
	line-height: 1.6em;
	font-style: italic;
}
.rf_latest_posts_widget a:hover h4 {
	text-decoration: underline;
}
#footer .rf_latest_posts_widget a:hover h4 {
	color: #fff;
	text-decoration: none;
}
.rf_latest_posts_widget .post-date {
	display: block;
	margin: 0 0 5px 0;
}



.widget_line {
	width: 100%;
	height: 1px;
	display: inline-block;
	float: left;
}
/* end ------------------------------------------------------------ Widgets */



/* begin ------------------------------------------------------------ Shortcodes */
.devider, .devider-top {
	height: 1px;
	border-bottom: #DEDEDE 1px solid;
	margin: 0 8px;
	display: block;
}
.devider {
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}
.devider-top {
	padding: 20px 0 0 0;
	margin: 0 25px 40px 0;
	position: relative;
}
.devider-top a {
	position: absolute;
	margin: 20px 0 0 0;
	top: -0.5em;
	right: -25px;
	font-size: 11px;
}
.post-meta-bottom .devider-top {
	margin-bottom: 0;
	padding-top: 10px;
}
.post-meta-bottom .devider-top a {
	margin-top: 10px;
}



.column2x1, .column3x1, .column3x2, .column4x1, .column4x3 {
	display: inline-block;
	height: auto;
	margin: 20px 2% 20px 0;
	vertical-align: text-top;
	line-height: 1.6;
}
.ie7 .column2x1, .ie7 .column3x1, .ie7 .column3x2, .ie7 .column4x1, .ie7 .column4x3 {
	float: left;
}
.column2x1 {
	width: 47.5%;
}
.column3x1 {
	width: 31%;
}
.column3x2 {
	width: 64.5%;
}
.column4x1 {
	width: 22.5%;
}
.column4x3 {
	width: 73%;
}
.last {
	margin-right: 0;
}
.post .sc_sample {
	display: block;
	color: #aaa;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background: #fcfcfc;
	border: #DEDEDE 1px solid;
	line-height: 1.6;
}



.post .toggle {
	padding: 10px 0;
}
.post .toggle .title {
	background: url('images/minus.png') 0 50% no-repeat;
	padding: 9px 0 9px 50px;
	cursor: pointer;
}
.post .toggle.fold .title {
	background: url('images/plus.png') 0 50% no-repeat;
}
.post .toggle .toggle-content {
	margin: 0;
	padding: 0;
}



.message {
	display: block;
	color: #717fa1;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background: #d7e6f5;
	border: #aacae6 1px solid;
	line-height: 1.6;
}
.message .title {
	color: #626d86;
}
.message.notice {
	color: #847c4f;
	background: #fcf2c6;
	border: #ffcf4f 1px solid;
}
.message.notice .title {
	color: #726b44;
}
.message.succes {
	color: #4c794b;
	background: #d8f2ce;
	border: #b1e098 1px solid;
}
.message.succes .title {
	color: #416840;
}
.message.error {
	color: #c76458;
	background: #ffe9e9;
	border: #ffbcbc 1px solid;
}
.message.error .title {
	color: #bd5b4f;
}



.readmore_button {
	display: inline-block;
	padding: 1px 0 0 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: #fff 1px solid;
	-moz-box-shadow: 0px 1px 1px #e6e6e6;
	-webkit-box-shadow: 0px 1px 1px #e6e6e6;
	box-shadow: 0px 1px 1px #e6e6e6;
	margin: 0px 0 1px 0;
	vertical-align: top;
    -moz-opacity: .8;
    -khtml-opacity: .8;
	-webkit-opacity: .8;
    opacity: .8;
    zoom: 1;
}
.ie7 .readmore_button {
	position: relative;
	float: left;
}
#gallery .readmore_button {
	margin: 0;
}
.readmore_button:hover {
	-moz-box-shadow: 0px 0px 2px #d9d9d9;
	-webkit-box-shadow: 0px 0px 2px #d9d9d9;
	box-shadow: 0px 0px 2px #d9d9d9;
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
	-webkit-opacity: 0.65;
    opacity: 0.65;
    zoom: 1;
}
.readmore_button:hover:active {
	margin: 1px 0 0px 0;
}
#content .readmore_button.custom_button {
	margin-bottom: 20px;
}
#content .readmore_button.custom_button:hover:active {
	margin-bottom: 19px;
}
.sidepanel .readmore_button.custom_button {
	margin-top: 0px;
	margin-bottom: 1px;
}
.sidepanel .readmore_button.custom_button:hover:active {
	margin-top: 21px;
	margin-bottom: 0px;
}
#content .readmore_button.submit {
	margin: 10px 0 1px 0;
}
#content .readmore_button.submit:hover:active {
	margin: 11px 0 0px 0;
}
.readmore_button .title, .readmore_button input[type="submit"] {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 8px 10px;
	border: 0;
	margin: 0;
	line-height: 1;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
/* end ------------------------------------------------------------ Shortcodes */



/* begin ------------------------------------------------------------ Misc */
.sep {
	color: #CCC;
	margin: 0 8px;
}
.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
/* end ------------------------------------------------------------ Misc */