/*
Theme Name: Blagonic.com
Theme URI: http://blagonic.com/
Description: /
Version: 0.1
Author: Emanuel Blagonic, Lucijan Blagonic
Author URI: http://blagonic.com/
Tags: /
*/

/* CSS RESET - MEYERWEB.COM */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* COMMON ELEMENTS */
.clear { clear:both }
.left { text-align:left } .center { text-align:center } .right { text-align:right }
.alignleft { float:left } .aligncenter { margin:0 auto } .alignright { float:right }
img.alignleft, table.alignleft, .wp-caption.alignleft { margin:0 10px 5px 0 } img.alignright, table.alignright, .wp-caption.alignright { margin: 0 0 5px 10px }
img.aligncenter { display:block; margin: 10px auto }
.noborder { border:none; padding:0 }
.nomargin { margin:0 }
.banner { border:none; padding:0; margin-bottom:10px }
.hidden { display:none }
strong { font-weight:bold }
.spacer{ clear:both; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #eee }
hr { clear:both; border:0; border-top:1px solid #eee; padding-top:10px; margin-top:10px } 
img#wpstats{display:none}
em { font-style:italic }
/* BODY */
body {
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	text-align:center;
	margin-left:-1px;
	background:#053d5d url(img/art/bg-top-x-2.png) repeat-x top left;
}

/* LOGO */
#logo {
	position:absolute;
	top:53px;
	left:0;
	width:230px;
	height:55px;
}
#logo a, #logo a:hover {
	text-decoration:none;
	border-bottom:none;
	display:block;
	height:50px;
	text-indent:-8000px;
}
#logo img { border:none; padding:0 }

/* BUILDING BLOCKS */
body #bg-img { 
	background:url(img/art/bg-img.jpg) no-repeat top center; 
	position:relative; 
	margin:0 auto; 
	height:300px; 
	z-index:20 
}
.container {
	width:940px;
	margin:0 auto;
	text-align:left;
	position:relative;
	z-index:10;
}
#header .container {
	height:200px;
	z-index:20;
	margin-top:-300px;
}
#main { background:#fff }
#main .container { padding:30px 0 }
body.page .view, body.page .sociable {
	width:460px;
	padding-right:240px;
	float:right;
}
body.page #content {
	width:700px;
	float:right;
}
body.page.nosidebar #content {
	width:940px
}
body.page #sidebar {
	width:220px;
	float:left;
}
.sociable { margin-bottom:30px }

/* STYLING MAIN TAGS */
h2, h3, h4, p, .view ul, .view ol {	margin-bottom:15px }
h2 {
	font-size:1.5em;
	line-height:1.33em;
	font-weight:bold;
	color:#444;
}
.meta.heading {
	border-bottom:1px solid #eee;
	margin-bottom:20px;
	position:relative;
	padding-bottom:15px;
}
.meta h2 {
	font-size:2.2em;
	line-height:1.13em;
	color:#333;
	width:700px;
	margin-bottom:0;
	font-weight:normal;
}
.meta h2 strong {
	color:#000;
}

h3 {
	font-size:1.5em;
	line-height:1.33em;
	color:#000;
}
h4 {
	font-size:1.2em;
	line-height:1.15em;
	font-weight:bold;
	color:#555;
	text-transform:uppercase;
}

p, .view li {
	font-size:1.2em;
	line-height:1.66em;
}
.view li li { font-size:1em }
.view ul, .view ol { margin-left:30px }
.view ol { list-style-type:decimal }
.view ul ul, .view ol ol { margin-bottom:0 }
.view ul { margin-left:18px }
.view ul li {
	background:url(img/art/icons/bullet.gif) no-repeat 0 9px;
	padding-left:12px;
}
p small { 
	font-size:.91em;
	color:#888;
}

.excerpt p, p.description {
	font-size:1.4em;
	line-height:1.42em;
	color:#636363;
}
.excerpt { margin-bottom:30px }
p.description.spacer {
	margin-bottom:30px;
	padding-bottom:30px;
}
p .fineprint {
	font-size:.83em;
	line-height:1.5em;
	text-transform:uppercase;
	color:#999;
}
.usluge p { margin-bottom:30px }
.excerpt p .fineprint { font-size:.71em }

