/*   
Theme Name: Box Set
Theme URI: http://doingword.com/boxset/
Description: A simple clean and borderless layout by <a href="http://doingword.com">Paddy Ryan</a>
Author: Paddy Ryan
Author URI: http://doingword.com/
Version: 1.2
.
You may edit this theme in part or in full,
but please keep credits intact, particularly in
the footer, and re-direct rather than re-disribute.

Full support for this theme, and updates and hacks
can be found at the supplied THEME URI.

The head image used on default for this theme was obtained from:
	http://www.2desktop.com/
with an unknown artist.

Comment structure and icons originally designed by Sebastian Schmieg from:
	http://www.kingcosmonaut.de/
on his Wordpress theme, "Blixed".

THIS THEME IS NOT YET STABLE IN INTERNET EXPLORER
.
*/


body{
	background-image: url('/images/background.png');
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-color: #54b2d1;
	margin: 0px;
        font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #003f5d;
        line-height:140%;
	}


#container{
margin:0 auto;
width: 960px;

	}
	
	
#header{
	width: 960px;
	height: 260px;
	background-image: url('/images/wpwd-logo.png');
	background-position: center;
	background-repeat: no-repeat;
}

#header h1{
	width:960px;
	height:260px;
	position:absolute;
}


#nav{
	width: 960px;

}

.navforums{
	position: relative;
	float: left;
	margin-left:140px;
	width: 170px;
	height: 120px;
	background-image: url('/images/nav-forums.png');
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;
}

.navforums:hover{
	background-image: url('/images/nav-forums-hover.png');
}

.navblogs{
	position: relative;
	float: left;
	margin-left: 100px;
	width: 170px;
	height: 120px;
	background-image: url('/images/nav-blogs.png');
	background-repeat: no-repeat;
	cursor:pointer;
}

.navblogs:hover{
	background-image: url('/images/nav-blogs-hover.png');
}

.navstore{
	position: relative;
	float: left;
	margin-left: 0px;
	width: 170px;
	height: 120px;
	background-image: url('/images/nav-store.png');
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;

}

.navstore:hover{
	background-image: url('/images/nav-store-hover.png');
}


.navtwitter{
	position: relative;
	float: left;
	margin-left: 51px;
        margin-top: 35px;
	width: 32px;
	height: 32px;
	background-image: url('/images/twitternav.png');
	background-repeat: no-repeat;
	background-position: top;
	cursor:pointer;
	border:none;

}




/* MAIN BODIES
-------------------------*/


#headimg {
	width: 610px;
        padding: 20px;
	background-color: #fff;
        border: 1px solid #ccc;
        border-bottom: 0px;
}



#menu {
	width: 610px;
        
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color: #fff;
	list-style: none;
	margin: 0;
        border: 1px solid #ccc;
        border-top: 0px;
}

#main {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
        margin-left:58px;
	width: 800px;
	background-color: #bbe9f9;
	padding: 20px;
        border: 2px solid #00608f;
        -moz-border-radius: 10px;
        -webkit-border-radius:10px;
}

#side {
	float: right;
	width: 200px;
	background-color: #eee;
}

#foot {
	display:none;
}


/* MAIN MENU
-----------------------------------*/

#menu li {
	float: left;
	vertical-align: middle;
}

#menu li a {
	display: block;
	background-color: #fff;
	padding-right:20px;
	text-transform: uppercase;
	color: #ce3229;
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
}

#menu li a:hover {
	display: block;
	padding-right:20px;
      height: 25px;
	text-transform: uppercase;
	color: #ecb831;
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

#amenu li a {
	height: 25px;
	color: #333;
	padding-right:20px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

#amenu li a:hover {
	height: 25px;
	color: #333;
	padding-right:20px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

#navigation {
	float: left;
}

#feed {
	float: right;
	padding-bottom: 10px;
	text-align:right;
}

#feed img {
	border: 0px;
}



/* HEADINGS 
-----------------------------------*/
h1, h1 a, h2, h2 a, h3 a, h4 a {
	color:#003f5d;
	font-family: Verdana, Arial Helvetica, "sans serif";
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#003f5d;
	font-family: Verdana, Arial Helvetica, "sans serif";
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
}

#box {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 160px;
	background-color: #fff;
	padding: 20px;
	list-style: none;
}

#centered {
	margin: 0 auto;
	text-align: center;
}

#centered #s {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
}

#centered:hover {
	color: #666;
}

#centered a {
	color: #666;
	text-decoration: none;
}

#centered a:hover {
	color: #333;
	text-decoration: none;
}

#centered2 {
	color: #999;
	margin: 0 auto;
	text-align: center;
}

#centered2 a {
	color: #666;
	text-decoration: none;
}

#centered2 a:hover {
	color: #333;
	text-decoration: none;
}


#box h3 {
	color:#68003d;
	font-family: Verdana, Arial Helvetica, "sans serif";
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
}

#box li {
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#box li:hover {
	color: #68003d;
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}

