/*   
Theme Name: Halo Theme
Theme URI: http://demo.dotwired.de/halo/
Description: Premium WordPress Theme by Indiapart
Author: Indiapart
Author URI: http://themeforest.net/user/indiapart
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.2.5
*/



/* ========================================================================

	#   table of contents

	1.  overall & common
	2.  header section
	3.  navigation
	4.  nivo slider
	5.  root
	6.  blog styles
	7.  comment
	8.  sidebar
	9.  footer
	10. portfolio & frontpage
	11. contact form 7 styles
	12. wordpress default styles
	13. wordpress gallery styles
	14. halo shortcodes

======================================================================== */



/* ========================================================================

	1. overall & common

======================================================================== */

* {
  margin: 0;
  padding: 0;
}

body, html {
  font-family: Georgia, Georgia, Serif;
  width: 100%;
	-webkit-font-smoothing: antialiased;
}

body { 
  background: #fff;
  font-size: 13px;
}

a img {
  border: none;
}

ul {
  list-style-type: none;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.nomargin {
	margin: 0 !important;
}

a {
  color: #bd5313;
  text-decoration: none;
}

a:hover {
	color: #d6992f;
}

h1, h2, h3 {
	font-weight: 100;
	font-size: 19px;
	margin: 25px 0 10px;
	font-family: Georgia, Sans-Serif !important;
	font-style: italic;
	color: #bc6434;
}

h1 {
	font-size: 22px;
}

h3 {
	font-size: 15px;
}

::selection { background: #93d4c9; }
::-moz-selection { background: #93d4c9; }
::-khtml-selection { background: #93d4c9; }
::-ms-selection { background: #93d4c9; }

h4 {
	font-size: 12px;
	font-weight: 100;	
	margin: 0px 10px 10px; 
	color: #2c2c2c;
}

h5 {
	font-size: 12px;
	font-weight: 110;
}

#wrapper {
	width: 1146px;
	padding: 0 28px;
	margin: 0 auto;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
  display: block;
}



/* ========================================================================

	2. header section

======================================================================== */

#bar {
	height: 3px;
	background: #000;
}

header {
	width: 956px;
	background: #fff;
	padding: 36px 95px 0;
	position: relative;
	font-family: Georgia, Georgia, 'Times New Roman', Serif;
}

#topcontact {
	position: absolute;
	top: 0;
	right: 100px;
	width: 84px;
	height: 25px;
	background: url(images/topcontact.png) no-repeat;
	display: block;
}

#logo {
	width: 100%;
	margin-top: 23px;
}

#logo h1 {
	font-size: 38px;
	margin: 0 16px 0 0;
	display: inline-block;
	font-style: normal !important;
}

#logo a {
	color: #333;
}

#slogan {
	font-size: 13px;
	display: inline-block;
	position: relative;
	bottom: 4px;
}

#welcome-heading {
	font-size: 21px;
	line-height: 35px;
	color: #555;
	text-align: left;
	margin: 25px 0 0 0;
	padding: 15px 50px 15px 0;
	font-weight: 100;
}




/* ========================================================================

	3. navigation

======================================================================== */

nav {
	font-size: 14px;
	line-height: 14px;
	margin: 40px 0 0;
	position: relative;
	z-index: 999;
	border-top: 1px #d5d5d5 solid;
	border-bottom: 1px #d5d5d5 solid;
	padding: 10px 0;
	text-transform: uppercase;
}

nav ul > li {
	float: left;
	position: relative;
	margin: 0 30px;
}

nav a {
	color: #666666;
	padding-bottom: 13px;
	position: relative;
}

nav .current_page_item > a, nav a:hover {
	color: #000;
}

nav .sub-menu .current_page_item a {
	color: #ccc;
}

nav ul li ul {
	position: absolute;
	background: #000;
	display: none;
	white-space: nowrap;
	padding: 7px;
	left: -17px;
	margin-top: 10px;
	border-bottom-left-radius: 6px;
	-moz-bottom-left-radius: 6px;
	-khtml-bottom-left-radius: 6px;
	-ms-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-bottom-right-radius: 6px;
	-khtml-bottom-right-radius: 6px;
	-ms-bottom-right-radius: 6px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	-webkit-opacity: 0.8;
	text-transform: none;
}