blockquote {
	margin:20px 0 20px 10px;
	padding:0 35px;
	font-style:italic;
	background:url(img/art/bq.gif) no-repeat top left;
}
.usluge blockquote {
	margin:20px 0;
	padding:0;
	background:none;
}
pre, code {
	font-family:"Courier New",Courier,monospace;
	font-size:12px;
	line-height:15px;
	color:#999;
}
pre {
	font-weight:inherit;
	margin-bottom:15px;
	overflow-x:auto;
	width:670px;
}
code {
	background:#f5f5f5;
}


/* TABLE */


/* IMAGES */
.view img {
	border:1px solid #eee;
	padding:1px;
}
img.alignleft.gravatar {
	margin:4px 8px 2px 0;
}
body.homepage .gravatar {
	border:1px solid #eee;
	padding:1px;
}
img.usluge-img { margin-bottom:10px; }
.usluge img.size-full { float:left; clear:both; margin-bottom:10px }
/* LINKS */
a {
	color:#206aa3;
	text-decoration:none;
}
a:hover {
	color:#111;
	text-decoration:underline;
}
#footer .status_time { color:#37444f } #footer .status_time:hover { color:#4c6172 }
#footer a  { color:#8aa9b9 } #footer a:hover { color:#b3bac1 }
.view a, .excerpt a { text-decoration:underline }
.more { display:block }
a.custom-icon:hover { 
	padding-right:12px;
	background:url(img/art/icons/blue-arrow.gif) no-repeat right 7px;
	color:#fff;
}
a.external_icon {
	background:url(img/art/icons/external.png) no-repeat right center!important;
	padding-right:12px!important;
}

/* HEADER */
.head_link {
	position:absolute;
	right:0;
	width:280px;
	height:57px;
	padding:17px 20px 0;
	background:url(img/art/bg/trans10.png) repeat 0 0;
}
#head_availability {
	top:0;
}
#head_skip {
	top:75px;
	padding-top:29px;
	height:45px;
}
.head_link:hover { text-decoration:none; background:url(img/art/bg/trans30.png) repeat 0 0 }
.head_link:hover .link { color:#fff }
#head_availability span { display:block; line-height:1.3em }
#head_availability .label {
	padding-top:5px;
	font-size:1.1em;
	text-transform:uppercase;
	color:#2f6380;
}
.head_link .link {
	font-size:1.4em;
	text-transform:uppercase;
	color:#83a4b7;
}
#head_skip .link { text-transform:none }


/* HEADNAV */
#header .navigation {
	position:absolute;
	top:150px;
	left:0;
	width:100%;
	height:50px;
	overflow:hidden;
}
#header .navigation ul { display:none }
#header .navigation li {
	float:left;
	margin-right:1px;
}
#header .navigation a {
	font-size:1.4em;
	display:inline-block;
	color:#9ba5ab;
	padding:18px 20px;
	text-decoration:none;
}
#header .navigation .current_page_item a, #header .navigation .current_page_ancestor a, #header .navigation .current_page_item a:hover, #header .navigation .current_page_ancestor a:hover {
	background:#000;
	color:#fff;
}
#header .navigation a:hover { background:none; color:#fff }


/* HOMEPAGE */
#intro strong { color:#ddd }
.small-link {
	border-top:1px solid #0b1a28;
	padding:15px 0 0;
	margin-bottom:15px;
}
.small-link a {
	text-transform:uppercase;
	color:#3b6975;
}
#intro {
	position:relative;
	z-index:20;
	background:#000 url(img/art/intro-bg.jpg) no-repeat center top;
}
#intro .bg.first { 
	background:url(img/art/bg/trans20.png) repeat 0 0;
}
#intro .bg {
	background:url(img/art/bg/trans50.png) repeat 0 0;
	padding:30px 0 15px;
	width:100%;
}

