/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

h3#myWritings {
	background: url(images/bg-h2-mojitekstovi.png) no-repeat;
	width: 180px; height: 34px;
	margin: 0 0 10px 12px;
}

h3#myVideos {
	background: url(images/bg-h2-mojvideo.png) no-repeat;
	width: 132px; height: 34px;
	margin: 0 0 11px 12px;
}

h3#myPhotos {
	background: url(images/bg-h2-mojefotke.png) no-repeat;
	width: 134px; height: 34px;
	margin: 0 0 10px;
}
h3#myPortfolio {
	background: url(images/bg-h2-myportfolio.png) no-repeat;
	width: 160px; height: 34px;
	margin: 0 0 10px;
}
h3#myLifestream {
	background: url(images/bg-h2-mylifestream.png) no-repeat;
	width: 189px; height: 34px;
	margin: 0 0 10px;
}
h3#myFavblog {
	background: url(images/bg-h2-myfavblog.png) no-repeat;
	width: 150px; height: 32px;
	margin: 0 0 10px;
}

pre {
font-family: Consolas, Times New Roman;
}

h3 { font-size:20px; margin-bottom: 15px;}

#main div.box1 ul {
	padding:0 0 10px 30px;
	list-style:outside;
}
#main div.box1 ol {
	padding:0 0 10px 30px;
	list-style:outside;
	list-style-type:decimal;
}

/* Anchors */
a, a:link, a:visited {
	color: #6099ff;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}

h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	color: #6099ff;
	text-decoration: none;
}
h4 a:link, h4 a:visited{
	color: #a3d5ea;
    text-decoration: none;
}


#nav li ul li a {
opacity:0.8;
filter:alpha(opacity=80);
}

#nav li ul li a:hover {
opacity:1;
filter:alpha(opacity=100);
}

ul#social {
  margin: -10px 0px 0 0;
  padding: 0;
  list-style: none;
display: block;
float: right;
  }
ul#social li {
  margin: 2px 0 6px 0;
  padding: 0;
height: 70px;
width: 75px;
display: block;
float: left;
  line-height: 70px; /* height of icon */
  background-repeat: no-repeat;
}

ul#social li a {
 padding-left: 0px; /* width of icon + whitespace */
font-size: 50%;
width: 64px;
height: 64px;
display: block;
text-align: left;
float: left; 
}
  
li.facebook {
background: url("/wp-content/themes/irresistible/images/facebook.png");
}

li.twitter {
background: url("/wp-content/themes/irresistible/images/twitter.png");
}

li.linkedin{
background: url("/wp-content/themes/irresistible/images/linkedin.png");
}

li.skype{
background: url("/wp-content/themes/irresistible/images/skype.png");
}
li.vimeo{
background: url("/wp-content/themes/irresistible/images/vimeo.png");
}

#wp-submit{  height:23px; width:46px; padding:0; margin:0 0 0 7px; }
#user_pass{  height:18px; width:86px; padding: 3px; }
#user_login{ height:18px; width:86px; padding: 3px; }
#forgotText{ display:inline-block; font-size:small; margin-left:9px; height:26px; }
#fbLoginButton{   display:block; height:18px; margin-top:7px; text-align:center; }
#loginform label{ display:inline-block; width:2.75em; }