nav ul li ul li {
	float: none;
	margin: 0;
}

nav ul li ul li a {
	display: block;
	padding: 6px 13px 6px 10px !important;
	border-bottom: 1px #333 solid;
	margin: 0 !important;
	color: #fff;
}

nav ul li ul li a:hover {
	color: #ccc;
}

nav .backLava {
	border-bottom: 1px #000 solid;
	top: 0 !important;
	height: 34px !important;
	padding: 0 !important;
	background: url(images/current-pike.png) no-repeat 50% 30px;
}


/* ========================================================================

	4. nivo slider

======================================================================== */

#slider-wrapper {
	padding-bottom: 36px;
}

#slider {
	position:relative;
	width: 956px !important;
	height: 350px;
	overflow: hidden;
	background:url(images/loading.gif) no-repeat 50% 50%;
  margin-top: 40px;
	overflow: hidden;
}

#slider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}

#slider a {
  border:0;
  display:block;
}

.nivo-imageLink {
	width: 956px;
	height: 350px;
	position: absolute;
	z-index: 98;
}

.nivo-slice, .nivo-box {
	position: absolute;
}

.nivo-directionNav {
	position: absolute;
	bottom: 0;
	width: 956px;
	z-index: 99;
}

.nivo-prevNav {
	position: absolut;
}

.nivo-caption {
	position: absolute;
	bottom: -55px;
	padding: 19px 128px;
	width: 700px;
	background: url(images/slider-desc-bg.png);
	z-index: 99;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	text-align: center;
	height: 17px !important;
	overflow: hidden;
}

.nivo-nextNav {
	background: url(images/slider-next.png) no-repeat;
	width: 13px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	right: 30px;
	bottom: -38px;
}

.nivo-prevNav {
	background: url(images/slider-prev.png) no-repeat;
	width: 13px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	left: 30px;
	bottom: -38px;
}



/* ========================================================================

	5. root

======================================================================== */

#root {
	width: 956px;
	padding: 35px 95px;
	background: #fff;
}

#content {
	line-height: 21px;
	font-family: Arial;
}

#content p {
	margin-bottom: 11px;
	color: #555;
}

.post ul, .portfolio-post ul {
	list-style-type: square;
	margin: 10px 0 10px 15px;
}

.post ul ul, .portfolio-post ul ul {
	list-style-type: circle;
	margin: 2px 0 5px 10px;
}

.page-title {
	font-size: 20px;
}


/* ========================================================================

	6. blog styles

======================================================================== */

.blog {
	float: left;
	margin-top: 30px;
}

.post {
	width: 540px;
	position: relative;
	margin-left: 121px;
	margin-bottom: 50px;
}

.the-title {
	font-size: 20px !important;
	line-height: 20px;
	font-weight: 100;
	font-style: italic;
	border-bottom: 1px #d5d5d5 solid;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.the-title a {
	color: #222;
	display: inline-block;
}

.post-date {
	width: 121px;
	height: 88px;
	background: url(images/post-date-bg.png) no-repeat;
	position: absolute;
	left: -121px;
	top: 53px;
	color: #fff;
	text-align: center;
	font-family: Georgia, Sans-Serif;
}

.post-date-day {
	position: absolute;
	left: 25px;
	width: 58px;
	top: 26px;
	font-size: 17px;
}

.post-date-month {
	top: 44px;
	left: 25px;
	width: 58px;
	position: absolute;
	font-size: 13px;
	font-style: italic;
}

.post-comments {
	width: 540px;
	text-align: right;
	margin-top: -18px;
	line-height: 14px;
	font-size: 12px;
}

.post-comments a {
	color: #000;
}

#content .title-devide {
	height: 2px;
	border: none;
	background: #d5d5d5;
	margin: 3px 0 16px;
}

.the-content {
	width: 480px;
}

.readmore {
	padding-left: 14px;
	background: url(images/readmore.png) no-repeat 0 6px;
	margin: 15px 0 5px;
	display: inline-block;
}



/* ========================================================================

	7. comments

======================================================================== */

#comments {
	width: 540px;
}