#intro h2, #intro h2 a { 
	color:#d9dddf;
	text-decoration:none;
}
#intro p { color:#9aa3a9 }

body.homepage #content {
	width:440px;
	float:left;
}
body.homepage #sidebar {
	border-left:1px solid #ddd;
	width:480px;
	float:right;
	background:url(img/art/homepage-sidebar-bg-y.jpg) repeat-y -30px 0;
	padding-bottom:20px;
	position:relative;
}
body.homepage #sidebar .about-box {
	background:#f5f5f5;
	padding:20px 0 10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin-bottom:20px;
}
body.homepage #sidebar .bottom {
	width:20px;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(img/art/homepage-sidebar-bg-y.jpg) no-repeat 0 0;
}

#intro #portfolio img { border:0 }
#intro #portfolio p { color:#81949e }
#intro #portfolio a { color:#c5cdd6 }



/* PAGE TEMPLATE */
#page_title {
	position:relative;
	z-index:20;
	background:#000 url(img/art/bg-top-x-2.png) repeat-x 0 -200px;
}
#page_title .container {
	min-height:30px;
	height:auto !important;
	height:30px;
	padding:35px 0;
	width:940px;
}
#page_title h2 {
	font-size:2.2em;
	line-height:1.36em;
	color:#fff;
	margin-bottom:0;
	width:640px;
	font-weight:normal;
}

.wp-caption {
	position:relative;
	width:700px;
}
.wp-caption img { margin-bottom:15px }
p.wp-caption-text {
	font-size:1em;
	line-height:1.5em;
	text-transform:uppercase;
	color:#888;
	padding-bottom:15px;
	border-bottom:1px solid #eee;
}

/* POST TITLE */
.post-title {
	border-bottom:1px solid #eee;
	margin-bottom:20px;
	position:relative;
	padding-bottom:15px;
}
.post-title h2 {
	font-size:2.2em;
	line-height:1.13em;
	color:#333;
	width:700px;
	margin-bottom:0;
}
.post-title h2 strong {
	color:#000;
}
.post-title .widget.alignleft {
	width:700px;
	float:none;
}
.post-title .widget.alignright {
	width:220px;
	padding:0 0 15px 19px;
	border-left:1px solid #eee;
	position:absolute;
	bottom:0;
	right:0;
}

/* SOCIABLE */
.sociable a { border:0 }
.sociable li { float:left; margin-right:2px }



/* PORTFOLIO ON THE PAGE */
#portfolio img {
	border:1px solid #eee;
}
ul#portfolio li, ul#portfolio-list li {
	float:left;
	display:inline;
	margin-left:20px;
	width:220px;
	position:relative;
}
ul#portfolio li.first, ul#portfolio-list li.first { margin-left:0; clear:left }
ul#portfolio img { margin-bottom:5px }
ul#portfolio .novi_projekt {
	width:80px;
	height:80px;
	background:url(img/art/ribbon-latest.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	text-indent:-8000px;
}
ul#portfolio h2 {
	font-size:1.4em;
	margin-bottom:0;
	padding:0;
	font-weight:normal;	
}
ul#portfolio p {
	font-size:1em;
	text-transform:uppercase;
	color:#aaa;
}
ul#portfolio-list a {
	font-size:1.1em;
	text-transform:uppercase;
	padding:5px 0;
	border-bottom:1px solid #eee;
	display:block;
	height:1%;
}

/* PORTFOLIO BUTTONS */
.page div.navigation {
	position:absolute;
	top:35px;
	right:0;
}
.page div.navigation a { 
	float:left;
	display:inline;
	margin-left:5px;
}
.navigation .button {
	background-image:url(img/art/transparent.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:30px;
	text-indent:-8000px;
	border:0;
}
.button#portfolio_prev { background-position:0 -35px }
.button#portfolio_next { background-position:-105px -35px }
.button#portfolio_prev:hover { background-position:0 0 }
.button#portfolio_next:hover { background-position:-105px 0 }



/* TWITER TIMELINE */
.twitter_timeline {
	font-size:1.1em;
	line-height:1.36em;
}
.twitter_timeline li { margin-bottom:10px }
#footer .twitter_timeline { color:#677a8b }



/* FOOTER */
#footer {
	position:relative;
	clear:both;
}
#footer p {
	font-size:1.1em;
	line-height:1.36em;
	color:#b4bbc1;
	margin-bottom:5px;
}
#footer .container {
	padding:30px 0;
}

