/*
   Theme Name: WeddingWeb
     By: Luka Bodrozic
   Based (heavily) on: Daleri Dark
     Theme URI: http://andreasviklund.com/wordpress-themes/
     Author: Andreas Viklund
     Author URI: http://andreasviklund.com/
   Also lifted a lot of code from the Cameo theme in rapidweaver 3.6
*/

/*
   main goods go right here
   these are for the entire site
*/
body {
    font-size: 80%;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    text-align: center;
    padding: 0;
    margin: 0;
}

#container {
    line-height:1.3em;
    padding-bottom:20px;
    margin: 0px auto;
    width: 960px;
}

/* headings, links, text styles, etc. */
h1 {
}
h2, h3, h4 {
    margin: 0 0 15px;
    font-weight: normal;
}

/* only underline links in the body text */
a,
a:hover,
a:link,
a:visited,
a:active {
    text-decoration: none;
}
/*
#contentContainer a {
    text-decoration: underline;
}
*/
a img {
    border: 0;
}

blockquote {
}

/* embedded image styles */
.imageStyle {
}
.image-left {
    float: left;
    margin: 3px 3px 3px 0;
    padding: 3px 3px 3px 0;
    position: relative;
    z-index: 5;
}
.image-right {
    float: right;
    margin: 3px 0 3px 3px;
    padding: 3px 0 3px 3px;
    position: relative;
    z-index: 5;
}

/* Top */
#top {
    padding:0;
    width:960px;
    margin:10px auto 5px auto;
}
#top h1, #top h1 a {
    font-size:2.4em;
    font-weight:400;
    line-height:0.9em;
    margin:5px 0;
    padding:0;
}
#top p {
    margin:0 0 5px 0;
    padding:0;
}
#topleft {
    width:650px;
    float:left;
    text-align:left;
    margin:0;
}
#topright {
    //width:250px;
    padding:0;
    float:right;
    text-align:right;
    margin:0;
}

/* Header */
#header {
    clear: both;
    margin:0 auto 20px auto;
    padding:0;
    text-align:left;
    width:960px;
    height:200px;
}

/* this is the style for the page's main text */
#contentContainer {
    overflow: auto;
    text-align: left;
    line-height: 1.5em;
    //margin-bottom: 20px;
}

/* sidebar stuff */
#sidebarContainer {
    width: 180px;
    margin-bottom: 20px;
}
#sidebarContainer #sidebar {
    text-align: left;
    //margin-top: 60px;
    padding: 20px;
    padding: 3px 5px 3px 5px;
    border-style: solid;
    border-width: 1px;
}
#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4 {
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
#sidebarContainer .sideHeader,
#sidebarContainer h1 {
    font-size: 1.2em;
}
#sidebarContainer h2 {
    font-size: 1.1em;
}
#sidebarContainer h3 {
    font-size: 1.0em;
}
#sidebarContainer h4 {
    font-size: 0.9em;
}

/* Footer */
#footer {
    clear:both;
    text-align:center;
    border:1px solid;
    padding: 0 1em;
}
#footer p {
    margin:0;
    padding:10px 0;
}

/* breadcrumb settings */
#breadcrumbcontainer {
    position: relative;
    z-index: 1;
}
#breadcrumbcontainer ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
}
#breadcrumbcontainer li {
    display: inline;
}

/* contact form */
.message-text {
    width: 300px;
}
.required-text {
}
.form-input-field {
}
.form-input-button {
}


/*<group=Blog>*/

.blog-entry {
}

.blog-entry-title {
	font-size: 1.9em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 3px;
}

.blog-entry-date {
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 5px;
}

.blog-read-more {
    display: block;
    padding-top: 10px;
    font-style: italic;
}

.blog-entry-category {
    font-style: normal;
}

.blog-entry-comments-inline {
    margin-top: 10px;
}

.blog-entry-body {
    margin-bottom: 30px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.blog-entry-comments {
	padding-top: 10px;
}

/*</group>*/


.blog-category-link-enabled {
}

.blog-category-link-disabled {
}


/*<group=Archive Page>*/

.blog-archive-background {
	width: 960px;
	text-align: left;
        //background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.blog-archive-headings-wrapper {
    //text-align: left;
    //padding: 10px;
    //height: 10px;
    //margin-top: 41px;
    //color: #000000;
}

.blog-archive-entries-wrapper {
    //text-align: left;
    //padding: 35px 0 0 35px;
    //color: #7F7F7F;
}

.blog-archive-month {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	text-decoration: none;
	color: #000000;
}

.blog-archive-link {
	text-decoration: none;
}

/*</group>*/


/*<group=File Sharing>*/

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/*</group>*/


/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font: 1.9em Verdana;
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: #000000
}

.album-description {
	margin-bottom: 20px;
	font: 1.1em Verdana;
	padding-bottom: 0px;
	background: repeat-x bottom url(images/divider.png);
}

.album-wrap {
	display: block;
	width: 99%;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 35px;
	margin-right: 20px;
	padding: 5px;
}

.thumbnail-frame {
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame:hover {

}

.thumbnail-frame a {

}

.thumbnail-frame a:hover {

}

.thumbnail-frame img {
	background: #e6e6e6;
	padding: 5px;
	margin: auto;
	border: none;
}

.thumbnail-frame img:hover {
	background: #cccccc;
}

.thumbnail-caption {
	font-family: Verdana;
	padding: 3px;
	margin: 0;
	font-size: 0.85em;
	height: 50px;
	width: 100%;
	display: none;
}

/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	margin: 10;
	width: 960px;
	background: repeat-x top url(images/bg2.gif);
}

.photo-navigation {
	margin-bottom: 10px;
	padding: 10px 10px 5px;
	text-align: left;
	color: #bcbcbc;
	text-decoration: none;
}

.photo-navigation a:link, .photo-navigation a:visited {
	text-decoration: none;
	color: #bcbcbc;
}

.photo-navigation a:hover {

}

.photo-frame {
	background: #f8f8f8 center top;
	padding: 5px;
	margin-top: 0px;
}

.photo-links {

}

.photo-title {
	font-weight: normal;
	font-size: 1.9em;
	margin: 0 0 3px;
	color: #000000;
}

.photo-caption {

}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}

/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-weight: normal;
	margin-bottom: 3px;
	font-size: 1.9em;
}

.movie-page-description {
	margin-bottom: 15px;
	margin-top: 5px;
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-caption {

}

/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	margin: 10px;
}

.movie-title {
	font-size: 2.5em;
	color: #ffffff;
	text-shadow: 0px 2px 3px #111111;
}

.movie-frame {

}

/*</group>*/

/* for google forms */
.ss-q-title {
    display:block;
    font-weight:bold;
}

.ss-q-help {
    display:block;
    margin:.1em 0 .25em 0;
}

label.error {
    list-style: none;
    padding: 0 5px 0;
}