.commentlist .children {
	margin-left: 25px;
}

.comment-input {
	width: 250px;
}

.comment-input input {
	width: 220px;
	background: #d5d5d5;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: none;
	margin-bottom: 10px;
	outline: none;
}

.comment-input-website {
	margin-bottom: 10px;
}

.comment-input-website input {
	width: 85%;
	background: #d5d5d5;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: none;
	outline: none;
}

#comment {
	width: 85%;
	background: #d5d5d5;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border: none;
	height: 90px;
	margin-bottom: 10px;
	outline: none;
}

#comment-submit {
	cursor: pointer;
	border: none;
	padding: 7px 5px;
	width: 85%;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
	background: #69bdb0;
	color: #fff;
	margin-left: 5px;
}

.commentlist {
	list-style-type: none !important;
}

.comment {
	position: relative;
	border-bottom: 1px #e3e3e3 solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.gravatar {
	position: absolute;
	left: -61px;
	top: 15px;
	z-index: 4;
}

.gravatar-circle {
	border: #fff 15px solid;
	border-radius: 99px;
	-moz-border-radius: 99px;
	-ms-border-radius: 99px;
	-khtml-border-radius: 99px;
	position: absolute;
	z-index: 9;
	width: 45px;
	height: 45px;
	top: -15px;
	left: -15px;
}

.comment-author-name {
	float: left;
	font-weight: 900;
	margin-bottom: 4px;
}

.comment .reply {
	float: right;
	display: none;
}

.comment:hover .reply {
	display: block;
}



/* ========================================================================

	8. sidebar

======================================================================== */

aside {
	float: left;
	width: 250px;
	margin: 43px 0 0 45px;
	font-size: 12px;
	line-height: 20px;
}

aside h3 {
	font-size: 15px;
	font-style: italic;
	font-weight: 100;
	border-bottom: 1px #d5d5d5 solid;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

aside .block {
	margin-bottom: 35px;
	position: relative;
}

aside .title-devide {
	background: #e4eeef;
	height: 7px;
	margin-bottom: 3px;
}

aside .widget_search .title-devide {
	display: none;
}

aside #search {
	position: relative;
	height: 27px;
}

aside #s {
	width: 236px;
	padding: 7px 5px;
	border: 2px #eee solid;
	outline: none;
	margin-top: 3px;
	height: 13px;
}

aside #searchsubmit {
	background: url(images/search-button.png) no-repeat 3px 7px;
	border: none;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	width: 25px;
	height: 27px;
}

aside a {
	color: #000;
}

aside a:hover {
	text-decoration: none;
}

/* twitter widget in sidebar */

aside .bird {
	background: url(images/recent_tweets_bird.png) no-repeat;
	position: absolute;
	width: 38px;
	height: 32px;
	right: 0;
	top: -7px;
}

.ip_widget_recent_tweets li {
	margin-bottom: 3px;
}

.ip_widget_recent_tweets li a {
	color: #777;
}

.ip_widget_recent_tweets li span {
	display: block;
	margin-bottom: -2px;
}

.follow {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #eee;
	float: right;
	padding: 2px 5px;
	font-size: 11px;
}

.follow:hover {
	background: #fff;
}



/* ========================================================================

	9. footer

======================================================================== */

#footer-container {
	width: 100%;
	background: #f8f8f8;
	border-top: 1px #eee solid;
}

footer {
	width: 956px;
	margin: 0 auto !important;
	position: relative;
	padding: 45px 95px 36px;
}

#copyright {
	text-align: right;
	color: #3c3c3c;
	border-top: 1px #d5d5d5 solid;
	padding-top: 15px;
	color: #a9a9a9;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
}

#copyright a {
	color: #454545;
}

#footer-widgets {
	color: #6f6f6f;
	width: 956px;
	font-size: 12px;
	margin-bottom: 25px;
	border-top: 1px #d5d5d5 solid;
	padding-top: 5px;
	font-family: Arial, Sans-Serif;
}

#footer-widgets img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-khtml-opacity: 0.8;
}

#footer-widgets a {
	color: #777;
}

#footer-widgets a:hover {
	color: #219F8C;
}