/* FOOTER - PART 1 */
#foot-about {
	background:url(img/art/footer1-bg-x.png) repeat-x bottom center;
	overflow:hidden;
}
#foot-about .bg-image { background:url(img/art/footer1-bg.png) no-repeat bottom center }
.profile-icons a { border:0 }
.profile-icons { margin-bottom:10px }

/* FOOTER PART 3 :) */
#footer #footer-part3.container {
	padding:20px 0 40px;
	border-top:1px solid #0f4564;
}
#footer span.style1 { 
	margin-left:7px;
	padding-left:7px;
	border-left:1px solid #0f4564;
}
/* FOOTER LINKS => FRINEDSLIST */
#footlinks.container {
	padding:20px 0 10px;
}
#footlinks ul {
	float:left;
	display:inline;
}
#footlinks ul li {
	float:left;
	text-indent:-8000px;
	margin:0 0 4px 4px;
}
#footlinks a {
	display:block;
	width:20px;
	height:20px;
	background:#ccc;
	background-image:url(img/art/friendslist.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
#ivanbrezakbrkan a { background-position:-20px 0 }
#senkorasic a { background-position:-40px 0 }
#bonidjukic a { background-position:-60px 0 }
#marinafilipovic a { background-position:-80px 0 }
#nikolakrajacic a { background-position:-100px 0 }
#markodugonjic a { background-position:-120px 0 }
#markomihelcic a { background-position:-140px 0 }
#markoprljic a { background-position:-160px 0 }
#alengrakalic a { background-position:-180px 0 }
#brunosaric a { background-position:0px -20px }
#draganbabic a { background-position:-20px -20px }
#sinisadjukaric a { background-position:-60px -20px }
#majabencic a { background-position:-40px -20px }
#jasminhalkic a { background-position:-80px -20px }
#bojanjanjanin a { background-position:-100px -20px }
#shauninman a { background-position:-120px -20px }
#shaunandrews a { background-position:-140px -20px }
#andybudd a { background-position:-160px -20px }
#damiendutoit a { background-position:-180px -20px }
#mihahribar a { background-position:-20px -40px }
#borislicinaborja a { background-position:0px -40px }
#veerlepieters a { background-position:-40px -40px }
#alistapart a { background-position:-60px -40px }
#ux a { background-position:-80px -40px }
#csszengarden a { background-position:-100px -40px }
#daveshea a { background-position:-120px -40px }
#typetester a { background-position:-140px -40px }
#nikolaplejic a { background-position:-160px -40px }
#davidjakelic a { background-position: 0 -60px }
#wisefalco a { background-position: -20px -60px }
#seekandhit a { background-position:-80px -60px }
#blogowski a { background-position:-60px -60px }
#eniac a { background-position:-40px -60px }
#prototipus a { background-position:-60px -80px }
#shtanzig a { background-position:-100px -60px }
#mihaelsanko a { background-position:-120px -60px }
#planb a { background-position:-140px -60px }
#idesh a { background-position:-160px -60px }
#mackorisnik a { background-position:-180px -40px }
#mi3dot a { background-position:-180px -60px }
#smashing a { background-position:0 -80px }
#gadgeterija a { background-position:-20px -80px }
#zelenaenergija a { background-position:-40px -80px }
#davorpeic a { background-position:-80px -80px }




/* COMMENTS TEMPLATE */
#comments {
	width:460px;
	float:right;
	padding-right:240px;
}
.commentlist {
	clear:both;
	margin-bottom:30px;
}
.commentlist pre {
	background:#fff;
	color:#555;
	font-size:11px;
	line-height:12px;
	padding:5px 02px;
	width:440px;
}
.commentlist li {
	width:460px;
}
.commentlist .comment-body {
	width:450px;
	padding:5px;
	position:relative;
	margin-bottom:10px;
	background:#f5f5f5;
}
.commentlist .bypostauthor .comment-body {
	background:#EBF4F6;
}
.commentlist .comment-head {
	font-size:1.1em;
	line-height:1.36em;
	padding:5px 0 5px 40px;
	border-bottom:1px solid #ddd;
}
.commentlist .pingback .comment-head, .commentlist .trackback .comment-head { padding:5px 100px 5px 0 }
.comment-head a { border:0 }
.commentlist .comment-author img {
	position:absolute;
	top:5px;
	left:5px;
}
.commentlist .comment-text {
	padding:5px 0;
	font-size:1em;
}
.comment-text p { font-size:1.1em; line-height:1.36em }
.depth-2 .comment-body { margin-left:20px; width:430px }
.depth-3 .comment-body { margin-left:40px; width:410px }
.depth-4 .comment-body { margin-left:60px; width:390px }
.depth-5 .comment-body { margin-left:80px; width:370px }
.depth-6 .comment-body { margin-left:100px; width:350px }

