/*
THEME NAME: MasterBlog
*/

@import "reset.css";




/* ----------------------------------- default ----------------------------------- */
html, body {
	margin:0;
	padding:0;
	color:#585858;
	font-size:13px;
	line-height:18px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ddebf8 url(images/bg-tile.jpg) center top repeat-x;
}
a {
	color: #941818;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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;
}


h1, h2, h3, h4, h5, h6 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#34160c;
	font-weight:normal;
}
h1, h2 {
	font-size:24px;
	line-height:30px;
}
h3 {
	font-size:22px;
	line-height:26px;
}

.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }



/* ----------------------------------- general layout divs ----------------------------------- */
#bg {
	width:100%;
	margin:0;
	padding:0;
	background:url(images/bg.jpg) center top no-repeat
}
#wrapper {
	width: 982px;
	margin: 0 auto;
	overflow:hidden;
}

#header {
	overflow: hidden;
	width: 982px;
	height:170px;
	margin: 0 auto;
}

#container {
	width: 982px;
	overflow: hidden;
	margin: 0 auto;
}

#content {
	float: left;
	width: 610px;
	padding:15px;
	margin:0 18px 0 0;
	border:1px solid #a8c2d3;
	background:#fff url(images/bg-content.jpg) 0 0 no-repeat;
}
#sidebar {
	float: right;
	width: 322px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}






/* ----------------------------------- header ----------------------------------- */
#header h1 {
	float:left;
	display:inline;
	position:relative;
	margin:0 0 0 16px;
	padding:0;
	width:375px;
	height:104px;
	z-index:100;
}
#header h1 a, #header h1 a span {
	position:absolute;
	top:0;
	left:0;
	width:375px;
	height:104px;
	margin:0;
	padding:0;
	display:block;
}
#header h1 a span {
	background:url(images/logo.jpg) top left no-repeat;
	cursor:pointer;
}



/* ------------------- top links ------------------- */
#header ul#topLinks {
	float:right;
	width:100px;
	height:20px;
	margin:5px 50px 0 0;
	text-align:right;
	list-style:none;
	color:#000;
}
#header ul#topLinks li {
	display:inline;
	float:left;
	height:20px;
	line-height:20px;
}
#header ul#topLinks li a { 
	position:relative;
	overflow:hidden;
	display:inline-block;
	width:25px;
	height:20px;
}

#header ul#topLinks li a span {
	position:absolute;
	top:0;
	left:0;
	width:25px;
	height:20px;
	background-image:url(images/bg-social-icons.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

#header ul#topLinks li.rss a span { 	 background-position:0 0; }
#header ul#topLinks li.email a span {	 background-position:-25px 0; }
#header ul#topLinks li.facebook a span { background-position:-50px 0; }

#header ul#topLinks li.rss a:hover span { 	    background-position:0 -20px; }
#header ul#topLinks li.email a:hover span { 	background-position:-25px -20px; }
#header ul#topLinks li.facebook a:hover span {  background-position:-50px -20px; }



/* ------------------- main nav ------------------- */
#header ul#nav {
	clear:both;
	margin:0 0 0 15px;
	padding:0;
	width:565px;
	height:66px;
	overflow:hidden;
	float:left;
	display:block;
	list-style:none;
}
#header ul#nav li {
	position:relative;
	margin:0;
	padding:0;
	float:left;
	display:block;
	list-style:none;
	height:66px;
}
#header ul#nav li a, #header ul#nav li a span {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	height:66px;
	overflow:hidden;
	display:block;
	color:#fff;
}

#header ul#nav li a span {
	background-image:url(images/bg-nav.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
#header ul#nav li#home,
#header ul#nav li#home a {					width:55px !important; }
#header ul#nav li#home a span {				background-position:0 -66px; width:55px !important; }
#header ul#nav li#home a:hover span {		background-position:0 0; }

#header ul#nav li#services,
#header ul#nav li#services a {				width:140px !important; }
#header ul#nav li#services a span {			background-position:-55px -66px; width:140px !important; }
#header ul#nav li#services a:hover span {	background-position:-55px 0; }

#header ul#nav li#portfolio,
#header ul#nav li#portfolio a {				width:132px !important; }
#header ul#nav li#portfolio a span {		background-position:-195px -66px; width:132px !important; }
#header ul#nav li#portfolio a:hover span {	background-position:-195px 0; }

#header ul#nav li#about,
#header ul#nav li#about a {					width:118px !important; }
#header ul#nav li#about a span {			background-position:-327px -66px; width:118px !important; }
#header ul#nav li#about a:hover span {		background-position:-327px 0; }

#header ul#nav li#contact,
#header ul#nav li#contact a {				width:120px !important; }
#header ul#nav li#contact a span {			background-position:-445px -66px; width:120px !important; }
#header ul#nav li#contact a:hover span {	background-position:-445px 0; }



#header h2 {
	position:relative;
	float:left;
	display:block;
	margin:0;
	padding:0;
	width:60px;
	height:66px;
	z-index:100;
}
#header h2 a, #header h2 a span {
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:66px;
	margin:0;
	padding:0;
	display:block;
}
#header h2 a span {
	background:url(images/bg-nav-rss.jpg) 0 0 no-repeat;
	cursor:pointer;
}
#header h2 a:hover span {
	background:url(images/bg-nav-rss.jpg) 0 -66px no-repeat;
}