#footer-widgets .column {
	width: 285px;
	margin-right: 50px;
	line-height: 18px;
	float: left;
}

#footer-widgets .column:nth-child(3) {
	margin: 0;
}

#footer-widgets h3 {
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	font-weight: 100;
	margin: 20px 0 16px;
	font-weight: 100;
	font-style: normal;
	font-family: Arial, Sans-Serif !important;
}

.from_the_blog_title {
	font-weight: 700;
	font-size: 13px;
}

.from_the_blog_meta {
	font-style: italic;
	margin: 5px 0;
}

.ip_widget_flickr .flickr_badge_image {
	margin: 0 10px 10px 0;
	float: left;
}

.ip_widget_flickr img {
	width: 50px;
	height: 50px;
	border: 3px #d5d5d5 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.ip_widget_social_profiles ul {
	width: 240px;
}

.ip_widget_social_profiles li {
	float: left;
	margin: 0 5px 5px 0;
}


#footer-widgets .ip_widget_recent_tweets li span {
	color: #D3D0D0;
}

#footer-widgets .ip_widget_recent_tweets li span a {
	color: #D3D0D0 !important;
}

#footer-widgets .follow {
	background: #222;
}

#footer-widgets .follow:hover {
	background: #000;
}

#tothetop {
	height: 23px;
	background: #ededed url(images/tothetop.png) no-repeat;
	padding: 0 10px 0 24px;
	position: fixed;
	bottom: 20px;
	right: 0;
	line-height: 23px;
	font-size: 12px;
	cursor: pointer;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	font-family: Arial, Sans-Serif;
}



/* ========================================================================

	10. portfolio & frontpage

======================================================================== */

.front-title {
	border-top: 1px #d5d5d5 solid;
	padding: 15px 0 25px;
	font-size: 20px !important;
	margin: -7px 0 5px !important;
	font-style: normal;
}

.portfolio-post {
	margin: 0 50px 0 0;
	float: left;
	position: relative;
}

.portfolio-post:hover img {
	border: 5px #eee solid;
	margin: -5px;
}

.portfolio-post.third-in-the-row {
	margin-right: 0 !important;
}

.portfolio-row {
	margin-bottom: 25px;
}

.portfolio-title {
	line-height: 20px;
	margin: 3px 0 -4px !important;
	font-weight: 500 !important;
	text-align: center;
}

.portfolio-title a {
	font-size: 13px;
	color: #000;
}

.portfolio-desc {
	font-size: 11px;
	color: #777;
	text-align: center;
	display: block;
}

.work-preview {
	background: url(images/magnifier.png) no-repeat 110px 43px;
	display: block;
	width: 285px;
	height: 146px;
}

.portfolio-row .frontblock:nth-child(3) {
	margin-right: 0 !important;
}

.portfolio-row.widgets {
	margin-top: 50px;
}

.new-work {
	background: url(images/new-work.png) no-repeat;
	width: 58px;
	height: 40px;
	padding-top: 18px;
	position: absolute;
	left: 110px;
	top: 43px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: Georgia, Serif;
	font-style: italic;
}

.work-post {
	border-top: 1px #d5d5d5 solid;
	padding: 25px 0;
	position: relative;
}

.work-item-1 {
	border-top: none;
}

.work-title {
	font-size: 17px !important;
	margin: 0 0 10px !important;
	border-top: 4px #333 solid;
	padding-top: 15px;
	width: 326px;
	float: left;
}

.work-content.fixed {
	position: fixed;
	width: 326px;
	top: 51px;
}

.work-content.absolute {
	position: absolute;
	width: 326px;
	bottom: 25px;
	left: 630px !important;
}

.work-title a {
	color: #000;
}

#frontpage-recentblogpost {
	border-top: 1px #d5d5d5 solid;
	padding-top: 30px;
	margin-top: 25px;
}

#frontpage-recentblogpost:hover .work-preview img {
	border: 5px #eee solid;
	margin: -5px;
}

#frontpage-recentblogpost h3 {
	margin: 0;
	font-size: 18px;
}

#frontpage-recentblogpost h3 a {
	color: #000;
}

