/* 
Theme Name: SeaShore
Description: SeaShore Theme is a free wordpress theme
Version: 1.0
Author: Sadish Bala
*/

/* Elements */
* 
{
	margin:0;
	padding:0;
}
body {
	background:#eee url(img/bodybg.gif) scroll;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:normal;
	color: #333;	
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0.5em;	
}
p 
{
	line-height:1.8em;
}

a:link, a:visited {
	color: #585d8b;
	text-decoration:none;
	border-bottom:#c96 1px dotted;
}
a:hover,a:active 
{
	color:#960;
	text-decoration:none;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a img 
{
	border:0;
	padding-bottom:2px;
	border-bottom:1px dashed;
}
blockquote 
{
	margin:1em;
	padding:0 2em;
	background:url(img/quote.gif) no-repeat left top;
	color:#666;
	font-style:italic;
	border-bottom: 1px solid #fff;
}
blockquote p {height:1%}
fieldset 
{
	border:none;
}

dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}

#wrapper {
	width:900px;
	margin:0 auto;
	background:#fff;
}

/* Header */

#header {
	background:transparent;
	background:#DCDCDC;
	/*border-bottom:3px solid #778899;*/
	background:url(img/bg_intro.jpg) no-repeat scroll 0 -140px;
	position:relative;
}

/* Logo */

#logo {
	padding-left:10px;
}

#logo a img {
	border:0;
	margin:0;
	padding:0;
}

#logo h1{
	padding: 56px 0 0 280px;
	font-size: 2.6em;
	font-variant:small-caps;
}
#logo h2 {
	padding:  0 10px 0 0;
	font-size: 1em;
	font-family:Tahoma, Verdana, Arial, Serif;
	color:#333;
}

#logo a {
	text-decoration: none;
	color:#333;
	border:0;
}
#logo a:hover 
{
    text-decoration:underline;
}
/* Menu */

#menu {
	text-align:right;
	height:24px;
	background:#778899;
	border-bottom:2px solid #556677;
	padding-top:5px
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
padding:8px 16px;
text-decoration: none;
font-variant:small-caps;
font-size: 1em;
background:#778899;
border:0;
color:#eee;
}
#menu a:hover, 
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background:#556677;
	color:#eee;
	border:0;
}

/* Splash */

#splash {
  width:900px;
}

/* Main */

#main {
	background:#fff;
}

#main h2 {
	padding: 4px;
	font-size: 2em;		
	line-height:1.2em;
	border-bottom:#ddd 1px solid;
}
#main h3 {
	padding: 4px;
	font-size: 1.4em;		
	line-height:1.2em;
	border-bottom:#ddd 1px solid;
}
#main h2 a 
{
	border:0;
}
#content ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	list-style-type:none;
}
#content ul li 
{
	margin:0.75em 0;
	padding:0;
	list-style-image:url(img/bullets.gif);
	line-height:1.8em;
}
#main ol 
{
	margin:0;
	padding:0 0 0 3em;
}
#main ol li 
{
    margin:0;
    padding:3px;
}
#main .post 
{
	margin-bottom:1em;
}
#main .entry 
{
    clear:both;
	padding: 10px 5px;
}
.post .date {
	float: right;
	margin:5px 0 0 5px;
	padding:0 10px;
	text-align:center;
	font-size: 0.8em;
	border:#ccc 1px solid;
	font-weight:bold;
	/*background:url(img/ribbed.gif) repeat;*/
	background:#EAF4FF;
	color:#556677;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.post .date span 
{
	display:block;
}
.post .date .day 
{
	font-size:1.6em;
	padding-top:2px;
}
.post .meta {
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 0.9em;
	color:#999;
}
.post .comments 
{
    font-size:0.9em;
    border-bottom:#ccc 1px dotted;
    color:#999;
    margin-left:5px;
    padding-left:15px;
    background:url(img/icon_comments.gif) no-repeat left center;
}
.post .comments a 
{
	border-bottom:0px;
}
#main .feed 
{
	background:url(img/icon_feed.gif) no-repeat left 3px;
	padding-left:17px; 
}
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}
/* Content */

#content {
	float: left;
	width: 470px;
	padding:10px;	
}
/* Column Two */

#sidebar1 {
	float: left;
	width: 175px;		
	padding: 10px;	
	font-size:0.9em;
	margin:5px;	
	background:#E4EDFF;
}
/* Column Three */

#sidebar2 {
	float: left;
	width: 175px;		
	padding: 5px;	
	font-size:0.9em;		
	margin:5px;
	background:#F4F4F4;
}
#main .sidecol 
{
	border-left:#ccc 1px dotted;
}
#main .sidecol ul 
{
	margin:0;
	padding:0;
}
#main .sidecol li
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	margin-bottom:2em;
}
#main .sidecol h2
{
	padding: 0 0 5px;
	font-variant:small-caps;
	font-size:1.25em;
}
#main .sidecol p, #main .sidecol form
{
	padding:10px;
	margin:0;
}
#main .sidecol ul ul
{
	margin:10px 0 0 20px;
	padding:0;
}
#main .sidecol ul ul ul
{
	margin:0px 0 0 10px;
	padding:0;
}
#main .sidecol li li 
{
	list-style-image:url(img/bullet2.gif);
	margin:0.5em 5px;
	padding:0;
	
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration:none;
	}