/*

#description {
	font-size: 14px;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 880px;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}
*/







/* ----------------------------------- content ----------------------------------- */
.post {
	margin-bottom: 50px;
}

.author {
	width:70px;
	margin-right:10px;
	float:left;
}

.postWrap {
	width:530px;
	float:left;
}




.comments-bubble {
	float:right;
	display:block;
	height:20px;
	background:url(images/comments.gif) right top no-repeat;
	text-align:right;
	padding:8px 20px;
	margin:5px 5px 0 0;
}

.post-title {
	font-size: 24px;
	font-weight: normal;
	border-bottom:1px solid #dbd3c2;
}

.post-title a {/*
	color: #333333;*/
}

.page-subtitle {
	font-weight: normal;/*
	color: #CCC;*/
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 12px;
	margin: 5px 0 0 15px;
}

.post-meta a {/*
	color: #666666;*/
}

.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: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	margin-bottom: 10px;
	border-bottom:1px solid #dbd3c2;
	padding: 10px 0 5px;
}

.post-content h3 {
	margin-bottom: 5px;
	border-bottom:1px solid #dbd3c2;
	padding: 10px 0 5px;
}

.post-content p {
	margin: 15px 0;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #dbd3c2;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #dbd3c2;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #dbd3c2;
	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: 13px;
	margin-bottom: 10px;
}

.more-link {
	font-weight:normal;
	display: block;
	font-size:13px;
	line-height:16px;
	margin: 10px 0 0;
	padding:0 25px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	background:url(images/arrow-red-right.gif) top right no-repeat;
}

.section-title {
	font-size: 20px;
	margin-bottom: 10px;
}


/* -------- image captions ------- */
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.wpGallery {
	border: 1px dotted #cc0000;
	background: #ffffcc url("plugins/wpgallery/img/gallery.png") no-repeat scroll center center;
	width: 99%;
	height: 250px;
}





.navleft {
	float: left;
	text-align:left;
}
.navleft span {
	display:inline-block;
	width:25px;
	height:12px;
	background:url(images/arrow-red-left.gif) top left no-repeat;
}

.navright {
	float: right;
	text-align:right;
}
.navright span {
	display:inline-block;
	width:25px;
	height:12px;
	background:url(images/arrow-red-right.gif) top right no-repeat;
}

.navigation div a {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.navigation div a:hover {
	text-decoration:none;
}





#comments {
	margin: 2px 0 0 80px;
}

#comments ol li {
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 15px 10px 35px 15px;
	background:url(images/bg-comments.gif) 0 2px repeat-x;
	overflow: hidden;
	height: 1%;
	list-style:none;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;/*
	border: 1px solid #dbd3c2;
	padding: 3px;*/
	width:
}

.comment-data {
	float: left;
}

.comment-data h4 {
	font-weight: bold;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	display:block;
}
.comment-data h4 span {
	font-weight: normal;
	color:#999;
	display:inline;
	margin-left:15px;
	font-size:11px;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin: 30px 0 0 80px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	display: block;
	margin-bottom: 5px;
	color:#34160c;
}
#comment-form label span {
	color:#555;
	font-size:11px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
	color:#585858;
	border: 1px solid #999;
}

input {
	padding: 5px;
	color:#585858;
	border: 1px solid #999;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-size: 12px;
	padding: 5px;
	color:#585858;
	border: 1px solid #999;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#submit {
	padding:3px 5px;
	background:#008dbf;
	color:#fff;
	border: 1px solid #a1caf1;
}












/* ----------------------------------- sidebar ----------------------------------- */
.sidepanel {
	padding:15px;
	margin-bottom: 10px;
	border:1px solid #a8c2d3;
	background:#fff url(images/bg-sidebar-box.jpg) 0 0 no-repeat;
	position:relative;
	clear:both;
}