.frontpage-recentblogpost-data {
	color: #777;
	font-size: 11px;
	margin: 0 0 6px;
	display: block;
}

.frontpage-recentblogpost-preview {
	float: left;
	margin-right: 50px;
}

/* mainly portfolio view */

.screens {
	width: 600px;
	overflow-x: hidden;
	float: left;
	margin-right: 30px;
}

.work-control {
	text-align: right;
	margin-top: 17px;
}

.work-control img {
	opacity: 0.2;
	-moz-opacity: 0.2;
	-ms-opacity: 0.2;
	-khtml-opacity: 0.2;
}

.work-control a {
	color: #aaa;
	font-size: 12px;
}

.work-control a:hover {
	text-decoration: underline;
	color: #333;
}

.visit {
	font-weight: 900;
	color: #111 !important;
	float: left;
}

.visit:hover {
	text-decoration: underline;
}

/* portfolio slider */

.portfolio-row-title {
	border-bottom: 1px #d5d5d5 solid;
	font-size: 20px !important;
	margin-bottom: 35px !important; 
	padding-bottom: 10px;
}

.bx-prev {
	position: absolute;
	top: -60px;
	right: 26px;
	outline: none;
}

.bx-next {
	position: absolute;
	top: -60px;
	right: 10px;
	outline: none;
}

.bx-pager {
	position: absolute;
	top: -59px;
	right: 52px;
	font-size: 11px;
	color: #777;
}


/* ========================================================================

	11. contact form 7 styles

======================================================================== */

.wpcf7 {
	width: 340px;
	margin: 0 auto !important;
}

.wpcf7-text {
	border: 1px #d5d5d5 solid;
	padding: 5px;
	width: 328px;
	outline: none;
}

.wpcf7 textarea {
	width: 328px;
	padding: 5px;
	border: 1px #d5d5d5 solid;
	outline: none;
}

.wpcf7-submit {
	color: #8a8888;
	background: #d5d5d5;
	padding: 5px 11px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-ms-border-radius: 5px;
	font-size: 13px;
}

.wpcf7-submit:hover {
	color: #222;
}




/* ========================================================================

	12. wordpress default styles

======================================================================== */

.post img, .page-post img {
	padding: 5px;
}

.post img:hover, .page-post img:hover {
	background: #fff;
}

.wp-smiley, .wp-smiley:hover {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	margin-bottom: -2px;
}

.post img.alignright, .page-post img.alignright {
	float: right;
	margin: 5px 0 5px 15px;
}

.post img.alignleft, .page-post img.alignleft {
	float: left;
	margin: 5px 15px 5px 0;
}

.post img.aligncenter, .page-post img.aligncenter {
	margin: 10px auto;
	display: block;
}

.blog img {
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

.post ul, .page-post ul {
	margin: 10px 10px 10px 20px;
	list-style-type: disc;
	color: #444;
}

.post ol, .page-post ol {
	margin: 10px 10px 10px 20px;
	color: #444;
}

blockquote {
	font-style: italic;
	color: #444;
	padding-left: 15px;
	margin: 0 10px 0 5px;
	border-left: 4px #d5d5d5 solid;
}

#pagination {
	clear: both;
	margin: 0 0 0 121px;
	width: 480px;
	border-top: 1px #f0f0f0 solid;
	padding-top: 15px;
}

.nav-next {
	float: right;
}

.nav-previous {
	float: left;
}

/* wp-pagenavi */

.wp-pagenavi {
	text-align: center;
	color: #444;
}

.wp-pagenavi span, .wp-pagenavi a {
	border: none !important;
}

.wp-pagenavi .current {
	background: #eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/* ========================================================================

	13. wordpress gallery styles

======================================================================== */

.gallery img {
	padding: 10px;
	border: none !important;
}

.gallery img:hover {
	background: #fff;
	border: 5px #eee solid !important;
	padding: 5px;
}

.gallery-icon a {
	display: block !important;
	background: url(images/magnifier.png) no-repeat 50% 50%;
}

/* ========================================================================

	13. halo shortcodes

======================================================================== */

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth {
	margin: 0 4% 10px 0;
	float: left;
}

.custom_width {
	float: left;
}

.last-column {
	margin-right: 0;
}