a.comment-reply-link, a.comment-edit-link {
	position:absolute;
	top:18px;
	right:5px;
}
a.comment-reply-link, a.comment-edit-link, a#cancel-comment-reply-link {
	font-size:1em;
	color:#999;
	text-transform:uppercase;
	-moz-border-radius:5px;
	background:#fff;
	padding:5px;
	display:inline-block;
}
a#cancel-comment-reply-link { margin:10px 0 }
a.comment-reply-link:hover, a.comment-edit-link:hover, a#cancel-comment-reply-link:hover { 
	text-decoration:none;
	background:#195c76;
	color:#fff;
}
a.comment-edit-link { display:none }

/* CFORMS */
#ll.linklove { font-size:10px }
#ll.linklove a { color:#aaa; text-decoration:none; background:none !important }
#ll.linklove .external_icon { padding:0; background:none }
.cform {
	
}
.cform legend {
	font-size:1.5em;
	line-height:1.33em;
	color:#000;
	padding-bottom:20px;
	font-weight:bold;
}
.cform ol {
	margin-left:0;
	list-style-type:none;
}
.cform li {
	width:460px;
	clear:both;
	margin-bottom:10px;
	font-size:1em;
	position:relative;
}
.cform li.textonly {
	font-size:1.1em;
	line-height:1.2em;
	color:#aaa;
}
.cform label, .cform .cf-box-title {
	display:block;
	font-size:1.1em;
	line-height:1.36em;
	text-transform:uppercase;
	color:#777;
}
.cf-box-group label {
	width:420px;
	float:left;
}
.cf-box-group input {
	float:left;
	margin:0 10px 10px 0;
	clear:both;
}
.reqtxt, .emailreqtxt { 
	width:240px;
	font-size:1.2em; 
	font-weight:bold; 
	color:#d13323; 
	position:absolute;
	top:20px;
	right:-250px;
}
.single, .area, .cformselect, .cf-box-group label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#444;
	text-transform:none;
}
.single, .area, .cformselect {
	border:1px solid #ddd;
	padding:5px;
	width:450px;
}
.single:focus, .area:focus, .cformselect:focus {
	border:1px solid #ccc;
	background:#f5f5f5;	
}
.cformselect { width:460px }
#sendbutton, #submit {
	border:1px solid #ddd;
	background-color:#f5f5f5;
	padding:5px;
}

#sendbutton:hover, #submit:hover {
	border:1px solid #444;
	background-color:#ddd;
	cursor:pointer;
}
#usermessagea.failure, #usermessagea.success {
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	background-color:#f5f5f5;
	margin-bottom:20px;
	color:#D13323;
}
#usermessagea.success { color:#666 }

