/*
Theme Name: Begloo Art
Theme URI: http://www.beglooart.com
Description: The a custom wordpress theme used specifically for BeglooArt.com
Version: 1.0
Author: Will Halling
Author URI: 
Tags: custom wordpress theme, pink, grey, black, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */

* { margin: 0; padding: 0; }

a, a:visited {
	color: #C60554;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

body {
	text-align: center; 
	font: 62.5% "Lucida Sans Unicode", Verdana, Arial, Sans-Serif; /* 62.5% sets 1em to about 10px */ 
	background: #FFF url('images/background.jpg');
	color: #2C2C2C;
	}	

#page {
	margin: 1em auto; 
	padding: 0.5em 0 0 0; 
	width: 970px; 
	text-align: left;
}

#container {
	width: 970px;
	border-top: 5px solid #e50e63;
	background: #fff;
	float: left;
}

#header {
	margin: 0; 
	padding: 2em 0; 
	width: 940px;
	float: left;	
}

#logo {
	width: 179px;
	padding-right: 30px;
	height: 42px;
	min-height: 42px;
	float: left
	
	
}

#heading {
	height: 42px;
	min-height: 42px;
	padding-left: 30px;
	padding-top: 4px;
	float: left;
	width: 700px;
	border-left: 1px solid black;
	
}



#content-wrap {
	float:left; 
	clear: both;
	width: 940px;
	margin: 0 0 2em 0;
}

#content {
	float:left; 
	width: 620px;
	padding-right: 10px;
}

#front-content {
	float:left; 
	width: 620px;
	padding-left: 10px;
}

#front-left {
	padding: 0px 0 3px 0;
	margin-right: 10px; 
	background: url(images/sidebar-bottom.gif) no-repeat bottom left;
	width: 300px;
	float: left;
	}

#front-left p{
	padding:0px 10px 10px 10px;
	font-size: 1.4em;
	line-height: 2.0em;
	
	}
#front-left h2{
	background:transparent url(images/artist-statement.jpg) no-repeat scroll left top;
	height: 30px;
	width:300px;
	margin: 0;
	padding: 0;
	}
		
	
#front-left-inner {
	padding: 0 0 0 0;
	margin: 0;
	background: url(images/sidebar-bkg.gif) repeat-y top left;
	width: 300px;
	float: left;
	}

#sidebar {
	padding: 0px 0 3px 0;
	margin-left: 10px; /* Distance from main content to sidebar */
	background: url(images/sidebar-bottom.gif) no-repeat bottom left;
	width: 300px;
	float: left;
	}
#sidebar-inner {
	padding: 0 0 0 0;
	margin: 0;
	background: url(images/sidebar-bkg.gif) repeat-y top left;
	width: 300px;
	float: left;
	}

#sidebar #sidebar-ul {
	background: url(images/sidebar-top.gif) no-repeat top left;
	margin: 0;
	padding: 0 10px;	
	float: left;
	width: 280px;
	}

#home-left {
	float:left; 
	width: 298px;
	padding-right: 10px;
	border: 1px solid #cacaca
}
#home-left p, #home-right p{
	padding: 1em;
	font-size: 1.4em;
}


#home-right {
	float:left; 
	width: 620px;
	padding-left: 10px;
}

#wrap {
	width: 940px;
	margin: 0 auto;
}


#footer {
	width: 940px;
	clear: both;
	float: left;
	padding: .5em 0 1em;
	border-top: 3px solid black;
}

#copyright {
	float: left;
}
#credits {
	float: right;
	font-size: 1.2em;
	color: #999999;
}

#credits a, #credits a:visited, #credits a:hover {
	color: #666;
	text-decoration: none;
}


#copyright p{
	font-size: 1.2em;
}

/* Image Replacement */
h1 {
   font: bold italic 2.4em Helvetica, Arial, sans-serif;
   letter-spacing: 0px;
   width : 179px;
   height : 42px;
   position : relative;
   overflow : hidden; /* see notes on overflow */  
}

h1 span {
   background : url(images/logo.jpg) no-repeat 0 0;
   width : 179px;
   height : 42px;
   position : absolute;
   top : 0;
   left : 0;
}

h1 span:hover {
   background: url(images/logo.jpg) no-repeat scroll 0pt -0px !important /* */;
}

h1 a {
   display : block;
   text-decoration : none;
   cursor : pointer;
   color: #FFF;
} 
h1 a:visited {
   color: #FFF;
} 
h1 a:hover {
   color: #FFF;
   text-decoration: underline;
} 


#heading h2 {
   font: bold italic 2.4em Helvetica, Arial, sans-serif;
   letter-spacing: 0px;
   width : 393px;
   height : 33px;
   position : relative;
   overflow : hidden; /* see notes on overflow */  
}

#heading h2 span {
   background : url(images/heading.jpg) no-repeat 0 0;
   width : 393px;
   height : 33px;
   position : absolute;
   top : 0;
   left : 0;
}

#heading h2 span:hover {
   background: url(images/heading.jpg) no-repeat scroll 0pt -0px !important /* */;
}

#heading h2 a {
   display : block;
   text-decoration : none;
   cursor : pointer;
} 
#heading h2 a:visited {
	color: #FFF;
} 
#heading h2 a:hover {
   color: #FFF;
   text-decoration: underline;
} 

/* END Image Replacement */

#nav {
	margin: 0 0 20px 0; 
	padding: 0; 
	width: 940px !important; 
	height: 32px; 
	background: url(images/bkg.png) repeat-x 0 0; 
	clear: both; 
}

#nav ul {
	width: 940px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	float: left; 
	background: url(images/right-nav.gif) no-repeat right 0; 
}

#nav li {
	margin: 0; 
	padding: 0; 
	float: left;
}

#nav li.home, .page-item-10 {
	background: url(images/left-nav.gif) no-repeat 0 0; 
	padding: 0 0 0 20px !important /* Left */;
	
	}

#nav li a.current, #nav li.current_page_item a  {
	background: url(images/current.jpg) repeat-x top left;
	padding: 7px 5px 0 5px;
}

#nav li a { 
	margin: 0 15px 0 0; 
	padding: 7px 0 0 0; 
	height: 25px; 
	float: left; 
	color: #FFFFFF; 
	font: bold 1.4em "Lucida Sans Unicode", arial, georgia, verdana; 
	text-transform: uppercase; 
	letter-spacing: 0px; 
	text-decoration: none;  
}

#nav li a:hover {
	color: #FFF; 
	background: url(images/current.jpg) repeat-x top left;
}



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: 100%;
	line-height: 1.5em;
	}
	
.post small {font-size: 1.2em;}	

h1, h2, h3 {
	font-weight: bold;
	}
	
#content h2 {
	font-size: 1.8em;
	}
	
.title {padding-bottom: 1em;}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	}

h3 {
	font-size: 1.3em;
	}




.entry p {
	font: 1.3em "Lucida Sans Unicode", Verdana, Arial, Sans-Serif;
	margin: .5em 0;
	line-height: 1.4em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

p.postmetadata {font-size: 1.2em; margin-top: 2em;}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



.post {
	margin: 0 0 3em;
	text-align: justify;
	}






/*	Begin Headers */



#sidebar ul li h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.4em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
	
.post h3 {
	margin: 0 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.5em;
	}

#sidebar ul li ul li {
	font-size: 1.2em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0 0;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 5em 0 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size: 1.2em;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

#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 */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 3em;
	font-size: 1.2em;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#respond {padding: 1em 0 .5em;}

.ngg-imagebrowser-nav .counter, .blogroll {font-size: 1.3em;}