#wp-calendar #today 
{
	border:#999 1px solid;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
/* Comments */
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:5px;
	width:150px;
}
textarea{
	width: 95%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#commentform 
{
	margin:0;
	padding:10px;
	background:#fff;
}
#main .commentlist {
	margin: 0;
	padding: 0;
}
#main .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#main .commentlist li .cmtinfo 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#main .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#999;	
}
#main .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#main .commentlist li.alt
{
	background:#f9f9f9;	
}
#main .commentlist li.authorcomment
{
	border:none;
	border:#b0c4de 1px solid;	
}
#main .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}
/* Footer */

#footer {
	padding:0 15px;
	background: #778899;
	border-top:#ccc 3px solid;
	height:40px;
	clear:both
}

#footer p {
	padding: 7px;
	font-size: 0.9em;
	color: #CBE6FF;	
	font-weight:bold;
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #696;
	border:0;
}
#footer a:hover, #footer a:active,#footer p strong {
	color: #eee;
	text-decoration:none;
	border:0;
}
#header, #main, #sidebar1, #sidebar2, #footer, .widget 
{
	overflow:hidden;
}
.widget_categories a{
	font-weight:bold;
}
#linkcat-57 ul li a img {width:150px}

.front-img {background: transparent url(img/rev.jpg) no-repeat scroll 0 0;height: 288px;-moz-border-radius:3px}

/* intro */
.intro {
width:900px;
height:400px;
margin:0 auto;
background:url(img/bg_intro.jpg) no-repeat scroll 0 0;
position:relative;
margin-top:40px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}
.intro-logo {
width:300px;
height:300px;
background:url(img/insigna.png) no-repeat scroll 0 0;
position:absolute;
top:40px;
}
.intro-text {
color:#37386E;
font-family:Georgia,Tahoma,Verdana,Arial,Serif;
font-size:36px;
height:260px;
line-height:60px;
position:absolute;
right:10px;
text-align:center;
text-transform:uppercase;
top:92px;
width:590px;
text-shadow:1px 1px 4px #37386E;
}
.intro-skip {
font-size:10px;
font-weight:bold;
position:absolute;
bottom:5px;
right:8px;
}
.intro-skip a, .intro-skip a:visited {color:#4f4f4f}
.intro-skip a:hover{color:#000}

#search {
overflow:hidden;
width:100%;
}

div#search-button {
width:50px;
}

#searchform {padding:0 !important;width:180px}

#searchform div {
float:left;
margin-right:5px;
}

#s {margin-top:2px}

#s, #search-submit {
border:1px solid #585D8B;
color:#7A7A7A;
font-size:12px;
padding:2px;
width:105px;
background:#fafafa;
height:15px;
}
#s:hover, #s:focus, #s active {
background:#fff;
}

#search-submit {
width:50px;
padding-bottom:4px;
background:#E4EDFF;
color:#585D8B;
height:25px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
}
#search-submit:hover {
background: #585D8B;
color:#fff;
}

.sidebar_scrisoare {color:#fff;font-weight:bold;text-align:center;padding:5px 0}
.sidebar_scrisoare a, .sidebar_scrisoare a:visited,.sidebar_scrisoare a:hover {color:#fff}
.sidebar_scrisoare img {height:150px;border:0}

/* Dropdown Category Navigation */
#navbar {
	margin:0 auto;
	padding:0;
	text-transform:uppercase;
	clear:both;
	border-bottom:2px solid #556677;
	border-top:2px solid #556677;
	background:#778899;
	padding-left:10px;
	height:32px
}

#page-bar {	background-color:#778899;height:32px}

#page-bar ul {list-style: none;}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	/*border-right:1px solid #333;*/
}

#page-bar li:hover {background: #556677;}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 6px;
	color:#fff;
	display:block;
	font-size:11px;
	font-variant:small-caps;
	border:0
}

#page-bar a:hover {text-decoration:none;display:block;}

/* Dropdown Menus */

#page-bar li {float: left;margin: 0px;padding: 0px;}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #556677;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 7px 14px;
	border-top: 1px solid #C0C0C0;
	line-height:15px;
}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 7px 14px;
}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#page-bar li:hover ul {
	left: auto;
	display: block;
}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {left: auto;}


.sf-menu, .sf-menu * {margin:0;padding:0;list-style:none;text-transform:uppercase;}
.sf-menu {line-height:1.0;}
.sf-menu ul {position:absolute;top:-999em;width:10em; /* left offset of submenus need to match (see below) */}
.sf-menu ul li {width:100%;}
.sf-menu li:hover {visibility:inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li {float:left;position:relative;}
.sf-menu a {display:block;position:relative;color:#666;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {left:0;top:30px; /* match top ul list item height */z-index:150;}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {left:10em; /* match ul width */top:0;}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {left:10em; /* match ul width */top:0;}
.sf-menu {float:left;margin:0;width:100%;}
.sf-menu a {text-decoration:none;color:#666;} /* Design for the dropdown links */
.sf-menu a, .sf-menu a:visited&#160; { /* visited pseudo selector so IE6 applies text colour*/color:#556677;}
.sf-menu li {background:transparent;color:#666;}
.sf-menu li li {background:#fff;}
.sf-menu li li li {background:#fff;}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {outline:0;color:#556677;} /* Background = Link background colors when the mouse is over them */
.sf-menu li.current-cat a{background:#556677;color:#556677;}
.sf-menu li.current-cat a:hover{background:#666;color:#ccc;}

.sf-menu ul ul {position:absolute;top:0 !important;left:150px !important;width:10em; /* left offset of submenus need to match (see below) */}