/* COMMENTFORM */
#commentform li {
	width:460px;
	margin-bottom:5px;
	clear:both;
	list-style-type:none;
}
#commentform label {
	width:200px;
	font-size:1.1em;
	line-height:1.36em;
	padding:4px 0;
	float:right;
	color:#555;
	font-weight:bold;
}
#commentform input.text, #commentform textarea.text {
	width:448px;
	padding:4px 5px;
	font-size:12px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	border:1px solid #ddd;
	float:left;
}
#commentform input.text {
	width:238px;
}

/* SITEMAP PAGE */
.sitemap {
	margin-left:0;
	font-size:1.25em;
}
.sitemap ul {
	margin-left:0;
	font-size:.86em;
	font-weight:bold;
}
.sitemap ul ul { font-size:0.76em }
.view .sitemap li {
	background:none;
	padding:0;
	margin-bottom:20px;
}
.view .sitemap li li { margin-bottom:0 }
.sitemap a {
	border-bottom:1px solid #eee;
	padding:5px;
	display:block;
	height:1%;
}
.sitemap .archive a {
	display:inline;
	border:0;
}
.sitemap .archive li {
	border-bottom:1px solid #eee;
}
.sitemap a:hover {
	background:#f5f5f5;
	color:#333;
}
.sitemap .archive a:hover { background:none }
.sitemap li li a {
	padding:3px 5px;
}
.sitemap li li {
}
.sitemap li li li {
	text-transform:uppercase;
}
.sitemap a { text-decoration:none }

/* LAST */
.availability {
	background:#cbdb2a;
	padding:20px;
	font-size:0.83em;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:20px;
}
.availability p { margin:0; padding:0 }
.availability strong {
	display:block;
	color:#333;
	font-size:1.4em;
}

/* WIDGET */
.widget {
	
}
.widget h2 {
	font-size:1.1em;
	line-height:1.36em;
	border-bottom:1px solid #eee;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
}
.widget h2 span {
	display:block;
}
.widget .archive-link {
	margin-top:10px;
	font-size:1em;
	text-transform:uppercase;
	display:inline-block;
}
body.homepage #main .widget h2 {
	font-size:1.4em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #eee;
	color:#222;
	margin-bottom:20px;
}
body.homepage #main .widget h2 span {
	font-size:.71em;
	color:#aaa;
	font-weight:normal;
}

/* COLUMNS */
.column.size1 { width:140px } .column.size2 { width:220px } .column.size3 { width:300px } .column.size4 { width:380px } 
.column.size5 { width:460px } .column.size6 { width:540px } .column.size7 { width:620px } .column.size8 { width:700px }
.column.sizefull { width:940px; margin-left:0 } .column.sizeauto { width:auto }

.column {
	float:left;
	display:inline;
	margin-left:20px;
	width:140px; /* default size */
	position:relative;
	z-index:10;
}
.column.first { margin-left:0 }
#footer .column .spacer { border-bottom:1px solid #4c5760; padding-bottom:0 }

/* CUSTOM WIDGET, COLUMN, LIST // FOOTER */
#footer .widget h2, #footer .column h2 {
	font-size:1.1em;
	line-height:1.36em;
	font-weight:normal;
	text-transform:uppercase;
	color:#578198;
	margin-bottom:5px;
	border:0;
}
#footer h2 span {
	display:block;
	color:#2c5e7a;
	font-size:.9em;
}
#foot-about .column h2 { color:#aaa; border:0 }
#footer .populararticles h2 { border:0 }
#footer-part3 p, #footer .list li { color:#578198 }
#footer .list li { border-top:1px solid #0f4564 }


/* TEXTIMAGE */
.textimage {
	border-top:1px solid #ddd;
	margin-top:10px;
	padding-top:10px;
}
.textimage.first { border:0; margin:0; padding:0 }
.textimage h2, body.homepage #main .widget .textimage h2 {
	font-size:1.4em;
	color:#222;
	font-weight:bold;
	text-transform:none;
	border-bottom:0;
	margin-bottom:0;
	padding-top:0;
}
.textimage h3 {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.36em;
	margin:15px 0 5px;
	text-transform:uppercase;
	color:#777;
}
.textimage p {
	font-size:1.1em;
	line-height:1.36em;
	margin-bottom:5px;
	color:#333;
}