.sidepanel h3 {
	padding: 0 0 15px 0;
	color: #34160c;
	font-weight: normal;
}

.sidepanel ul li {
	border-bottom: 1px dashed #a6a69a;
	padding: 5px 0;
	font-size:12px;
	line-height: 13px;
	list-style:none;
}
.sidepanel ul li a {
	font-weight:bold;
}

.sidepanel p {
	margin-top: 8px;
	font-size:12px;
	line-height: 13px;
}


#sideDesc {
	background:url(images/bg-sidebar-description.jpg) 0 0 no-repeat;
	padding:0 15px 20px;
	margin-bottom:10px;
	height:60px;
	overflow:hidden;
	color:#34160c;
	font-size:11px;
	line-height:13px;
}


#rss h3 a {
	float:left;
	display:inline-block;
	width:155px;
	margin:0 0 5px;
	padding:0;
	font-size:16px;
	line-height:19px;
	color:#34160c;
}
#rss h3#subscribe a {
	text-align:right !important;
	width:120px;
	padding-right:30px;
	margin-right:15px;
	background:url(images/bg-sidebar-rss.gif) right 0 no-repeat;
}
#rss h3#subscribe a:hover {
	background:url(images/bg-sidebar-rss.gif) right -19px no-repeat;
}




/* ---------- twitter tools plugin ---------- */
.aktt_tweets a {
	font-weight:normal !important;
}

.aktt_tweets a.time {
	font-style:italic;
	color:#999;
	padding-left:10px;
	display:inline-block;
}
.aktt_tweets p {
	float:left;
	display:inline;
	width:auto;
	margin:10px 10px 0 0;
}


.aktt_tweets p span {
	width:30px;
	display:block;
	float:left;
}

#aktt_tweet_submit {
	padding:3px 5px;
	background:#008dbf;
	color:#fff;
	border: 1px solid #a1caf1;
}
.bird {
	background:url(images/twitter-bird.gif) 0 0 no-repeat;
	width:60px;
	height:50px;
	position:absolute;
	top:10px;
	right:15px;
	z-index:1;
}








/* ----------------------------------- footer ----------------------------------- */

#footerWrap {
	margin: 50px 0 0;
	width: 100%;
	min-height: 250px;
	border-top: 2px solid #a1caf1;
	padding: 20px 0;
	background:#008dbf;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer {
	margin:0 auto;
	width:980px;
	color:#eee;
	font-size:12px;

}

#footer h2 {
	color:#faf085;
	padding:0 20px 10px 30px;
	font-weight:normal;
}
#footer a {
	color:#eee;
}
#footer li {
	list-style:none;
}


#footer #links {
	float:left;
	display:inline-block;
	background:url(images/bg-footer-links-sides.gif) 0 0 repeat-y;
	width:640px;
	overflow:hidden;
}
#footer #links .top {
	display:block;
	background:url(images/bg-footer-links-top.gif) 0 0 no-repeat;
	width:640px;
	height:30px;
	overflow:hidden;
}
#footer #links .bottom {
	clear:both;
	display:block;
	background:url(images/bg-footer-links-bottom.gif) 0 0 no-repeat;
	width:640px;
	height:30px;
	overflow:hidden;
}
#footer #links ul {
	display:inline-block;
	padding:0 30px;
	min-height:70px;
}
#footer #links ul li {
	display:inline;
	margin:0 8px 8px 0;
	line-height:20px;
}


#footer #address {
	float:left;
	display:inline-block;
	background:url(images/bg-footer-address-sides.gif) 0 0 repeat-y;
	width:322px;
	margin-left:18px;
	overflow:hidden;
}
#footer #address .top {
	display:block;
	background:url(images/bg-footer-address-top.gif) 0 0 no-repeat;
	width:322px;
	height:30px;
	overflow:hidden;
}
#footer #address .bottom {
	clear:both;
	display:block;
	background:url(images/bg-footer-address-bottom.gif) 0 0 no-repeat;
	width:322px;
	height:30px;
	overflow:hidden;
}
#footer #address ul {
	float:left;
	display:inline-block;
	padding:0 0 0 30px;
	margin:0;
	width:140px;
	min-height:70px;
}
#footer #address ul.phone {
	float:left;
	display:inline-block;
	padding:0 0 0 20px;
	margin:0;
	width:120px;
	min-height:70px;
}
#footer #address ul li {
	margin:0;
}


#footer p.copyright {
	clear:both;
	text-align:right;
	padding:10px 40px 0 0;
}




.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