#box li a {
	color: #ecb831;
}

#box li a:hover {

	color: #68003d;
}

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


#boxx {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #ecb831;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 160px;
	background-color: #fff;
	padding: 20px;
	list-style: lower-roman;
}

#boxx h3 {
	color:#ecb831;
	font-family: Verdana, Arial Helvetica, "sans serif";
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
}

#boxx li {
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#boxx li:hover {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}

#boxx li a {
	color: #68003d;
}

#boxx li a:hover {
	color: #ce3229;
}

#boxx ul {
	list-style: lower-roman;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}




/* LINKS
-----------------------------------*/
a {
	text-decoration: none;
}

a img {
	border: 1px solid #eee;
	padding: 3px;
}

/* COMMENTS
-----------------------------------*/

#comments a {
	color: #68003d;
}

#comments a:hover {
	color: #ce3229;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	list-style-type: none;
	background-color: #a2dff3;
	border: 1px solid #00608f;
	padding-bottom: 3px;
	margin-bottom: 6px;
        padding-left:10px;
        padding-right:10px;
}

.header {
	padding: 4px;
	background: #b7e5f3;
}

#comments fieldset {
	border: 0px;
}



/* ENTRY
------------------------------------*/

.morebar{
      background-color: #a2dff3;
      border: 1px solid #00608f;
      margin-top:40px;
      margin-bottom:30px;
      padding-left:50px;
      padding-top:10px;
      padding-bottom:10px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
}

h2.morebar a{
      color:#003f5d;
}



#titlebar{
      background-color: #a2dff3;
      border: 1px solid #00608f;
      margin-top:0px;
      margin-bottom:30px;
      padding-bottom:8px;
      padding-left:5px;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
}


#titlebar img{
      float: left;
      border: none;
      padding-top:4px;
      padding-right:10px;
      padding-bottom: 0px;
      padding-left: 0px;
      background-color: #a2dff3;

     
}

#titlebar h2 a{
      color:#003f5d;
}
 


#entrybody a { 
      color: #488c40;
}

#entrybody a:hover {
      text-decoration:underline;
}

#entrybody p{
      padding-left:20px;
      padding-right:20px;
      font-size: 12px;
      line-height:160%;
	
}

.date{
      padding-left:30px;
}

.author{
      padding-left:30px;
}


#comments{
      float:right;
      padding-right:20px;
      
     
}

#comments a {
	color: #488c40;
}

#comments a:hover {
	text-decoration:underline;
}

.entry img {  
	background-color: #fff;
	border: 1px solid #00608f;
	padding: 5px;
}

.entry {
	border-bottom: 2px solid #00608f;
        
        padding-bottom: 20px;
	text-align: justify;
}

.entry a {
	color: #488c40;
}

.entry a:hover {
       text-decoration:underline;}

.lightlink a { 
      color: #488c40;
}

.lightlink a:hover {
      text-decoration:underline;
}

#filedunder a{
      color: #488c40;
}


.info {
	background-color: #bbe9f9;
}

.entry .info {
	padding: 5px;
	padding-left:15px;
	background: url("images/post.gif") center left no-repeat;
	background-color: #bbe9f9;
	border: none;
}

.entry .info a {
	color: #488c40;
}

.entry .info a:hover {
	text-decoration:underline;
}

.hidetxt {
	color: #fff;
}

.entry blockquote {
	padding: 3px;
	background-color: #fafafa;
}

.entry li {
	list-style-type: circle;
}

label {
	width: 60px;
	float: left;
}

#author, #email, #url, #comment, #comments #submit {
	color: #488c40;
}

/* SEARCH
-------------------------------------------*/

#search {
	border: 0px;
}

#searchbutton {
	background-color: #fff;
	border: 1px solid #68003d;
}

/* CUSTOM
-------------------------------------------*/


.goto-blogs { background-image: url("http://www.weplaywithdolls.net/forums/styles/prosilver/theme/images/arrow-out.gif"); background-repeat:no-repeat; padding-left:23px;}
.goto-blogs:hover { background-image: url("http://www.weplaywithdolls.net/forums/styles/prosilver/theme/images/arrow-out-over.gif"); background-repeat:no-repeat; padding-left:23px;}

.icon-home { background-image: url("http://www.weplaywithdolls.net/forums/styles/prosilver/theme/images/icon_home.gif"); background-repeat:no-repeat; padding-left:15px; }

#dashblog{
height:400px;
background-image:url("http://www.weplaywithdolls.net/images/blog-doll.png");
background-repeat:no-repeat;
background-position:bottom right;
}

#dashblog tr{
font-family: "Helvetica Neue", "Helvetica", Verdana, Geneva, Arial, sans-serif;
	font-size:10px;
	color:#fff;
}

#dashblog tr a, .dashblog tr a:visited{
text-decoration:none;
color:#fff;
}

#dashblog tr a:hover{
color:#00608f;
}

div.sociable{
padding-left:40px;
}

.noborder{ border:none;}