/* NEWSLIST */
.list li {
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #eee;
	color:#aaa;
}
.list li.first { border-top:0 }
.list span {
	display:block;
	font-size:1.1em;
	line-height:1.36em;
}
.list span span {
	font-size:1em;
	display:inline;
	margin-left:7px;
	padding-left:7px;
}
.list .meta {
	border:0;
	margin:0;
	padding:0;
}
.list .title {
	font-weight:bold;
}

/* NEWSLIST */
.newslist .meta.date {
	border-top:0;
	padding:0;
	margin:0;
}
.newslist .meta {
	border:0;
	margin:0;
	padding:0;
	color:#aaa;
	display:block;
	border-top:1px solid #f2f2f2;
	padding-top:5px;
	margin-top:10px;
	text-transform:uppercase;
	line-height:1.5em;
}
.newslist .meta span {
	border-left:1px solid #eee;
	padding-left:10px;
	margin-left:10px;
	display:inline;
}
.newslist h3 {
	font-size:2em;
	line-height:1.25em;
	font-weight:normal;
	border-bottom:0;
	margin:0 0 10px;
}
.newslist.style1 h3 {
	font-size:1.4em;
	line-height:1.36em;
	font-weight:bold;
	margin-bottom:5px;
}
.newslist .image {
	float:left;
	margin:5px 10px 5px 0;
	border:1px solid #eee;
	padding:1px;
}
.newslist .image.medium {
	margin:5px 0 15px;
}
.newslist .excerpt { margin:0 }
.newslist .excerpt p {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:10px;
	color:#222;
}
.newslist.style1 .excerpt p {
	font-size:1.1em;
	line-height:1.4em;
	color:#888;
}
.newslist .more a { 
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	background:url(img/art/icons/read-more.gif) no-repeat 4px center;
	padding:2px 2px 2px 16px;
	color:#666;
	border:1px solid #fff;
}
.newslist .more a:hover {
	border:1px solid #666;
	text-decoration:none;
}
.newslist li {
	border-top:1px solid #eee;
	padding-top:20px;
	margin-top:20px;
}
.newslist.style1 li {
	padding-top:10px;
	margin-top:10px;
}
.newslist li.first { border:0; margin:0; padding:0 }

/* NEWSLIST & LIST SHARED */
.newslist .meta .comments-number, .list .meta .comments-number {
	border:0; margin:0;
	padding-left:20px;
	background:url(img/art/icons/comments.gif) no-repeat 5px 2px;
}
#footer .list .meta .comments-number {
	background:url(img/art/icons/comments2.gif) no-repeat 5px 2px;
}

/* META = META INFORMATION WIDGET */
li.meta {
	text-transform:uppercase;
	font-size:1em;
	line-height:1.5em;
}
.column li.meta { margin-bottom:20px }
li.meta li { color:#aaa }
#portfolio li.meta li {
	padding:2px 0;
	border-bottom:1px solid #eee;
}
#portfolio li.meta { margin-bottom:20px }
.column li.meta li {
	padding:5px 0;
	border-bottom:1px solid #eee;
}
li.meta span { 
	margin-left:3px;
	padding-left:3px;
	border-left:1px solid #eee;
}
li.meta a, .newslist .meta a { color:#666 }

/* META SHARED */
li.meta a:hover, .newslist .meta a:hover { color:#000; text-decoration:underline }


/* IE6 RIP */
#msgie6 { background:#000; display:block; width:100%; z-index:10000; padding:70px 0; }
#msgie6 p { color:#fff; font-size:2em }
#msgie6 a:hover { color:#eee; border-bottom:2px solid #eee; text-decoration:none }

/* ADDED 2009/12/07 */
.calltoaction1 {
	padding:10px;
	border:1px solid #ddd;
	background:#eee;
}
.opinion {
	padding-top:15px;
	border-top:1px solid #ddd;
}